diff --git a/.babelrc b/.babelrc index 751963d6b..4a5561869 100644 --- a/.babelrc +++ b/.babelrc @@ -10,7 +10,5 @@ ], "@babel/preset-react" ], - "plugins": [ - "@babel/plugin-proposal-class-properties" - ] + "plugins": ["@babel/plugin-proposal-class-properties", "@babel/plugin-syntax-dynamic-import"] } diff --git a/.eslintrc.json b/.eslintrc.json index 83c13d9bb..0d4bc4d00 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -5,7 +5,8 @@ "sourceType": "module", "ecmaFeatures": { "jsx": true - } + }, + "allowImportExportEverywhere": true }, "parser": "babel-eslint", "env": { @@ -24,7 +25,8 @@ } ], "react/prop-types": 0, - "import/no-named-as-default": 0 + "import/no-named-as-default": 0, + "import/first": 0 }, "settings": { "react": { diff --git a/.gitignore b/.gitignore index 9521095b8..757681edd 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ dist/ src/renderer/angular/app.templates.js static/stylesheets/css/main.css static/stylesheets/css/* +storybook-static/ client-secret.json **/.env diff --git a/.storybook/.babelrc b/.storybook/.babelrc new file mode 100644 index 000000000..6effc9417 --- /dev/null +++ b/.storybook/.babelrc @@ -0,0 +1,23 @@ +{ + "presets": [ + [ + "@babel/preset-env", + { + "targets": { + "node": "current" + } + } + ], + "@babel/preset-react" + ], + "plugins": [ + "@babel/plugin-proposal-class-properties", + [ + "@babel/plugin-transform-runtime", + { + "regenerator": true + } + ], + "@babel/plugin-syntax-dynamic-import" + ] +} diff --git a/.storybook/config.js b/.storybook/config.js index 4f1c7078d..674587251 100644 --- a/.storybook/config.js +++ b/.storybook/config.js @@ -1,12 +1,25 @@ import React from 'react'; import { configure, addDecorator } from '@storybook/react'; import { SelfkeyDarkTheme } from 'selfkey-ui'; +import { MemoryRouter } from 'react-router'; +import { Provider } from 'react-redux'; +import { createStore } from 'redux'; +import dummyState from './store-data.json'; -addDecorator(storyFn => ( - -
{storyFn()}
-
-)); +const configureStore = () => createStore((state = dummyState) => state); + +addDecorator(storyFn => { + const store = configureStore(); + return ( + + + +
{storyFn()}
+
+
+
+ ); +}); // automatically import all files ending in *.stories.js const req = require.context('../stories', true, /\.stories\.jsx?$/); diff --git a/.storybook/store-data.json b/.storybook/store-data.json new file mode 100644 index 000000000..c746a12cd --- /dev/null +++ b/.storybook/store-data.json @@ -0,0 +1,156929 @@ +{ + "locale": { "locale": "en" }, + "fiatCurrency": { "fiatCurrency": "USD" }, + "wallet": { + "wallet": {}, + "associateError": "", + "balance": "0.396894740277302358", + "createdAt": 1568104735030, + "did": null, + "id": 1, + "isSetupFinished": 0, + "keystoreFilePath": "/Users/maximk/Library/Application Support/Electron/wallets/0xBBc024B6bC7885EC486F6586A25b465Ec59Ede1d", + "name": "test", + "path": null, + "profile": "local", + "profilePicture": null, + "address": "0xBBc024B6bC7885EC486F6586A25b465Ec59Ede1d", + "updatedAt": 1568104786548 + }, + "walletTokens": { + "tokens": [ + { + "address": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "balance": "399327.695971575480130645", + "balanceInFiat": 0, + "createdAt": 1568104735039, + "decimal": 18, + "hidden": 0, + "id": 1, + "isCustom": 0, + "name": "Token", + "priceUSD": null, + "recordState": 1, + "symbol": "KI", + "tokenId": 2, + "updatedAt": 1568104735039, + "walletId": 1, + "price": 0 + } + ], + "topTokenListSize": 5 + }, + "viewAll": { "viewAll": false }, + "prices": { + "prices": [ + { + "id": 1, + "name": "Bitcoin", + "priceBTC": 1, + "priceETH": 56.827427277544935, + "priceUSD": 10121.475810251568, + "source": "https://coincap.io", + "symbol": "BTC" + }, + { + "id": 303, + "name": "Ethereum", + "priceBTC": 0.017597136592441602, + "priceETH": 1, + "priceUSD": 178.10899235009038, + "source": "https://coincap.io", + "symbol": "ETH" + }, + { + "id": 259, + "name": "XRP", + "priceBTC": 0.00002500101841786428, + "priceETH": 0.0014207435560057438, + "priceUSD": 0.2530472031480672, + "source": "https://coincap.io", + "symbol": "XRP" + }, + { + "id": 345, + "name": "Bitcoin Cash", + "priceBTC": 0.029277539457037025, + "priceETH": 1.6637672443602238, + "priceUSD": 296.33190739808606, + "source": "https://coincap.io", + "symbol": "BCH" + }, + { + "id": 2, + "name": "Litecoin", + "priceBTC": 0.006808038947858867, + "priceETH": 0.38688333821214327, + "priceUSD": 68.90740152600405, + "source": "https://coincap.io", + "symbol": "LTC" + }, + { + "id": 3, + "name": "Tether", + "priceBTC": 0.00009932911792150296, + "priceETH": 0.005644618225226895, + "priceUSD": 1.0053572642961177, + "source": "https://coincap.io", + "symbol": "USDT" + }, + { + "id": 4, + "name": "EOS", + "priceBTC": 0.00036673225286678614, + "priceETH": 0.02084045043011751, + "priceUSD": 3.7118716262302374, + "source": "https://coincap.io", + "symbol": "EOS" + }, + { + "id": 5, + "name": "Binance Coin", + "priceBTC": 0.0019647641141670243, + "priceETH": 0.11165248981535658, + "priceUSD": 19.886312454391888, + "source": "https://coincap.io", + "symbol": "BNB" + }, + { + "id": 6, + "name": "Bitcoin SV", + "priceBTC": 0.01168427948506646, + "priceETH": 0.6639875427281244, + "priceUSD": 118.26215216831882, + "source": "https://coincap.io", + "symbol": "BSV" + }, + { + "id": 7, + "name": "Monero", + "priceBTC": 0.007137958837362289, + "priceETH": 0.40563183674031467, + "priceUSD": 72.24667770693381, + "source": "https://coincap.io", + "symbol": "XMR" + }, + { + "id": 8, + "name": "Cardano", + "priceBTC": 0.000004403091950046761, + "priceETH": 0.00025021638758762583, + "priceUSD": 0.0445657886627117, + "source": "https://coincap.io", + "symbol": "ADA" + }, + { + "id": 9, + "name": "Stellar", + "priceBTC": 0.000005771626429022948, + "priceETH": 0.0003279866811684579, + "priceUSD": 0.0584173772871644, + "source": "https://coincap.io", + "symbol": "XLM" + }, + { + "id": 11, + "name": "Huobi Token", + "priceBTC": 0.00040611565211179265, + "priceETH": 0.023078507686655633, + "priceUSD": 4.11048974901405, + "source": "https://coincap.io", + "symbol": "HT" + }, + { + "id": 10, + "name": "TRON", + "priceBTC": 0.00000146702081582865, + "priceETH": 0.00008336701872614724, + "priceUSD": 0.0148484157005452, + "source": "https://coincap.io", + "symbol": "TRX" + }, + { + "id": 12, + "name": "Dash", + "priceBTC": 0.008147949121820257, + "priceETH": 0.46302698618137683, + "priceUSD": 82.46926993966424, + "source": "https://coincap.io", + "symbol": "DASH" + }, + { + "id": 13, + "name": "Ethereum Classic", + "priceBTC": 0.0006217577094622914, + "priceETH": 0.03533289101872128, + "priceUSD": 6.293105616160005, + "source": "https://coincap.io", + "symbol": "ETC" + }, + { + "id": 15, + "name": "Tezos", + "priceBTC": 0.0000989438576376362, + "priceETH": 0.005622724874462531, + "priceUSD": 1.0014578616523098, + "source": "https://coincap.io", + "symbol": "XTZ" + }, + { + "id": 16, + "name": "IOTA", + "priceBTC": 0.000023396866884308553, + "priceETH": 0.0013295837513904436, + "priceUSD": 0.236810822205205, + "source": "https://coincap.io", + "symbol": "MIOTA" + }, + { + "id": 14, + "name": "Cosmos", + "priceBTC": 0.0002605469116343801, + "priceETH": 0.014806210673291662, + "priceUSD": 2.637119263543131, + "source": "https://coincap.io", + "symbol": "ATOM" + }, + { + "id": 17, + "name": "NEO", + "priceBTC": 0.0008781753408444194, + "priceETH": 0.04990444531876948, + "priceUSD": 8.888430469516218, + "source": "https://coincap.io", + "symbol": "NEO" + }, + { + "id": 18, + "name": "Chainlink", + "priceBTC": 0.0001702484155204702, + "priceETH": 0.009674779452106772, + "priceUSD": 1.7231652194240967, + "source": "https://coincap.io", + "symbol": "LINK" + }, + { + "id": 213, + "name": "Maker", + "priceBTC": 0.04514823038771004, + "priceETH": 2.5656577790674366, + "priceUSD": 456.96672174487196, + "source": "https://coincap.io", + "symbol": "MKR" + }, + { + "id": 19, + "name": "USD Coin", + "priceBTC": 0.00009930575352925534, + "priceETH": 0.005643290486925559, + "priceUSD": 1.0051207821651622, + "source": "https://coincap.io", + "symbol": "USDC" + }, + { + "id": 21, + "name": "NEM", + "priceBTC": 0.000004179062597706064, + "priceETH": 0.00023748537585944937, + "priceUSD": 0.042298280992209, + "source": "https://coincap.io", + "symbol": "XEM" + }, + { + "id": 20, + "name": "Ontology", + "priceBTC": 0.00007031139289088803, + "priceETH": 0.003995615566289829, + "priceUSD": 0.7116550623302172, + "source": "https://coincap.io", + "symbol": "ONT" + }, + { + "id": 22, + "name": "Zcash", + "priceBTC": 0.004378747667946423, + "priceETH": 0.2488329646669448, + "priceUSD": 44.31938860031518, + "source": "https://coincap.io", + "symbol": "ZEC" + }, + { + "id": 23, + "name": "Dogecoin", + "priceBTC": 2.3170558031580282e-7, + "priceETH": 0.000013167232015197632, + "priceUSD": 0.0023452024262667, + "source": "https://coincap.io", + "symbol": "DOGE" + }, + { + "id": 25, + "name": "Paxos Standard Token", + "priceBTC": 0.0000992216827627948, + "priceETH": 0.0056385129615583555, + "priceUSD": 1.0042698619360826, + "source": "https://coincap.io", + "symbol": "PAX" + }, + { + "id": 175, + "name": "Selfkey", + "priceBTC": 1.3830643540494778e-7, + "priceETH": 0.000007859598899991136, + "priceUSD": 0.0013998652403533, + "source": "https://coincap.io", + "symbol": "KEY" + } + ] + }, + "ethGasStationInfo": { "ethGasStationInfo": {} }, + "transaction": { + "address": "", + "amount": 0, + "ethFee": 0, + "usdFee": 0, + "gasPrice": 0, + "gasLimit": 0, + "nouce": 0, + "signedHex": "", + "transactionHash": "", + "addressError": false, + "sending": false, + "locked": false, + "cryptoCurrency": "" + }, + "addressBook": { "entries": [], "labelError": "", "addressError": "" }, + "incorporations": { + "loading": true, + "error": null, + "details": null, + "incorporations": [], + "incorporationsById": {}, + "taxes": [], + "taxesById": {}, + "llcs": [], + "llcsById": {}, + "trusts": [], + "trustsById": {}, + "guarantee": [], + "guaranteeById": {}, + "corporations": [], + "corporationsById": {}, + "foundations": [], + "foundationsById": {}, + "translation": {} + }, + "bankAccounts": { + "loading": true, + "error": null, + "main": [], + "mainById": {}, + "jurisdictions": [], + "jurisdictionsById": {}, + "details": {}, + "detailsById": {}, + "translation": {} + }, + "exchanges": { + "byId": { + "Golix": { + "createdAt": 1568104710697, + "data": { + "KYC/AML": "Yes", + "description": "Our Mission at Golix is to give every person in Africa financial autonomy.", + "exchange_id": 6, + "integration": "Coming Soon", + "location": ["Zimbabwe"], + "logo": [ + { + "filename": "icon-ex-golix.png", + "id": "attKFOAeaemwUtTvi", + "size": 3007, + "thumbnails": { + "full": { + "height": 44, + "url": "https://dl.airtable.com/zYVDKgtxRI7vNM2z2ggl_full_icon-ex-golix.png", + "width": 44 + }, + "large": { + "height": 44, + "url": "https://dl.airtable.com/SdRmsgHMTuqMAU7ArRCA_large_icon-ex-golix.png", + "width": 44 + }, + "small": { + "height": 36, + "url": "https://dl.airtable.com/zBSpjllcStqqaaATvz5o_small_icon-ex-golix.png", + "width": 36 + } + }, + "type": "image/png", + "url": "https://dl.airtable.com/NFsnCKOcSwqVxKXD0pN3_icon-ex-golix.png" + } + ], + "name": "Golix", + "relying_party_config": { + "endpoints": { + "/templates/:id": "https://apiv2.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://apiv2.instance.kyc-chain.com/api/v2/", + "templates": ["5cbd904b4125d251f98b78ba"] + }, + "requiredBalance": 25, + "sku": "golix", + "status": "Inactive", + "vendor_id": "golix", + "year_launched": 2018 + }, + "env": "development", + "name": "Golix", + "updatedAt": 1568275026358 + }, + "Kyber Network": { + "createdAt": 1568104710697, + "data": { + "KYC/AML": "Yes", + "URL": "https://kyber.network", + "coin_pairs": "16", + "description": "Kyber Network is a decentralized crypto-exchange focused on security and usability. The trade in Kyber Network is fast, easy and happens almost instantly. It is powered by smart contract, a new technology enabled by the Ethereum blockchain, which protects users from hacking incidents.", + "email": "N.A.", + "exchange_id": 3, + "excluded_residents": ["None"], + "fiat_payments": ["Not Available"], + "fiat_supported": ["Not Available"], + "integration": "Coming Soon", + "location": ["Singapore"], + "logo": [ + { + "filename": "KyberBackground.png", + "id": "attCT7by4Jdi34ErQ", + "size": 5302, + "thumbnails": { + "full": { + "height": 44, + "url": "https://dl.airtable.com/kpw5QlaEQbOiGcMW1cEy_full_KyberBackground.png", + "width": 44 + }, + "large": { + "height": 44, + "url": "https://dl.airtable.com/66ixuXrqRwCwKhLyf97e_large_KyberBackground.png", + "width": 44 + }, + "small": { + "height": 36, + "url": "https://dl.airtable.com/ZX2oPLrcQBy5p70kD3sh_small_KyberBackground.png", + "width": 36 + } + }, + "type": "image/png", + "url": "https://dl.airtable.com/95zReVPuT7ev4HVnYndG_KyberBackground.png" + } + ], + "maker_fee": "Included In Exchange Price", + "margin_trading": "No", + "name": "Kyber Network", + "relying_party_config": { + "endpoints": { + "/templates/:id": "https://apiv2.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://apiv2.instance.kyc-chain.com/api/v2/", + "templates": ["5cbd904b4125d251f98b78ba"] + }, + "requiredBalance": 25, + "sku": "kyber_network", + "status": "Inactive", + "taker_fee": "Included In Exchange Price", + "vendor_id": "kyber_network", + "year_launched": 2017 + }, + "env": "development", + "name": "Kyber Network", + "updatedAt": 1568275026358 + }, + "ChangeNOW": { + "createdAt": 1568104710697, + "data": { + "KYC/AML": "Yes", + "URL": "https://changenow.io/", + "description": "Non-custodial service for simple and fast cryptocurrency exchanges. More than 170 coins available. The fiat option is also available - you can buy cryptocurrency with Visa or MasterCard through their third-party partner Indacoin.", + "email": "support@changenow.io", + "exchange_id": 11, + "fiat_payments": ["Yes - Through 3rd party"], + "fiat_supported": ["USD", "EUR"], + "integration": "Coming Soon", + "location": ["The Netherlands"], + "logo": [ + { + "filename": "changenow.png", + "id": "att25z3jHN1jn3Wmi", + "size": 9796, + "thumbnails": { + "full": { + "height": 3000, + "url": "https://dl.airtable.com/.attachmentThumbnails/cde944341f65150cda360169ffbb7138/6525a2d4", + "width": 3000 + }, + "large": { + "height": 44, + "url": "https://dl.airtable.com/.attachmentThumbnails/ba5153c11e2ccdbfd9b563ac59b1a884/20e808f0", + "width": 66 + }, + "small": { + "height": 36, + "url": "https://dl.airtable.com/.attachmentThumbnails/d29f4634692b6e66f085bcba51d0b33c/0324199f", + "width": 54 + } + }, + "type": "image/png", + "url": "https://dl.airtable.com/.attachments/ee167ae0e3765d50ff36e126c4778250/69819e28/changenow.png" + } + ], + "name": "ChangeNOW", + "privacyPolicy": "https://changenow.io/privacy-policy", + "relying_party_config": { + "endpoints": { + "/templates/:id": "https://apiv2.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://apiv2.instance.kyc-chain.com/api/v2/", + "templates": ["5cbd904b4125d251f98b78ba"] + }, + "requiredBalance": 25, + "sku": "change_now", + "status": "Inactive", + "termsOfService": "https://changenow.io/terms-of-use", + "vendor_id": "change_now", + "year_launched": 2018 + }, + "env": "development", + "name": "ChangeNOW", + "updatedAt": 1568275026358 + }, + "Jarvis Exchange": { + "createdAt": 1568104710697, + "data": { + "URL": "https://www.jarvis.exchange/", + "description": "Financial hub that allows to manage one's assets, to access fiat, crypto, stocks, Forex and CFDs trading and DApps from multiple blockchain.", + "email": "support@jarvis-edge.io", + "exchange_id": 13, + "fiat_payments": ["Not Available"], + "fiat_supported": ["Not Available"], + "integration": "Coming Soon", + "location": ["France"], + "logo": [ + { + "filename": "jarvis_logo.png", + "id": "attmUjc7ABXcpfpd9", + "size": 530, + "thumbnails": { + "full": { + "height": 3000, + "url": "https://dl.airtable.com/.attachmentThumbnails/85085008678bf419270bc3f5989cd980/0d96b1b7", + "width": 3000 + }, + "large": { + "height": 44, + "url": "https://dl.airtable.com/.attachmentThumbnails/8184acbbb3d071b581f2a491585e432c/1a01e2d2", + "width": 44 + }, + "small": { + "height": 36, + "url": "https://dl.airtable.com/.attachmentThumbnails/10e56e1aecd5dc8778424d15a43dbcca/d86d84a2", + "width": 36 + } + }, + "type": "image/png", + "url": "https://dl.airtable.com/.attachments/02911ff72022e1db250e9542947d7a08/8db54a97/jarvis_logo.png" + } + ], + "name": "Jarvis Exchange", + "privacyPolicy": "https://www.jarvis.exchange/privacy-policy.html", + "relying_party_config": { + "endpoints": { + "/templates/:id": "https://apiv2.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://apiv2.instance.kyc-chain.com/api/v2/", + "templates": ["5cbd904b4125d251f98b78ba"] + }, + "requiredBalance": 25, + "sku": "jarvis", + "status": "Inactive", + "vendor_id": "jarvis", + "year_launched": 2017 + }, + "env": "development", + "name": "Jarvis Exchange", + "updatedAt": 1568275026358 + }, + "Finrax": { + "createdAt": 1568104710697, + "data": { + "KYC/AML": "Yes", + "description": "With Finrax you can trade more than 20 cryptocurrencies paired with fiat currencies. They support low-fee credit card deposits, free of charge bank deposits and local payment methods. Easy registration, real-time document verification, fast and professional customer support and Multi-sig cryptocurrency wallets to ensure the safety of your crypto assets.\n\n.", + "exchange_id": 9, + "integration": "Coming Soon", + "logo": [ + { + "filename": "icon-ex-finrax.png", + "id": "attQmUzt3MWjKB0bG", + "size": 3181, + "thumbnails": { + "full": { + "height": 44, + "url": "https://dl.airtable.com/4sXanOIeR9mNklZYx8RM_full_icon-ex-finrax.png", + "width": 44 + }, + "large": { + "height": 44, + "url": "https://dl.airtable.com/eqxMRIiTFmdjafqc7w9Q_large_icon-ex-finrax.png", + "width": 44 + }, + "small": { + "height": 36, + "url": "https://dl.airtable.com/8HFx1E9SiuFG6zmEZEn2_small_icon-ex-finrax.png", + "width": 36 + } + }, + "type": "image/png", + "url": "https://dl.airtable.com/mikFIKjSavxQWwGOEjwP_icon-ex-finrax.png" + } + ], + "name": "Finrax", + "relying_party_config": { + "endpoints": { + "/templates/:id": "https://apiv2.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://apiv2.instance.kyc-chain.com/api/v2/", + "templates": ["5cbd904b4125d251f98b78ba"] + }, + "requiredBalance": 25, + "sku": "finrax", + "status": "Inactive", + "vendor_id": "finrax" + }, + "env": "development", + "name": "Finrax", + "updatedAt": 1568275026358 + }, + "Bitlocus": { + "createdAt": 1568104710698, + "data": { + "KYC/AML": "Yes", + "URL": "https://bitlocus.com", + "description": "Crypto to fiat exchange with personal crypto-friendly bank account", + "email": "info@bitlocus.com", + "exchange_id": 16, + "fiat_payments": ["Yes"], + "fiat_supported": ["EUR"], + "integration": "Coming Soon", + "location": ["UK"], + "name": "Bitlocus", + "privacyPolicy": "https://bitlocus.com/privacy-notice", + "relying_party_config": { + "endpoints": { + "/templates/:id": "https://apiv2.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://apiv2.instance.kyc-chain.com/api/v2/", + "templates": ["5cbd904b4125d251f98b78ba"] + }, + "requiredBalance": 25, + "sku": "bitlocus", + "status": "Inactive", + "termsOfService": "https://bitlocus.com/terms-and-conditions", + "vendor_id": "bitlocus", + "year_launched": 2019 + }, + "env": "development", + "name": "Bitlocus", + "updatedAt": 1568275026358 + }, + "XStar.io": { + "createdAt": 1568104710698, + "data": { + "KYC/AML": "Yes", + "exchange_id": 7, + "integration": "Coming Soon", + "logo": [ + { + "filename": "icon-ex-xstar.png", + "id": "att595tCS8ob9cdPF", + "size": 3153, + "thumbnails": { + "full": { + "height": 44, + "url": "https://dl.airtable.com/bC9A8Dj5QOp8euCAIVLA_full_icon-ex-xstar.png", + "width": 44 + }, + "large": { + "height": 44, + "url": "https://dl.airtable.com/pHvjSnnoSMee2cjukZ2p_large_icon-ex-xstar.png", + "width": 44 + }, + "small": { + "height": 36, + "url": "https://dl.airtable.com/vGAuQMtSeuatHJ31jnig_small_icon-ex-xstar.png", + "width": 36 + } + }, + "type": "image/png", + "url": "https://dl.airtable.com/IAQobcVyTeeemdDEE4tz_icon-ex-xstar.png" + } + ], + "name": "XStar.io", + "relying_party_config": { + "endpoints": { + "/templates/:id": "https://apiv2.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://apiv2.instance.kyc-chain.com/api/v2/", + "templates": ["5cbd904b4125d251f98b78ba"] + }, + "requiredBalance": 25, + "sku": "xstar", + "status": "Inactive", + "vendor_id": "xstar" + }, + "env": "development", + "name": "XStar.io", + "updatedAt": 1568275026358 + }, + "LHKD": { + "createdAt": 1568104710698, + "data": { + "KYC/AML": "Yes", + "URL": "https://www.lhkd.io", + "description": "LHKD is an Ethereum ERC-20 token pegged 1:1 to the Hong Kong Dollar. It is aimed to provide a stable fiat-to-crypto gateway", + "email": "support@lhkd.io", + "exchange_id": 18, + "fiat_payments": ["Yes"], + "fiat_supported": ["HKD"], + "integration": "Coming Soon", + "location": ["Hong Kong"], + "name": "LHKD", + "privacyPolicy": "https://www.lhkd.io/support-faq#", + "relying_party_config": { + "endpoints": { + "/templates/:id": "https://apiv2.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://apiv2.instance.kyc-chain.com/api/v2/", + "templates": ["5cbd904b4125d251f98b78ba"] + }, + "requiredBalance": 25, + "sku": "lhkd", + "status": "Inactive", + "termsOfService": "https://www.lhkd.io/support-faq#", + "vendor_id": "lhkd" + }, + "env": "development", + "name": "LHKD", + "updatedAt": 1568275026358 + }, + "XS2": { + "createdAt": 1568104710698, + "data": { + "KYC/AML": "Yes", + "URL": "https://xs2.exchange", + "coin_pairs": "64", + "description": "XS2 is a crypto to crypto exchange. You can trade cryptocurrencies and tokens in markets, such as the ETH/BTC market in which you can buy/sell Ethereum for Bitcoin. You don't exchange with us. You trade with other customers on the exchange in an open market.", + "email": "info@xs2.exchange", + "exchange_id": 5, + "excluded_residents": [ + "United States", + "China", + "Cuba", + "Ethiopia", + "Iran", + "North Korea", + "Sri Lanka", + "Sudan", + "Syria", + "Trinidad and Tobago", + "Tunisia", + "Vanuatu", + "Yemen", + "Iraq" + ], + "fiat_payments": ["Not Available"], + "fiat_supported": ["Not Available"], + "integration": "Coming Soon", + "location": ["Australia"], + "logo": [ + { + "filename": "icon-ex-xs2.png", + "id": "attTLVnoJafrQ7b9g", + "size": 3324, + "thumbnails": { + "full": { + "height": 44, + "url": "https://dl.airtable.com/nd7JkB4gStygTfFuH8RH_full_icon-ex-xs2.png", + "width": 44 + }, + "large": { + "height": 44, + "url": "https://dl.airtable.com/AZloLi0cTXym8YupHjFj_large_icon-ex-xs2.png", + "width": 44 + }, + "small": { + "height": 36, + "url": "https://dl.airtable.com/ek7uksyUSjWOSyqiMMtE_small_icon-ex-xs2.png", + "width": 36 + } + }, + "type": "image/png", + "url": "https://dl.airtable.com/1ZYbt7uCTBScCRYkFc5m_icon-ex-xs2.png" + } + ], + "maker_fee": "0.1%", + "margin_trading": "No", + "name": "XS2", + "relying_party_config": { + "endpoints": { + "/templates/:id": "https://apiv2.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://apiv2.instance.kyc-chain.com/api/v2/", + "templates": ["5cbd904b4125d251f98b78ba"] + }, + "requiredBalance": 25, + "sku": "xs2", + "status": "Inactive", + "taker_fee": "0.1%", + "vendor_id": "xs2", + "year_launched": 2018 + }, + "env": "development", + "name": "XS2", + "updatedAt": 1568275026358 + }, + "ADAX": { + "createdAt": 1568104710698, + "data": { + "KYC/AML": "Yes", + "URL": "https:/.adaxtech.com/", + "description": "ADAX is a fully regulated asset backed token issuance and exchange platform. They support utility and security tokens", + "email": "support@adaxtech.com", + "exchange_id": 17, + "fiat_payments": ["Not Available"], + "fiat_supported": ["Not Available"], + "integration": "Coming Soon", + "location": ["Philippines", "Cyprus"], + "name": "ADAX", + "privacyPolicy": "https://staging.adaxtech.com/privacy-policy", + "relying_party_config": { + "endpoints": { + "/templates/:id": "https://apiv2.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://apiv2.instance.kyc-chain.com/api/v2/", + "templates": ["5cbd904b4125d251f98b78ba"] + }, + "requiredBalance": 25, + "sku": "adax", + "status": "Inactive", + "termsOfService": "https://staging.adaxtech.com/terms-and-conditions", + "vendor_id": "adax" + }, + "env": "development", + "name": "ADAX", + "updatedAt": 1568275026358 + }, + "InstaSwap": { + "createdAt": 1568104710698, + "data": { + "KYC/AML": "No", + "URL": "https://instaswap.io", + "description": "Cross-chain non custodial next generation exchange platform. Directly at market price at almost no time. Personal data are never in any way shared with a third part. Granted anonymity", + "email": " info@instaswap.io ", + "exchange_id": 10, + "excluded_residents": ["None"], + "fiat_payments": ["Not Available"], + "fiat_supported": ["Not Available"], + "integration": "Coming Soon", + "location": ["Greece"], + "logo": [ + { + "filename": "insta-logo-swap.png", + "id": "attd2xryRS94wTxFZ", + "size": 3249, + "thumbnails": { + "full": { + "height": 3000, + "url": "https://dl.airtable.com/.attachmentThumbnails/8eb85b473cdf188c5f14adb99d65a1b9/e82ff574", + "width": 3000 + }, + "large": { + "height": 44, + "url": "https://dl.airtable.com/.attachmentThumbnails/fde24c1fa1e2781e45b6d18b078cf645/0144b19b", + "width": 44 + }, + "small": { + "height": 36, + "url": "https://dl.airtable.com/.attachmentThumbnails/3b5be8147158d6acbdcd91c7760a7661/7a43c4fb", + "width": 36 + } + }, + "type": "image/png", + "url": "https://dl.airtable.com/.attachments/abfd7c9863bfada756fd8292bb8f996c/c37a5b8f/insta-logo-swap.png" + } + ], + "name": "InstaSwap", + "privacyPolicy": "https://instaswap.io/privacypolicy.php", + "relying_party_config": { + "endpoints": { + "/templates/:id": "https://apiv2.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://apiv2.instance.kyc-chain.com/api/v2/", + "templates": ["5cbd904b4125d251f98b78ba"] + }, + "requiredBalance": 25, + "sku": "instaswap", + "status": "Inactive", + "termsOfService": "https://instaswap.io/termsAndConditions.php", + "vendor_id": "instaswap", + "year_launched": 2018 + }, + "env": "development", + "name": "InstaSwap", + "updatedAt": 1568275026358 + }, + "Serenity Exchange": { + "createdAt": 1568104710697, + "data": { + "URL": "https://serenity.exchange", + "description": "Escrow for over-the-counter markets in the stock exchange ecosystem. Aggregated liquidity from the world's largest crypto exchanges for clients", + "exchange_id": 14, + "fiat_payments": ["Not Available"], + "fiat_supported": ["Not Available"], + "integration": "Coming Soon", + "location": ["Russia"], + "logo": [ + { + "filename": "serenity.png", + "id": "att5lcF14gwLT0ZVc", + "size": 6912, + "thumbnails": { + "full": { + "height": 3000, + "url": "https://dl.airtable.com/.attachmentThumbnails/c49229ca8075860ceaa5a172fcca71c7/34be131f", + "width": 3000 + }, + "large": { + "height": 44, + "url": "https://dl.airtable.com/.attachmentThumbnails/5ceb73ff269e4c8c663f4d30e5ff123f/c4fce2d6", + "width": 38 + }, + "small": { + "height": 36, + "url": "https://dl.airtable.com/.attachmentThumbnails/d4a25488a8f9074cd799771f87bf4ff2/02bee1ac", + "width": 31 + } + }, + "type": "image/png", + "url": "https://dl.airtable.com/.attachments/e853d82e867c25edd87cbcd2ee600a16/6ed69b05/serenity.png" + } + ], + "margin_trading": "No", + "name": "Serenity Exchange", + "privacyPolicy": "https://auth.serenity.exchange/files/AML_POLICY_Serenity.doc", + "relying_party_config": { + "endpoints": { + "/templates/:id": "https://apiv2.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://apiv2.instance.kyc-chain.com/api/v2/", + "templates": ["5cbd904b4125d251f98b78ba"] + }, + "requiredBalance": 25, + "sku": "serenity", + "status": "Inactive", + "vendor_id": "serenity" + }, + "env": "development", + "name": "Serenity Exchange", + "updatedAt": 1568275026358 + }, + "ZG Top": { + "createdAt": 1568104710698, + "data": { + "URL": "https://zgtop.io/", + "description": "World's leading blockchain asset trading platform, serving the global blockchain enthusiasts.ZG.TOP has obtained investment of 10 million US dollars, and the blockchain transaction financial license issued by GBC of the Global Blockchain Research Center.", + "email": "service@zg.top", + "exchange_id": 15, + "integration": "Coming Soon", + "location": ["Mongolia"], + "logo": [ + { + "filename": "zgtop.png", + "id": "attuqqnBzbSgT9JI8", + "size": 2869, + "thumbnails": { + "full": { + "height": 3000, + "url": "https://dl.airtable.com/.attachmentThumbnails/a2a57bc616676d0bcd073adbc8e9e83a/64fb669e", + "width": 3000 + }, + "large": { + "height": 35, + "url": "https://dl.airtable.com/.attachmentThumbnails/6b7bc19d42824e7d96c8f3ebfac94ab6/6aa21615", + "width": 95 + }, + "small": { + "height": 35, + "url": "https://dl.airtable.com/.attachmentThumbnails/86994abdc96141b4c441079cd7f737ab/e4d9d71e", + "width": 95 + } + }, + "type": "image/png", + "url": "https://dl.airtable.com/.attachments/6e9ee4270162476096af421dec3ca875/a83e3928/zgtop.png" + } + ], + "name": "ZG Top", + "privacyPolicy": "https://zgtop.io/news/help?id=70", + "relying_party_config": { + "endpoints": { + "/templates/:id": "https://apiv2.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://apiv2.instance.kyc-chain.com/api/v2/", + "templates": ["5cbd904b4125d251f98b78ba"] + }, + "requiredBalance": 25, + "sku": "zgtop", + "status": "Inactive", + "termsOfService": "https://zgtop.io/news/help?id=61", + "vendor_id": "zgtop", + "year_launched": 2018 + }, + "env": "development", + "name": "ZG Top", + "updatedAt": 1568275026358 + }, + "WandX": { + "createdAt": 1568104710698, + "data": { + "KYC/AML": "Yes", + "URL": "https://www.wandx.co", + "coin_pairs": "N.A.", + "description": "WandX is a decentralized exchange that enables seamless creation and trade of any ERC20 Token or ERC20 Token baskets. The WAND Token can be used to get a 75% discount on the exchange fee.", + "email": "support@wandx.com", + "exchange_id": 2, + "excluded_residents": ["United States"], + "fiat_payments": ["Not Available"], + "fiat_supported": ["Not Available"], + "integration": "Coming Soon", + "location": ["Singapore"], + "logo": [ + { + "filename": "WandXBackground.png", + "id": "att1J8jBY2iEEW4lC", + "size": 5485, + "thumbnails": { + "full": { + "height": 44, + "url": "https://dl.airtable.com/MXzYSwTATvSyeAP8sJCw_full_WandXBackground.png", + "width": 44 + }, + "large": { + "height": 44, + "url": "https://dl.airtable.com/4GdAK3TRjOZxwDIgQSok_large_WandXBackground.png", + "width": 44 + }, + "small": { + "height": 36, + "url": "https://dl.airtable.com/NHOoVnESQ2SzkZYnL6o7_small_WandXBackground.png", + "width": 36 + } + }, + "type": "image/png", + "url": "https://dl.airtable.com/Fo66yFIsSUN4HYztJ4YO_WandXBackground.png" + } + ], + "maker_fee": "N.A.", + "margin_trading": "No", + "name": "WandX", + "relying_party_config": { + "endpoints": { + "/templates/:id": "https://apiv2.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://apiv2.instance.kyc-chain.com/api/v2/", + "templates": ["5cbd904b4125d251f98b78ba"] + }, + "requiredBalance": 25, + "sku": "wandx", + "status": "Inactive", + "taker_fee": "N.A.", + "vendor_id": "wandx", + "year_launched": 2017 + }, + "env": "development", + "name": "WandX", + "updatedAt": 1568275026358 + }, + "GBX": { + "createdAt": 1568104710698, + "data": { + "URL": "https://gbx.gi", + "coin_pairs": "N.A.", + "description": "GBX is a regulated, insured and licensed exchange with multiple fiat currency onboarding available", + "exchange_id": 4, + "fiat_payments": ["Yes"], + "fiat_supported": ["USD", "EUR", "GBP"], + "integration": "Coming Soon", + "location": ["Gibraltar"], + "logo": [ + { + "filename": "gbx-logo-sq.png", + "id": "attXEBktvkAAq92Eo", + "size": 4069, + "thumbnails": { + "full": { + "height": 3000, + "url": "https://dl.airtable.com/.attachmentThumbnails/5cdcb02e1c08bed1fd951d14e3f753fd/eb28c8c6", + "width": 3000 + }, + "large": { + "height": 44, + "url": "https://dl.airtable.com/.attachmentThumbnails/4975a74e0b5d2a3a829745dd65323ea4/1720e93e", + "width": 44 + }, + "small": { + "height": 36, + "url": "https://dl.airtable.com/.attachmentThumbnails/659a0931ab970d237acca6334d7027b8/60ff07f0", + "width": 36 + } + }, + "type": "image/png", + "url": "https://dl.airtable.com/.attachments/40115cb3b8a65d2cde0a7fe226fd687a/fbe44e14/gbx-logo-sq.png" + } + ], + "maker_fee": "N.A.", + "name": "GBX", + "privacyPolicy": "https://gbx.gi/docs/Privacy-Notice.pdf", + "relying_party_config": { + "endpoints": { + "/templates/:id": "https://apiv2.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://apiv2.instance.kyc-chain.com/api/v2/", + "templates": ["5cbd904b4125d251f98b78ba"] + }, + "requiredBalance": 25, + "sku": "gbx", + "status": "Inactive", + "taker_fee": "N.A.", + "termsOfService": "https://gbx.gi/docs/Terms-and-Conditions.pdf", + "vendor_id": "gbx", + "year_launched": 2017 + }, + "env": "development", + "name": "GBX", + "updatedAt": 1568275026358 + }, + "Bitcratic": { + "createdAt": 1568104710698, + "data": { + "URL": "https://www.bitcratic.com", + "description": "Bitcratic is a decentralized exchange for ERC 20 Tokens. They use off-chain order book with On-chain settlement.", + "email": "info@bitcratic.com", + "exchange_id": 1, + "fiat_payments": ["Not Available"], + "fiat_supported": ["Not Available"], + "integration": "Coming Soon", + "location": ["India"], + "logo": [ + { + "filename": "Bitcratic.png", + "id": "attxDt8mAuYvrwTMa", + "size": 1190, + "thumbnails": { + "full": { + "height": 3000, + "url": "https://dl.airtable.com/.attachmentThumbnails/611264138797f9b63fc71693c8b55fca/266d2951", + "width": 3000 + }, + "large": { + "height": 10, + "url": "https://dl.airtable.com/.attachmentThumbnails/1ad57c35ca4f62fab7855e110ea6dbda/0def6862", + "width": 60 + }, + "small": { + "height": 10, + "url": "https://dl.airtable.com/.attachmentThumbnails/3e7ab13d1ce9d2ff0cceced3af6de26f/7317c26a", + "width": 60 + } + }, + "type": "image/png", + "url": "https://dl.airtable.com/.attachments/3d9bbe99fb7c5389cc0774af842c698e/510e77cc/Bitcratic.png" + } + ], + "name": "Bitcratic", + "relying_party_config": { + "endpoints": { + "/templates/:id": "https://apiv2.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://apiv2.instance.kyc-chain.com/api/v2/", + "templates": ["5cbd904b4125d251f98b78ba"] + }, + "requiredBalance": 25, + "sku": "bitcratic", + "status": "Inactive", + "vendor_id": "bitcratic", + "year_launched": 2018 + }, + "env": "development", + "name": "Bitcratic", + "updatedAt": 1568275026358 + }, + "Easyrabbit": { + "createdAt": 1568104710697, + "data": { + "URL": "https://easyrabbit.net/", + "description": "Safe and fast way to exchange among 57 Cryptocurrencies and more than 3150 possible pairs at the best rates. Secure and anonymous transactions with no account registration needed. No custodial risk for your funds and information. Transactions are processed over SSL/TLS certificate.", + "email": "support@easyrabbit.net", + "exchange_id": 12, + "fiat_payments": ["Not Available"], + "fiat_supported": ["Not Available"], + "integration": "Coming Soon", + "location": ["Greece"], + "logo": [ + { + "filename": "easyrabbit.png", + "id": "attmbQFuRCTt9zQIe", + "size": 9676, + "thumbnails": { + "full": { + "height": 3000, + "url": "https://dl.airtable.com/.attachmentThumbnails/27903d72e7120b3911fb20d51bf0dc9c/fe85703d", + "width": 3000 + }, + "large": { + "height": 44, + "url": "https://dl.airtable.com/.attachmentThumbnails/7122d76173bf9c36ad635c9ddd3dbe85/fd9ad332", + "width": 197 + }, + "small": { + "height": 36, + "url": "https://dl.airtable.com/.attachmentThumbnails/bbdb8983dc06894862d7586f3c8c9e76/1f09c070", + "width": 161 + } + }, + "type": "image/png", + "url": "https://dl.airtable.com/.attachments/668d9f2cdcda648876e8f781f939277a/fb71e197/easyrabbit.png" + } + ], + "name": "Easyrabbit", + "relying_party_config": { + "endpoints": { + "/templates/:id": "https://apiv2.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://apiv2.instance.kyc-chain.com/api/v2/", + "templates": ["5cbd904b4125d251f98b78ba"] + }, + "requiredBalance": 25, + "sku": "easyrabbit", + "status": "Inactive", + "termsOfService": "https://easyrabbit.net/terms/", + "vendor_id": "easyrabbit", + "year_launched": 2018 + }, + "env": "development", + "name": "Easyrabbit", + "updatedAt": 1568275026358 + }, + "KoinEX": { + "createdAt": 1568104710698, + "data": { + "KYC/AML": "Yes", + "description": "Koinex is India's most advanced digital assets exchange. It's the first complete exchange supporting multiple cryptocurrencies/ tokens on a single platform in this country.", + "exchange_id": 8, + "integration": "Coming Soon", + "logo": [ + { + "filename": "icon-ex-koinex.png", + "id": "attHLzQp4gw2nCZbM", + "size": 3073, + "thumbnails": { + "full": { + "height": 44, + "url": "https://dl.airtable.com/hCXvm2SRS3ON0zHv3yVe_full_icon-ex-koinex.png", + "width": 44 + }, + "large": { + "height": 44, + "url": "https://dl.airtable.com/9CKr91HnSOyf5jTSZjto_large_icon-ex-koinex.png", + "width": 44 + }, + "small": { + "height": 36, + "url": "https://dl.airtable.com/sv6hNTYoSAawpnZF04jG_small_icon-ex-koinex.png", + "width": 36 + } + }, + "type": "image/png", + "url": "https://dl.airtable.com/x0q8XHGQKmiVaer5Y3Ha_icon-ex-koinex.png" + } + ], + "name": "KoinEX", + "relying_party_config": { + "endpoints": { + "/templates/:id": "https://apiv2.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://apiv2.instance.kyc-chain.com/api/v2/", + "templates": ["5cbd904b4125d251f98b78ba"] + }, + "requiredBalance": 25, + "sku": "koin_ex", + "status": "Inactive", + "vendor_id": "koin_ex" + }, + "env": "development", + "name": "KoinEX", + "updatedAt": 1568275026358 + }, + "IDCM": { + "createdAt": 1568104710698, + "data": { + "URL": "https://idcm.io/", + "description": "IDCM is a globally well-known cryptocurrency trading platform as well as the originator and practitioner of the concept of alliance exchange", + "email": "support@idcm.io", + "exchange_id": 19, + "fiat_payments": ["Yes"], + "fiat_supported": ["USD", "HKD"], + "integration": "Coming Soon", + "location": ["Seychelles"], + "name": "IDCM", + "privacyPolicy": "https://idcm.io/service/privacyPolicy", + "relying_party_config": { + "endpoints": { + "/templates/:id": "https://apiv2.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://apiv2.instance.kyc-chain.com/api/v2/", + "templates": ["5cbd904b4125d251f98b78ba"] + }, + "requiredBalance": 25, + "sku": "idcm", + "status": "Inactive", + "termsOfService": "https://idcm.io/service/termsOfUse", + "vendor_id": "idcm" + }, + "env": "development", + "name": "IDCM", + "updatedAt": 1568275026358 + } + }, + "allIds": [ + "Golix", + "Kyber Network", + "ChangeNOW", + "Jarvis Exchange", + "Finrax", + "Bitlocus", + "XStar.io", + "LHKD", + "XS2", + "ADAX", + "InstaSwap", + "Serenity Exchange", + "ZG Top", + "WandX", + "GBX", + "Bitcratic", + "Easyrabbit", + "KoinEX", + "IDCM" + ] + }, + "marketplaces": { + "transactions": [], + "transactionsById": {}, + "stakes": [], + "stakesById": {}, + "currentTransaction": null, + "displayedPopup": null, + "categories": [ + "exchanges", + "incorporation", + "passports", + "bank_accounts", + "translations", + "notaries" + ], + "categoriesById": { + "exchanges": { + "id": "exchanges", + "title": "Exchanges", + "description": "Compare exchange accounts and instantly sign up for a verified account without waiting for limits. Includes data on supported countries, fiat currencies, trading pairs, fees, and more.", + "active": true, + "svgIcon": "https://dl.airtable.com/ugGbCqEQSKhS3ZPOhGMH_icon-exchange-crypto.svg" + }, + "incorporation": { + "id": "incorporation", + "title": "Incorporation", + "description": "Find the best jurisdiction to set up your business. Filter by corporate ownership, minimum shareholders, accounting requirements, privacy, tax rates, offshore tax laws, and more.", + "active": true, + "svgIcon": "https://dl.airtable.com/dt74JnTkRhae2c9zvrgW_icon-exchange-incorporations.svg.png" + }, + "passports": { + "id": "passports", + "title": "Passport & Residencies", + "description": "Build your life internationally by getting a second residency, which opens a myriad of opportunities that will let you grow both personally and professionally.", + "active": false, + "svgIcon": "https://dl.airtable.com/U6ZlerC2SLWaly8rRk3Q_icon-exchange-passports.svg.png" + }, + "bank_accounts": { + "id": "bank_accounts", + "title": "Bank Accounts", + "description": "Apply for international bank accounts and protect your savings in solid financial institutions with high solvency, liquidity, and prudent investment policies. ", + "active": true, + "svgIcon": "https://dl.airtable.com/wghrFU8FRI6rSM1MnYp6_icon-exchange-bank.svg.png" + }, + "translations": { + "id": "translations", + "title": "Translations", + "description": "Professionally translate your text or documents into the required language.", + "active": false, + "svgIcon": "https://dl.airtable.com/gqwI3QPQwmwc4Jsu4vep_icon-exchange-translations.svg.png" + }, + "notaries": { + "id": "notaries", + "title": "Notaries", + "description": "Verify and attest the authenticity of your legal or personal documents so that they have official credibility under law.", + "active": false, + "svgIcon": "https://dl.airtable.com/cQcRdsGeQSeM3ekJFo3E_icon-exchange-notaries.svg.png" + } + }, + "vendors": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], + "vendorsById": { + "1": { + "categories": ["exchanges"], + "contactEmail": "", + "createdAt": 1568104716898, + "description": "Non-custodial service for simple and fast cryptocurrency exchanges. More than 170 coins available. The fiat option is also available - you can buy cryptocurrency with Visa or MasterCard through their third-party partner Indacoin.", + "did": "", + "env": "development", + "id": 1, + "inventorySource": "selfkey", + "name": "ChangeNOW", + "paymentAddress": "", + "privacyPolicy": "", + "relyingPartyConfig": { + "did": true, + "endpoints": { + "/templates/:id": "https://dev.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://dev.instance.kyc-chain.com/api/v2/" + }, + "status": "inactive", + "termsOfService": null, + "updatedAt": 1568275027308, + "vendorId": "change_now" + }, + "2": { + "categories": ["exchanges"], + "contactEmail": "", + "createdAt": 1568104716898, + "description": "XS2 is a crypto to crypto exchange. This means you can trade cryptocurrencies and tokens in markets, such as the ETH/BTC market in which you can buy or sell Ethereum for Bitcoin. You don't exchange with us, but instead you trade with other customers on the exchange in an open market.", + "did": "", + "env": "development", + "id": 2, + "inventorySource": "selfkey", + "name": "XS2", + "paymentAddress": "", + "privacyPolicy": "", + "relyingPartyConfig": { + "did": true, + "endpoints": { + "/templates/:id": "https://dev.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://dev.instance.kyc-chain.com/api/v2/" + }, + "status": "inactive", + "termsOfService": null, + "updatedAt": 1568275027308, + "vendorId": "xs2" + }, + "3": { + "categories": ["exchanges"], + "contactEmail": "", + "createdAt": 1568104716898, + "description": "Kyber Network is a decentralized exchange for cryptocurrencies that focuses on both security and usability. The platform guarantees the liquidity with a novel design that incorporates all market makers or liquidity providers in our exchange. The trade in Kyber Network is fast, easy and happens almost instantly as compared to the 5-10 minutes waiting time on other exchanges. Most importantly, Kyber Network is powered by smart contract, a new technology enabled by the Ethereum blockchain, which allows users to trade without trusting Kyber Network and protects them from hacking incidents. Kyber Network will benefit a wider class of mainstream users who have less technical background and allow them to trade more securely, more efficiently.", + "did": "", + "env": "development", + "id": 3, + "inventorySource": "selfkey", + "name": "Kyber Network", + "paymentAddress": "", + "privacyPolicy": "", + "relyingPartyConfig": { + "did": true, + "endpoints": { + "/templates/:id": "https://dev.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://dev.instance.kyc-chain.com/api/v2/" + }, + "status": "inactive", + "termsOfService": null, + "updatedAt": 1568275027308, + "vendorId": "kyber_network" + }, + "4": { + "categories": ["exchanges"], + "contactEmail": "", + "createdAt": 1568104716898, + "description": "World class secure trading platform using the latest technologies with a simple and clean UI, regular security audits, 2FA & usage of secure offline cold wallets for your security", + "did": "", + "env": "development", + "id": 4, + "inventorySource": "selfkey", + "name": "Cryptokart", + "paymentAddress": "", + "privacyPolicy": "", + "relyingPartyConfig": { + "did": true, + "endpoints": { + "/templates/:id": "https://dev.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://dev.instance.kyc-chain.com/api/v2/" + }, + "status": "inactive", + "termsOfService": null, + "updatedAt": 1568275027310, + "vendorId": "cryptokart" + }, + "5": { + "categories": ["exchanges"], + "contactEmail": "", + "createdAt": 1568104716898, + "description": "Our Mission at Golix is to give every person in Africa financial autonomy.", + "did": "", + "env": "development", + "id": 5, + "inventorySource": "selfkey", + "name": "golix", + "paymentAddress": "", + "privacyPolicy": "", + "relyingPartyConfig": { + "did": true, + "endpoints": { + "/templates/:id": "https://dev.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://dev.instance.kyc-chain.com/api/v2/" + }, + "status": "inactive", + "termsOfService": null, + "updatedAt": 1568275027310, + "vendorId": "golix" + }, + "6": { + "categories": ["exchanges"], + "contactEmail": "", + "createdAt": 1568104716898, + "description": "WandX is a decentralized exchange that enables seamless creation and trade of any ERC20 Token or ERC20 Token baskets. Create and trade a basket of ERC20 Tokens with a single transaction. Token basket themes such as decentralized identity or decentralized exchanges can be created. The WAND Token can be used to get a 75% discount on the exchange fee.", + "did": "", + "env": "development", + "id": 6, + "inventorySource": "selfkey", + "name": "WandX", + "paymentAddress": "", + "privacyPolicy": "", + "relyingPartyConfig": { + "did": true, + "endpoints": { + "/templates/:id": "https://dev.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://dev.instance.kyc-chain.com/api/v2/" + }, + "status": "active", + "termsOfService": null, + "updatedAt": 1568275027310, + "vendorId": "wandx" + }, + "7": { + "categories": ["exchanges"], + "contactEmail": "", + "createdAt": 1568104716898, + "description": "Tagcash wallets can handle multiple fiat currencies, with all the benefits of a distributed ledger, but with more control to comply with regulations. Custom tokens can be created for many uses - rewards, cryptocurrency, private currencies, assets representing physical items and more.", + "did": "", + "env": "development", + "id": 7, + "inventorySource": "selfkey", + "name": "TagCash", + "paymentAddress": "", + "privacyPolicy": "", + "relyingPartyConfig": { + "did": true, + "endpoints": { + "/templates/:id": "https://dev.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://dev.instance.kyc-chain.com/api/v2/" + }, + "status": "inactive", + "termsOfService": null, + "updatedAt": 1568275027310, + "vendorId": "tag_cash" + }, + "8": { + "categories": ["exchanges"], + "contactEmail": "", + "createdAt": 1568104716898, + "description": "Cross-chain non custodial next generation exchange platform. Directly at market price at almost no time. Personal data are never in any way shared with a third part. Granted anonymity", + "did": "", + "env": "development", + "id": 8, + "inventorySource": "selfkey", + "name": "InstaSwap", + "paymentAddress": "", + "privacyPolicy": "", + "relyingPartyConfig": { + "did": true, + "endpoints": { + "/templates/:id": "https://dev.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://dev.instance.kyc-chain.com/api/v2/" + }, + "status": "inactive", + "termsOfService": null, + "updatedAt": 1568275027310, + "vendorId": "instaswap" + }, + "9": { + "categories": ["exchanges"], + "contactEmail": "", + "createdAt": 1568104716898, + "description": "Our core consists of a group of experienced traders in the Forex and Crypto markets. As we have several years of experience in the Forex trading world, we have the feeling that something is missing in the relative new market of cryptocurrencies. Thus, Finrax was born.\n\nOur goal is to take the best practices of the Forex world and implement this into the cryptocurrency markets. We focus on user experience, security and simplicity.\n\nWe have designed and developed our trading platform from the ground up, with you the end user in mind. Our trading platform is easy to use for the novice trader as well as for the more experienced trader (check the previews of the platform below).\n\nWe offer easy registration, real-time document verification, fast and professional customer support (ticketing and livechat) and due to BitGo Enterprise™ we offer Multi-sig cryptocurrency wallets to ensure the safety of your crypto assets.\n\nYou will be able to trade more than 20 cryptocurrencies paired with fiat currencies. Our platform supports low-fee credit card deposits, free of charge bank deposits and local payment methods.", + "did": "", + "env": "development", + "id": 9, + "inventorySource": "selfkey", + "name": "Finrax", + "paymentAddress": "", + "privacyPolicy": "", + "relyingPartyConfig": { + "did": true, + "endpoints": { + "/templates/:id": "https://dev.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://dev.instance.kyc-chain.com/api/v2/" + }, + "status": "inactive", + "termsOfService": null, + "updatedAt": 1568275027310, + "vendorId": "finrax" + }, + "10": { + "categories": ["banking"], + "contactEmail": "", + "createdAt": 1568104716898, + "description": "Flagtheory Banking", + "did": "", + "env": "development", + "id": 10, + "inventorySource": "external", + "name": "Flagtheory Banking", + "paymentAddress": "", + "privacyPolicy": "", + "relyingPartyConfig": { + "did": true, + "endpoints": { + "/templates/:id": "https://dev.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://dev.instance.kyc-chain.com/api/v2/" + }, + "status": "active", + "termsOfService": null, + "updatedAt": 1568275027310, + "vendorId": "flagtheory_banking" + }, + "11": { + "categories": ["incorporations"], + "contactEmail": "", + "createdAt": 1568104716899, + "description": "Incorporations", + "did": "", + "env": "development", + "id": 11, + "inventorySource": "external", + "name": "Incorporations", + "paymentAddress": "", + "privacyPolicy": "", + "relyingPartyConfig": { + "did": true, + "endpoints": { + "/templates/:id": "https://dev.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://dev.instance.kyc-chain.com/api/v2/" + }, + "status": "active", + "termsOfService": null, + "updatedAt": 1568275027310, + "vendorId": "flagtheory_incorporations" + }, + "12": { + "categories": ["exchanges"], + "contactEmail": "", + "createdAt": 1568104716899, + "description": "GBX is a regulated, insured and licensed exchange with multiple fiat currency onboarding available", + "did": "", + "env": "development", + "id": 12, + "inventorySource": "selfkey", + "name": "Gibraltar Blockchain Exchange (GBX)", + "paymentAddress": "", + "privacyPolicy": "", + "relyingPartyConfig": { + "did": true, + "endpoints": { + "/templates/:id": "https://dev.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://dev.instance.kyc-chain.com/api/v2/" + }, + "status": "inactive", + "termsOfService": null, + "updatedAt": 1568275027310, + "vendorId": "gbx" + }, + "13": { + "categories": ["exchanges"], + "contactEmail": "", + "createdAt": 1568104716898, + "description": "Safe and fast way to exchange among 57 Cryptocurrencies and more than 3150 possible pairs at the best rates. Secure and anonymous transactions with no account registration needed. No custodial risk for your funds and information. Transactions are processed over SSL/TLS certificate.", + "did": "", + "env": "development", + "id": 13, + "inventorySource": "selfkey", + "name": "Easyrabbit", + "paymentAddress": "", + "privacyPolicy": "", + "relyingPartyConfig": { + "did": true, + "endpoints": { + "/templates/:id": "https://dev.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://dev.instance.kyc-chain.com/api/v2/" + }, + "status": "inactive", + "termsOfService": null, + "updatedAt": 1568275027308, + "vendorId": "easyrabbit" + }, + "14": { + "categories": ["exchanges"], + "contactEmail": "", + "createdAt": 1568104716898, + "description": "Tagcash wallets can handle multiple fiat currencies, with all the benefits of a distributed ledger, but with more control to comply with regulations. Custom tokens can be created for many uses - rewards, cryptocurrency, private currencies, assets representing physical items and more.", + "did": "", + "env": "development", + "id": 14, + "inventorySource": "selfkey", + "name": "XStar.io", + "paymentAddress": "", + "privacyPolicy": "", + "relyingPartyConfig": { + "did": true, + "endpoints": { + "/templates/:id": "https://dev.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://dev.instance.kyc-chain.com/api/v2/" + }, + "status": "inactive", + "termsOfService": null, + "updatedAt": 1568275027308, + "vendorId": "xstar" + }, + "15": { + "categories": ["exchanges"], + "contactEmail": "", + "createdAt": 1568104716898, + "description": "Koinex is India's most advanced digital assets exchange. It's the first complete exchange supporting multiple cryptocurrencies/ tokens on a single platform. Built entirely from scratch, Koinex is aimed at bringing the magic of blockchain technology to India. Bitcoin - the world's first cryptocurrency - was introduced in 2009 and since then over 1000 tradable tokens have come into existence. However, for a long time India missed out on the tremendous opportunity that the rest of the world had been enjoying. And Koinex has been built to bridge that gap.", + "did": "", + "env": "development", + "id": 15, + "inventorySource": "selfkey", + "name": "KoinEX", + "paymentAddress": "", + "privacyPolicy": "", + "relyingPartyConfig": { + "did": true, + "endpoints": { + "/templates/:id": "https://dev.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://dev.instance.kyc-chain.com/api/v2/" + }, + "status": "inactive", + "termsOfService": null, + "updatedAt": 1568275027308, + "vendorId": "koin_ex" + } + }, + "inventory": [], + "inventoryById": {}, + "countries": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 61, + 62, + 63, + 64, + 65, + 66, + 67, + 68, + 69, + 70, + 71, + 72, + 73, + 74, + 75, + 76, + 77, + 78, + 79, + 80, + 81, + 82, + 83, + 84, + 85, + 86, + 87, + 88, + 89, + 90, + 91, + 92, + 93, + 94, + 95, + 96, + 97, + 98, + 99, + 100, + 101, + 102, + 103, + 104, + 105, + 106, + 107, + 108, + 109, + 110, + 111, + 112, + 113, + 114, + 115, + 116, + 117, + 118, + 119, + 120, + 121, + 122, + 123, + 124, + 125, + 126, + 127, + 128, + 129, + 130, + 131, + 132, + 133, + 134, + 135, + 136, + 137, + 138, + 139, + 140, + 141, + 142, + 143, + 144, + 145, + 146, + 147, + 148, + 149, + 150, + 151, + 152, + 153, + 154, + 155, + 156, + 157, + 158, + 159, + 160, + 161, + 162, + 163, + 164, + 165, + 166, + 167, + 168, + 169, + 170, + 171, + 172, + 173, + 174, + 175, + 176, + 177, + 178, + 179, + 180, + 181, + 182, + 183, + 184, + 185, + 186, + 187, + 188, + 189, + 190, + 191, + 192, + 193, + 194, + 195, + 196, + 197, + 198, + 199, + 200, + 201, + 202, + 203, + 204, + 205, + 206, + 207, + 208, + 209, + 210, + 211, + 212, + 213, + 214, + 215, + 216, + 217, + 218, + 219, + 220, + 221, + 222, + 223, + 224, + 225, + 226, + 227, + 228, + 229, + 230, + 231, + 232, + 233, + 234, + 235, + 236, + 237, + 238, + 239, + 240, + 241, + 242, + 243, + 244, + 245, + 246, + 247, + 248, + 249, + 250 + ], + "countriesById": { + "1": { + "areaInSqKm": "468.0", + "capital": "Andorra la Vella", + "code": "AD", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "1.7865427778319827", + "env": "development", + "fipsCode": "AN", + "geonameId": "3041565", + "id": 1, + "isoAlpha3": "AND", + "isoNumeric": "020", + "languages": ["ca"], + "name": "Andorra", + "north": "42.65604389629997", + "population": 84000, + "south": "42.42849259876837", + "updatedAt": 1568275041037, + "west": "1.4071867141112762" + }, + "2": { + "areaInSqKm": "82880.0", + "capital": "Abu Dhabi", + "code": "AE", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "AED", + "east": "56.38166046142578", + "env": "development", + "fipsCode": "AE", + "geonameId": "290557", + "id": 2, + "isoAlpha3": "ARE", + "isoNumeric": "784", + "languages": ["ar-AE", "fa", "en", "hi", "ur"], + "name": "United Arab Emirates", + "north": "26.08415985107422", + "population": 4975593, + "south": "22.633329391479492", + "updatedAt": 1568275041037, + "west": "51.58332824707031" + }, + "3": { + "areaInSqKm": "28748.0", + "capital": "Tirana", + "code": "AL", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "ALL", + "east": "21.068472", + "env": "development", + "fipsCode": "AL", + "geonameId": "783754", + "id": 3, + "isoAlpha3": "ALB", + "isoNumeric": "008", + "languages": ["sq", "el"], + "name": "Albania", + "north": "42.665611", + "population": 2986952, + "south": "39.648361", + "updatedAt": 1568275041037, + "west": "19.293972" + }, + "4": { + "areaInSqKm": "29800.0", + "capital": "Yerevan", + "code": "AM", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "AMD", + "east": "46.772435045159995", + "env": "development", + "fipsCode": "AM", + "geonameId": "174982", + "id": 4, + "isoAlpha3": "ARM", + "isoNumeric": "051", + "languages": ["hy"], + "name": "Armenia", + "north": "41.301834", + "population": 2968000, + "south": "38.830528", + "updatedAt": 1568275041037, + "west": "43.44978" + }, + "5": { + "areaInSqKm": "1246700.0", + "capital": "Luanda", + "code": "AO", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "AOA", + "east": "24.082119", + "env": "development", + "fipsCode": "AO", + "geonameId": "3351879", + "id": 5, + "isoAlpha3": "AGO", + "isoNumeric": "024", + "languages": ["pt-AO"], + "name": "Angola", + "north": "-4.376826", + "population": 13068161, + "south": "-18.042076", + "updatedAt": 1568275041037, + "west": "11.679219" + }, + "6": { + "areaInSqKm": "1.4E7", + "capital": "", + "code": "AQ", + "continent": "AN", + "continentName": "Antarctica", + "createdAt": 1568104730276, + "currencyCode": "", + "east": "179.9999", + "env": "development", + "fipsCode": "AY", + "geonameId": "6697173", + "id": 6, + "isoAlpha3": "ATA", + "isoNumeric": "010", + "languages": [], + "name": "Antarctica", + "north": "-60.515533", + "population": 0, + "south": "-89.9999", + "updatedAt": 1568275041037, + "west": "-179.9999" + }, + "7": { + "areaInSqKm": "2766890.0", + "capital": "Buenos Aires", + "code": "AR", + "continent": "SA", + "continentName": "South America", + "createdAt": 1568104730276, + "currencyCode": "ARS", + "east": "-53.591835", + "env": "development", + "fipsCode": "AR", + "geonameId": "3865483", + "id": 7, + "isoAlpha3": "ARG", + "isoNumeric": "032", + "languages": ["es-AR", "en", "it", "de", "fr", "gn"], + "name": "Argentina", + "north": "-21.781277", + "population": 41343201, + "south": "-55.061314", + "updatedAt": 1568275041037, + "west": "-73.58297" + }, + "8": { + "areaInSqKm": "199.0", + "capital": "Pago Pago", + "code": "AS", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "USD", + "east": "-169.416077", + "env": "development", + "fipsCode": "AQ", + "geonameId": "5880801", + "id": 8, + "isoAlpha3": "ASM", + "isoNumeric": "016", + "languages": ["en-AS", "sm", "to"], + "name": "American Samoa", + "north": "-11.0497", + "population": 57881, + "south": "-14.382478", + "updatedAt": 1568275041037, + "west": "-171.091888" + }, + "9": { + "areaInSqKm": "7686850.0", + "capital": "Canberra", + "code": "AU", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "AUD", + "east": "153.639252", + "env": "development", + "fipsCode": "AS", + "geonameId": "2077456", + "id": 9, + "isoAlpha3": "AUS", + "isoNumeric": "036", + "languages": ["en-AU"], + "name": "Australia", + "north": "-10.062805", + "population": 21515754, + "south": "-43.64397", + "updatedAt": 1568275041037, + "west": "112.911057" + }, + "10": { + "areaInSqKm": "193.0", + "capital": "Oranjestad", + "code": "AW", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "AWG", + "east": "-69.86575120104982", + "env": "development", + "fipsCode": "AA", + "geonameId": "3577279", + "id": 10, + "isoAlpha3": "ABW", + "isoNumeric": "533", + "languages": ["nl-AW", "es", "en"], + "name": "Aruba", + "north": "12.623718127152925", + "population": 71566, + "south": "12.411707706190716", + "updatedAt": 1568275041037, + "west": "-70.0644737196045" + }, + "11": { + "areaInSqKm": "", + "capital": "Mariehamn", + "code": "AX", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "21.011862", + "env": "development", + "fipsCode": "", + "geonameId": "661882", + "id": 11, + "isoAlpha3": "ALA", + "isoNumeric": "248", + "languages": ["sv-AX"], + "name": "Åland", + "north": "60.488861", + "population": 26711, + "south": "59.90675", + "updatedAt": 1568275041037, + "west": "19.317694" + }, + "12": { + "areaInSqKm": "86600.0", + "capital": "Baku", + "code": "AZ", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "AZN", + "east": "50.370083", + "env": "development", + "fipsCode": "AJ", + "geonameId": "587116", + "id": 12, + "isoAlpha3": "AZE", + "isoNumeric": "031", + "languages": ["az", "ru", "hy"], + "name": "Azerbaijan", + "north": "41.90564", + "population": 8303512, + "south": "38.38915252685547", + "updatedAt": 1568275041038, + "west": "44.774113" + }, + "13": { + "areaInSqKm": "51129.0", + "capital": "Sarajevo", + "code": "BA", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "BAM", + "east": "19.622223", + "env": "development", + "fipsCode": "BK", + "geonameId": "3277605", + "id": 13, + "isoAlpha3": "BIH", + "isoNumeric": "070", + "languages": ["bs", "hr-BA", "sr-BA"], + "name": "Bosnia and Herzegovina", + "north": "45.239193", + "population": 4590000, + "south": "42.546112", + "updatedAt": 1568275041038, + "west": "15.718945" + }, + "14": { + "areaInSqKm": "431.0", + "capital": "Bridgetown", + "code": "BB", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "BBD", + "east": "-59.420376", + "env": "development", + "fipsCode": "BB", + "geonameId": "3374084", + "id": 14, + "isoAlpha3": "BRB", + "isoNumeric": "052", + "languages": ["en-BB"], + "name": "Barbados", + "north": "13.327257", + "population": 285653, + "south": "13.039844", + "updatedAt": 1568275041038, + "west": "-59.648922" + }, + "15": { + "areaInSqKm": "144000.0", + "capital": "Dhaka", + "code": "BD", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "BDT", + "east": "92.673668", + "env": "development", + "fipsCode": "BG", + "geonameId": "1210997", + "id": 15, + "isoAlpha3": "BGD", + "isoNumeric": "050", + "languages": ["bn-BD", "en"], + "name": "Bangladesh", + "north": "26.631945", + "population": 156118464, + "south": "20.743334", + "updatedAt": 1568275041038, + "west": "88.028336" + }, + "16": { + "areaInSqKm": "30510.0", + "capital": "Brussels", + "code": "BE", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "6.403861", + "env": "development", + "fipsCode": "BE", + "geonameId": "2802361", + "id": 16, + "isoAlpha3": "BEL", + "isoNumeric": "056", + "languages": ["nl-BE", "fr-BE", "de-BE"], + "name": "Belgium", + "north": "51.505444", + "population": 10403000, + "south": "49.49361", + "updatedAt": 1568275041038, + "west": "2.546944" + }, + "17": { + "areaInSqKm": "274200.0", + "capital": "Ouagadougou", + "code": "BF", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "XOF", + "east": "2.405395", + "env": "development", + "fipsCode": "UV", + "geonameId": "2361809", + "id": 17, + "isoAlpha3": "BFA", + "isoNumeric": "854", + "languages": ["fr-BF"], + "name": "Burkina Faso", + "north": "15.082593", + "population": 16241811, + "south": "9.401108", + "updatedAt": 1568275041038, + "west": "-5.518916" + }, + "18": { + "areaInSqKm": "110910.0", + "capital": "Sofia", + "code": "BG", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "BGN", + "east": "28.612167", + "env": "development", + "fipsCode": "BU", + "geonameId": "732800", + "id": 18, + "isoAlpha3": "BGR", + "isoNumeric": "100", + "languages": ["bg", "tr-BG"], + "name": "Bulgaria", + "north": "44.21764", + "population": 7148785, + "south": "41.242084", + "updatedAt": 1568275041038, + "west": "22.371166" + }, + "19": { + "areaInSqKm": "665.0", + "capital": "Manama", + "code": "BH", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "BHD", + "east": "50.664471", + "env": "development", + "fipsCode": "BA", + "geonameId": "290291", + "id": 19, + "isoAlpha3": "BHR", + "isoNumeric": "048", + "languages": ["ar-BH", "en", "fa", "ur"], + "name": "Bahrain", + "north": "26.282583", + "population": 738004, + "south": "25.796862", + "updatedAt": 1568275041038, + "west": "50.45414" + }, + "20": { + "areaInSqKm": "27830.0", + "capital": "Bujumbura", + "code": "BI", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "BIF", + "east": "30.847729", + "env": "development", + "fipsCode": "BY", + "geonameId": "433561", + "id": 20, + "isoAlpha3": "BDI", + "isoNumeric": "108", + "languages": ["fr-BI", "rn"], + "name": "Burundi", + "north": "-2.310123", + "population": 9863117, + "south": "-4.465713", + "updatedAt": 1568275041038, + "west": "28.993061" + }, + "21": { + "areaInSqKm": "112620.0", + "capital": "Porto-Novo", + "code": "BJ", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "XOF", + "east": "3.851701", + "env": "development", + "fipsCode": "BN", + "geonameId": "2395170", + "id": 21, + "isoAlpha3": "BEN", + "isoNumeric": "204", + "languages": ["fr-BJ"], + "name": "Benin", + "north": "12.418347", + "population": 9056010, + "south": "6.225748", + "updatedAt": 1568275041038, + "west": "0.774575" + }, + "22": { + "areaInSqKm": "21.0", + "capital": "Gustavia", + "code": "BL", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "-62.788983372985854", + "env": "development", + "fipsCode": "TB", + "geonameId": "3578476", + "id": 22, + "isoAlpha3": "BLM", + "isoNumeric": "652", + "languages": ["fr"], + "name": "Saint Barthélemy", + "north": "17.928808791949283", + "population": 8450, + "south": "17.878183227405575", + "updatedAt": 1568275041038, + "west": "-62.8739118253784" + }, + "23": { + "areaInSqKm": "53.0", + "capital": "Hamilton", + "code": "BM", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "BMD", + "east": "-64.651993", + "env": "development", + "fipsCode": "BD", + "geonameId": "3573345", + "id": 23, + "isoAlpha3": "BMU", + "isoNumeric": "060", + "languages": ["en-BM", "pt"], + "name": "Bermuda", + "north": "32.393833", + "population": 65365, + "south": "32.246639", + "updatedAt": 1568275041038, + "west": "-64.89605" + }, + "24": { + "areaInSqKm": "5770.0", + "capital": "Bandar Seri Begawan", + "code": "BN", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "BND", + "east": "115.359444", + "env": "development", + "fipsCode": "BX", + "geonameId": "1820814", + "id": 24, + "isoAlpha3": "BRN", + "isoNumeric": "096", + "languages": ["ms-BN", "en-BN"], + "name": "Brunei", + "north": "5.047167", + "population": 395027, + "south": "4.003083", + "updatedAt": 1568275041038, + "west": "114.071442" + }, + "25": { + "areaInSqKm": "1098580.0", + "capital": "Sucre", + "code": "BO", + "continent": "SA", + "continentName": "South America", + "createdAt": 1568104730276, + "currencyCode": "BOB", + "east": "-57.45809600000001", + "env": "development", + "fipsCode": "BL", + "geonameId": "3923057", + "id": 25, + "isoAlpha3": "BOL", + "isoNumeric": "068", + "languages": ["es-BO", "qu", "ay"], + "name": "Bolivia", + "north": "-9.680567", + "population": 9947418, + "south": "-22.896133", + "updatedAt": 1568275041038, + "west": "-69.640762" + }, + "26": { + "areaInSqKm": "", + "capital": "", + "code": "BQ", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "USD", + "east": "-68.192307", + "env": "development", + "fipsCode": "", + "geonameId": "7626844", + "id": 26, + "isoAlpha3": "BES", + "isoNumeric": "535", + "languages": ["nl", "pap", "en"], + "name": "Bonaire", + "north": "12.304535", + "population": 18012, + "south": "12.017149", + "updatedAt": 1568275041038, + "west": "-68.416458" + }, + "27": { + "areaInSqKm": "8511965.0", + "capital": "Brasília", + "code": "BR", + "continent": "SA", + "continentName": "South America", + "createdAt": 1568104730276, + "currencyCode": "BRL", + "east": "-32.392998", + "env": "development", + "fipsCode": "BR", + "geonameId": "3469034", + "id": 27, + "isoAlpha3": "BRA", + "isoNumeric": "076", + "languages": ["pt-BR", "es", "en", "fr"], + "name": "Brazil", + "north": "5.264877", + "population": 201103330, + "south": "-33.750706", + "updatedAt": 1568275041038, + "west": "-73.985535" + }, + "28": { + "areaInSqKm": "13940.0", + "capital": "Nassau", + "code": "BS", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "BSD", + "east": "-74.423874", + "env": "development", + "fipsCode": "BF", + "geonameId": "3572887", + "id": 28, + "isoAlpha3": "BHS", + "isoNumeric": "044", + "languages": ["en-BS"], + "name": "Bahamas", + "north": "26.919243", + "population": 301790, + "south": "22.852743", + "updatedAt": 1568275041038, + "west": "-78.995911" + }, + "29": { + "areaInSqKm": "47000.0", + "capital": "Thimphu", + "code": "BT", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "BTN", + "east": "92.125191", + "env": "development", + "fipsCode": "BT", + "geonameId": "1252634", + "id": 29, + "isoAlpha3": "BTN", + "isoNumeric": "064", + "languages": ["dz"], + "name": "Bhutan", + "north": "28.323778", + "population": 699847, + "south": "26.70764", + "updatedAt": 1568275041038, + "west": "88.75972" + }, + "30": { + "areaInSqKm": "", + "capital": "", + "code": "BV", + "continent": "AN", + "continentName": "Antarctica", + "createdAt": 1568104730276, + "currencyCode": "NOK", + "east": "3.487976", + "env": "development", + "fipsCode": "BV", + "geonameId": "3371123", + "id": 30, + "isoAlpha3": "BVT", + "isoNumeric": "074", + "languages": [], + "name": "Bouvet Island", + "north": "-54.400322", + "population": 0, + "south": "-54.462383", + "updatedAt": 1568275041038, + "west": "3.335499" + }, + "31": { + "areaInSqKm": "600370.0", + "capital": "Gaborone", + "code": "BW", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "BWP", + "east": "29.360781", + "env": "development", + "fipsCode": "BC", + "geonameId": "933860", + "id": 31, + "isoAlpha3": "BWA", + "isoNumeric": "072", + "languages": ["en-BW", "tn-BW"], + "name": "Botswana", + "north": "-17.780813", + "population": 2029307, + "south": "-26.907246", + "updatedAt": 1568275041038, + "west": "19.999535" + }, + "32": { + "areaInSqKm": "207600.0", + "capital": "Minsk", + "code": "BY", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "BYR", + "east": "32.770805", + "env": "development", + "fipsCode": "BO", + "geonameId": "630336", + "id": 32, + "isoAlpha3": "BLR", + "isoNumeric": "112", + "languages": ["be", "ru"], + "name": "Belarus", + "north": "56.165806", + "population": 9685000, + "south": "51.256416", + "updatedAt": 1568275041038, + "west": "23.176889" + }, + "33": { + "areaInSqKm": "22966.0", + "capital": "Belmopan", + "code": "BZ", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "BZD", + "east": "-87.776985", + "env": "development", + "fipsCode": "BH", + "geonameId": "3582678", + "id": 33, + "isoAlpha3": "BLZ", + "isoNumeric": "084", + "languages": ["en-BZ", "es"], + "name": "Belize", + "north": "18.496557", + "population": 314522, + "south": "15.8893", + "updatedAt": 1568275041038, + "west": "-89.224815" + }, + "34": { + "areaInSqKm": "9984670.0", + "capital": "Ottawa", + "code": "CA", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "CAD", + "east": "-52.636291", + "env": "development", + "fipsCode": "CA", + "geonameId": "6251999", + "id": 34, + "isoAlpha3": "CAN", + "isoNumeric": "124", + "languages": ["en-CA", "fr-CA", "iu"], + "name": "Canada", + "north": "83.110626", + "population": 33679000, + "south": "41.67598", + "updatedAt": 1568275041038, + "west": "-141" + }, + "35": { + "areaInSqKm": "14.0", + "capital": "West Island", + "code": "CC", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "AUD", + "east": "96.929489344", + "env": "development", + "fipsCode": "CK", + "geonameId": "1547376", + "id": 35, + "isoAlpha3": "CCK", + "isoNumeric": "166", + "languages": ["ms-CC", "en"], + "name": "Cocos [Keeling] Islands", + "north": "-12.072459094", + "population": 628, + "south": "-12.208725839", + "updatedAt": 1568275041038, + "west": "96.816941408" + }, + "36": { + "areaInSqKm": "2345410.0", + "capital": "Kinshasa", + "code": "CD", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "CDF", + "east": "31.305912", + "env": "development", + "fipsCode": "CG", + "geonameId": "203312", + "id": 36, + "isoAlpha3": "COD", + "isoNumeric": "180", + "languages": ["fr-CD", "ln", "kg"], + "name": "Democratic Republic of the Congo", + "north": "5.386098", + "population": 70916439, + "south": "-13.455675", + "updatedAt": 1568275041038, + "west": "12.204144" + }, + "37": { + "areaInSqKm": "622984.0", + "capital": "Bangui", + "code": "CF", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "XAF", + "east": "27.463421", + "env": "development", + "fipsCode": "CT", + "geonameId": "239880", + "id": 37, + "isoAlpha3": "CAF", + "isoNumeric": "140", + "languages": ["fr-CF", "sg", "ln", "kg"], + "name": "Central African Republic", + "north": "11.007569", + "population": 4844927, + "south": "2.220514", + "updatedAt": 1568275041038, + "west": "14.420097" + }, + "38": { + "areaInSqKm": "342000.0", + "capital": "Brazzaville", + "code": "CG", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "XAF", + "east": "18.649839", + "env": "development", + "fipsCode": "CF", + "geonameId": "2260494", + "id": 38, + "isoAlpha3": "COG", + "isoNumeric": "178", + "languages": ["fr-CG", "kg", "ln-CG"], + "name": "Republic of the Congo", + "north": "3.703082", + "population": 3039126, + "south": "-5.027223", + "updatedAt": 1568275041038, + "west": "11.205009" + }, + "39": { + "areaInSqKm": "41290.0", + "capital": "Berne", + "code": "CH", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "CHF", + "east": "10.491472", + "env": "development", + "fipsCode": "SZ", + "geonameId": "2658434", + "id": 39, + "isoAlpha3": "CHE", + "isoNumeric": "756", + "languages": ["de-CH", "fr-CH", "it-CH", "rm"], + "name": "Switzerland", + "north": "47.805332", + "population": 7581000, + "south": "45.825695", + "updatedAt": 1568275041038, + "west": "5.957472" + }, + "40": { + "areaInSqKm": "322460.0", + "capital": "Yamoussoukro", + "code": "CI", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "XOF", + "east": "-2.494897", + "env": "development", + "fipsCode": "IV", + "geonameId": "2287781", + "id": 40, + "isoAlpha3": "CIV", + "isoNumeric": "384", + "languages": ["fr-CI"], + "name": "Ivory Coast", + "north": "10.736642", + "population": 21058798, + "south": "4.357067", + "updatedAt": 1568275041038, + "west": "-8.599302" + }, + "41": { + "areaInSqKm": "240.0", + "capital": "Avarua", + "code": "CK", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "NZD", + "east": "-157.312134", + "env": "development", + "fipsCode": "CW", + "geonameId": "1899402", + "id": 41, + "isoAlpha3": "COK", + "isoNumeric": "184", + "languages": ["en-CK", "mi"], + "name": "Cook Islands", + "north": "-10.023114", + "population": 21388, + "south": "-21.944164", + "updatedAt": 1568275041038, + "west": "-161.093658" + }, + "42": { + "areaInSqKm": "756950.0", + "capital": "Santiago", + "code": "CL", + "continent": "SA", + "continentName": "South America", + "createdAt": 1568104730276, + "currencyCode": "CLP", + "east": "-66.417557", + "env": "development", + "fipsCode": "CI", + "geonameId": "3895114", + "id": 42, + "isoAlpha3": "CHL", + "isoNumeric": "152", + "languages": ["es-CL"], + "name": "Chile", + "north": "-17.507553", + "population": 16746491, + "south": "-55.9256225109217", + "updatedAt": 1568275041038, + "west": "-80.785851" + }, + "43": { + "areaInSqKm": "475440.0", + "capital": "Yaoundé", + "code": "CM", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "XAF", + "east": "16.192116", + "env": "development", + "fipsCode": "CM", + "geonameId": "2233387", + "id": 43, + "isoAlpha3": "CMR", + "isoNumeric": "120", + "languages": ["en-CM", "fr-CM"], + "name": "Cameroon", + "north": "13.078056", + "population": 19294149, + "south": "1.652548", + "updatedAt": 1568275041038, + "west": "8.494763" + }, + "44": { + "areaInSqKm": "9596960.0", + "capital": "Beijing", + "code": "CN", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "CNY", + "east": "134.773911", + "env": "development", + "fipsCode": "CH", + "geonameId": "1814991", + "id": 44, + "isoAlpha3": "CHN", + "isoNumeric": "156", + "languages": ["zh-CN", "yue", "wuu", "dta", "ug", "za"], + "name": "China", + "north": "53.56086", + "population": 1330044000, + "south": "15.775416", + "updatedAt": 1568275041038, + "west": "73.557693" + }, + "45": { + "areaInSqKm": "1138910.0", + "capital": "Bogotá", + "code": "CO", + "continent": "SA", + "continentName": "South America", + "createdAt": 1568104730276, + "currencyCode": "COP", + "east": "-66.869835", + "env": "development", + "fipsCode": "CO", + "geonameId": "3686110", + "id": 45, + "isoAlpha3": "COL", + "isoNumeric": "170", + "languages": ["es-CO"], + "name": "Colombia", + "north": "13.380502", + "population": 47790000, + "south": "-4.225869", + "updatedAt": 1568275041038, + "west": "-81.728111" + }, + "46": { + "areaInSqKm": "51100.0", + "capital": "San José", + "code": "CR", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "CRC", + "east": "-82.555992", + "env": "development", + "fipsCode": "CS", + "geonameId": "3624060", + "id": 46, + "isoAlpha3": "CRI", + "isoNumeric": "188", + "languages": ["es-CR", "en"], + "name": "Costa Rica", + "north": "11.216819", + "population": 4516220, + "south": "8.032975", + "updatedAt": 1568275041038, + "west": "-85.950623" + }, + "47": { + "areaInSqKm": "110860.0", + "capital": "Havana", + "code": "CU", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "CUP", + "east": "-74.131775", + "env": "development", + "fipsCode": "CU", + "geonameId": "3562981", + "id": 47, + "isoAlpha3": "CUB", + "isoNumeric": "192", + "languages": ["es-CU"], + "name": "Cuba", + "north": "23.226042", + "population": 11423000, + "south": "19.828083", + "updatedAt": 1568275041038, + "west": "-84.957428" + }, + "48": { + "areaInSqKm": "4033.0", + "capital": "Praia", + "code": "CV", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "CVE", + "east": "-22.669443", + "env": "development", + "fipsCode": "CV", + "geonameId": "3374766", + "id": 48, + "isoAlpha3": "CPV", + "isoNumeric": "132", + "languages": ["pt-CV"], + "name": "Cape Verde", + "north": "17.197178", + "population": 508659, + "south": "14.808022", + "updatedAt": 1568275041038, + "west": "-25.358747" + }, + "49": { + "areaInSqKm": "", + "capital": "Willemstad", + "code": "CW", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "ANG", + "east": "-68.733948", + "env": "development", + "fipsCode": "UC", + "geonameId": "7626836", + "id": 49, + "isoAlpha3": "CUW", + "isoNumeric": "531", + "languages": ["nl", "pap"], + "name": "Curacao", + "north": "12.385672", + "population": 141766, + "south": "12.032745", + "updatedAt": 1568275041038, + "west": "-69.157204" + }, + "50": { + "areaInSqKm": "135.0", + "capital": "The Settlement", + "code": "CX", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "AUD", + "east": "105.712596992", + "env": "development", + "fipsCode": "KT", + "geonameId": "2078138", + "id": 50, + "isoAlpha3": "CXR", + "isoNumeric": "162", + "languages": ["en", "zh", "ms-CC"], + "name": "Christmas Island", + "north": "-10.412356007", + "population": 1500, + "south": "-10.5704829995", + "updatedAt": 1568275041038, + "west": "105.533276992" + }, + "51": { + "areaInSqKm": "647500.0", + "capital": "Kabul", + "code": "AF", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "AFN", + "east": "74.879448", + "env": "development", + "fipsCode": "AF", + "geonameId": "1149361", + "id": 51, + "isoAlpha3": "AFG", + "isoNumeric": "004", + "languages": ["fa-AF", "ps", "uz-AF", "tk"], + "name": "Afghanistan", + "north": "38.483418", + "population": 29121286, + "south": "29.377472", + "updatedAt": 1568275041037, + "west": "60.478443" + }, + "52": { + "areaInSqKm": "78866.0", + "capital": "Prague", + "code": "CZ", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "CZK", + "east": "18.860111", + "env": "development", + "fipsCode": "EZ", + "geonameId": "3077311", + "id": 52, + "isoAlpha3": "CZE", + "isoNumeric": "203", + "languages": ["cs", "sk"], + "name": "Czech Republic", + "north": "51.058887", + "population": 10476000, + "south": "48.542915", + "updatedAt": 1568275041038, + "west": "12.096194" + }, + "53": { + "areaInSqKm": "102.0", + "capital": "The Valley", + "code": "AI", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "XCD", + "east": "-62.971359", + "env": "development", + "fipsCode": "AV", + "geonameId": "3573511", + "id": 53, + "isoAlpha3": "AIA", + "isoNumeric": "660", + "languages": ["en-AI"], + "name": "Anguilla", + "north": "18.283424", + "population": 13254, + "south": "18.166815", + "updatedAt": 1568275041037, + "west": "-63.172901" + }, + "54": { + "areaInSqKm": "9250.0", + "capital": "Nicosia", + "code": "CY", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "34.59791599999994", + "env": "development", + "fipsCode": "CY", + "geonameId": "146669", + "id": 54, + "isoAlpha3": "CYP", + "isoNumeric": "196", + "languages": ["el-CY", "tr-CY", "en"], + "name": "Cyprus", + "north": "35.701527", + "population": 1102677, + "south": "34.6332846722908", + "updatedAt": 1568275041038, + "west": "32.27308300000004" + }, + "55": { + "areaInSqKm": "43094.0", + "capital": "Copenhagen", + "code": "DK", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "DKK", + "east": "15.158834", + "env": "development", + "fipsCode": "DA", + "geonameId": "2623032", + "id": 55, + "isoAlpha3": "DNK", + "isoNumeric": "208", + "languages": ["da-DK", "en", "fo", "de-DK"], + "name": "Denmark", + "north": "57.748417", + "population": 5484000, + "south": "54.562389", + "updatedAt": 1568275041038, + "west": "8.075611" + }, + "56": { + "areaInSqKm": "443.0", + "capital": "St. John's", + "code": "AG", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "XCD", + "east": "-61.672421", + "env": "development", + "fipsCode": "AC", + "geonameId": "3576396", + "id": 56, + "isoAlpha3": "ATG", + "isoNumeric": "028", + "languages": ["en-AG"], + "name": "Antigua and Barbuda", + "north": "17.729387", + "population": 86754, + "south": "16.996979", + "updatedAt": 1568275041037, + "west": "-61.906425" + }, + "57": { + "areaInSqKm": "357021.0", + "capital": "Berlin", + "code": "DE", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "15.039889", + "env": "development", + "fipsCode": "GM", + "geonameId": "2921044", + "id": 57, + "isoAlpha3": "DEU", + "isoNumeric": "276", + "languages": ["de"], + "name": "Germany", + "north": "55.055637", + "population": 81802257, + "south": "47.275776", + "updatedAt": 1568275041038, + "west": "5.865639" + }, + "58": { + "areaInSqKm": "2381740.0", + "capital": "Algiers", + "code": "DZ", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "DZD", + "east": "11.979548", + "env": "development", + "fipsCode": "AG", + "geonameId": "2589581", + "id": 58, + "isoAlpha3": "DZA", + "isoNumeric": "012", + "languages": ["ar-DZ"], + "name": "Algeria", + "north": "37.093723", + "population": 34586184, + "south": "18.960028", + "updatedAt": 1568275041038, + "west": "-8.673868" + }, + "59": { + "areaInSqKm": "283560.0", + "capital": "Quito", + "code": "EC", + "continent": "SA", + "continentName": "South America", + "createdAt": 1568104730276, + "currencyCode": "USD", + "east": "-75.184586", + "env": "development", + "fipsCode": "EC", + "geonameId": "3658394", + "id": 59, + "isoAlpha3": "ECU", + "isoNumeric": "218", + "languages": ["es-EC"], + "name": "Ecuador", + "north": "1.43902", + "population": 14790608, + "south": "-4.998823", + "updatedAt": 1568275041038, + "west": "-81.078598" + }, + "60": { + "areaInSqKm": "45226.0", + "capital": "Tallinn", + "code": "EE", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "28.209972", + "env": "development", + "fipsCode": "EN", + "geonameId": "453733", + "id": 60, + "isoAlpha3": "EST", + "isoNumeric": "233", + "languages": ["et", "ru"], + "name": "Estonia", + "north": "59.676224", + "population": 1291170, + "south": "57.516193", + "updatedAt": 1568275041038, + "west": "21.837584" + }, + "61": { + "areaInSqKm": "1001450.0", + "capital": "Cairo", + "code": "EG", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "EGP", + "east": "36.89833068847656", + "env": "development", + "fipsCode": "EG", + "geonameId": "357994", + "id": 61, + "isoAlpha3": "EGY", + "isoNumeric": "818", + "languages": ["ar-EG", "en", "fr"], + "name": "Egypt", + "north": "31.667334", + "population": 80471869, + "south": "21.725389", + "updatedAt": 1568275041038, + "west": "24.698111" + }, + "62": { + "areaInSqKm": "23000.0", + "capital": "Djibouti", + "code": "DJ", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "DJF", + "east": "43.416973", + "env": "development", + "fipsCode": "DJ", + "geonameId": "223816", + "id": 62, + "isoAlpha3": "DJI", + "isoNumeric": "262", + "languages": ["fr-DJ", "ar", "so-DJ", "aa"], + "name": "Djibouti", + "north": "12.706833", + "population": 740528, + "south": "10.909917", + "updatedAt": 1568275041038, + "west": "41.773472" + }, + "63": { + "areaInSqKm": "754.0", + "capital": "Roseau", + "code": "DM", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "XCD", + "east": "-61.244152", + "env": "development", + "fipsCode": "DO", + "geonameId": "3575830", + "id": 63, + "isoAlpha3": "DMA", + "isoNumeric": "212", + "languages": ["en-DM"], + "name": "Dominica", + "north": "15.631809", + "population": 72813, + "south": "15.20169", + "updatedAt": 1568275041038, + "west": "-61.484108" + }, + "64": { + "areaInSqKm": "504782.0", + "capital": "Madrid", + "code": "ES", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "4.32778473043961", + "env": "development", + "fipsCode": "SP", + "geonameId": "2510769", + "id": 64, + "isoAlpha3": "ESP", + "isoNumeric": "724", + "languages": ["es-ES", "ca", "gl", "eu", "oc"], + "name": "Spain", + "north": "43.7913565913767", + "population": 46505963, + "south": "36.0001044260548", + "updatedAt": 1568275041038, + "west": "-9.30151567231899" + }, + "65": { + "areaInSqKm": "1127127.0", + "capital": "Addis Ababa", + "code": "ET", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "ETB", + "east": "47.986179", + "env": "development", + "fipsCode": "ET", + "geonameId": "337996", + "id": 65, + "isoAlpha3": "ETH", + "isoNumeric": "231", + "languages": ["am", "en-ET", "om-ET", "ti-ET", "so-ET", "sid"], + "name": "Ethiopia", + "north": "14.89375", + "population": 88013491, + "south": "3.402422", + "updatedAt": 1568275041038, + "west": "32.999939" + }, + "66": { + "areaInSqKm": "337030.0", + "capital": "Helsinki", + "code": "FI", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "31.580944", + "env": "development", + "fipsCode": "FI", + "geonameId": "660013", + "id": 66, + "isoAlpha3": "FIN", + "isoNumeric": "246", + "languages": ["fi-FI", "sv-FI", "smn"], + "name": "Finland", + "north": "70.096054", + "population": 5244000, + "south": "59.808777", + "updatedAt": 1568275041038, + "west": "20.556944" + }, + "67": { + "areaInSqKm": "18270.0", + "capital": "Suva", + "code": "FJ", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "FJD", + "east": "-178.424438", + "env": "development", + "fipsCode": "FJ", + "geonameId": "2205218", + "id": 67, + "isoAlpha3": "FJI", + "isoNumeric": "242", + "languages": ["en-FJ", "fj"], + "name": "Fiji", + "north": "-12.480111", + "population": 875983, + "south": "-20.67597", + "updatedAt": 1568275041038, + "west": "177.129334" + }, + "68": { + "areaInSqKm": "12173.0", + "capital": "Stanley", + "code": "FK", + "continent": "SA", + "continentName": "South America", + "createdAt": 1568104730276, + "currencyCode": "FKP", + "east": "-57.712486", + "env": "development", + "fipsCode": "FK", + "geonameId": "3474414", + "id": 68, + "isoAlpha3": "FLK", + "isoNumeric": "238", + "languages": ["en-FK"], + "name": "Falkland Islands", + "north": "-51.24065", + "population": 2638, + "south": "-52.360512", + "updatedAt": 1568275041038, + "west": "-61.345192" + }, + "69": { + "areaInSqKm": "702.0", + "capital": "Palikir", + "code": "FM", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "USD", + "east": "163.03717", + "env": "development", + "fipsCode": "FM", + "geonameId": "2081918", + "id": 69, + "isoAlpha3": "FSM", + "isoNumeric": "583", + "languages": ["en-FM", "chk", "pon", "yap", "kos", "uli", "woe", "nkr", "kpg"], + "name": "Micronesia", + "north": "10.08904", + "population": 107708, + "south": "1.02629", + "updatedAt": 1568275041038, + "west": "137.33648" + }, + "70": { + "areaInSqKm": "1399.0", + "capital": "Tórshavn", + "code": "FO", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "DKK", + "east": "-6.399583", + "env": "development", + "fipsCode": "FO", + "geonameId": "2622320", + "id": 70, + "isoAlpha3": "FRO", + "isoNumeric": "234", + "languages": ["fo", "da-FO"], + "name": "Faroe Islands", + "north": "62.400749", + "population": 48228, + "south": "61.394943", + "updatedAt": 1568275041038, + "west": "-7.458" + }, + "71": { + "areaInSqKm": "547030.0", + "capital": "Paris", + "code": "FR", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "9.561556", + "env": "development", + "fipsCode": "FR", + "geonameId": "3017382", + "id": 71, + "isoAlpha3": "FRA", + "isoNumeric": "250", + "languages": ["fr-FR", "frp", "br", "co", "ca", "eu", "oc"], + "name": "France", + "north": "51.092804", + "population": 64768389, + "south": "41.371582", + "updatedAt": 1568275041038, + "west": "-5.142222" + }, + "72": { + "areaInSqKm": "267667.0", + "capital": "Libreville", + "code": "GA", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "XAF", + "east": "14.502347", + "env": "development", + "fipsCode": "GB", + "geonameId": "2400553", + "id": 72, + "isoAlpha3": "GAB", + "isoNumeric": "266", + "languages": ["fr-GA"], + "name": "Gabon", + "north": "2.322612", + "population": 1545255, + "south": "-3.978806", + "updatedAt": 1568275041038, + "west": "8.695471" + }, + "73": { + "areaInSqKm": "244820.0", + "capital": "London", + "code": "GB", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "GBP", + "east": "1.759", + "env": "development", + "fipsCode": "UK", + "geonameId": "2635167", + "id": 73, + "isoAlpha3": "GBR", + "isoNumeric": "826", + "languages": ["en-GB", "cy-GB", "gd"], + "name": "United Kingdom", + "north": "59.360249", + "population": 62348447, + "south": "49.906193", + "updatedAt": 1568275041038, + "west": "-8.623555" + }, + "74": { + "areaInSqKm": "344.0", + "capital": "St. George's", + "code": "GD", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "XCD", + "east": "-61.57676970108031", + "env": "development", + "fipsCode": "GJ", + "geonameId": "3580239", + "id": 74, + "isoAlpha3": "GRD", + "isoNumeric": "308", + "languages": ["en-GD"], + "name": "Grenada", + "north": "12.318283928171299", + "population": 107818, + "south": "11.986893", + "updatedAt": 1568275041038, + "west": "-61.802344" + }, + "75": { + "areaInSqKm": "69700.0", + "capital": "Tbilisi", + "code": "GE", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "GEL", + "east": "46.725971", + "env": "development", + "fipsCode": "GG", + "geonameId": "614540", + "id": 75, + "isoAlpha3": "GEO", + "isoNumeric": "268", + "languages": ["ka", "ru", "hy", "az"], + "name": "Georgia", + "north": "43.586498", + "population": 4630000, + "south": "41.053196", + "updatedAt": 1568275041038, + "west": "40.010139" + }, + "76": { + "areaInSqKm": "91000.0", + "capital": "Cayenne", + "code": "GF", + "continent": "SA", + "continentName": "South America", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "-51.613949", + "env": "development", + "fipsCode": "FG", + "geonameId": "3381670", + "id": 76, + "isoAlpha3": "GUF", + "isoNumeric": "254", + "languages": ["fr-GF"], + "name": "French Guiana", + "north": "5.776496", + "population": 195506, + "south": "2.127094", + "updatedAt": 1568275041038, + "west": "-54.542511" + }, + "77": { + "areaInSqKm": "78.0", + "capital": "St Peter Port", + "code": "GG", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "GBP", + "east": "-2.1577152112246267", + "env": "development", + "fipsCode": "GK", + "geonameId": "3042362", + "id": 77, + "isoAlpha3": "GGY", + "isoNumeric": "831", + "languages": ["en", "fr"], + "name": "Guernsey", + "north": "49.731727816705416", + "population": 65228, + "south": "49.40764156876899", + "updatedAt": 1568275041038, + "west": "-2.673194593476069" + }, + "78": { + "areaInSqKm": "239460.0", + "capital": "Accra", + "code": "GH", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "GHS", + "east": "1.191781", + "env": "development", + "fipsCode": "GH", + "geonameId": "2300660", + "id": 78, + "isoAlpha3": "GHA", + "isoNumeric": "288", + "languages": ["en-GH", "ak", "ee", "tw"], + "name": "Ghana", + "north": "11.173301", + "population": 24339838, + "south": "4.736723", + "updatedAt": 1568275041038, + "west": "-3.25542" + }, + "79": { + "areaInSqKm": "6.5", + "capital": "Gibraltar", + "code": "GI", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "GIP", + "east": "-5.338285164001491", + "env": "development", + "fipsCode": "GI", + "geonameId": "2411586", + "id": 79, + "isoAlpha3": "GIB", + "isoNumeric": "292", + "languages": ["en-GI", "es", "it", "pt"], + "name": "Gibraltar", + "north": "36.155439135670726", + "population": 27884, + "south": "36.10903070140248", + "updatedAt": 1568275041038, + "west": "-5.36626149743654" + }, + "80": { + "areaInSqKm": "2166086.0", + "capital": "Nuuk", + "code": "GL", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "DKK", + "east": "-11.312319", + "env": "development", + "fipsCode": "GL", + "geonameId": "3425505", + "id": 80, + "isoAlpha3": "GRL", + "isoNumeric": "304", + "languages": ["kl", "da-GL", "en"], + "name": "Greenland", + "north": "83.627357", + "population": 56375, + "south": "59.777401", + "updatedAt": 1568275041038, + "west": "-73.04203" + }, + "81": { + "areaInSqKm": "11300.0", + "capital": "Banjul", + "code": "GM", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "GMD", + "east": "-13.797793", + "env": "development", + "fipsCode": "GA", + "geonameId": "2413451", + "id": 81, + "isoAlpha3": "GMB", + "isoNumeric": "270", + "languages": ["en-GM", "mnk", "wof", "wo", "ff"], + "name": "Gambia", + "north": "13.826571", + "population": 1593256, + "south": "13.064252", + "updatedAt": 1568275041038, + "west": "-16.825079" + }, + "82": { + "areaInSqKm": "245857.0", + "capital": "Conakry", + "code": "GN", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "GNF", + "east": "-7.641071", + "env": "development", + "fipsCode": "GV", + "geonameId": "2420477", + "id": 82, + "isoAlpha3": "GIN", + "isoNumeric": "324", + "languages": ["fr-GN"], + "name": "Guinea", + "north": "12.67622", + "population": 10324025, + "south": "7.193553", + "updatedAt": 1568275041038, + "west": "-14.926619" + }, + "83": { + "areaInSqKm": "1780.0", + "capital": "Basse-Terre", + "code": "GP", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "-61", + "env": "development", + "fipsCode": "GP", + "geonameId": "3579143", + "id": 83, + "isoAlpha3": "GLP", + "isoNumeric": "312", + "languages": ["fr-GP"], + "name": "Guadeloupe", + "north": "16.516848", + "population": 443000, + "south": "15.867565", + "updatedAt": 1568275041038, + "west": "-61.544765" + }, + "84": { + "areaInSqKm": "28051.0", + "capital": "Malabo", + "code": "GQ", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "XAF", + "east": "11.335724", + "env": "development", + "fipsCode": "EK", + "geonameId": "2309096", + "id": 84, + "isoAlpha3": "GNQ", + "isoNumeric": "226", + "languages": ["es-GQ", "fr"], + "name": "Equatorial Guinea", + "north": "2.346989", + "population": 1014999, + "south": "0.92086", + "updatedAt": 1568275041038, + "west": "9.346865" + }, + "85": { + "areaInSqKm": "131940.0", + "capital": "Athens", + "code": "GR", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "28.2470831714347", + "env": "development", + "fipsCode": "GR", + "geonameId": "390903", + "id": 85, + "isoAlpha3": "GRC", + "isoNumeric": "300", + "languages": ["el-GR", "en", "fr"], + "name": "Greece", + "north": "41.7484999849641", + "population": 11000000, + "south": "34.8020663391466", + "updatedAt": 1568275041038, + "west": "19.3736035624134" + }, + "86": { + "areaInSqKm": "3903.0", + "capital": "Grytviken", + "code": "GS", + "continent": "AN", + "continentName": "Antarctica", + "createdAt": 1568104730276, + "currencyCode": "GBP", + "east": "-26.229326", + "env": "development", + "fipsCode": "SX", + "geonameId": "3474415", + "id": 86, + "isoAlpha3": "SGS", + "isoNumeric": "239", + "languages": ["en"], + "name": "South Georgia and the South Sandwich Islands", + "north": "-53.970467", + "population": 30, + "south": "-59.479259", + "updatedAt": 1568275041038, + "west": "-38.021175" + }, + "87": { + "areaInSqKm": "108890.0", + "capital": "Guatemala City", + "code": "GT", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "GTQ", + "east": "-88.223198", + "env": "development", + "fipsCode": "GT", + "geonameId": "3595528", + "id": 87, + "isoAlpha3": "GTM", + "isoNumeric": "320", + "languages": ["es-GT"], + "name": "Guatemala", + "north": "17.81522", + "population": 13550440, + "south": "13.737302", + "updatedAt": 1568275041038, + "west": "-92.23629" + }, + "88": { + "areaInSqKm": "549.0", + "capital": "Hagåtña", + "code": "GU", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "USD", + "east": "144.956894", + "env": "development", + "fipsCode": "GQ", + "geonameId": "4043988", + "id": 88, + "isoAlpha3": "GUM", + "isoNumeric": "316", + "languages": ["en-GU", "ch-GU"], + "name": "Guam", + "north": "13.654402", + "population": 159358, + "south": "13.23376", + "updatedAt": 1568275041038, + "west": "144.61806" + }, + "89": { + "areaInSqKm": "36120.0", + "capital": "Bissau", + "code": "GW", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "XOF", + "east": "-13.636522", + "env": "development", + "fipsCode": "PU", + "geonameId": "2372248", + "id": 89, + "isoAlpha3": "GNB", + "isoNumeric": "624", + "languages": ["pt-GW", "pov"], + "name": "Guinea-Bissau", + "north": "12.680789", + "population": 1565126, + "south": "10.924265", + "updatedAt": 1568275041038, + "west": "-16.717535" + }, + "90": { + "areaInSqKm": "214970.0", + "capital": "Georgetown", + "code": "GY", + "continent": "SA", + "continentName": "South America", + "createdAt": 1568104730276, + "currencyCode": "GYD", + "east": "-56.480251", + "env": "development", + "fipsCode": "GY", + "geonameId": "3378535", + "id": 90, + "isoAlpha3": "GUY", + "isoNumeric": "328", + "languages": ["en-GY"], + "name": "Guyana", + "north": "8.557567", + "population": 748486, + "south": "1.17508", + "updatedAt": 1568275041038, + "west": "-61.384762" + }, + "91": { + "areaInSqKm": "1092.0", + "capital": "Hong Kong", + "code": "HK", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "HKD", + "east": "114.434753", + "env": "development", + "fipsCode": "HK", + "geonameId": "1819730", + "id": 91, + "isoAlpha3": "HKG", + "isoNumeric": "344", + "languages": ["zh-HK", "yue", "zh", "en"], + "name": "Hong Kong", + "north": "22.559778", + "population": 6898686, + "south": "22.15325", + "updatedAt": 1568275041038, + "west": "113.837753" + }, + "92": { + "areaInSqKm": "412.0", + "capital": "", + "code": "HM", + "continent": "AN", + "continentName": "Antarctica", + "createdAt": 1568104730276, + "currencyCode": "AUD", + "east": "73.859146", + "env": "development", + "fipsCode": "HM", + "geonameId": "1547314", + "id": 92, + "isoAlpha3": "HMD", + "isoNumeric": "334", + "languages": [], + "name": "Heard Island and McDonald Islands", + "north": "-52.909416", + "population": 0, + "south": "-53.192001", + "updatedAt": 1568275041038, + "west": "72.596535" + }, + "93": { + "areaInSqKm": "112090.0", + "capital": "Tegucigalpa", + "code": "HN", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "HNL", + "east": "-83.155403", + "env": "development", + "fipsCode": "HO", + "geonameId": "3608932", + "id": 93, + "isoAlpha3": "HND", + "isoNumeric": "340", + "languages": ["es-HN"], + "name": "Honduras", + "north": "16.510256", + "population": 7989415, + "south": "12.982411", + "updatedAt": 1568275041038, + "west": "-89.350792" + }, + "94": { + "areaInSqKm": "56542.0", + "capital": "Zagreb", + "code": "HR", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "HRK", + "east": "19.427389", + "env": "development", + "fipsCode": "HR", + "geonameId": "3202326", + "id": 94, + "isoAlpha3": "HRV", + "isoNumeric": "191", + "languages": ["hr-HR", "sr"], + "name": "Croatia", + "north": "46.53875", + "population": 4491000, + "south": "42.43589", + "updatedAt": 1568275041038, + "west": "13.493222" + }, + "95": { + "areaInSqKm": "27750.0", + "capital": "Port-au-Prince", + "code": "HT", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "HTG", + "east": "-71.613358", + "env": "development", + "fipsCode": "HA", + "geonameId": "3723988", + "id": 95, + "isoAlpha3": "HTI", + "isoNumeric": "332", + "languages": ["ht", "fr-HT"], + "name": "Haiti", + "north": "20.08782", + "population": 9648924, + "south": "18.021032", + "updatedAt": 1568275041038, + "west": "-74.478584" + }, + "96": { + "areaInSqKm": "93030.0", + "capital": "Budapest", + "code": "HU", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "HUF", + "east": "22.906", + "env": "development", + "fipsCode": "HU", + "geonameId": "719819", + "id": 96, + "isoAlpha3": "HUN", + "isoNumeric": "348", + "languages": ["hu-HU"], + "name": "Hungary", + "north": "48.585667", + "population": 9982000, + "south": "45.74361", + "updatedAt": 1568275041038, + "west": "16.111889" + }, + "97": { + "areaInSqKm": "1919440.0", + "capital": "Jakarta", + "code": "ID", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "IDR", + "east": "141.021805", + "env": "development", + "fipsCode": "ID", + "geonameId": "1643084", + "id": 97, + "isoAlpha3": "IDN", + "isoNumeric": "360", + "languages": ["id", "en", "nl", "jv"], + "name": "Indonesia", + "north": "5.904417", + "population": 242968342, + "south": "-10.941861", + "updatedAt": 1568275041038, + "west": "95.009331" + }, + "98": { + "areaInSqKm": "70280.0", + "capital": "Dublin", + "code": "IE", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "-6.002389", + "env": "development", + "fipsCode": "EI", + "geonameId": "2963597", + "id": 98, + "isoAlpha3": "IRL", + "isoNumeric": "372", + "languages": ["en-IE", "ga-IE"], + "name": "Ireland", + "north": "55.387917", + "population": 4622917, + "south": "51.451584", + "updatedAt": 1568275041038, + "west": "-10.478556" + }, + "99": { + "areaInSqKm": "20770.0", + "capital": "", + "code": "IL", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "ILS", + "east": "35.876804", + "env": "development", + "fipsCode": "IS", + "geonameId": "294640", + "id": 99, + "isoAlpha3": "ISR", + "isoNumeric": "376", + "languages": ["he", "ar-IL", "en-IL"], + "name": "Israel", + "north": "33.340137", + "population": 7353985, + "south": "29.496639", + "updatedAt": 1568275041038, + "west": "34.270278754419145" + }, + "100": { + "areaInSqKm": "572.0", + "capital": "Douglas", + "code": "IM", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "GBP", + "east": "-4.3115", + "env": "development", + "fipsCode": "IM", + "geonameId": "3042225", + "id": 100, + "isoAlpha3": "IMN", + "isoNumeric": "833", + "languages": ["en", "gv"], + "name": "Isle of Man", + "north": "54.419724", + "population": 75049, + "south": "54.055916", + "updatedAt": 1568275041038, + "west": "-4.798722" + }, + "101": { + "areaInSqKm": "3287590.0", + "capital": "New Delhi", + "code": "IN", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "INR", + "east": "97.403305", + "env": "development", + "fipsCode": "IN", + "geonameId": "1269750", + "id": 101, + "isoAlpha3": "IND", + "isoNumeric": "356", + "languages": [ + "en-IN", + "hi", + "bn", + "te", + "mr", + "ta", + "ur", + "gu", + "kn", + "ml", + "or", + "pa", + "as", + "bh", + "sat", + "ks", + "ne", + "sd", + "kok", + "doi", + "mni", + "sit", + "sa", + "fr", + "lus", + "inc" + ], + "name": "India", + "north": "35.504223", + "population": 1173108018, + "south": "6.747139", + "updatedAt": 1568275041038, + "west": "68.186691" + }, + "102": { + "areaInSqKm": "60.0", + "capital": "", + "code": "IO", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "USD", + "east": "72.493164", + "env": "development", + "fipsCode": "IO", + "geonameId": "1282588", + "id": 102, + "isoAlpha3": "IOT", + "isoNumeric": "086", + "languages": ["en-IO"], + "name": "British Indian Ocean Territory", + "north": "-5.268333", + "population": 4000, + "south": "-7.438028", + "updatedAt": 1568275041038, + "west": "71.259972" + }, + "103": { + "areaInSqKm": "437072.0", + "capital": "Baghdad", + "code": "IQ", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "IQD", + "east": "48.575916", + "env": "development", + "fipsCode": "IZ", + "geonameId": "99237", + "id": 103, + "isoAlpha3": "IRQ", + "isoNumeric": "368", + "languages": ["ar-IQ", "ku", "hy"], + "name": "Iraq", + "north": "37.378029", + "population": 29671605, + "south": "29.069445", + "updatedAt": 1568275041038, + "west": "38.795887" + }, + "104": { + "areaInSqKm": "1648000.0", + "capital": "Tehran", + "code": "IR", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "IRR", + "east": "63.317471", + "env": "development", + "fipsCode": "IR", + "geonameId": "130758", + "id": 104, + "isoAlpha3": "IRN", + "isoNumeric": "364", + "languages": ["fa-IR", "ku"], + "name": "Iran", + "north": "39.777222", + "population": 76923300, + "south": "25.064083", + "updatedAt": 1568275041038, + "west": "44.047279" + }, + "105": { + "areaInSqKm": "103000.0", + "capital": "Reykjavik", + "code": "IS", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "ISK", + "east": "-13.495815", + "env": "development", + "fipsCode": "IC", + "geonameId": "2629691", + "id": 105, + "isoAlpha3": "ISL", + "isoNumeric": "352", + "languages": ["is", "en", "de", "da", "sv", "no"], + "name": "Iceland", + "north": "66.53463", + "population": 308910, + "south": "63.393253", + "updatedAt": 1568275041038, + "west": "-24.546524" + }, + "106": { + "areaInSqKm": "301230.0", + "capital": "Rome", + "code": "IT", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "18.513445", + "env": "development", + "fipsCode": "IT", + "geonameId": "3175395", + "id": 106, + "isoAlpha3": "ITA", + "isoNumeric": "380", + "languages": ["it-IT", "de-IT", "fr-IT", "sc", "ca", "co", "sl"], + "name": "Italy", + "north": "47.095196", + "population": 60340328, + "south": "36.652779", + "updatedAt": 1568275041038, + "west": "6.614889" + }, + "107": { + "areaInSqKm": "116.0", + "capital": "Saint Helier", + "code": "JE", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "GBP", + "east": "-2.022083", + "env": "development", + "fipsCode": "JE", + "geonameId": "3042142", + "id": 107, + "isoAlpha3": "JEY", + "isoNumeric": "832", + "languages": ["en", "pt"], + "name": "Jersey", + "north": "49.265057", + "population": 90812, + "south": "49.169834", + "updatedAt": 1568275041038, + "west": "-2.260028" + }, + "108": { + "areaInSqKm": "10991.0", + "capital": "Kingston", + "code": "JM", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "JMD", + "east": "-76.180321", + "env": "development", + "fipsCode": "JM", + "geonameId": "3489940", + "id": 108, + "isoAlpha3": "JAM", + "isoNumeric": "388", + "languages": ["en-JM"], + "name": "Jamaica", + "north": "18.526976", + "population": 2847232, + "south": "17.703554", + "updatedAt": 1568275041038, + "west": "-78.366638" + }, + "109": { + "areaInSqKm": "92300.0", + "capital": "Amman", + "code": "JO", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "JOD", + "east": "39.301167", + "env": "development", + "fipsCode": "JO", + "geonameId": "248816", + "id": 109, + "isoAlpha3": "JOR", + "isoNumeric": "400", + "languages": ["ar-JO", "en"], + "name": "Jordan", + "north": "33.367668", + "population": 6407085, + "south": "29.185888", + "updatedAt": 1568275041038, + "west": "34.959999" + }, + "110": { + "areaInSqKm": "377835.0", + "capital": "Tokyo", + "code": "JP", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "JPY", + "east": "145.820892", + "env": "development", + "fipsCode": "JA", + "geonameId": "1861060", + "id": 110, + "isoAlpha3": "JPN", + "isoNumeric": "392", + "languages": ["ja"], + "name": "Japan", + "north": "45.52314", + "population": 127288000, + "south": "24.249472", + "updatedAt": 1568275041038, + "west": "122.93853" + }, + "111": { + "areaInSqKm": "582650.0", + "capital": "Nairobi", + "code": "KE", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "KES", + "east": "41.899078", + "env": "development", + "fipsCode": "KE", + "geonameId": "192950", + "id": 111, + "isoAlpha3": "KEN", + "isoNumeric": "404", + "languages": ["en-KE", "sw-KE"], + "name": "Kenya", + "north": "5.019938", + "population": 40046566, + "south": "-4.678047", + "updatedAt": 1568275041038, + "west": "33.908859" + }, + "112": { + "areaInSqKm": "198500.0", + "capital": "Bishkek", + "code": "KG", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "KGS", + "east": "80.283165", + "env": "development", + "fipsCode": "KG", + "geonameId": "1527747", + "id": 112, + "isoAlpha3": "KGZ", + "isoNumeric": "417", + "languages": ["ky", "uz", "ru"], + "name": "Kyrgyzstan", + "north": "43.238224", + "population": 5508626, + "south": "39.172832", + "updatedAt": 1568275041038, + "west": "69.276611" + }, + "113": { + "areaInSqKm": "181040.0", + "capital": "Phnom Penh", + "code": "KH", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "KHR", + "east": "107.627724", + "env": "development", + "fipsCode": "CB", + "geonameId": "1831722", + "id": 113, + "isoAlpha3": "KHM", + "isoNumeric": "116", + "languages": ["km", "fr", "en"], + "name": "Cambodia", + "north": "14.686417", + "population": 14453680, + "south": "10.409083", + "updatedAt": 1568275041038, + "west": "102.339996" + }, + "114": { + "areaInSqKm": "811.0", + "capital": "Tarawa", + "code": "KI", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "AUD", + "east": "-150.215347", + "env": "development", + "fipsCode": "KR", + "geonameId": "4030945", + "id": 114, + "isoAlpha3": "KIR", + "isoNumeric": "296", + "languages": ["en-KI", "gil"], + "name": "Kiribati", + "north": "4.71957", + "population": 92533, + "south": "-11.446881150186856", + "updatedAt": 1568275041038, + "west": "169.556137" + }, + "115": { + "areaInSqKm": "2170.0", + "capital": "Moroni", + "code": "KM", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "KMF", + "east": "44.538223", + "env": "development", + "fipsCode": "CN", + "geonameId": "921929", + "id": 115, + "isoAlpha3": "COM", + "isoNumeric": "174", + "languages": ["ar", "fr-KM"], + "name": "Comoros", + "north": "-11.362381", + "population": 773407, + "south": "-12.387857", + "updatedAt": 1568275041038, + "west": "43.21579" + }, + "116": { + "areaInSqKm": "261.0", + "capital": "Basseterre", + "code": "KN", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "XCD", + "east": "-62.543266", + "env": "development", + "fipsCode": "SC", + "geonameId": "3575174", + "id": 116, + "isoAlpha3": "KNA", + "isoNumeric": "659", + "languages": ["en-KN"], + "name": "Saint Kitts and Nevis", + "north": "17.420118", + "population": 51134, + "south": "17.095343", + "updatedAt": 1568275041038, + "west": "-62.86956" + }, + "117": { + "areaInSqKm": "120540.0", + "capital": "Pyongyang", + "code": "KP", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "KPW", + "east": "130.674866", + "env": "development", + "fipsCode": "KN", + "geonameId": "1873107", + "id": 117, + "isoAlpha3": "PRK", + "isoNumeric": "408", + "languages": ["ko-KP"], + "name": "North Korea", + "north": "43.006054", + "population": 22912177, + "south": "37.673332", + "updatedAt": 1568275041038, + "west": "124.315887" + }, + "118": { + "areaInSqKm": "98480.0", + "capital": "Seoul", + "code": "KR", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "KRW", + "east": "129.584671", + "env": "development", + "fipsCode": "KS", + "geonameId": "1835841", + "id": 118, + "isoAlpha3": "KOR", + "isoNumeric": "410", + "languages": ["ko-KR", "en"], + "name": "South Korea", + "north": "38.612446", + "population": 48422644, + "south": "33.190945", + "updatedAt": 1568275041038, + "west": "125.887108" + }, + "119": { + "areaInSqKm": "17820.0", + "capital": "Kuwait City", + "code": "KW", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "KWD", + "east": "48.431473", + "env": "development", + "fipsCode": "KU", + "geonameId": "285570", + "id": 119, + "isoAlpha3": "KWT", + "isoNumeric": "414", + "languages": ["ar-KW", "en"], + "name": "Kuwait", + "north": "30.095945", + "population": 2789132, + "south": "28.524611", + "updatedAt": 1568275041038, + "west": "46.555557" + }, + "120": { + "areaInSqKm": "262.0", + "capital": "George Town", + "code": "KY", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "KYD", + "east": "-79.727272", + "env": "development", + "fipsCode": "CJ", + "geonameId": "3580718", + "id": 120, + "isoAlpha3": "CYM", + "isoNumeric": "136", + "languages": ["en-KY"], + "name": "Cayman Islands", + "north": "19.7617", + "population": 44270, + "south": "19.263029", + "updatedAt": 1568275041038, + "west": "-81.432777" + }, + "121": { + "areaInSqKm": "2717300.0", + "capital": "Astana", + "code": "KZ", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "KZT", + "east": "87.312668", + "env": "development", + "fipsCode": "KZ", + "geonameId": "1522867", + "id": 121, + "isoAlpha3": "KAZ", + "isoNumeric": "398", + "languages": ["kk", "ru"], + "name": "Kazakhstan", + "north": "55.451195", + "population": 15340000, + "south": "40.936333", + "updatedAt": 1568275041038, + "west": "46.491859" + }, + "122": { + "areaInSqKm": "236800.0", + "capital": "Vientiane", + "code": "LA", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "LAK", + "east": "107.697029", + "env": "development", + "fipsCode": "LA", + "geonameId": "1655842", + "id": 122, + "isoAlpha3": "LAO", + "isoNumeric": "418", + "languages": ["lo", "fr", "en"], + "name": "Laos", + "north": "22.500389", + "population": 6368162, + "south": "13.910027", + "updatedAt": 1568275041038, + "west": "100.093056" + }, + "123": { + "areaInSqKm": "10400.0", + "capital": "Beirut", + "code": "LB", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "LBP", + "east": "36.639194", + "env": "development", + "fipsCode": "LE", + "geonameId": "272103", + "id": 123, + "isoAlpha3": "LBN", + "isoNumeric": "422", + "languages": ["ar-LB", "fr-LB", "en", "hy"], + "name": "Lebanon", + "north": "34.691418", + "population": 4125247, + "south": "33.05386", + "updatedAt": 1568275041038, + "west": "35.114277" + }, + "124": { + "areaInSqKm": "616.0", + "capital": "Castries", + "code": "LC", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "XCD", + "east": "-60.874203", + "env": "development", + "fipsCode": "ST", + "geonameId": "3576468", + "id": 124, + "isoAlpha3": "LCA", + "isoNumeric": "662", + "languages": ["en-LC"], + "name": "Saint Lucia", + "north": "14.103245", + "population": 160922, + "south": "13.704778", + "updatedAt": 1568275041038, + "west": "-61.07415" + }, + "125": { + "areaInSqKm": "160.0", + "capital": "Vaduz", + "code": "LI", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "CHF", + "east": "9.63564281136796", + "env": "development", + "fipsCode": "LS", + "geonameId": "3042058", + "id": 125, + "isoAlpha3": "LIE", + "isoNumeric": "438", + "languages": ["de-LI"], + "name": "Liechtenstein", + "north": "47.2706251386959", + "population": 35000, + "south": "47.0484284123471", + "updatedAt": 1568275041038, + "west": "9.47167359782014" + }, + "126": { + "areaInSqKm": "65610.0", + "capital": "Colombo", + "code": "LK", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "LKR", + "east": "81.881279", + "env": "development", + "fipsCode": "CE", + "geonameId": "1227603", + "id": 126, + "isoAlpha3": "LKA", + "isoNumeric": "144", + "languages": ["si", "ta", "en"], + "name": "Sri Lanka", + "north": "9.831361", + "population": 21513990, + "south": "5.916833", + "updatedAt": 1568275041038, + "west": "79.652916" + }, + "127": { + "areaInSqKm": "111370.0", + "capital": "Monrovia", + "code": "LR", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "LRD", + "east": "-7.365113", + "env": "development", + "fipsCode": "LI", + "geonameId": "2275384", + "id": 127, + "isoAlpha3": "LBR", + "isoNumeric": "430", + "languages": ["en-LR"], + "name": "Liberia", + "north": "8.551791", + "population": 3685076, + "south": "4.353057", + "updatedAt": 1568275041038, + "west": "-11.492083" + }, + "128": { + "areaInSqKm": "30355.0", + "capital": "Maseru", + "code": "LS", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "LSL", + "east": "29.465761", + "env": "development", + "fipsCode": "LT", + "geonameId": "932692", + "id": 128, + "isoAlpha3": "LSO", + "isoNumeric": "426", + "languages": ["en-LS", "st", "zu", "xh"], + "name": "Lesotho", + "north": "-28.572058", + "population": 1919552, + "south": "-30.668964", + "updatedAt": 1568275041038, + "west": "27.029068" + }, + "129": { + "areaInSqKm": "65200.0", + "capital": "Vilnius", + "code": "LT", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "LTL", + "east": "26.871944", + "env": "development", + "fipsCode": "LH", + "geonameId": "597427", + "id": 129, + "isoAlpha3": "LTU", + "isoNumeric": "440", + "languages": ["lt", "ru", "pl"], + "name": "Lithuania", + "north": "56.446918", + "population": 2944459, + "south": "53.901306", + "updatedAt": 1568275041038, + "west": "20.941528" + }, + "130": { + "areaInSqKm": "2586.0", + "capital": "Luxembourg", + "code": "LU", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "6.528472", + "env": "development", + "fipsCode": "LU", + "geonameId": "2960313", + "id": 130, + "isoAlpha3": "LUX", + "isoNumeric": "442", + "languages": ["lb", "de-LU", "fr-LU"], + "name": "Luxembourg", + "north": "50.184944", + "population": 497538, + "south": "49.446583", + "updatedAt": 1568275041038, + "west": "5.734556" + }, + "131": { + "areaInSqKm": "64589.0", + "capital": "Riga", + "code": "LV", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "28.241167", + "env": "development", + "fipsCode": "LG", + "geonameId": "458258", + "id": 131, + "isoAlpha3": "LVA", + "isoNumeric": "428", + "languages": ["lv", "ru", "lt"], + "name": "Latvia", + "north": "58.082306", + "population": 2217969, + "south": "55.668861", + "updatedAt": 1568275041038, + "west": "20.974277" + }, + "132": { + "areaInSqKm": "1759540.0", + "capital": "Tripoli", + "code": "LY", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "LYD", + "east": "25.150612", + "env": "development", + "fipsCode": "LY", + "geonameId": "2215636", + "id": 132, + "isoAlpha3": "LBY", + "isoNumeric": "434", + "languages": ["ar-LY", "it", "en"], + "name": "Libya", + "north": "33.168999", + "population": 6461454, + "south": "19.508045", + "updatedAt": 1568275041038, + "west": "9.38702" + }, + "133": { + "areaInSqKm": "446550.0", + "capital": "Rabat", + "code": "MA", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "MAD", + "east": "-0.991750000000025", + "env": "development", + "fipsCode": "MO", + "geonameId": "2542007", + "id": 133, + "isoAlpha3": "MAR", + "isoNumeric": "504", + "languages": ["ar-MA", "fr"], + "name": "Morocco", + "north": "35.9224966985384", + "population": 31627428, + "south": "27.662115", + "updatedAt": 1568275041038, + "west": "-13.168586" + }, + "134": { + "areaInSqKm": "1.95", + "capital": "Monaco", + "code": "MC", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "7.439939260482788", + "env": "development", + "fipsCode": "MN", + "geonameId": "2993457", + "id": 134, + "isoAlpha3": "MCO", + "isoNumeric": "492", + "languages": ["fr-MC", "en", "it"], + "name": "Monaco", + "north": "43.75196717037228", + "population": 32965, + "south": "43.72472839869377", + "updatedAt": 1568275041038, + "west": "7.408962249755859" + }, + "135": { + "areaInSqKm": "33843.0", + "capital": "Chişinău", + "code": "MD", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "MDL", + "east": "30.135445", + "env": "development", + "fipsCode": "MD", + "geonameId": "617790", + "id": 135, + "isoAlpha3": "MDA", + "isoNumeric": "498", + "languages": ["ro", "ru", "gag", "tr"], + "name": "Moldova", + "north": "48.490166", + "population": 4324000, + "south": "45.468887", + "updatedAt": 1568275041038, + "west": "26.618944" + }, + "136": { + "areaInSqKm": "14026.0", + "capital": "Podgorica", + "code": "ME", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "20.358833", + "env": "development", + "fipsCode": "MJ", + "geonameId": "3194884", + "id": 136, + "isoAlpha3": "MNE", + "isoNumeric": "499", + "languages": ["sr", "hu", "bs", "sq", "hr", "rom"], + "name": "Montenegro", + "north": "43.570137", + "population": 666730, + "south": "41.850166", + "updatedAt": 1568275041038, + "west": "18.461306" + }, + "137": { + "areaInSqKm": "53.0", + "capital": "Marigot", + "code": "MF", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "-63.012993", + "env": "development", + "fipsCode": "RN", + "geonameId": "3578421", + "id": 137, + "isoAlpha3": "MAF", + "isoNumeric": "663", + "languages": ["fr"], + "name": "Saint Martin", + "north": "18.130354", + "population": 35925, + "south": "18.052231", + "updatedAt": 1568275041038, + "west": "-63.152767" + }, + "138": { + "areaInSqKm": "587040.0", + "capital": "Antananarivo", + "code": "MG", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "MGA", + "east": "50.48378", + "env": "development", + "fipsCode": "MA", + "geonameId": "1062947", + "id": 138, + "isoAlpha3": "MDG", + "isoNumeric": "450", + "languages": ["fr-MG", "mg"], + "name": "Madagascar", + "north": "-11.945433", + "population": 21281844, + "south": "-25.608952", + "updatedAt": 1568275041038, + "west": "43.224876" + }, + "139": { + "areaInSqKm": "181.3", + "capital": "Majuro", + "code": "MH", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "USD", + "east": "171.931808", + "env": "development", + "fipsCode": "RM", + "geonameId": "2080185", + "id": 139, + "isoAlpha3": "MHL", + "isoNumeric": "584", + "languages": ["mh", "en-MH"], + "name": "Marshall Islands", + "north": "14.62", + "population": 65859, + "south": "5.587639", + "updatedAt": 1568275041038, + "west": "165.524918" + }, + "140": { + "areaInSqKm": "25333.0", + "capital": "Skopje", + "code": "MK", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "MKD", + "east": "23.038139", + "env": "development", + "fipsCode": "MK", + "geonameId": "718075", + "id": 140, + "isoAlpha3": "MKD", + "isoNumeric": "807", + "languages": ["mk", "sq", "tr", "rmm", "sr"], + "name": "Macedonia", + "north": "42.361805", + "population": 2062294, + "south": "40.860195", + "updatedAt": 1568275041038, + "west": "20.464695" + }, + "141": { + "areaInSqKm": "1240000.0", + "capital": "Bamako", + "code": "ML", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "XOF", + "east": "4.244968", + "env": "development", + "fipsCode": "ML", + "geonameId": "2453866", + "id": 141, + "isoAlpha3": "MLI", + "isoNumeric": "466", + "languages": ["fr-ML", "bm"], + "name": "Mali", + "north": "25.000002", + "population": 13796354, + "south": "10.159513", + "updatedAt": 1568275041038, + "west": "-12.242614" + }, + "142": { + "areaInSqKm": "678500.0", + "capital": "Nay Pyi Taw", + "code": "MM", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "MMK", + "east": "101.176781", + "env": "development", + "fipsCode": "BM", + "geonameId": "1327865", + "id": 142, + "isoAlpha3": "MMR", + "isoNumeric": "104", + "languages": ["my"], + "name": "Myanmar [Burma]", + "north": "28.543249", + "population": 53414374, + "south": "9.784583", + "updatedAt": 1568275041038, + "west": "92.189278" + }, + "143": { + "areaInSqKm": "1565000.0", + "capital": "Ulan Bator", + "code": "MN", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "MNT", + "east": "119.924309", + "env": "development", + "fipsCode": "MG", + "geonameId": "2029969", + "id": 143, + "isoAlpha3": "MNG", + "isoNumeric": "496", + "languages": ["mn", "ru"], + "name": "Mongolia", + "north": "52.154251", + "population": 3086918, + "south": "41.567638", + "updatedAt": 1568275041038, + "west": "87.749664" + }, + "144": { + "areaInSqKm": "254.0", + "capital": "Macao", + "code": "MO", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "MOP", + "east": "113.565834", + "env": "development", + "fipsCode": "MC", + "geonameId": "1821275", + "id": 144, + "isoAlpha3": "MAC", + "isoNumeric": "446", + "languages": ["zh", "zh-MO", "pt"], + "name": "Macao", + "north": "22.222334", + "population": 449198, + "south": "22.180389", + "updatedAt": 1568275041038, + "west": "113.528946" + }, + "145": { + "areaInSqKm": "121320.0", + "capital": "Asmara", + "code": "ER", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "ERN", + "east": "43.13464", + "env": "development", + "fipsCode": "ER", + "geonameId": "338010", + "id": 145, + "isoAlpha3": "ERI", + "isoNumeric": "232", + "languages": ["aa-ER", "ar", "tig", "kun", "ti-ER"], + "name": "Eritrea", + "north": "18.003084", + "population": 5792984, + "south": "12.359555", + "updatedAt": 1568275041038, + "west": "36.438778" + }, + "146": { + "areaInSqKm": "48730.0", + "capital": "Santo Domingo", + "code": "DO", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "DOP", + "east": "-68.32", + "env": "development", + "fipsCode": "DR", + "geonameId": "3508796", + "id": 146, + "isoAlpha3": "DOM", + "isoNumeric": "214", + "languages": ["es-DO"], + "name": "Dominican Republic", + "north": "19.929859", + "population": 9823821, + "south": "17.543159", + "updatedAt": 1568275041038, + "west": "-72.003487" + }, + "147": { + "areaInSqKm": "1030700.0", + "capital": "Nouakchott", + "code": "MR", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "MRO", + "east": "-4.827674", + "env": "development", + "fipsCode": "MR", + "geonameId": "2378080", + "id": 147, + "isoAlpha3": "MRT", + "isoNumeric": "478", + "languages": ["ar-MR", "fuc", "snk", "fr", "mey", "wo"], + "name": "Mauritania", + "north": "27.298073", + "population": 3205060, + "south": "14.715547", + "updatedAt": 1568275041038, + "west": "-17.066521" + }, + "148": { + "areaInSqKm": "266000.0", + "capital": "El Aaiún", + "code": "EH", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "MAD", + "east": "-8.670276", + "env": "development", + "fipsCode": "WI", + "geonameId": "2461445", + "id": 148, + "isoAlpha3": "ESH", + "isoNumeric": "732", + "languages": ["ar", "mey"], + "name": "Western Sahara", + "north": "27.669674", + "population": 273008, + "south": "20.774158", + "updatedAt": 1568275041038, + "west": "-17.103182" + }, + "149": { + "areaInSqKm": "316.0", + "capital": "Valletta", + "code": "MT", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "14.5764915000002", + "env": "development", + "fipsCode": "MT", + "geonameId": "2562770", + "id": 149, + "isoAlpha3": "MLT", + "isoNumeric": "470", + "languages": ["mt", "en-MT"], + "name": "Malta", + "north": "36.0821530995456", + "population": 403000, + "south": "35.8061835000002", + "updatedAt": 1568275041038, + "west": "14.1834251000001" + }, + "150": { + "areaInSqKm": "2040.0", + "capital": "Port Louis", + "code": "MU", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "MUR", + "east": "63.500179", + "env": "development", + "fipsCode": "MP", + "geonameId": "934292", + "id": 150, + "isoAlpha3": "MUS", + "isoNumeric": "480", + "languages": ["en-MU", "bho", "fr"], + "name": "Mauritius", + "north": "-10.319255", + "population": 1294104, + "south": "-20.525717", + "updatedAt": 1568275041038, + "west": "56.512718" + }, + "151": { + "areaInSqKm": "300.0", + "capital": "Malé", + "code": "MV", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "MVR", + "east": "73.637276", + "env": "development", + "fipsCode": "MV", + "geonameId": "1282028", + "id": 151, + "isoAlpha3": "MDV", + "isoNumeric": "462", + "languages": ["dv", "en"], + "name": "Maldives", + "north": "7.091587495414767", + "population": 395650, + "south": "-0.692694", + "updatedAt": 1568275041038, + "west": "72.693222" + }, + "152": { + "areaInSqKm": "118480.0", + "capital": "Lilongwe", + "code": "MW", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "MWK", + "east": "35.916821", + "env": "development", + "fipsCode": "MI", + "geonameId": "927384", + "id": 152, + "isoAlpha3": "MWI", + "isoNumeric": "454", + "languages": ["ny", "yao", "tum", "swk"], + "name": "Malawi", + "north": "-9.367541", + "population": 15447500, + "south": "-17.125", + "updatedAt": 1568275041038, + "west": "32.67395" + }, + "153": { + "areaInSqKm": "1972550.0", + "capital": "Mexico City", + "code": "MX", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "MXN", + "east": "-86.703392", + "env": "development", + "fipsCode": "MX", + "geonameId": "3996063", + "id": 153, + "isoAlpha3": "MEX", + "isoNumeric": "484", + "languages": ["es-MX"], + "name": "Mexico", + "north": "32.716759", + "population": 112468855, + "south": "14.532866", + "updatedAt": 1568275041038, + "west": "-118.453949" + }, + "154": { + "areaInSqKm": "1100.0", + "capital": "Fort-de-France", + "code": "MQ", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "-60.81551", + "env": "development", + "fipsCode": "MB", + "geonameId": "3570311", + "id": 154, + "isoAlpha3": "MTQ", + "isoNumeric": "474", + "languages": ["fr-MQ"], + "name": "Martinique", + "north": "14.878819", + "population": 432900, + "south": "14.392262", + "updatedAt": 1568275041038, + "west": "-61.230118" + }, + "155": { + "areaInSqKm": "102.0", + "capital": "Plymouth", + "code": "MS", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "XCD", + "east": "-62.144100129608205", + "env": "development", + "fipsCode": "MH", + "geonameId": "3578097", + "id": 155, + "isoAlpha3": "MSR", + "isoNumeric": "500", + "languages": ["en-MS"], + "name": "Montserrat", + "north": "16.824060205313184", + "population": 9341, + "south": "16.674768935441556", + "updatedAt": 1568275041038, + "west": "-62.24138237036129" + }, + "156": { + "areaInSqKm": "825418.0", + "capital": "Windhoek", + "code": "NA", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "NAD", + "east": "25.256701", + "env": "development", + "fipsCode": "WA", + "geonameId": "3355338", + "id": 156, + "isoAlpha3": "NAM", + "isoNumeric": "516", + "languages": ["en-NA", "af", "de", "hz", "naq"], + "name": "Namibia", + "north": "-16.959894", + "population": 2128471, + "south": "-28.97143", + "updatedAt": 1568275041038, + "west": "11.71563" + }, + "157": { + "areaInSqKm": "329750.0", + "capital": "Kuala Lumpur", + "code": "MY", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "MYR", + "east": "119.267502", + "env": "development", + "fipsCode": "MY", + "geonameId": "1733045", + "id": 157, + "isoAlpha3": "MYS", + "isoNumeric": "458", + "languages": ["ms-MY", "en", "zh", "ta", "te", "ml", "pa", "th"], + "name": "Malaysia", + "north": "7.363417", + "population": 28274729, + "south": "0.855222", + "updatedAt": 1568275041038, + "west": "99.643448" + }, + "158": { + "areaInSqKm": "801590.0", + "capital": "Maputo", + "code": "MZ", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "MZN", + "east": "40.842995", + "env": "development", + "fipsCode": "MZ", + "geonameId": "1036973", + "id": 158, + "isoAlpha3": "MOZ", + "isoNumeric": "508", + "languages": ["pt-MZ", "vmw"], + "name": "Mozambique", + "north": "-10.471883", + "population": 22061451, + "south": "-26.868685", + "updatedAt": 1568275041038, + "west": "30.217319" + }, + "159": { + "areaInSqKm": "34.6", + "capital": "Kingston", + "code": "NF", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "AUD", + "east": "167.99773740209957", + "env": "development", + "fipsCode": "NF", + "geonameId": "2155115", + "id": 159, + "isoAlpha3": "NFK", + "isoNumeric": "574", + "languages": ["en-NF"], + "name": "Norfolk Island", + "north": "-28.995170686948427", + "population": 1828, + "south": "-29.063076742954735", + "updatedAt": 1568275041038, + "west": "167.91543230151365" + }, + "160": { + "areaInSqKm": "923768.0", + "capital": "Abuja", + "code": "NG", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "NGN", + "east": "14.680073", + "env": "development", + "fipsCode": "NI", + "geonameId": "2328926", + "id": 160, + "isoAlpha3": "NGA", + "isoNumeric": "566", + "languages": ["en-NG", "ha", "yo", "ig", "ff"], + "name": "Nigeria", + "north": "13.892007", + "population": 154000000, + "south": "4.277144", + "updatedAt": 1568275041038, + "west": "2.668432" + }, + "161": { + "areaInSqKm": "129494.0", + "capital": "Managua", + "code": "NI", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "NIO", + "east": "-82.738289", + "env": "development", + "fipsCode": "NU", + "geonameId": "3617476", + "id": 161, + "isoAlpha3": "NIC", + "isoNumeric": "558", + "languages": ["es-NI", "en"], + "name": "Nicaragua", + "north": "15.025909", + "population": 5995928, + "south": "10.707543", + "updatedAt": 1568275041038, + "west": "-87.690308" + }, + "162": { + "areaInSqKm": "1267000.0", + "capital": "Niamey", + "code": "NE", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "XOF", + "east": "15.995643", + "env": "development", + "fipsCode": "NG", + "geonameId": "2440476", + "id": 162, + "isoAlpha3": "NER", + "isoNumeric": "562", + "languages": ["fr-NE", "ha", "kr", "dje"], + "name": "Niger", + "north": "23.525026", + "population": 15878271, + "south": "11.696975", + "updatedAt": 1568275041038, + "west": "0.16625" + }, + "163": { + "areaInSqKm": "324220.0", + "capital": "Oslo", + "code": "NO", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "NOK", + "east": "31.078052520751953", + "env": "development", + "fipsCode": "NO", + "geonameId": "3144096", + "id": 163, + "isoAlpha3": "NOR", + "isoNumeric": "578", + "languages": ["no", "nb", "nn", "se", "fi"], + "name": "Norway", + "north": "71.18811", + "population": 5009150, + "south": "57.977917", + "updatedAt": 1568275041038, + "west": "4.650167" + }, + "164": { + "areaInSqKm": "140800.0", + "capital": "Kathmandu", + "code": "NP", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "NPR", + "east": "88.199333", + "env": "development", + "fipsCode": "NP", + "geonameId": "1282988", + "id": 164, + "isoAlpha3": "NPL", + "isoNumeric": "524", + "languages": ["ne", "en"], + "name": "Nepal", + "north": "30.43339", + "population": 28951852, + "south": "26.356722", + "updatedAt": 1568275041038, + "west": "80.056274" + }, + "165": { + "areaInSqKm": "21.0", + "capital": "", + "code": "NR", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "AUD", + "east": "166.945282", + "env": "development", + "fipsCode": "NR", + "geonameId": "2110425", + "id": 165, + "isoAlpha3": "NRU", + "isoNumeric": "520", + "languages": ["na", "en-NR"], + "name": "Nauru", + "north": "-0.504306", + "population": 10065, + "south": "-0.552333", + "updatedAt": 1568275041038, + "west": "166.899033" + }, + "166": { + "areaInSqKm": "260.0", + "capital": "Alofi", + "code": "NU", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "NZD", + "east": "-169.775177", + "env": "development", + "fipsCode": "NE", + "geonameId": "4036232", + "id": 166, + "isoAlpha3": "NIU", + "isoNumeric": "570", + "languages": ["niu", "en-NU"], + "name": "Niue", + "north": "-18.951069", + "population": 2166, + "south": "-19.152193", + "updatedAt": 1568275041038, + "west": "-169.951004" + }, + "167": { + "areaInSqKm": "477.0", + "capital": "Saipan", + "code": "MP", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "USD", + "east": "146.06528", + "env": "development", + "fipsCode": "CQ", + "geonameId": "4041468", + "id": 167, + "isoAlpha3": "MNP", + "isoNumeric": "580", + "languages": ["fil", "tl", "zh", "ch-MP", "en-MP"], + "name": "Northern Mariana Islands", + "north": "20.55344", + "population": 53883, + "south": "14.11023", + "updatedAt": 1568275041038, + "west": "144.88626" + }, + "168": { + "areaInSqKm": "212460.0", + "capital": "Muscat", + "code": "OM", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "OMR", + "east": "59.836582", + "env": "development", + "fipsCode": "MU", + "geonameId": "286963", + "id": 168, + "isoAlpha3": "OMN", + "isoNumeric": "512", + "languages": ["ar-OM", "en", "bal", "ur"], + "name": "Oman", + "north": "26.387972", + "population": 2967717, + "south": "16.64575", + "updatedAt": 1568275041038, + "west": "51.882" + }, + "169": { + "areaInSqKm": "78200.0", + "capital": "Panama City", + "code": "PA", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "PAB", + "east": "-77.17411", + "env": "development", + "fipsCode": "PM", + "geonameId": "3703430", + "id": 169, + "isoAlpha3": "PAN", + "isoNumeric": "591", + "languages": ["es-PA", "en"], + "name": "Panama", + "north": "9.637514", + "population": 3410676, + "south": "7.197906", + "updatedAt": 1568275041038, + "west": "-83.051445" + }, + "170": { + "areaInSqKm": "1285220.0", + "capital": "Lima", + "code": "PE", + "continent": "SA", + "continentName": "South America", + "createdAt": 1568104730276, + "currencyCode": "PEN", + "east": "-68.677986", + "env": "development", + "fipsCode": "PE", + "geonameId": "3932488", + "id": 170, + "isoAlpha3": "PER", + "isoNumeric": "604", + "languages": ["es-PE", "qu", "ay"], + "name": "Peru", + "north": "-0.012977", + "population": 29907003, + "south": "-18.349728", + "updatedAt": 1568275041038, + "west": "-81.326744" + }, + "171": { + "areaInSqKm": "4167.0", + "capital": "Papeete", + "code": "PF", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "XPF", + "east": "-134.929825", + "env": "development", + "fipsCode": "FP", + "geonameId": "4030656", + "id": 171, + "isoAlpha3": "PYF", + "isoNumeric": "258", + "languages": ["fr-PF", "ty"], + "name": "French Polynesia", + "north": "-7.903573", + "population": 270485, + "south": "-27.653572", + "updatedAt": 1568275041038, + "west": "-152.877167" + }, + "172": { + "areaInSqKm": "462840.0", + "capital": "Port Moresby", + "code": "PG", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "PGK", + "east": "155.96344", + "env": "development", + "fipsCode": "PP", + "geonameId": "2088628", + "id": 172, + "isoAlpha3": "PNG", + "isoNumeric": "598", + "languages": ["en-PG", "ho", "meu", "tpi"], + "name": "Papua New Guinea", + "north": "-1.318639", + "population": 6064515, + "south": "-11.657861", + "updatedAt": 1568275041038, + "west": "140.842865" + }, + "173": { + "areaInSqKm": "300000.0", + "capital": "Manila", + "code": "PH", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "PHP", + "east": "126.601524", + "env": "development", + "fipsCode": "RP", + "geonameId": "1694008", + "id": 173, + "isoAlpha3": "PHL", + "isoNumeric": "608", + "languages": ["tl", "en-PH", "fil"], + "name": "Philippines", + "north": "21.120611", + "population": 99900177, + "south": "4.643306", + "updatedAt": 1568275041038, + "west": "116.931557" + }, + "174": { + "areaInSqKm": "803940.0", + "capital": "Islamabad", + "code": "PK", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "PKR", + "east": "77.840919", + "env": "development", + "fipsCode": "PK", + "geonameId": "1168579", + "id": 174, + "isoAlpha3": "PAK", + "isoNumeric": "586", + "languages": ["ur-PK", "en-PK", "pa", "sd", "ps", "brh"], + "name": "Pakistan", + "north": "37.097", + "population": 184404791, + "south": "23.786722", + "updatedAt": 1568275041038, + "west": "60.878613" + }, + "175": { + "areaInSqKm": "312685.0", + "capital": "Warsaw", + "code": "PL", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "PLN", + "east": "24.150749", + "env": "development", + "fipsCode": "PL", + "geonameId": "798544", + "id": 175, + "isoAlpha3": "POL", + "isoNumeric": "616", + "languages": ["pl"], + "name": "Poland", + "north": "54.839138", + "population": 38500000, + "south": "49.006363", + "updatedAt": 1568275041038, + "west": "14.123" + }, + "176": { + "areaInSqKm": "242.0", + "capital": "Saint-Pierre", + "code": "PM", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "-56.252991", + "env": "development", + "fipsCode": "SB", + "geonameId": "3424932", + "id": 176, + "isoAlpha3": "SPM", + "isoNumeric": "666", + "languages": ["fr-PM"], + "name": "Saint Pierre and Miquelon", + "north": "47.146286", + "population": 7012, + "south": "46.786041", + "updatedAt": 1568275041038, + "west": "-56.420658" + }, + "177": { + "areaInSqKm": "47.0", + "capital": "Adamstown", + "code": "PN", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "NZD", + "east": "-124.77285", + "env": "development", + "fipsCode": "PC", + "geonameId": "4030699", + "id": 177, + "isoAlpha3": "PCN", + "isoNumeric": "612", + "languages": ["en-PN"], + "name": "Pitcairn Islands", + "north": "-24.315865", + "population": 46, + "south": "-24.672565", + "updatedAt": 1568275041038, + "west": "-128.346436" + }, + "178": { + "areaInSqKm": "268680.0", + "capital": "Wellington", + "code": "NZ", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "NZD", + "east": "-180", + "env": "development", + "fipsCode": "NZ", + "geonameId": "2186224", + "id": 178, + "isoAlpha3": "NZL", + "isoNumeric": "554", + "languages": ["en-NZ", "mi"], + "name": "New Zealand", + "north": "-34.389668", + "population": 4252277, + "south": "-47.286026", + "updatedAt": 1568275041038, + "west": "166.7155" + }, + "179": { + "areaInSqKm": "5970.0", + "capital": "", + "code": "PS", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "ILS", + "east": "35.5732955932617", + "env": "development", + "fipsCode": "WE", + "geonameId": "6254930", + "id": 179, + "isoAlpha3": "PSE", + "isoNumeric": "275", + "languages": ["ar-PS"], + "name": "Palestine", + "north": "32.54638671875", + "population": 3800000, + "south": "31.216541290283203", + "updatedAt": 1568275041038, + "west": "34.21665954589844" + }, + "180": { + "areaInSqKm": "92391.0", + "capital": "Lisbon", + "code": "PT", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "-6.18915930748288", + "env": "development", + "fipsCode": "PO", + "geonameId": "2264397", + "id": 180, + "isoAlpha3": "PRT", + "isoNumeric": "620", + "languages": ["pt-PT", "mwl"], + "name": "Portugal", + "north": "42.154311127408", + "population": 10676000, + "south": "36.96125", + "updatedAt": 1568275041038, + "west": "-9.50052660716588" + }, + "181": { + "areaInSqKm": "458.0", + "capital": "Melekeok - Palau State Capital", + "code": "PW", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "USD", + "east": "134.72307", + "env": "development", + "fipsCode": "PS", + "geonameId": "1559582", + "id": 181, + "isoAlpha3": "PLW", + "isoNumeric": "585", + "languages": ["pau", "sov", "en-PW", "tox", "ja", "fil", "zh"], + "name": "Palau", + "north": "8.46966", + "population": 19907, + "south": "2.8036", + "updatedAt": 1568275041038, + "west": "131.11788" + }, + "182": { + "areaInSqKm": "406750.0", + "capital": "Asunción", + "code": "PY", + "continent": "SA", + "continentName": "South America", + "createdAt": 1568104730276, + "currencyCode": "PYG", + "east": "-54.259354", + "env": "development", + "fipsCode": "PA", + "geonameId": "3437598", + "id": 182, + "isoAlpha3": "PRY", + "isoNumeric": "600", + "languages": ["es-PY", "gn"], + "name": "Paraguay", + "north": "-19.294041", + "population": 6375830, + "south": "-27.608738", + "updatedAt": 1568275041038, + "west": "-62.647076" + }, + "183": { + "areaInSqKm": "11437.0", + "capital": "Doha", + "code": "QA", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "QAR", + "east": "51.636639", + "env": "development", + "fipsCode": "QA", + "geonameId": "289688", + "id": 183, + "isoAlpha3": "QAT", + "isoNumeric": "634", + "languages": ["ar-QA", "es"], + "name": "Qatar", + "north": "26.154722", + "population": 840926, + "south": "24.482944", + "updatedAt": 1568275041038, + "west": "50.757221" + }, + "184": { + "areaInSqKm": "2517.0", + "capital": "Saint-Denis", + "code": "RE", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "55.838193901930026", + "env": "development", + "fipsCode": "RE", + "geonameId": "935317", + "id": 184, + "isoAlpha3": "REU", + "isoNumeric": "638", + "languages": ["fr-RE"], + "name": "Réunion", + "north": "-20.868391324576944", + "population": 776948, + "south": "-21.383747301469107", + "updatedAt": 1568275041038, + "west": "55.21219224792685" + }, + "185": { + "areaInSqKm": "237500.0", + "capital": "Bucharest", + "code": "RO", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "RON", + "east": "29.691055", + "env": "development", + "fipsCode": "RO", + "geonameId": "798549", + "id": 185, + "isoAlpha3": "ROU", + "isoNumeric": "642", + "languages": ["ro", "hu", "rom"], + "name": "Romania", + "north": "48.266945", + "population": 21959278, + "south": "43.627304", + "updatedAt": 1568275041038, + "west": "20.269972" + }, + "186": { + "areaInSqKm": "9104.0", + "capital": "San Juan", + "code": "PR", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "USD", + "east": "-65.242737", + "env": "development", + "fipsCode": "RQ", + "geonameId": "4566966", + "id": 186, + "isoAlpha3": "PRI", + "isoNumeric": "630", + "languages": ["en-PR", "es-PR"], + "name": "Puerto Rico", + "north": "18.520166", + "population": 3916632, + "south": "17.926405", + "updatedAt": 1568275041038, + "west": "-67.942726" + }, + "187": { + "areaInSqKm": "88361.0", + "capital": "Belgrade", + "code": "RS", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "RSD", + "east": "23.00499725341797", + "env": "development", + "fipsCode": "RI", + "geonameId": "6290252", + "id": 187, + "isoAlpha3": "SRB", + "isoNumeric": "688", + "languages": ["sr", "hu", "bs", "rom"], + "name": "Serbia", + "north": "46.18138885498047", + "population": 7344847, + "south": "42.232215881347656", + "updatedAt": 1568275041038, + "west": "18.817020416259766" + }, + "188": { + "areaInSqKm": "19060.0", + "capital": "Noumea", + "code": "NC", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "XPF", + "east": "168.129135", + "env": "development", + "fipsCode": "NC", + "geonameId": "2139685", + "id": 188, + "isoAlpha3": "NCL", + "isoNumeric": "540", + "languages": ["fr-NC"], + "name": "New Caledonia", + "north": "-19.549778", + "population": 216494, + "south": "-22.698", + "updatedAt": 1568275041038, + "west": "163.564667" + }, + "189": { + "areaInSqKm": "41526.0", + "capital": "Amsterdam", + "code": "NL", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "7.227944", + "env": "development", + "fipsCode": "NL", + "geonameId": "2750405", + "id": 189, + "isoAlpha3": "NLD", + "isoNumeric": "528", + "languages": ["nl-NL", "fy-NL"], + "name": "Netherlands", + "north": "53.512196", + "population": 16645000, + "south": "50.753918", + "updatedAt": 1568275041038, + "west": "3.362556" + }, + "190": { + "areaInSqKm": "28450.0", + "capital": "Honiara", + "code": "SB", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "SBD", + "east": "166.980865", + "env": "development", + "fipsCode": "BP", + "geonameId": "2103350", + "id": 190, + "isoAlpha3": "SLB", + "isoNumeric": "090", + "languages": ["en-SB", "tpi"], + "name": "Solomon Islands", + "north": "-6.589611", + "population": 559198, + "south": "-11.850555", + "updatedAt": 1568275041038, + "west": "155.508606" + }, + "191": { + "areaInSqKm": "455.0", + "capital": "Victoria", + "code": "SC", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "SCR", + "east": "56.29770287937299", + "env": "development", + "fipsCode": "SE", + "geonameId": "241170", + "id": 191, + "isoAlpha3": "SYC", + "isoNumeric": "690", + "languages": ["en-SC", "fr-SC"], + "name": "Seychelles", + "north": "-4.283717", + "population": 88340, + "south": "-9.753867", + "updatedAt": 1568275041038, + "west": "46.204769" + }, + "192": { + "areaInSqKm": "1861484.0", + "capital": "Khartoum", + "code": "SD", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "SDG", + "east": "38.60749816894531", + "env": "development", + "fipsCode": "SU", + "geonameId": "366755", + "id": 192, + "isoAlpha3": "SDN", + "isoNumeric": "729", + "languages": ["ar-SD", "en", "fia"], + "name": "Sudan", + "north": "22.232219696044922", + "population": 35000000, + "south": "8.684720993041992", + "updatedAt": 1568275041038, + "west": "21.827774047851562" + }, + "193": { + "areaInSqKm": "449964.0", + "capital": "Stockholm", + "code": "SE", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "SEK", + "east": "24.1562924839185", + "env": "development", + "fipsCode": "SW", + "geonameId": "2661886", + "id": 193, + "isoAlpha3": "SWE", + "isoNumeric": "752", + "languages": ["sv-SE", "se", "sma", "fi-SE"], + "name": "Sweden", + "north": "69.0625", + "population": 9555893, + "south": "55.337112", + "updatedAt": 1568275041038, + "west": "11.118694" + }, + "194": { + "areaInSqKm": "692.7", + "capital": "Singapore", + "code": "SG", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "SGD", + "east": "104.007469", + "env": "development", + "fipsCode": "SN", + "geonameId": "1880251", + "id": 194, + "isoAlpha3": "SGP", + "isoNumeric": "702", + "languages": ["cmn", "en-SG", "ms-SG", "ta-SG", "zh-SG"], + "name": "Singapore", + "north": "1.471278", + "population": 4701069, + "south": "1.258556", + "updatedAt": 1568275041038, + "west": "103.638275" + }, + "195": { + "areaInSqKm": "410.0", + "capital": "Jamestown", + "code": "SH", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "SHP", + "east": "-5.638753", + "env": "development", + "fipsCode": "SH", + "geonameId": "3370751", + "id": 195, + "isoAlpha3": "SHN", + "isoNumeric": "654", + "languages": ["en-SH"], + "name": "Saint Helena", + "north": "-7.887815", + "population": 7460, + "south": "-16.019543", + "updatedAt": 1568275041038, + "west": "-14.42123" + }, + "196": { + "areaInSqKm": "20273.0", + "capital": "Ljubljana", + "code": "SI", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "16.6106311807", + "env": "development", + "fipsCode": "SI", + "geonameId": "3190538", + "id": 196, + "isoAlpha3": "SVN", + "isoNumeric": "705", + "languages": ["sl", "sh"], + "name": "Slovenia", + "north": "46.8766275518195", + "population": 2007000, + "south": "45.421812998164", + "updatedAt": 1568275041038, + "west": "13.3753342064709" + }, + "197": { + "areaInSqKm": "62049.0", + "capital": "Longyearbyen", + "code": "SJ", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "NOK", + "east": "33.287334", + "env": "development", + "fipsCode": "SV", + "geonameId": "607072", + "id": 197, + "isoAlpha3": "SJM", + "isoNumeric": "744", + "languages": ["no", "ru"], + "name": "Svalbard and Jan Mayen", + "north": "80.762085", + "population": 2550, + "south": "79.220306", + "updatedAt": 1568275041038, + "west": "17.699389" + }, + "198": { + "areaInSqKm": "48845.0", + "capital": "Bratislava", + "code": "SK", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "22.570444", + "env": "development", + "fipsCode": "LO", + "geonameId": "3057568", + "id": 198, + "isoAlpha3": "SVK", + "isoNumeric": "703", + "languages": ["sk", "hu"], + "name": "Slovakia", + "north": "49.603168", + "population": 5455000, + "south": "47.728111", + "updatedAt": 1568275041038, + "west": "16.84775" + }, + "199": { + "areaInSqKm": "71740.0", + "capital": "Freetown", + "code": "SL", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "SLL", + "east": "-10.284238", + "env": "development", + "fipsCode": "SL", + "geonameId": "2403846", + "id": 199, + "isoAlpha3": "SLE", + "isoNumeric": "694", + "languages": ["en-SL", "men", "tem"], + "name": "Sierra Leone", + "north": "10", + "population": 5245695, + "south": "6.929611", + "updatedAt": 1568275041038, + "west": "-13.307631" + }, + "200": { + "areaInSqKm": "61.2", + "capital": "San Marino", + "code": "SM", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "12.51653186779788", + "env": "development", + "fipsCode": "SM", + "geonameId": "3168068", + "id": 200, + "isoAlpha3": "SMR", + "isoNumeric": "674", + "languages": ["it-SM"], + "name": "San Marino", + "north": "43.99223730851663", + "population": 31477, + "south": "43.8937092171425", + "updatedAt": 1568275041038, + "west": "12.403538978820734" + }, + "201": { + "areaInSqKm": "196190.0", + "capital": "Dakar", + "code": "SN", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "XOF", + "east": "-11.355887", + "env": "development", + "fipsCode": "SG", + "geonameId": "2245662", + "id": 201, + "isoAlpha3": "SEN", + "isoNumeric": "686", + "languages": ["fr-SN", "wo", "fuc", "mnk"], + "name": "Senegal", + "north": "16.691633", + "population": 12323252, + "south": "12.307275", + "updatedAt": 1568275041038, + "west": "-17.535236" + }, + "202": { + "areaInSqKm": "637657.0", + "capital": "Mogadishu", + "code": "SO", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "SOS", + "east": "51.412636", + "env": "development", + "fipsCode": "SO", + "geonameId": "51537", + "id": 202, + "isoAlpha3": "SOM", + "isoNumeric": "706", + "languages": ["so-SO", "ar-SO", "it", "en-SO"], + "name": "Somalia", + "north": "11.979166", + "population": 10112453, + "south": "-1.674868", + "updatedAt": 1568275041038, + "west": "40.986595" + }, + "203": { + "areaInSqKm": "163270.0", + "capital": "Paramaribo", + "code": "SR", + "continent": "SA", + "continentName": "South America", + "createdAt": 1568104730276, + "currencyCode": "SRD", + "east": "-53.977493", + "env": "development", + "fipsCode": "NS", + "geonameId": "3382998", + "id": 203, + "isoAlpha3": "SUR", + "isoNumeric": "740", + "languages": ["nl-SR", "en", "srn", "hns", "jv"], + "name": "Suriname", + "north": "6.004546", + "population": 492829, + "south": "1.831145", + "updatedAt": 1568275041038, + "west": "-58.086563" + }, + "204": { + "areaInSqKm": "644329.0", + "capital": "Juba", + "code": "SS", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "SSP", + "east": "35.9405517578125", + "env": "development", + "fipsCode": "OD", + "geonameId": "7909807", + "id": 204, + "isoAlpha3": "SSD", + "isoNumeric": "728", + "languages": ["en"], + "name": "South Sudan", + "north": "12.219148635864258", + "population": 8260490, + "south": "3.493394374847412", + "updatedAt": 1568275041038, + "west": "24.140274047851562" + }, + "205": { + "areaInSqKm": "1001.0", + "capital": "São Tomé", + "code": "ST", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "STD", + "east": "7.466374", + "env": "development", + "fipsCode": "TP", + "geonameId": "2410758", + "id": 205, + "isoAlpha3": "STP", + "isoNumeric": "678", + "languages": ["pt-ST"], + "name": "São Tomé and Príncipe", + "north": "1.701323", + "population": 175808, + "south": "0.024766", + "updatedAt": 1568275041038, + "west": "6.47017" + }, + "206": { + "areaInSqKm": "21040.0", + "capital": "San Salvador", + "code": "SV", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "USD", + "east": "-87.692162", + "env": "development", + "fipsCode": "ES", + "geonameId": "3585968", + "id": 206, + "isoAlpha3": "SLV", + "isoNumeric": "222", + "languages": ["es-SV"], + "name": "El Salvador", + "north": "14.445067", + "population": 6052064, + "south": "13.148679", + "updatedAt": 1568275041038, + "west": "-90.128662" + }, + "207": { + "areaInSqKm": "", + "capital": "Philipsburg", + "code": "SX", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "ANG", + "east": "-63.012993", + "env": "development", + "fipsCode": "NN", + "geonameId": "7609695", + "id": 207, + "isoAlpha3": "SXM", + "isoNumeric": "534", + "languages": ["nl", "en"], + "name": "Sint Maarten", + "north": "18.070248", + "population": 37429, + "south": "18.011692", + "updatedAt": 1568275041038, + "west": "-63.144039" + }, + "208": { + "areaInSqKm": "185180.0", + "capital": "Damascus", + "code": "SY", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "SYP", + "east": "42.385029", + "env": "development", + "fipsCode": "SY", + "geonameId": "163843", + "id": 208, + "isoAlpha3": "SYR", + "isoNumeric": "760", + "languages": ["ar-SY", "ku", "hy", "arc", "fr", "en"], + "name": "Syria", + "north": "37.319138", + "population": 22198110, + "south": "32.310665", + "updatedAt": 1568275041038, + "west": "35.727222" + }, + "209": { + "areaInSqKm": "17363.0", + "capital": "Mbabane", + "code": "SZ", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "SZL", + "east": "32.13726", + "env": "development", + "fipsCode": "WZ", + "geonameId": "934841", + "id": 209, + "isoAlpha3": "SWZ", + "isoNumeric": "748", + "languages": ["en-SZ", "ss-SZ"], + "name": "Swaziland", + "north": "-25.719648", + "population": 1354051, + "south": "-27.317101", + "updatedAt": 1568275041038, + "west": "30.794107" + }, + "210": { + "areaInSqKm": "430.0", + "capital": "Cockburn Town", + "code": "TC", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "USD", + "east": "-71.123642", + "env": "development", + "fipsCode": "TK", + "geonameId": "3576916", + "id": 210, + "isoAlpha3": "TCA", + "isoNumeric": "796", + "languages": ["en-TC"], + "name": "Turks and Caicos Islands", + "north": "21.961878", + "population": 20556, + "south": "21.422626", + "updatedAt": 1568275041038, + "west": "-72.483871" + }, + "211": { + "areaInSqKm": "1284000.0", + "capital": "N'Djamena", + "code": "TD", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "XAF", + "east": "24.002661", + "env": "development", + "fipsCode": "CD", + "geonameId": "2434508", + "id": 211, + "isoAlpha3": "TCD", + "isoNumeric": "148", + "languages": ["fr-TD", "ar-TD", "sre"], + "name": "Chad", + "north": "23.450369", + "population": 10543464, + "south": "7.441068", + "updatedAt": 1568275041038, + "west": "13.473475" + }, + "212": { + "areaInSqKm": "7829.0", + "capital": "Port-aux-Français", + "code": "TF", + "continent": "AN", + "continentName": "Antarctica", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "77.598808", + "env": "development", + "fipsCode": "FS", + "geonameId": "1546748", + "id": 212, + "isoAlpha3": "ATF", + "isoNumeric": "260", + "languages": ["fr"], + "name": "French Southern Territories", + "north": "-37.790722", + "population": 140, + "south": "-49.735184", + "updatedAt": 1568275041038, + "west": "50.170258" + }, + "213": { + "areaInSqKm": "56785.0", + "capital": "Lomé", + "code": "TG", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "XOF", + "east": "1.806693", + "env": "development", + "fipsCode": "TO", + "geonameId": "2363686", + "id": 213, + "isoAlpha3": "TGO", + "isoNumeric": "768", + "languages": ["fr-TG", "ee", "hna", "kbp", "dag", "ha"], + "name": "Togo", + "north": "11.138977", + "population": 6587239, + "south": "6.104417", + "updatedAt": 1568275041038, + "west": "-0.147324" + }, + "214": { + "areaInSqKm": "514000.0", + "capital": "Bangkok", + "code": "TH", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "THB", + "east": "105.639389", + "env": "development", + "fipsCode": "TH", + "geonameId": "1605651", + "id": 214, + "isoAlpha3": "THA", + "isoNumeric": "764", + "languages": ["th", "en"], + "name": "Thailand", + "north": "20.463194", + "population": 67089500, + "south": "5.61", + "updatedAt": 1568275041038, + "west": "97.345642" + }, + "215": { + "areaInSqKm": "143100.0", + "capital": "Dushanbe", + "code": "TJ", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "TJS", + "east": "75.137222", + "env": "development", + "fipsCode": "TI", + "geonameId": "1220409", + "id": 215, + "isoAlpha3": "TJK", + "isoNumeric": "762", + "languages": ["tg", "ru"], + "name": "Tajikistan", + "north": "41.042252", + "population": 7487489, + "south": "36.674137", + "updatedAt": 1568275041038, + "west": "67.387138" + }, + "216": { + "areaInSqKm": "10.0", + "capital": "", + "code": "TK", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "NZD", + "east": "-171.21142578125", + "env": "development", + "fipsCode": "TL", + "geonameId": "4031074", + "id": 216, + "isoAlpha3": "TKL", + "isoNumeric": "772", + "languages": ["tkl", "en-TK"], + "name": "Tokelau", + "north": "-8.553613662719727", + "population": 1466, + "south": "-9.381111145019531", + "updatedAt": 1568275041038, + "west": "-172.50033569335938" + }, + "217": { + "areaInSqKm": "15007.0", + "capital": "Dili", + "code": "TL", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "USD", + "east": "127.30859375", + "env": "development", + "fipsCode": "TT", + "geonameId": "1966436", + "id": 217, + "isoAlpha3": "TLS", + "isoNumeric": "626", + "languages": ["tet", "pt-TL", "id", "en"], + "name": "East Timor", + "north": "-8.135833740234375", + "population": 1154625, + "south": "-9.463626861572266", + "updatedAt": 1568275041038, + "west": "124.04609680175781" + }, + "218": { + "areaInSqKm": "488100.0", + "capital": "Ashgabat", + "code": "TM", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "TMT", + "east": "66.684303", + "env": "development", + "fipsCode": "TX", + "geonameId": "1218197", + "id": 218, + "isoAlpha3": "TKM", + "isoNumeric": "795", + "languages": ["tk", "ru", "uz"], + "name": "Turkmenistan", + "north": "42.795555", + "population": 4940916, + "south": "35.141083", + "updatedAt": 1568275041038, + "west": "52.441444" + }, + "219": { + "areaInSqKm": "163610.0", + "capital": "Tunis", + "code": "TN", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "TND", + "east": "11.598278", + "env": "development", + "fipsCode": "TS", + "geonameId": "2464461", + "id": 219, + "isoAlpha3": "TUN", + "isoNumeric": "788", + "languages": ["ar-TN", "fr"], + "name": "Tunisia", + "north": "37.543915", + "population": 10589025, + "south": "30.240417", + "updatedAt": 1568275041038, + "west": "7.524833" + }, + "220": { + "areaInSqKm": "748.0", + "capital": "Nuku'alofa", + "code": "TO", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "TOP", + "east": "-173.907578", + "env": "development", + "fipsCode": "TN", + "geonameId": "4032283", + "id": 220, + "isoAlpha3": "TON", + "isoNumeric": "776", + "languages": ["to", "en-TO"], + "name": "Tonga", + "north": "-15.562988", + "population": 122580, + "south": "-21.455057", + "updatedAt": 1568275041038, + "west": "-175.682266" + }, + "221": { + "areaInSqKm": "780580.0", + "capital": "Ankara", + "code": "TR", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "TRY", + "east": "44.834999", + "env": "development", + "fipsCode": "TU", + "geonameId": "298795", + "id": 221, + "isoAlpha3": "TUR", + "isoNumeric": "792", + "languages": ["tr-TR", "ku", "diq", "az", "av"], + "name": "Turkey", + "north": "42.107613", + "population": 77804122, + "south": "35.815418", + "updatedAt": 1568275041038, + "west": "25.668501" + }, + "222": { + "areaInSqKm": "5128.0", + "capital": "Port of Spain", + "code": "TT", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "TTD", + "east": "-60.517933", + "env": "development", + "fipsCode": "TD", + "geonameId": "3573591", + "id": 222, + "isoAlpha3": "TTO", + "isoNumeric": "780", + "languages": ["en-TT", "hns", "fr", "es", "zh"], + "name": "Trinidad and Tobago", + "north": "11.338342", + "population": 1228691, + "south": "10.036105", + "updatedAt": 1568275041038, + "west": "-61.923771" + }, + "223": { + "areaInSqKm": "26.0", + "capital": "Funafuti", + "code": "TV", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "AUD", + "east": "179.863281", + "env": "development", + "fipsCode": "TV", + "geonameId": "2110297", + "id": 223, + "isoAlpha3": "TUV", + "isoNumeric": "798", + "languages": ["tvl", "en", "sm", "gil"], + "name": "Tuvalu", + "north": "-5.641972", + "population": 10472, + "south": "-10.801169", + "updatedAt": 1568275041038, + "west": "176.064865" + }, + "224": { + "areaInSqKm": "35980.0", + "capital": "Taipei", + "code": "TW", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "TWD", + "east": "122.006739823315", + "env": "development", + "fipsCode": "TW", + "geonameId": "1668284", + "id": 224, + "isoAlpha3": "TWN", + "isoNumeric": "158", + "languages": ["zh-TW", "zh", "nan", "hak"], + "name": "Taiwan", + "north": "25.3002899036181", + "population": 22894384, + "south": "21.896606934717", + "updatedAt": 1568275041038, + "west": "119.534691" + }, + "225": { + "areaInSqKm": "945087.0", + "capital": "Dodoma", + "code": "TZ", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "TZS", + "east": "40.443222", + "env": "development", + "fipsCode": "TZ", + "geonameId": "149590", + "id": 225, + "isoAlpha3": "TZA", + "isoNumeric": "834", + "languages": ["sw-TZ", "en", "ar"], + "name": "Tanzania", + "north": "-0.990736", + "population": 41892895, + "south": "-11.745696", + "updatedAt": 1568275041038, + "west": "29.327168" + }, + "226": { + "areaInSqKm": "603700.0", + "capital": "Kyiv", + "code": "UA", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "UAH", + "east": "40.20739", + "env": "development", + "fipsCode": "UP", + "geonameId": "690791", + "id": 226, + "isoAlpha3": "UKR", + "isoNumeric": "804", + "languages": ["uk", "ru-UA", "rom", "pl", "hu"], + "name": "Ukraine", + "north": "52.369362", + "population": 45415596, + "south": "44.390415", + "updatedAt": 1568275041038, + "west": "22.128889" + }, + "227": { + "areaInSqKm": "236040.0", + "capital": "Kampala", + "code": "UG", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "UGX", + "east": "35.036049", + "env": "development", + "fipsCode": "UG", + "geonameId": "226074", + "id": 227, + "isoAlpha3": "UGA", + "isoNumeric": "800", + "languages": ["en-UG", "lg", "sw", "ar"], + "name": "Uganda", + "north": "4.214427", + "population": 33398682, + "south": "-1.48405", + "updatedAt": 1568275041038, + "west": "29.573252" + }, + "228": { + "areaInSqKm": "0.0", + "capital": "", + "code": "UM", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "USD", + "east": "166.654526", + "env": "development", + "fipsCode": "", + "geonameId": "5854968", + "id": 228, + "isoAlpha3": "UMI", + "isoNumeric": "581", + "languages": ["en-UM"], + "name": "U.S. Minor Outlying Islands", + "north": "28.219814", + "population": 0, + "south": "-0.389006", + "updatedAt": 1568275041038, + "west": "-177.392029" + }, + "229": { + "areaInSqKm": "9629091.0", + "capital": "Washington", + "code": "US", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "USD", + "east": "-66.954811", + "env": "development", + "fipsCode": "US", + "geonameId": "6252001", + "id": 229, + "isoAlpha3": "USA", + "isoNumeric": "840", + "languages": ["en-US", "es-US", "haw", "fr"], + "name": "United States", + "north": "49.388611", + "population": 310232863, + "south": "24.544245", + "updatedAt": 1568275041038, + "west": "-124.733253" + }, + "230": { + "areaInSqKm": "176220.0", + "capital": "Montevideo", + "code": "UY", + "continent": "SA", + "continentName": "South America", + "createdAt": 1568104730276, + "currencyCode": "UYU", + "east": "-53.073933", + "env": "development", + "fipsCode": "UY", + "geonameId": "3439705", + "id": 230, + "isoAlpha3": "URY", + "isoNumeric": "858", + "languages": ["es-UY"], + "name": "Uruguay", + "north": "-30.082224", + "population": 3477000, + "south": "-34.980816", + "updatedAt": 1568275041038, + "west": "-58.442722" + }, + "231": { + "areaInSqKm": "447400.0", + "capital": "Tashkent", + "code": "UZ", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "UZS", + "east": "73.132278", + "env": "development", + "fipsCode": "UZ", + "geonameId": "1512440", + "id": 231, + "isoAlpha3": "UZB", + "isoNumeric": "860", + "languages": ["uz", "ru", "tg"], + "name": "Uzbekistan", + "north": "45.575001", + "population": 27865738, + "south": "37.184444", + "updatedAt": 1568275041038, + "west": "55.996639" + }, + "232": { + "areaInSqKm": "0.44", + "capital": "Vatican", + "code": "VA", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "12.45837546629481", + "env": "development", + "fipsCode": "VT", + "geonameId": "3164670", + "id": 232, + "isoAlpha3": "VAT", + "isoNumeric": "336", + "languages": ["la", "it", "fr"], + "name": "Vatican City", + "north": "41.90743830885576", + "population": 921, + "south": "41.90027960306854", + "updatedAt": 1568275041038, + "west": "12.44570678169205" + }, + "233": { + "areaInSqKm": "389.0", + "capital": "Kingstown", + "code": "VC", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "XCD", + "east": "-61.11388", + "env": "development", + "fipsCode": "VC", + "geonameId": "3577815", + "id": 233, + "isoAlpha3": "VCT", + "isoNumeric": "670", + "languages": ["en-VC", "fr"], + "name": "Saint Vincent and the Grenadines", + "north": "13.377834", + "population": 104217, + "south": "12.583984810969037", + "updatedAt": 1568275041038, + "west": "-61.46090317727658" + }, + "234": { + "areaInSqKm": "912050.0", + "capital": "Caracas", + "code": "VE", + "continent": "SA", + "continentName": "South America", + "createdAt": 1568104730276, + "currencyCode": "VEF", + "east": "-59.80378", + "env": "development", + "fipsCode": "VE", + "geonameId": "3625428", + "id": 234, + "isoAlpha3": "VEN", + "isoNumeric": "862", + "languages": ["es-VE"], + "name": "Venezuela", + "north": "12.201903", + "population": 27223228, + "south": "0.626311", + "updatedAt": 1568275041038, + "west": "-73.354073" + }, + "235": { + "areaInSqKm": "153.0", + "capital": "Road Town", + "code": "VG", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "USD", + "east": "-64.268768", + "env": "development", + "fipsCode": "VI", + "geonameId": "3577718", + "id": 235, + "isoAlpha3": "VGB", + "isoNumeric": "092", + "languages": ["en-VG"], + "name": "British Virgin Islands", + "north": "18.757221", + "population": 21730, + "south": "18.383710898211305", + "updatedAt": 1568275041038, + "west": "-64.71312752730364" + }, + "236": { + "areaInSqKm": "352.0", + "capital": "Charlotte Amalie", + "code": "VI", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "USD", + "east": "-64.565193", + "env": "development", + "fipsCode": "VQ", + "geonameId": "4796775", + "id": 236, + "isoAlpha3": "VIR", + "isoNumeric": "850", + "languages": ["en-VI"], + "name": "U.S. Virgin Islands", + "north": "18.415382", + "population": 108708, + "south": "17.673931", + "updatedAt": 1568275041038, + "west": "-65.101333" + }, + "237": { + "areaInSqKm": "329560.0", + "capital": "Hanoi", + "code": "VN", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "VND", + "east": "109.464638", + "env": "development", + "fipsCode": "VM", + "geonameId": "1562822", + "id": 237, + "isoAlpha3": "VNM", + "isoNumeric": "704", + "languages": ["vi", "en", "fr", "zh", "km"], + "name": "Vietnam", + "north": "23.388834", + "population": 89571130, + "south": "8.559611", + "updatedAt": 1568275041038, + "west": "102.148224" + }, + "238": { + "areaInSqKm": "12200.0", + "capital": "Port Vila", + "code": "VU", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "VUV", + "east": "169.904785", + "env": "development", + "fipsCode": "NH", + "geonameId": "2134431", + "id": 238, + "isoAlpha3": "VUT", + "isoNumeric": "548", + "languages": ["bi", "en-VU", "fr-VU"], + "name": "Vanuatu", + "north": "-13.073444", + "population": 221552, + "south": "-20.248945", + "updatedAt": 1568275041038, + "west": "166.524979" + }, + "239": { + "areaInSqKm": "274.0", + "capital": "Mata-Utu", + "code": "WF", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "XPF", + "east": "-176.16174317718253", + "env": "development", + "fipsCode": "WF", + "geonameId": "4034749", + "id": 239, + "isoAlpha3": "WLF", + "isoNumeric": "876", + "languages": ["wls", "fud", "fr-WF"], + "name": "Wallis and Futuna", + "north": "-13.216758181061444", + "population": 16025, + "south": "-14.314559989820843", + "updatedAt": 1568275041038, + "west": "-178.1848112896414" + }, + "240": { + "areaInSqKm": "2944.0", + "capital": "Apia", + "code": "WS", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "WST", + "east": "-171.415741", + "env": "development", + "fipsCode": "WS", + "geonameId": "4034894", + "id": 240, + "isoAlpha3": "WSM", + "isoNumeric": "882", + "languages": ["sm", "en-WS"], + "name": "Samoa", + "north": "-13.432207", + "population": 192001, + "south": "-14.040939", + "updatedAt": 1568275041038, + "west": "-172.798599" + }, + "241": { + "areaInSqKm": "", + "capital": "Pristina", + "code": "XK", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "21.80335088694943", + "env": "development", + "fipsCode": "KV", + "geonameId": "831053", + "id": 241, + "isoAlpha3": "XKX", + "isoNumeric": "0", + "languages": ["sq", "sr"], + "name": "Kosovo", + "north": "43.2682495807952", + "population": 1800000, + "south": "41.856369601859925", + "updatedAt": 1568275041038, + "west": "19.977481504492914" + }, + "242": { + "areaInSqKm": "527970.0", + "capital": "Sanaa", + "code": "YE", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "YER", + "east": "54.5305388163283", + "env": "development", + "fipsCode": "YM", + "geonameId": "69543", + "id": 242, + "isoAlpha3": "YEM", + "isoNumeric": "887", + "languages": ["ar-YE"], + "name": "Yemen", + "north": "18.9999989031009", + "population": 23495361, + "south": "12.1110910264462", + "updatedAt": 1568275041038, + "west": "42.5325394314234" + }, + "243": { + "areaInSqKm": "374.0", + "capital": "Mamoutzou", + "code": "YT", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "45.29295", + "env": "development", + "fipsCode": "MF", + "geonameId": "1024031", + "id": 243, + "isoAlpha3": "MYT", + "isoNumeric": "175", + "languages": ["fr-YT"], + "name": "Mayotte", + "north": "-12.648891", + "population": 159042, + "south": "-13.000132", + "updatedAt": 1568275041038, + "west": "45.03796" + }, + "244": { + "areaInSqKm": "1219912.0", + "capital": "Pretoria", + "code": "ZA", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "ZAR", + "east": "32.895973", + "env": "development", + "fipsCode": "SF", + "geonameId": "953987", + "id": 244, + "isoAlpha3": "ZAF", + "isoNumeric": "710", + "languages": ["zu", "xh", "af", "nso", "en-ZA", "tn", "st", "ts", "ss", "ve", "nr"], + "name": "South Africa", + "north": "-22.126612", + "population": 49000000, + "south": "-34.839828", + "updatedAt": 1568275041038, + "west": "16.458021" + }, + "245": { + "areaInSqKm": "752614.0", + "capital": "Lusaka", + "code": "ZM", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "ZMW", + "east": "33.705704", + "env": "development", + "fipsCode": "ZA", + "geonameId": "895949", + "id": 245, + "isoAlpha3": "ZMB", + "isoNumeric": "894", + "languages": ["en-ZM", "bem", "loz", "lun", "lue", "ny", "toi"], + "name": "Zambia", + "north": "-8.22436", + "population": 13460305, + "south": "-18.079473", + "updatedAt": 1568275041038, + "west": "21.999371" + }, + "246": { + "areaInSqKm": "390580.0", + "capital": "Harare", + "code": "ZW", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "ZWL", + "east": "33.056305", + "env": "development", + "fipsCode": "ZI", + "geonameId": "878675", + "id": 246, + "isoAlpha3": "ZWE", + "isoNumeric": "716", + "languages": ["en-ZW", "sn", "nr", "nd"], + "name": "Zimbabwe", + "north": "-15.608835", + "population": 11651858, + "south": "-22.417738", + "updatedAt": 1568275041038, + "west": "25.237028" + }, + "247": { + "areaInSqKm": "83858.0", + "capital": "Vienna", + "code": "AT", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "17.1620685652599", + "env": "development", + "fipsCode": "AU", + "geonameId": "2782113", + "id": 247, + "isoAlpha3": "AUT", + "isoNumeric": "040", + "languages": ["de-AT", "hr", "hu", "s"], + "name": "Austria", + "north": "49.0211627691393", + "population": 8205000, + "south": "46.3726520216244", + "updatedAt": 1568275041038, + "west": "9.53095237240833" + }, + "248": { + "areaInSqKm": "26338.0", + "capital": "Kigali", + "code": "RW", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "RWF", + "east": "30.895958", + "env": "development", + "fipsCode": "RW", + "geonameId": "49518", + "id": 248, + "isoAlpha3": "RWA", + "isoNumeric": "646", + "languages": ["rw", "en-RW", "fr-RW", "sw"], + "name": "Rwanda", + "north": "-1.053481", + "population": 11055976, + "south": "-2.840679", + "updatedAt": 1568275041038, + "west": "28.856794" + }, + "249": { + "areaInSqKm": "1960582.0", + "capital": "Riyadh", + "code": "SA", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "SAR", + "east": "55.666584", + "env": "development", + "fipsCode": "SA", + "geonameId": "102358", + "id": 249, + "isoAlpha3": "SAU", + "isoNumeric": "682", + "languages": ["ar-SA"], + "name": "Saudi Arabia", + "north": "32.158333", + "population": 25731776, + "south": "15.61425", + "updatedAt": 1568275041038, + "west": "34.495693" + }, + "250": { + "areaInSqKm": "1.71E7", + "capital": "Moscow", + "code": "RU", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "RUB", + "east": "-169.05", + "env": "development", + "fipsCode": "RS", + "geonameId": "2017370", + "id": 250, + "isoAlpha3": "RUS", + "isoNumeric": "643", + "languages": [ + "ru", + "tt", + "xal", + "cau", + "ady", + "kv", + "ce", + "tyv", + "cv", + "udm", + "tut", + "mns", + "bua", + "myv", + "mdf", + "chm", + "ba", + "inh", + "tut", + "kbd", + "krc", + "ava", + "sah", + "nog" + ], + "name": "Russia", + "north": "81.857361", + "population": 140702000, + "south": "41.188862", + "updatedAt": 1568275041038, + "west": "19.25" + } + }, + "taxTreaties": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "taxTreatiesById": { + "1": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2002-10-22", + "dateSigned": "2001-11-30", + "env": "development", + "id": 1, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81953685", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "2": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1979-02-12", + "dateSigned": "1978-03-07", + "env": "development", + "id": 2, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "3": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2002-11-12", + "dateSigned": "2001-04-05", + "env": "development", + "id": 3, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85207766", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "4": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1987-12-01", + "dateSigned": "1985-01-08", + "env": "development", + "id": 4, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81800860", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "5": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1959-12-29", + "dateSigned": "1959-10-14", + "env": "development", + "id": 5, + "isoNumeric": null, + "jurisdiction": "Sweden 1", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "http://google.com", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "6": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2008-03-28", + "dateSigned": "2007-05-25", + "env": "development", + "id": 6, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "7": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2008-01-20", + "dateSigned": "2007-09-10", + "env": "development", + "id": 7, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85915647", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "8": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2005-11-17", + "dateSigned": "2005-04-06", + "env": "development", + "id": 8, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85915555", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "9": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2011-02-01", + "dateSigned": "2009-07-02", + "env": "development", + "id": 9, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85204236", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "10": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2001-02-23", + "dateSigned": "2000-07-04", + "env": "development", + "id": 10, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85626114", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "11": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2002-12-30", + "dateSigned": "2000-04-13", + "env": "development", + "id": 11, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85627626", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "12": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1999-05-20", + "dateSigned": "1997-10-16", + "env": "development", + "id": 12, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85627932", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "13": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2010-12-10", + "dateSigned": "2009-09-17", + "env": "development", + "id": 13, + "isoNumeric": null, + "jurisdiction": "Andorra", + "jurisdictionCountryCode": "AD", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809315", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "14": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1979-07-13", + "dateSigned": "1978-05-29", + "env": "development", + "id": 14, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85917383", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "15": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2004-10-01", + "dateSigned": "2003-07-03", + "env": "development", + "id": 15, + "isoNumeric": null, + "jurisdiction": "Mongolia", + "jurisdictionCountryCode": "MN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85915674", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "16": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2011-02-03", + "dateSigned": "2010-07-20", + "env": "development", + "id": 16, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85915411", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "17": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1986-07-01", + "dateSigned": "1985-05-08", + "env": "development", + "id": 17, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85917097", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "18": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1973-06-28", + "dateSigned": "1971-12-29", + "env": "development", + "id": 18, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "19": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2007-04-01", + "dateSigned": "2006-02-27", + "env": "development", + "id": 19, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85917350", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "20": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1985-04-06", + "dateSigned": "1981-06-29", + "env": "development", + "id": 20, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73100831", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "21": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1999-02-01", + "dateSigned": "1997-10-01", + "env": "development", + "id": 21, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85627690", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "22": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2002-03-09", + "dateSigned": "2001-05-16", + "env": "development", + "id": 22, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85915434", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "23": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-09-16", + "env": "development", + "id": 23, + "isoNumeric": null, + "jurisdiction": "Libya", + "jurisdictionCountryCode": "LY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "24": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1978-09-04", + "dateSigned": "1977-06-23", + "env": "development", + "id": 24, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "25": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2006-09-12", + "dateSigned": "2003-06-26", + "env": "development", + "id": 25, + "isoNumeric": null, + "jurisdiction": "Cuba", + "jurisdictionCountryCode": "CU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85626415", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "26": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2002-08-18", + "dateSigned": "2000-08-24", + "env": "development", + "id": 26, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "27": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1968-01-05", + "dateSigned": "1966-05-24", + "env": "development", + "id": 27, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88867663", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "28": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2010-05-01", + "dateSigned": "2009-09-17", + "env": "development", + "id": 28, + "isoNumeric": null, + "jurisdiction": "Gibraltar", + "jurisdictionCountryCode": "GI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809322", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "29": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2006-12-01", + "dateSigned": "2003-06-17", + "env": "development", + "id": 29, + "isoNumeric": null, + "jurisdiction": "Algeria", + "jurisdictionCountryCode": "DZ", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "30": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1994-09-01", + "dateSigned": "1993-03-26", + "env": "development", + "id": 30, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88720773", + "typeEOI": null, + "updatedAt": 1568275028677 + } + } + }, + "marketplace": { + "inventory": { "all": [], "byId": {} }, + "vendors": { "all": [], "byId": {} }, + "orders": { "all": [], "byId": {}, "currentOrder": null }, + "countries": { "all": [], "byId": {} }, + "taxTreaties": { "all": [], "byId": {} } + }, + "identity": { + "repositories": [1], + "repositoriesById": { + "1": { + "content": { + "identityAttributes": [ + { + "json": "http://platform.selfkey.org/schema/attribute/bank-statement.json", + "ui": "http://platform.selfkey.org/schema/ui/bank-statement.json" + }, + { + "json": "http://platform.selfkey.org/schema/attribute/date-of-birth.json", + "ui": "http://platform.selfkey.org/schema/ui/date-of-birth.json" + }, + { + "json": "http://platform.selfkey.org/schema/attribute/country-of-residency.json", + "ui": "http://platform.selfkey.org/schema/ui/country-of-residency.json" + }, + { + "json": "http://platform.selfkey.org/schema/attribute/drivers-license.json", + "ui": "http://platform.selfkey.org/schema/ui/drivers-license.json" + }, + { + "json": "http://platform.selfkey.org/schema/attribute/email.json", + "ui": "http://platform.selfkey.org/schema/ui/email.json" + }, + { + "json": "http://platform.selfkey.org/schema/attribute/fingerprint.json", + "ui": "http://platform.selfkey.org/schema/ui/fingerprint.json" + }, + { + "json": "http://platform.selfkey.org/schema/attribute/first-name.json", + "ui": "http://platform.selfkey.org/schema/ui/first-name.json" + }, + { + "json": "http://platform.selfkey.org/schema/attribute/last-name.json", + "ui": "http://platform.selfkey.org/schema/ui/last-name.json" + }, + { + "json": "http://platform.selfkey.org/schema/attribute/middle-name.json", + "ui": "http://platform.selfkey.org/schema/ui/middle-name.json" + }, + { + "json": "http://platform.selfkey.org/schema/attribute/national-id.json", + "ui": "http://platform.selfkey.org/schema/ui/national-id.json" + }, + { + "json": "http://platform.selfkey.org/schema/attribute/nationality.json", + "ui": "http://platform.selfkey.org/schema/ui/nationality.json" + }, + { + "json": "http://platform.selfkey.org/schema/attribute/passport.json", + "ui": "http://platform.selfkey.org/schema/ui/passport.json" + }, + { + "json": "http://platform.selfkey.org/schema/attribute/phone-number.json", + "ui": "http://platform.selfkey.org/schema/ui/phone-number.json" + }, + { + "json": "http://platform.selfkey.org/schema/attribute/physical-address.json", + "ui": "http://platform.selfkey.org/schema/ui/physical-address.json" + }, + { + "json": "http://platform.selfkey.org/schema/attribute/tax-certificate.json", + "ui": "http://platform.selfkey.org/schema/ui/tax-certificate.json" + }, + { + "json": "http://platform.selfkey.org/schema/attribute/tax-id-number.json", + "ui": "http://platform.selfkey.org/schema/ui/tax-id-number.json" + }, + { + "json": "http://platform.selfkey.org/schema/attribute/utility-bill.json", + "ui": "http://platform.selfkey.org/schema/ui/utility-bill.json" + }, + { + "json": "http://platform.selfkey.org/schema/attribute/voice-id.json", + "ui": "http://platform.selfkey.org/schema/ui/voice-id.json" + }, + { + "json": "http://platform.selfkey.org/schema/attribute/work-place.json", + "ui": "http://platform.selfkey.org/schema/ui/work-place.json" + }, + { + "json": "http://platform.selfkey.org/schema/attribute/btc-address.json", + "ui": "http://platform.selfkey.org/schema/ui/btc-address.json" + }, + { + "json": "http://platform.selfkey.org/schema/attribute/eth-address.json", + "ui": "http://platform.selfkey.org/schema/ui/eth-address.json" + }, + { + "json": "http://platform.selfkey.org/schema/attribute/dash-address.json", + "ui": "http://platform.selfkey.org/schema/ui/dash-address.json" + }, + { + "json": "http://platform.selfkey.org/schema/attribute/certificate-of-incorporation.json", + "ui": "http://platform.selfkey.org/schema/ui/certificate-of-incorporation.json" + }, + { + "json": "http://platform.selfkey.org/schema/attribute/registration-certificate.json", + "ui": "http://platform.selfkey.org/schema/ui/registration-certificate.json" + }, + { + "json": "http://platform.selfkey.org/schema/attribute/external-document.json", + "ui": "http://platform.selfkey.org/schema/ui/external-document.json" + }, + { + "json": "http://platform.selfkey.org/schema/attribute/company-name.json", + "ui": "http://platform.selfkey.org/schema/ui/company-name.json" + }, + { + "json": "http://platform.selfkey.org/schema/attribute/birth-certificate.json", + "ui": "http://platform.selfkey.org/schema/ui/birth-certificate.json" + }, + { + "json": "http://platform.selfkey.org/schema/attribute/member-register.json", + "ui": "http://platform.selfkey.org/schema/ui/member-register.json" + }, + { + "json": "http://platform.selfkey.org/schema/attribute/cv.json", + "ui": "http://platform.selfkey.org/schema/ui/cv.json" + }, + { + "json": "http://platform.selfkey.org/schema/attribute/professional-reference-letter.json", + "ui": "http://platform.selfkey.org/schema/ui/professional-reference-letter.json" + } + ], + "name": "Selfkey.org" + }, + "createdAt": 1568104698780, + "eager": true, + "expires": 1568361422709, + "id": 1, + "name": "Selfkey.org", + "updatedAt": 1568275022717, + "url": "http://platform.selfkey.org/repository.json" + } + }, + "idAtrributeTypes": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "idAtrributeTypesById": { + "1": { + "content": { + "$id": "http://platform.selfkey.org/schema/attribute/bank-statement.json", + "$schema": "http://platform.selfkey.org/schema/identity-attribute.json", + "description": "Please provide a copy of a recent bank statement. No older than 6 months.", + "identityAttribute": true, + "identityAttributeRepository": "http://platform.selfkey.org/repository.json", + "properties": { + "extra": { + "$id": "http://platform.selfkey.org/schema/misc/extra-images.json", + "$schema": "http://json-schema.org/draft-07/schema", + "description": "Please add any extra images that are relevant", + "items": { + "$id": "http://platform.selfkey.org/schema/file/image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "file", + "properties": { + "content": { "type": "string" }, + "mimeType": { + "enum": ["image/jpeg", "image/png", "application/pdf"], + "type": "string" + }, + "size": { "maximum": 50000000, "type": "integer" } + }, + "required": ["mimeType", "size", "content"], + "title": "Image", + "type": "object" + }, + "title": "Extra Images", + "type": "array" + }, + "images": { + "$id": "http://platform.selfkey.org/schema/file/multi-image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "items": { + "$id": "http://platform.selfkey.org/schema/file/image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "file", + "properties": { + "content": { "type": "string" }, + "mimeType": { + "enum": ["image/jpeg", "image/png", "application/pdf"], + "type": "string" + }, + "size": { "maximum": 50000000, "type": "integer" } + }, + "required": ["mimeType", "size", "content"], + "title": "Image", + "type": "object" + }, + "title": "Multiple Images", + "type": "array" + }, + "issued": { + "$id": "http://platform.selfkey.org/schema/misc/issue-date.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "date", + "title": "Issue Date", + "type": "string" + } + }, + "required": ["images", "issued"], + "title": "Bank Statement", + "type": "object" + }, + "createdAt": 1568104710193, + "defaultRepositoryId": 1, + "expires": 1568361426559, + "id": 1, + "updatedAt": 1568275027144, + "url": "http://platform.selfkey.org/schema/attribute/bank-statement.json" + }, + "2": { + "content": { + "$id": "http://platform.selfkey.org/schema/attribute/date-of-birth.json", + "$schema": "http://platform.selfkey.org/schema/identity-attribute.json", + "description": "Please enter your full date of birth.", + "format": "date", + "identityAttribute": true, + "identityAttributeRepository": "http://platform.selfkey.org/repository.json", + "title": "Date of Birth", + "type": "string" + }, + "createdAt": 1568104710232, + "defaultRepositoryId": 1, + "expires": 1568361423080, + "id": 2, + "updatedAt": 1568275026093, + "url": "http://platform.selfkey.org/schema/attribute/date-of-birth.json" + }, + "3": { + "content": { + "$id": "http://platform.selfkey.org/schema/attribute/country-of-residency.json", + "$schema": "http://platform.selfkey.org/schema/identity-attribute.json", + "description": "Please specify the country you are currently living in.", + "identityAttribute": true, + "identityAttributeRepository": "http://platform.selfkey.org/repository.json", + "properties": { + "country": { + "$id": "http://platform.selfkey.org/schema/misc/country.json", + "$schema": "http://json-schema.org/draft-07/schema", + "enum": [ + "AF", + "AX", + "AL", + "DZ", + "AS", + "AD", + "AO", + "AI", + "AQ", + "AG", + "AR", + "AM", + "AW", + "AU", + "AT", + "AZ", + "BS", + "BH", + "BD", + "BB", + "BY", + "BE", + "BZ", + "BJ", + "BM", + "BT", + "BO", + "BQ", + "BA", + "BW", + "BV", + "BR", + "IO", + "BN", + "BG", + "BF", + "BI", + "KH", + "CM", + "CA", + "CV", + "KY", + "CF", + "TD", + "CL", + "CN", + "CX", + "CC", + "CO", + "KM", + "CG", + "CD", + "CK", + "CR", + "CI", + "HR", + "CU", + "CW", + "CY", + "CZ", + "DK", + "DJ", + "DM", + "DO", + "EC", + "EG", + "SV", + "GQ", + "ER", + "EE", + "ET", + "FK", + "FO", + "FJ", + "FI", + "FR", + "GF", + "PF", + "TF", + "GA", + "GM", + "GE", + "DE", + "GH", + "GI", + "GR", + "GL", + "GD", + "GP", + "GU", + "GT", + "GG", + "GN", + "GW", + "GY", + "HT", + "HM", + "VA", + "HN", + "HK", + "HU", + "IS", + "IN", + "ID", + "IR", + "IQ", + "IE", + "IM", + "IL", + "IT", + "JM", + "JP", + "JE", + "JO", + "KZ", + "KE", + "KI", + "KP", + "KR", + "KW", + "KG", + "LA", + "LV", + "LB", + "LS", + "LR", + "LY", + "LI", + "LT", + "LU", + "MO", + "MK", + "MG", + "MW", + "MY", + "MV", + "ML", + "MT", + "MH", + "MQ", + "MR", + "MU", + "YT", + "MX", + "FM", + "MD", + "MC", + "MN", + "ME", + "MS", + "MA", + "MZ", + "MM", + "NA", + "NR", + "NP", + "NL", + "NC", + "NZ", + "NI", + "NE", + "NG", + "NU", + "NF", + "MP", + "NO", + "OM", + "PK", + "PW", + "PS", + "PA", + "PG", + "PY", + "PE", + "PH", + "PN", + "PL", + "PT", + "PR", + "QA", + "RE", + "RO", + "RU", + "RW", + "BL", + "SH", + "KN", + "LC", + "MF", + "PM", + "VC", + "WS", + "SM", + "ST", + "SA", + "SN", + "RS", + "SC", + "SL", + "SG", + "SX", + "SK", + "SI", + "SB", + "SO", + "ZA", + "GS", + "SS", + "ES", + "LK", + "SD", + "SR", + "SJ", + "SZ", + "SE", + "CH", + "SY", + "TW", + "TJ", + "TZ", + "TH", + "TL", + "TG", + "TK", + "TO", + "TT", + "TN", + "TR", + "TM", + "TC", + "TV", + "UG", + "UA", + "AE", + "GB", + "US", + "UM", + "UY", + "UZ", + "VU", + "VE", + "VN", + "VG", + "VI", + "WF", + "EH", + "YE", + "ZM", + "ZW" + ], + "enumNames": [ + "Afghanistan", + "Åland Islands", + "Albania", + "Algeria", + "American Samoa", + "Andorra", + "Angola", + "Anguilla", + "Antarctica", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Aruba", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Bangladesh", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Benin", + "Bermuda", + "Bhutan", + "Bolivia, Plurinational State of", + "Bonaire, Sint Eustatius and Saba", + "Bosnia and Herzegovina", + "Botswana", + "Bouvet Island", + "Brazil", + "British Indian Ocean Territory", + "Brunei Darussalam", + "Bulgaria", + "Burkina Faso", + "Burundi", + "Cambodia", + "Cameroon", + "Canada", + "Cape Verde", + "Cayman Islands", + "Central African Republic", + "Chad", + "Chile", + "China", + "Christmas Island", + "Cocos (Keeling) Islands", + "Colombia", + "Comoros", + "Congo", + "Congo, the Democratic Republic of the", + "Cook Islands", + "Costa Rica", + "Côte d'Ivoire", + "Croatia", + "Cuba", + "Curaçao", + "Cyprus", + "Czech Republic", + "Denmark", + "Djibouti", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Equatorial Guinea", + "Eritrea", + "Estonia", + "Ethiopia", + "Falkland Islands (Malvinas)", + "Faroe Islands", + "Fiji", + "Finland", + "France", + "French Guiana", + "French Polynesia", + "French Southern Territories", + "Gabon", + "Gambia", + "Georgia", + "Germany", + "Ghana", + "Gibraltar", + "Greece", + "Greenland", + "Grenada", + "Guadeloupe", + "Guam", + "Guatemala", + "Guernsey", + "Guinea", + "Guinea-Bissau", + "Guyana", + "Haiti", + "Heard Island and McDonald Islands", + "Holy See (Vatican City State)", + "Honduras", + "Hong Kong", + "Hungary", + "Iceland", + "India", + "Indonesia", + "Iran, Islamic Republic of", + "Iraq", + "Ireland", + "Isle of Man", + "Israel", + "Italy", + "Jamaica", + "Japan", + "Jersey", + "Jordan", + "Kazakhstan", + "Kenya", + "Kiribati", + "Korea, Democratic People's Republic of", + "Korea, Republic of", + "Kuwait", + "Kyrgyzstan", + "Lao People's Democratic Republic", + "Latvia", + "Lebanon", + "Lesotho", + "Liberia", + "Libya", + "Liechtenstein", + "Lithuania", + "Luxembourg", + "Macao", + "Macedonia, the Former Yugoslav Republic of", + "Madagascar", + "Malawi", + "Malaysia", + "Maldives", + "Mali", + "Malta", + "Marshall Islands", + "Martinique", + "Mauritania", + "Mauritius", + "Mayotte", + "Mexico", + "Micronesia, Federated States of", + "Moldova, Republic of", + "Monaco", + "Mongolia", + "Montenegro", + "Montserrat", + "Morocco", + "Mozambique", + "Myanmar", + "Namibia", + "Nauru", + "Nepal", + "Netherlands", + "New Caledonia", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Niue", + "Norfolk Island", + "Northern Mariana Islands", + "Norway", + "Oman", + "Pakistan", + "Palau", + "Palestine, State of", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Pitcairn", + "Poland", + "Portugal", + "Puerto Rico", + "Qatar", + "Réunion", + "Romania", + "Russian Federation", + "Rwanda", + "Saint Barthélemy", + "Saint Helena, Ascension and Tristan da Cunha", + "Saint Kitts and Nevis", + "Saint Lucia", + "Saint Martin (French part)", + "Saint Pierre and Miquelon", + "Saint Vincent and the Grenadines", + "Samoa", + "San Marino", + "Sao Tome and Principe", + "Saudi Arabia", + "Senegal", + "Serbia", + "Seychelles", + "Sierra Leone", + "Singapore", + "Sint Maarten (Dutch part)", + "Slovakia", + "Slovenia", + "Solomon Islands", + "Somalia", + "South Africa", + "South Georgia and the South Sandwich Islands", + "South Sudan", + "Spain", + "Sri Lanka", + "Sudan", + "Suriname", + "Svalbard and Jan Mayen", + "Swaziland", + "Sweden", + "Switzerland", + "Syrian Arab Republic", + "Taiwan, Province of China", + "Tajikistan", + "Tanzania, United Republic of", + "Thailand", + "Timor-Leste", + "Togo", + "Tokelau", + "Tonga", + "Trinidad and Tobago", + "Tunisia", + "Turkey", + "Turkmenistan", + "Turks and Caicos Islands", + "Tuvalu", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "United States Minor Outlying Islands", + "Uruguay", + "Uzbekistan", + "Vanuatu", + "Venezuela, Bolivarian Republic of", + "Viet Nam", + "Virgin Islands, British", + "Virgin Islands, U.S.", + "Wallis and Futuna", + "Western Sahara", + "Yemen", + "Zambia", + "Zimbabwe" + ], + "title": "Country", + "type": "string" + } + }, + "required": ["country"], + "title": "Country of Residency", + "type": "object" + }, + "createdAt": 1568104710248, + "defaultRepositoryId": 1, + "expires": 1568361426138, + "id": 3, + "updatedAt": 1568275026279, + "url": "http://platform.selfkey.org/schema/attribute/country-of-residency.json" + }, + "4": { + "content": { + "$id": "http://platform.selfkey.org/schema/attribute/drivers-license.json", + "$schema": "http://platform.selfkey.org/schema/identity-attribute.json", + "description": "Please provide images of the front and back sides of your driver's license.", + "identityAttribute": true, + "identityAttributeRepository": "http://platform.selfkey.org/repository.json", + "properties": { + "back": { + "$id": "http://platform.selfkey.org/schema/file/image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "file", + "properties": { + "content": { "type": "string" }, + "mimeType": { + "enum": ["image/jpeg", "image/png", "application/pdf"], + "type": "string" + }, + "size": { "maximum": 50000000, "type": "integer" } + }, + "required": ["mimeType", "size", "content"], + "title": "Back image", + "type": "object" + }, + "expires": { + "$id": "http://platform.selfkey.org/schema/misc/expiry-date.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "date", + "title": "Expiry Date", + "type": "string" + }, + "extra": { + "$id": "http://platform.selfkey.org/schema/misc/extra-images.json", + "$schema": "http://json-schema.org/draft-07/schema", + "description": "Please add any extra images that are relevant", + "items": { + "$id": "http://platform.selfkey.org/schema/file/image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "file", + "properties": { + "content": { "type": "string" }, + "mimeType": { + "enum": ["image/jpeg", "image/png", "application/pdf"], + "type": "string" + }, + "size": { "maximum": 50000000, "type": "integer" } + }, + "required": ["mimeType", "size", "content"], + "title": "Image", + "type": "object" + }, + "title": "Extra Images", + "type": "array" + }, + "front": { + "$id": "http://platform.selfkey.org/schema/file/image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "file", + "properties": { + "content": { "type": "string" }, + "mimeType": { + "enum": ["image/jpeg", "image/png", "application/pdf"], + "type": "string" + }, + "size": { "maximum": 50000000, "type": "integer" } + }, + "required": ["mimeType", "size", "content"], + "title": "Front image", + "type": "object" + }, + "selfie": { + "$id": "http://platform.selfkey.org/schema/misc/selfie.json", + "$schema": "http://json-schema.org/draft-07/schema", + "description": "Take a selfie, making sure the image is clear, and your face isn't covered by any items, such as glasses.", + "properties": { + "image": { + "$id": "http://platform.selfkey.org/schema/file/image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "file", + "properties": { + "content": { "type": "string" }, + "mimeType": { + "enum": ["image/jpeg", "image/png", "application/pdf"], + "type": "string" + }, + "size": { "maximum": 50000000, "type": "integer" } + }, + "required": ["mimeType", "size", "content"], + "title": "Image", + "type": "object" + } + }, + "required": ["image"], + "title": "Selfie", + "type": "object" + } + }, + "required": ["front", "back", "expires"], + "title": "Driver's License", + "type": "object" + }, + "createdAt": 1568104710260, + "defaultRepositoryId": 1, + "expires": 1568361426134, + "id": 4, + "updatedAt": 1568275026250, + "url": "http://platform.selfkey.org/schema/attribute/drivers-license.json" + }, + "5": { + "content": { + "$id": "http://platform.selfkey.org/schema/attribute/email.json", + "$schema": "http://platform.selfkey.org/schema/identity-attribute.json", + "description": "Please enter your e-mail address.", + "format": "email", + "identityAttribute": true, + "identityAttributeRepository": "http://platform.selfkey.org/repository.json", + "title": "Email", + "type": "string" + }, + "createdAt": 1568104710270, + "defaultRepositoryId": 1, + "expires": 1568361426113, + "id": 5, + "updatedAt": 1568275026175, + "url": "http://platform.selfkey.org/schema/attribute/email.json" + }, + "6": { + "content": { + "$id": "http://platform.selfkey.org/schema/attribute/fingerprint.json", + "$schema": "http://platform.selfkey.org/schema/identity-attribute.json", + "description": "Please provide an image with your fingerprint. It can be either your thumb or index finger.", + "identityAttribute": true, + "identityAttributeRepository": "http://platform.selfkey.org/repository.json", + "properties": { + "extra": { + "$id": "http://platform.selfkey.org/schema/misc/extra-images.json", + "$schema": "http://json-schema.org/draft-07/schema", + "description": "Please add any extra images that are relevant", + "items": { + "$id": "http://platform.selfkey.org/schema/file/image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "file", + "properties": { + "content": { "type": "string" }, + "mimeType": { + "enum": ["image/jpeg", "image/png", "application/pdf"], + "type": "string" + }, + "size": { "maximum": 50000000, "type": "integer" } + }, + "required": ["mimeType", "size", "content"], + "title": "Image", + "type": "object" + }, + "title": "Extra Images", + "type": "array" + }, + "images": { + "$id": "http://platform.selfkey.org/schema/file/multi-image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "items": { + "$id": "http://platform.selfkey.org/schema/file/image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "file", + "properties": { + "content": { "type": "string" }, + "mimeType": { + "enum": ["image/jpeg", "image/png", "application/pdf"], + "type": "string" + }, + "size": { "maximum": 50000000, "type": "integer" } + }, + "required": ["mimeType", "size", "content"], + "title": "Image", + "type": "object" + }, + "title": "Multiple Images", + "type": "array" + } + }, + "required": ["images"], + "title": "Fingerprint", + "type": "object" + }, + "createdAt": 1568104710281, + "defaultRepositoryId": 1, + "expires": 1568361426566, + "id": 6, + "updatedAt": 1568275027184, + "url": "http://platform.selfkey.org/schema/attribute/fingerprint.json" + }, + "7": { + "content": { + "$id": "http://platform.selfkey.org/schema/attribute/first-name.json", + "$schema": "http://platform.selfkey.org/schema/identity-attribute.json", + "description": "Given Name.", + "identityAttribute": true, + "identityAttributeRepository": "http://platform.selfkey.org/repository.json", + "title": "First Name", + "type": "string" + }, + "createdAt": 1568104710292, + "defaultRepositoryId": 1, + "expires": 1568361426104, + "id": 7, + "updatedAt": 1568275026154, + "url": "http://platform.selfkey.org/schema/attribute/first-name.json" + }, + "8": { + "content": { + "$id": "http://platform.selfkey.org/schema/attribute/last-name.json", + "$schema": "http://platform.selfkey.org/schema/identity-attribute.json", + "description": "Family Name.", + "identityAttribute": true, + "identityAttributeRepository": "http://platform.selfkey.org/repository.json", + "title": "Last Name", + "type": "string" + }, + "createdAt": 1568104710302, + "defaultRepositoryId": 1, + "expires": 1568361423075, + "id": 8, + "updatedAt": 1568275026080, + "url": "http://platform.selfkey.org/schema/attribute/last-name.json" + }, + "9": { + "content": { + "$id": "http://platform.selfkey.org/schema/attribute/middle-name.json", + "$schema": "http://platform.selfkey.org/schema/identity-attribute.json", + "description": "Middle Name.", + "identityAttribute": true, + "identityAttributeRepository": "http://platform.selfkey.org/repository.json", + "title": "Middle Name", + "type": "string" + }, + "createdAt": 1568104710312, + "defaultRepositoryId": 1, + "expires": 1568361426119, + "id": 9, + "updatedAt": 1568275026204, + "url": "http://platform.selfkey.org/schema/attribute/middle-name.json" + }, + "10": { + "content": { + "$id": "http://platform.selfkey.org/schema/attribute/national-id.json", + "$schema": "http://platform.selfkey.org/schema/identity-attribute.json", + "description": "Please provide a valid national identification document.", + "identityAttribute": true, + "identityAttributeRepository": "http://platform.selfkey.org/repository.json", + "properties": { + "back": { + "$id": "http://platform.selfkey.org/schema/file/image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "file", + "properties": { + "content": { "type": "string" }, + "mimeType": { + "enum": ["image/jpeg", "image/png", "application/pdf"], + "type": "string" + }, + "size": { "maximum": 50000000, "type": "integer" } + }, + "required": ["mimeType", "size", "content"], + "title": "Back image", + "type": "object" + }, + "expires": { + "$id": "http://platform.selfkey.org/schema/misc/expiry-date.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "date", + "title": "Expiry Date", + "type": "string" + }, + "extra": { + "$id": "http://platform.selfkey.org/schema/misc/extra-images.json", + "$schema": "http://json-schema.org/draft-07/schema", + "description": "Please add any extra images that are relevant", + "items": { + "$id": "http://platform.selfkey.org/schema/file/image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "file", + "properties": { + "content": { "type": "string" }, + "mimeType": { + "enum": ["image/jpeg", "image/png", "application/pdf"], + "type": "string" + }, + "size": { "maximum": 50000000, "type": "integer" } + }, + "required": ["mimeType", "size", "content"], + "title": "Image", + "type": "object" + }, + "title": "Extra Images", + "type": "array" + }, + "front": { + "$id": "http://platform.selfkey.org/schema/file/image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "file", + "properties": { + "content": { "type": "string" }, + "mimeType": { + "enum": ["image/jpeg", "image/png", "application/pdf"], + "type": "string" + }, + "size": { "maximum": 50000000, "type": "integer" } + }, + "required": ["mimeType", "size", "content"], + "title": "Front image", + "type": "object" + }, + "issued": { + "$id": "http://platform.selfkey.org/schema/misc/issue-date.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "date", + "title": "Issue Date", + "type": "string" + }, + "selfie": { + "$id": "http://platform.selfkey.org/schema/misc/selfie.json", + "$schema": "http://json-schema.org/draft-07/schema", + "description": "Take a selfie, making sure the image is clear, and your face isn't covered by any items, such as glasses.", + "properties": { + "image": { + "$id": "http://platform.selfkey.org/schema/file/image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "file", + "properties": { + "content": { "type": "string" }, + "mimeType": { + "enum": ["image/jpeg", "image/png", "application/pdf"], + "type": "string" + }, + "size": { "maximum": 50000000, "type": "integer" } + }, + "required": ["mimeType", "size", "content"], + "title": "Image", + "type": "object" + } + }, + "required": ["image"], + "title": "Selfie", + "type": "object" + } + }, + "required": ["front", "issued", "selfie"], + "title": "National ID", + "type": "object" + }, + "createdAt": 1568104710324, + "defaultRepositoryId": 1, + "expires": 1568361426145, + "id": 10, + "updatedAt": 1568275026322, + "url": "http://platform.selfkey.org/schema/attribute/national-id.json" + }, + "11": { + "content": { + "$id": "http://platform.selfkey.org/schema/attribute/nationality.json", + "$schema": "http://platform.selfkey.org/schema/identity-attribute.json", + "description": "Please specify your current nationality.", + "identityAttribute": true, + "identityAttributeRepository": "http://platform.selfkey.org/repository.json", + "properties": { + "country": { + "$id": "http://platform.selfkey.org/schema/misc/country.json", + "$schema": "http://json-schema.org/draft-07/schema", + "enum": [ + "AF", + "AX", + "AL", + "DZ", + "AS", + "AD", + "AO", + "AI", + "AQ", + "AG", + "AR", + "AM", + "AW", + "AU", + "AT", + "AZ", + "BS", + "BH", + "BD", + "BB", + "BY", + "BE", + "BZ", + "BJ", + "BM", + "BT", + "BO", + "BQ", + "BA", + "BW", + "BV", + "BR", + "IO", + "BN", + "BG", + "BF", + "BI", + "KH", + "CM", + "CA", + "CV", + "KY", + "CF", + "TD", + "CL", + "CN", + "CX", + "CC", + "CO", + "KM", + "CG", + "CD", + "CK", + "CR", + "CI", + "HR", + "CU", + "CW", + "CY", + "CZ", + "DK", + "DJ", + "DM", + "DO", + "EC", + "EG", + "SV", + "GQ", + "ER", + "EE", + "ET", + "FK", + "FO", + "FJ", + "FI", + "FR", + "GF", + "PF", + "TF", + "GA", + "GM", + "GE", + "DE", + "GH", + "GI", + "GR", + "GL", + "GD", + "GP", + "GU", + "GT", + "GG", + "GN", + "GW", + "GY", + "HT", + "HM", + "VA", + "HN", + "HK", + "HU", + "IS", + "IN", + "ID", + "IR", + "IQ", + "IE", + "IM", + "IL", + "IT", + "JM", + "JP", + "JE", + "JO", + "KZ", + "KE", + "KI", + "KP", + "KR", + "KW", + "KG", + "LA", + "LV", + "LB", + "LS", + "LR", + "LY", + "LI", + "LT", + "LU", + "MO", + "MK", + "MG", + "MW", + "MY", + "MV", + "ML", + "MT", + "MH", + "MQ", + "MR", + "MU", + "YT", + "MX", + "FM", + "MD", + "MC", + "MN", + "ME", + "MS", + "MA", + "MZ", + "MM", + "NA", + "NR", + "NP", + "NL", + "NC", + "NZ", + "NI", + "NE", + "NG", + "NU", + "NF", + "MP", + "NO", + "OM", + "PK", + "PW", + "PS", + "PA", + "PG", + "PY", + "PE", + "PH", + "PN", + "PL", + "PT", + "PR", + "QA", + "RE", + "RO", + "RU", + "RW", + "BL", + "SH", + "KN", + "LC", + "MF", + "PM", + "VC", + "WS", + "SM", + "ST", + "SA", + "SN", + "RS", + "SC", + "SL", + "SG", + "SX", + "SK", + "SI", + "SB", + "SO", + "ZA", + "GS", + "SS", + "ES", + "LK", + "SD", + "SR", + "SJ", + "SZ", + "SE", + "CH", + "SY", + "TW", + "TJ", + "TZ", + "TH", + "TL", + "TG", + "TK", + "TO", + "TT", + "TN", + "TR", + "TM", + "TC", + "TV", + "UG", + "UA", + "AE", + "GB", + "US", + "UM", + "UY", + "UZ", + "VU", + "VE", + "VN", + "VG", + "VI", + "WF", + "EH", + "YE", + "ZM", + "ZW" + ], + "enumNames": [ + "Afghanistan", + "Åland Islands", + "Albania", + "Algeria", + "American Samoa", + "Andorra", + "Angola", + "Anguilla", + "Antarctica", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Aruba", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Bangladesh", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Benin", + "Bermuda", + "Bhutan", + "Bolivia, Plurinational State of", + "Bonaire, Sint Eustatius and Saba", + "Bosnia and Herzegovina", + "Botswana", + "Bouvet Island", + "Brazil", + "British Indian Ocean Territory", + "Brunei Darussalam", + "Bulgaria", + "Burkina Faso", + "Burundi", + "Cambodia", + "Cameroon", + "Canada", + "Cape Verde", + "Cayman Islands", + "Central African Republic", + "Chad", + "Chile", + "China", + "Christmas Island", + "Cocos (Keeling) Islands", + "Colombia", + "Comoros", + "Congo", + "Congo, the Democratic Republic of the", + "Cook Islands", + "Costa Rica", + "Côte d'Ivoire", + "Croatia", + "Cuba", + "Curaçao", + "Cyprus", + "Czech Republic", + "Denmark", + "Djibouti", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Equatorial Guinea", + "Eritrea", + "Estonia", + "Ethiopia", + "Falkland Islands (Malvinas)", + "Faroe Islands", + "Fiji", + "Finland", + "France", + "French Guiana", + "French Polynesia", + "French Southern Territories", + "Gabon", + "Gambia", + "Georgia", + "Germany", + "Ghana", + "Gibraltar", + "Greece", + "Greenland", + "Grenada", + "Guadeloupe", + "Guam", + "Guatemala", + "Guernsey", + "Guinea", + "Guinea-Bissau", + "Guyana", + "Haiti", + "Heard Island and McDonald Islands", + "Holy See (Vatican City State)", + "Honduras", + "Hong Kong", + "Hungary", + "Iceland", + "India", + "Indonesia", + "Iran, Islamic Republic of", + "Iraq", + "Ireland", + "Isle of Man", + "Israel", + "Italy", + "Jamaica", + "Japan", + "Jersey", + "Jordan", + "Kazakhstan", + "Kenya", + "Kiribati", + "Korea, Democratic People's Republic of", + "Korea, Republic of", + "Kuwait", + "Kyrgyzstan", + "Lao People's Democratic Republic", + "Latvia", + "Lebanon", + "Lesotho", + "Liberia", + "Libya", + "Liechtenstein", + "Lithuania", + "Luxembourg", + "Macao", + "Macedonia, the Former Yugoslav Republic of", + "Madagascar", + "Malawi", + "Malaysia", + "Maldives", + "Mali", + "Malta", + "Marshall Islands", + "Martinique", + "Mauritania", + "Mauritius", + "Mayotte", + "Mexico", + "Micronesia, Federated States of", + "Moldova, Republic of", + "Monaco", + "Mongolia", + "Montenegro", + "Montserrat", + "Morocco", + "Mozambique", + "Myanmar", + "Namibia", + "Nauru", + "Nepal", + "Netherlands", + "New Caledonia", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Niue", + "Norfolk Island", + "Northern Mariana Islands", + "Norway", + "Oman", + "Pakistan", + "Palau", + "Palestine, State of", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Pitcairn", + "Poland", + "Portugal", + "Puerto Rico", + "Qatar", + "Réunion", + "Romania", + "Russian Federation", + "Rwanda", + "Saint Barthélemy", + "Saint Helena, Ascension and Tristan da Cunha", + "Saint Kitts and Nevis", + "Saint Lucia", + "Saint Martin (French part)", + "Saint Pierre and Miquelon", + "Saint Vincent and the Grenadines", + "Samoa", + "San Marino", + "Sao Tome and Principe", + "Saudi Arabia", + "Senegal", + "Serbia", + "Seychelles", + "Sierra Leone", + "Singapore", + "Sint Maarten (Dutch part)", + "Slovakia", + "Slovenia", + "Solomon Islands", + "Somalia", + "South Africa", + "South Georgia and the South Sandwich Islands", + "South Sudan", + "Spain", + "Sri Lanka", + "Sudan", + "Suriname", + "Svalbard and Jan Mayen", + "Swaziland", + "Sweden", + "Switzerland", + "Syrian Arab Republic", + "Taiwan, Province of China", + "Tajikistan", + "Tanzania, United Republic of", + "Thailand", + "Timor-Leste", + "Togo", + "Tokelau", + "Tonga", + "Trinidad and Tobago", + "Tunisia", + "Turkey", + "Turkmenistan", + "Turks and Caicos Islands", + "Tuvalu", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "United States Minor Outlying Islands", + "Uruguay", + "Uzbekistan", + "Vanuatu", + "Venezuela, Bolivarian Republic of", + "Viet Nam", + "Virgin Islands, British", + "Virgin Islands, U.S.", + "Wallis and Futuna", + "Western Sahara", + "Yemen", + "Zambia", + "Zimbabwe" + ], + "title": "Country", + "type": "string" + }, + "denonym": { + "description": "The word used to identify citizens of the country", + "title": "Denonym", + "type": "string" + } + }, + "required": ["country"], + "title": "Nationality", + "type": "object" + }, + "createdAt": 1568104710337, + "defaultRepositoryId": 1, + "expires": 1568361426136, + "id": 11, + "updatedAt": 1568275026261, + "url": "http://platform.selfkey.org/schema/attribute/nationality.json" + }, + "12": { + "content": { + "$id": "http://platform.selfkey.org/schema/attribute/passport.json", + "$schema": "http://platform.selfkey.org/schema/identity-attribute.json", + "description": "Please provide an image of your passport. It must still be valid.", + "identityAttribute": true, + "identityAttributeRepository": "http://platform.selfkey.org/repository.json", + "properties": { + "expires": { + "$id": "http://platform.selfkey.org/schema/misc/expiry-date.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "date", + "title": "Expiry Date", + "type": "string" + }, + "extra": { + "$id": "http://platform.selfkey.org/schema/misc/extra-images.json", + "$schema": "http://json-schema.org/draft-07/schema", + "description": "Please add any extra images that are relevant", + "items": { + "$id": "http://platform.selfkey.org/schema/file/image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "file", + "properties": { + "content": { "type": "string" }, + "mimeType": { + "enum": ["image/jpeg", "image/png", "application/pdf"], + "type": "string" + }, + "size": { "maximum": 50000000, "type": "integer" } + }, + "required": ["mimeType", "size", "content"], + "title": "Image", + "type": "object" + }, + "title": "Extra Images", + "type": "array" + }, + "image": { + "$id": "http://platform.selfkey.org/schema/file/image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "file", + "properties": { + "content": { "type": "string" }, + "mimeType": { + "enum": ["image/jpeg", "image/png", "application/pdf"], + "type": "string" + }, + "size": { "maximum": 50000000, "type": "integer" } + }, + "required": ["mimeType", "size", "content"], + "title": "Image", + "type": "object" + }, + "issued": { + "$id": "http://platform.selfkey.org/schema/misc/issue-date.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "date", + "title": "Issue Date", + "type": "string" + }, + "selfie": { + "$id": "http://platform.selfkey.org/schema/misc/selfie.json", + "$schema": "http://json-schema.org/draft-07/schema", + "description": "Take a selfie, making sure the image is clear, and your face isn't covered by any items, such as glasses.", + "properties": { + "image": { + "$id": "http://platform.selfkey.org/schema/file/image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "file", + "properties": { + "content": { "type": "string" }, + "mimeType": { + "enum": ["image/jpeg", "image/png", "application/pdf"], + "type": "string" + }, + "size": { "maximum": 50000000, "type": "integer" } + }, + "required": ["mimeType", "size", "content"], + "title": "Image", + "type": "object" + } + }, + "required": ["image"], + "title": "Selfie", + "type": "object" + } + }, + "required": ["image", "issued", "expires", "selfie"], + "title": "Passport", + "type": "object" + }, + "createdAt": 1568104710347, + "defaultRepositoryId": 1, + "expires": 1568361426148, + "id": 12, + "updatedAt": 1568275026335, + "url": "http://platform.selfkey.org/schema/attribute/passport.json" + }, + "13": { + "content": { + "$id": "http://platform.selfkey.org/schema/attribute/phone-number.json", + "$schema": "http://platform.selfkey.org/schema/identity-attribute.json", + "description": "Please enter your current phone number.", + "identityAttribute": true, + "identityAttributeRepository": "http://platform.selfkey.org/repository.json", + "pattern": "^[\\+]?[(]?[0-9]{3}[)]?[-\\s\\.]?[0-9]{3}[-\\s\\.]?[0-9]{4,6}$", + "title": "Phone Number", + "type": "string" + }, + "createdAt": 1568104710357, + "defaultRepositoryId": 1, + "expires": 1568361426120, + "id": 13, + "updatedAt": 1568275026211, + "url": "http://platform.selfkey.org/schema/attribute/phone-number.json" + }, + "14": { + "content": { + "$id": "http://platform.selfkey.org/schema/attribute/physical-address.json", + "$schema": "http://platform.selfkey.org/schema/identity-attribute.json", + "description": "Please enter your current home address, including number, street, zip code and city", + "identityAttribute": true, + "identityAttributeRepository": "http://platform.selfkey.org/repository.json", + "properties": { + "address_line_1": { + "description": "Street name, number", + "title": "Physical Address 1", + "type": "string" + }, + "address_line_2": { + "description": "Building, apartment, etc.", + "title": "Physical Address 2", + "type": "string" + } + }, + "required": ["address_line_1"], + "title": "Address", + "type": "object" + }, + "createdAt": 1568104710373, + "defaultRepositoryId": 1, + "expires": 1568361426131, + "id": 14, + "updatedAt": 1568275026236, + "url": "http://platform.selfkey.org/schema/attribute/physical-address.json" + }, + "15": { + "content": { + "$id": "http://platform.selfkey.org/schema/attribute/tax-certificate.json", + "$schema": "http://platform.selfkey.org/schema/identity-attribute.json", + "description": "Please provide a copy of a recent tax certificate. No older than 12 months.", + "identityAttribute": true, + "identityAttributeRepository": "http://platform.selfkey.org/repository.json", + "properties": { + "extra": { + "$id": "http://platform.selfkey.org/schema/misc/extra-images.json", + "$schema": "http://json-schema.org/draft-07/schema", + "description": "Please add any extra images that are relevant", + "items": { + "$id": "http://platform.selfkey.org/schema/file/image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "file", + "properties": { + "content": { "type": "string" }, + "mimeType": { + "enum": ["image/jpeg", "image/png", "application/pdf"], + "type": "string" + }, + "size": { "maximum": 50000000, "type": "integer" } + }, + "required": ["mimeType", "size", "content"], + "title": "Image", + "type": "object" + }, + "title": "Extra Images", + "type": "array" + }, + "image": { + "$id": "http://platform.selfkey.org/schema/file/image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "file", + "properties": { + "content": { "type": "string" }, + "mimeType": { + "enum": ["image/jpeg", "image/png", "application/pdf"], + "type": "string" + }, + "size": { "maximum": 50000000, "type": "integer" } + }, + "required": ["mimeType", "size", "content"], + "title": "Image", + "type": "object" + }, + "issued": { + "$id": "http://platform.selfkey.org/schema/misc/issue-date.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "date", + "title": "Issue Date", + "type": "string" + } + }, + "required": ["image", "issued"], + "title": "Tax Certificate", + "type": "object" + }, + "createdAt": 1568104710387, + "defaultRepositoryId": 1, + "expires": 1568361426149, + "id": 15, + "updatedAt": 1568275026342, + "url": "http://platform.selfkey.org/schema/attribute/tax-certificate.json" + }, + "16": { + "content": { + "$id": "http://platform.selfkey.org/schema/attribute/tax-id-number.json", + "$schema": "http://platform.selfkey.org/schema/identity-attribute.json", + "description": "Please provide your taxpayer identification number.", + "identityAttribute": true, + "identityAttributeRepository": "http://platform.selfkey.org/repository.json", + "title": "Tax ID", + "type": "string" + }, + "createdAt": 1568104710399, + "defaultRepositoryId": 1, + "expires": 1568361426114, + "id": 16, + "updatedAt": 1568275026185, + "url": "http://platform.selfkey.org/schema/attribute/tax-id-number.json" + }, + "17": { + "content": { + "$id": "http://platform.selfkey.org/schema/attribute/utility-bill.json", + "$schema": "http://platform.selfkey.org/schema/identity-attribute.json", + "description": "Please provide an image with a recent utility bill. No older than 3 months.", + "identityAttribute": true, + "identityAttributeRepository": "http://platform.selfkey.org/repository.json", + "properties": { + "extra": { + "$id": "http://platform.selfkey.org/schema/misc/extra-images.json", + "$schema": "http://json-schema.org/draft-07/schema", + "description": "Please add any extra images that are relevant", + "items": { + "$id": "http://platform.selfkey.org/schema/file/image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "file", + "properties": { + "content": { "type": "string" }, + "mimeType": { + "enum": ["image/jpeg", "image/png", "application/pdf"], + "type": "string" + }, + "size": { "maximum": 50000000, "type": "integer" } + }, + "required": ["mimeType", "size", "content"], + "title": "Image", + "type": "object" + }, + "title": "Extra Images", + "type": "array" + }, + "images": { + "$id": "http://platform.selfkey.org/schema/file/multi-image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "items": { + "$id": "http://platform.selfkey.org/schema/file/image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "file", + "properties": { + "content": { "type": "string" }, + "mimeType": { + "enum": ["image/jpeg", "image/png", "application/pdf"], + "type": "string" + }, + "size": { "maximum": 50000000, "type": "integer" } + }, + "required": ["mimeType", "size", "content"], + "title": "Image", + "type": "object" + }, + "title": "Multiple Images", + "type": "array" + }, + "issued": { + "$id": "http://platform.selfkey.org/schema/misc/issue-date.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "date", + "title": "Issue Date", + "type": "string" + } + }, + "required": ["images", "issued"], + "title": "Utility Bill", + "type": "object" + }, + "createdAt": 1568104710412, + "defaultRepositoryId": 1, + "expires": 1568361426570, + "id": 17, + "updatedAt": 1568275027214, + "url": "http://platform.selfkey.org/schema/attribute/utility-bill.json" + }, + "18": { + "content": { + "$id": "http://platform.selfkey.org/schema/attribute/voice-id.json", + "$schema": "http://platform.selfkey.org/schema/identity-attribute.json", + "description": "Please provide a recording with your voice authentication phrase.", + "identityAttribute": true, + "identityAttributeRepository": "http://platform.selfkey.org/repository.json", + "items": { + "$id": "http://platform.selfkey.org/schema/file/audio.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "file", + "properties": { + "content": { "type": "string" }, + "mimeType": { + "enum": [ + "audio/mp3", + "audio/mp4", + "audio/mpeg", + "audio/ogg", + "audio/x-wav" + ], + "type": "string" + }, + "size": { "maximum": 50000000, "type": "integer" } + }, + "required": ["mimeType", "size", "content"], + "title": "Audio", + "type": "object" + }, + "minItems": 1, + "noFill": true, + "title": "Voice ID", + "type": "array" + }, + "createdAt": 1568104710424, + "defaultRepositoryId": 1, + "expires": 1568361426144, + "id": 18, + "updatedAt": 1568275026315, + "url": "http://platform.selfkey.org/schema/attribute/voice-id.json" + }, + "19": { + "content": { + "$id": "http://platform.selfkey.org/schema/attribute/work-place.json", + "$schema": "http://platform.selfkey.org/schema/identity-attribute.json", + "description": "Please specify your current place of work. You can also state if you are un-employed or retired.", + "identityAttribute": true, + "identityAttributeRepository": "http://platform.selfkey.org/repository.json", + "title": "Workplace", + "type": "string" + }, + "createdAt": 1568104710441, + "defaultRepositoryId": 1, + "expires": 1568361426121, + "id": 19, + "updatedAt": 1568275026218, + "url": "http://platform.selfkey.org/schema/attribute/work-place.json" + }, + "20": { + "content": { + "$id": "http://platform.selfkey.org/schema/attribute/btc-address.json", + "$schema": "http://platform.selfkey.org/schema/identity-attribute.json", + "description": "Please enter your Bitcoin Wallet Address.", + "identityAttribute": true, + "identityAttributeRepository": "http://platform.selfkey.org/repository.json", + "pattern": "^[13][a-km-zA-HJ-NP-Z1-9]{25,34}$", + "title": "BTC Wallet Address", + "type": "string" + }, + "createdAt": 1568104710451, + "defaultRepositoryId": 1, + "expires": 1568361426112, + "id": 20, + "updatedAt": 1568275026164, + "url": "http://platform.selfkey.org/schema/attribute/btc-address.json" + }, + "21": { + "content": { + "$id": "http://platform.selfkey.org/schema/attribute/eth-address.json", + "$schema": "http://platform.selfkey.org/schema/identity-attribute.json", + "description": "Please enter your Ethereum Wallet Address", + "identityAttribute": true, + "identityAttributeRepository": "http://platform.selfkey.org/repository.json", + "pattern": "^0x[a-fA-F0-9]{40}$", + "title": "ETH Wallet Address", + "type": "string" + }, + "createdAt": 1568104710462, + "defaultRepositoryId": 1, + "expires": 1568361426116, + "id": 21, + "updatedAt": 1568275026196, + "url": "http://platform.selfkey.org/schema/attribute/eth-address.json" + }, + "22": { + "content": { + "$id": "http://platform.selfkey.org/schema/attribute/dash-address.json", + "$schema": "http://platform.selfkey.org/schema/identity-attribute.json", + "description": "Please enter your Dash Wallet Address.", + "identityAttribute": true, + "identityAttributeRepository": "http://platform.selfkey.org/repository.json", + "pattern": "^X[1-9A-HJ-NP-Za-km-z]{33}", + "title": "Dash Wallet Address", + "type": "string" + }, + "createdAt": 1568104710470, + "defaultRepositoryId": 1, + "expires": 1568361426129, + "id": 22, + "updatedAt": 1568275026228, + "url": "http://platform.selfkey.org/schema/attribute/dash-address.json" + }, + "23": { + "content": { + "$id": "http://platform.selfkey.org/schema/attribute/certificate-of-incorporation.json", + "$schema": "http://platform.selfkey.org/schema/identity-attribute.json", + "description": "Please provide a copy of your company's certificate of incorporation.", + "identityAttribute": true, + "identityAttributeRepository": "http://platform.selfkey.org/repository.json", + "properties": { + "extra": { + "$id": "http://platform.selfkey.org/schema/misc/extra-images.json", + "$schema": "http://json-schema.org/draft-07/schema", + "description": "Please add any extra images that are relevant", + "items": { + "$id": "http://platform.selfkey.org/schema/file/image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "file", + "properties": { + "content": { "type": "string" }, + "mimeType": { + "enum": ["image/jpeg", "image/png", "application/pdf"], + "type": "string" + }, + "size": { "maximum": 50000000, "type": "integer" } + }, + "required": ["mimeType", "size", "content"], + "title": "Image", + "type": "object" + }, + "title": "Extra Images", + "type": "array" + }, + "image": { + "$id": "http://platform.selfkey.org/schema/file/image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "file", + "properties": { + "content": { "type": "string" }, + "mimeType": { + "enum": ["image/jpeg", "image/png", "application/pdf"], + "type": "string" + }, + "size": { "maximum": 50000000, "type": "integer" } + }, + "required": ["mimeType", "size", "content"], + "title": "Image", + "type": "object" + }, + "issued": { + "$id": "http://platform.selfkey.org/schema/misc/issue-date.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "date", + "title": "Issue Date", + "type": "string" + } + }, + "required": ["image", "issued"], + "title": "Certificate of Incorporation", + "type": "object" + }, + "createdAt": 1568104710482, + "defaultRepositoryId": 1, + "expires": 1568361426139, + "id": 23, + "updatedAt": 1568275026287, + "url": "http://platform.selfkey.org/schema/attribute/certificate-of-incorporation.json" + }, + "24": { + "content": { + "$id": "http://platform.selfkey.org/schema/attribute/registration-certificate.json", + "$schema": "http://platform.selfkey.org/schema/identity-attribute.json", + "description": "Please provide a copy of your company's registration certificate.", + "identityAttribute": true, + "identityAttributeRepository": "http://platform.selfkey.org/repository.json", + "properties": { + "company_name": { "title": "Company Name", "type": "string" }, + "extra": { + "$id": "http://platform.selfkey.org/schema/misc/extra-images.json", + "$schema": "http://json-schema.org/draft-07/schema", + "description": "Please add any extra images that are relevant", + "items": { + "$id": "http://platform.selfkey.org/schema/file/image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "file", + "properties": { + "content": { "type": "string" }, + "mimeType": { + "enum": ["image/jpeg", "image/png", "application/pdf"], + "type": "string" + }, + "size": { "maximum": 50000000, "type": "integer" } + }, + "required": ["mimeType", "size", "content"], + "title": "Image", + "type": "object" + }, + "title": "Extra Images", + "type": "array" + }, + "image": { + "$id": "http://platform.selfkey.org/schema/file/image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "file", + "properties": { + "content": { "type": "string" }, + "mimeType": { + "enum": ["image/jpeg", "image/png", "application/pdf"], + "type": "string" + }, + "size": { "maximum": 50000000, "type": "integer" } + }, + "required": ["mimeType", "size", "content"], + "title": "Image", + "type": "object" + }, + "issued": { + "$id": "http://platform.selfkey.org/schema/misc/issue-date.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "date", + "title": "Issue Date", + "type": "string" + }, + "registration_number": { "title": "Registration Number", "type": "integer" } + }, + "required": ["image", "company_name", "registration_number", "issued"], + "title": "Registration Certificate", + "type": "object" + }, + "createdAt": 1568104710494, + "defaultRepositoryId": 1, + "expires": 1568361426147, + "id": 24, + "updatedAt": 1568275026329, + "url": "http://platform.selfkey.org/schema/attribute/registration-certificate.json" + }, + "25": { + "content": { + "$id": "http://platform.selfkey.org/schema/attribute/external-document.json", + "$schema": "http://platform.selfkey.org/schema/identity-attribute.json", + "description": "Please provide any external documents requested.", + "identityAttribute": true, + "identityAttributeRepository": "http://platform.selfkey.org/repository.json", + "items": { + "$id": "http://platform.selfkey.org/schema/file/image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "file", + "properties": { + "content": { "type": "string" }, + "mimeType": { + "enum": ["image/jpeg", "image/png", "application/pdf"], + "type": "string" + }, + "size": { "maximum": 50000000, "type": "integer" } + }, + "required": ["mimeType", "size", "content"], + "title": "Image", + "type": "object" + }, + "minItems": 1, + "noFill": true, + "title": "External Document", + "type": "array" + }, + "createdAt": 1568104710503, + "defaultRepositoryId": 1, + "expires": 1568361426140, + "id": 25, + "updatedAt": 1568275026294, + "url": "http://platform.selfkey.org/schema/attribute/external-document.json" + }, + "26": { + "content": { + "$id": "http://platform.selfkey.org/schema/attribute/company-name.json", + "$schema": "http://platform.selfkey.org/schema/identity-attribute.json", + "description": "Please provide the name of your company, as it appears in official documents.", + "identityAttribute": true, + "identityAttributeRepository": "http://platform.selfkey.org/repository.json", + "title": "Company Name", + "type": "string" + }, + "createdAt": 1568104710519, + "defaultRepositoryId": 1, + "expires": 1568361426132, + "id": 26, + "updatedAt": 1568275026244, + "url": "http://platform.selfkey.org/schema/attribute/company-name.json" + }, + "27": { + "content": { + "$id": "http://platform.selfkey.org/schema/attribute/birth-certificate.json", + "$schema": "http://platform.selfkey.org/schema/identity-attribute.json", + "description": "Please provide an image of your birth certificate.", + "identityAttribute": true, + "identityAttributeRepository": "http://platform.selfkey.org/repository.json", + "properties": { + "extra": { + "$id": "http://platform.selfkey.org/schema/misc/extra-images.json", + "$schema": "http://json-schema.org/draft-07/schema", + "description": "Please add any extra images that are relevant", + "items": { + "$id": "http://platform.selfkey.org/schema/file/image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "file", + "properties": { + "content": { "type": "string" }, + "mimeType": { + "enum": ["image/jpeg", "image/png", "application/pdf"], + "type": "string" + }, + "size": { "maximum": 50000000, "type": "integer" } + }, + "required": ["mimeType", "size", "content"], + "title": "Image", + "type": "object" + }, + "title": "Extra Images", + "type": "array" + }, + "images": { + "$id": "http://platform.selfkey.org/schema/file/multi-image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "items": { + "$id": "http://platform.selfkey.org/schema/file/image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "file", + "properties": { + "content": { "type": "string" }, + "mimeType": { + "enum": ["image/jpeg", "image/png", "application/pdf"], + "type": "string" + }, + "size": { "maximum": 50000000, "type": "integer" } + }, + "required": ["mimeType", "size", "content"], + "title": "Image", + "type": "object" + }, + "title": "Multiple Images", + "type": "array" + } + }, + "required": ["images"], + "title": "Birth Certificate", + "type": "object" + }, + "createdAt": 1568104710533, + "defaultRepositoryId": 1, + "expires": 1568361426563, + "id": 27, + "updatedAt": 1568275027161, + "url": "http://platform.selfkey.org/schema/attribute/birth-certificate.json" + }, + "28": { + "content": { + "$id": "http://platform.selfkey.org/schema/attribute/member-register.json", + "$schema": "http://platform.selfkey.org/schema/identity-attribute.json", + "description": "Please provide a copy of your members register.", + "identityAttribute": true, + "identityAttributeRepository": "http://platform.selfkey.org/repository.json", + "properties": { + "extra": { + "$id": "http://platform.selfkey.org/schema/misc/extra-images.json", + "$schema": "http://json-schema.org/draft-07/schema", + "description": "Please add any extra images that are relevant", + "items": { + "$id": "http://platform.selfkey.org/schema/file/image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "file", + "properties": { + "content": { "type": "string" }, + "mimeType": { + "enum": ["image/jpeg", "image/png", "application/pdf"], + "type": "string" + }, + "size": { "maximum": 50000000, "type": "integer" } + }, + "required": ["mimeType", "size", "content"], + "title": "Image", + "type": "object" + }, + "title": "Extra Images", + "type": "array" + }, + "images": { + "$id": "http://platform.selfkey.org/schema/file/multi-image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "items": { + "$id": "http://platform.selfkey.org/schema/file/image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "file", + "properties": { + "content": { "type": "string" }, + "mimeType": { + "enum": ["image/jpeg", "image/png", "application/pdf"], + "type": "string" + }, + "size": { "maximum": 50000000, "type": "integer" } + }, + "required": ["mimeType", "size", "content"], + "title": "Image", + "type": "object" + }, + "title": "Multiple Images", + "type": "array" + }, + "issued": { + "$id": "http://platform.selfkey.org/schema/misc/issue-date.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "date", + "title": "Issue Date", + "type": "string" + }, + "members": { + "items": { + "properties": { + "name": { "title": "Full Name", "type": "string" }, + "position": { + "description": "Position in the company.", + "title": "Position", + "type": "string" + } + }, + "required": ["name", "position"], + "type": "object" + }, + "title": "Members", + "type": "array" + } + }, + "required": ["images", "issued", "members"], + "title": "Member Register", + "type": "object" + }, + "createdAt": 1568104710544, + "defaultRepositoryId": 1, + "expires": 1568361426557, + "id": 28, + "updatedAt": 1568275027110, + "url": "http://platform.selfkey.org/schema/attribute/member-register.json" + }, + "29": { + "content": { + "$id": "http://platform.selfkey.org/schema/attribute/cv.json", + "$schema": "http://platform.selfkey.org/schema/identity-attribute.json", + "description": "Please provide a detailed copy of your CV", + "identityAttribute": true, + "identityAttributeRepository": "http://platform.selfkey.org/repository.json", + "items": { + "$id": "http://platform.selfkey.org/schema/file/image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "file", + "properties": { + "content": { "type": "string" }, + "mimeType": { + "enum": ["image/jpeg", "image/png", "application/pdf"], + "type": "string" + }, + "size": { "maximum": 50000000, "type": "integer" } + }, + "required": ["mimeType", "size", "content"], + "title": "Image", + "type": "object" + }, + "minItems": 1, + "noFill": true, + "title": "CV (Resume)", + "type": "array" + }, + "createdAt": 1568104710553, + "defaultRepositoryId": 1, + "expires": 1568361426141, + "id": 29, + "updatedAt": 1568275026301, + "url": "http://platform.selfkey.org/schema/attribute/cv.json" + }, + "30": { + "content": { + "$id": "http://platform.selfkey.org/schema/attribute/professional-reference-letter.json", + "$schema": "http://platform.selfkey.org/schema/identity-attribute.json", + "description": "Please provide a copy of a recommendation letter your received.", + "identityAttribute": true, + "identityAttributeRepository": "http://platform.selfkey.org/repository.json", + "items": { + "$id": "http://platform.selfkey.org/schema/file/image.json", + "$schema": "http://json-schema.org/draft-07/schema", + "format": "file", + "properties": { + "content": { "type": "string" }, + "mimeType": { + "enum": ["image/jpeg", "image/png", "application/pdf"], + "type": "string" + }, + "size": { "maximum": 50000000, "type": "integer" } + }, + "required": ["mimeType", "size", "content"], + "title": "Image", + "type": "object" + }, + "minItems": 1, + "noFill": true, + "title": "Professional Reference Letter", + "type": "array" + }, + "createdAt": 1568104710562, + "defaultRepositoryId": 1, + "expires": 1568361426142, + "id": 30, + "updatedAt": 1568275026308, + "url": "http://platform.selfkey.org/schema/attribute/professional-reference-letter.json" + } + }, + "uiSchemas": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30 + ], + "uiSchemasById": { + "1": { + "attributeTypeId": 1, + "content": { + "extra": { "ui:hidden": true }, + "images": { "ui:label": false }, + "ui:order": ["images", "issued", "extra"] + }, + "createdAt": 1568104710221, + "expires": 1568361442312, + "id": 1, + "repositoryId": 1, + "updatedAt": 1568275042444, + "url": "http://platform.selfkey.org/schema/ui/bank-statement.json" + }, + "2": { + "attributeTypeId": 2, + "content": {}, + "createdAt": 1568104710243, + "expires": 1568361442310, + "id": 2, + "repositoryId": 1, + "updatedAt": 1568275042405, + "url": "http://platform.selfkey.org/schema/ui/date-of-birth.json" + }, + "3": { + "attributeTypeId": 3, + "content": { "country": { "ui:label": false } }, + "createdAt": 1568104710255, + "expires": 1568361442319, + "id": 3, + "repositoryId": 1, + "updatedAt": 1568275042504, + "url": "http://platform.selfkey.org/schema/ui/country-of-residency.json" + }, + "4": { + "attributeTypeId": 4, + "content": { + "extra": { "ui:hidden": true }, + "selfie": { "image": { "ui:label": false } }, + "ui:order": ["front", "back", "expires", "selfie", "extra"] + }, + "createdAt": 1568104710266, + "expires": 1568361442320, + "id": 4, + "repositoryId": 1, + "updatedAt": 1568275042544, + "url": "http://platform.selfkey.org/schema/ui/drivers-license.json" + }, + "5": { + "attributeTypeId": 5, + "content": {}, + "createdAt": 1568104710277, + "expires": 1568361442320, + "id": 5, + "repositoryId": 1, + "updatedAt": 1568275042533, + "url": "http://platform.selfkey.org/schema/ui/email.json" + }, + "6": { + "attributeTypeId": 6, + "content": { + "extra": { "ui:hidden": true }, + "images": { "ui:label": false }, + "ui:order": ["images", "extra"] + }, + "createdAt": 1568104710288, + "expires": 1568361442318, + "id": 6, + "repositoryId": 1, + "updatedAt": 1568275042488, + "url": "http://platform.selfkey.org/schema/ui/fingerprint.json" + }, + "7": { + "attributeTypeId": 7, + "content": {}, + "createdAt": 1568104710298, + "expires": 1568361442311, + "id": 7, + "repositoryId": 1, + "updatedAt": 1568275042431, + "url": "http://platform.selfkey.org/schema/ui/first-name.json" + }, + "8": { + "attributeTypeId": 8, + "content": {}, + "createdAt": 1568104710308, + "expires": 1568361442370, + "id": 8, + "repositoryId": 1, + "updatedAt": 1568275043777, + "url": "http://platform.selfkey.org/schema/ui/last-name.json" + }, + "9": { + "attributeTypeId": 9, + "content": {}, + "createdAt": 1568104710319, + "expires": 1568361442319, + "id": 9, + "repositoryId": 1, + "updatedAt": 1568275042520, + "url": "http://platform.selfkey.org/schema/ui/middle-name.json" + }, + "10": { + "attributeTypeId": 10, + "content": { + "country": { "ui:label": false }, + "extra": { "ui:hidden": true }, + "selfie": { "image": { "ui:label": false } }, + "ui:order": ["front", "back", "issued", "expires", "selfie", "extra"] + }, + "createdAt": 1568104710332, + "expires": 1568361442323, + "id": 10, + "repositoryId": 1, + "updatedAt": 1568275042553, + "url": "http://platform.selfkey.org/schema/ui/national-id.json" + }, + "11": { + "attributeTypeId": 11, + "content": { "ui:order": ["country", "denonym"] }, + "createdAt": 1568104710343, + "expires": 1568361442325, + "id": 11, + "repositoryId": 1, + "updatedAt": 1568275042600, + "url": "http://platform.selfkey.org/schema/ui/nationality.json" + }, + "12": { + "attributeTypeId": 12, + "content": { + "extra": { "ui:hidden": true }, + "image": { "ui:label": false }, + "selfie": { "image": { "ui:label": false } }, + "ui:order": ["image", "issued", "expires", "selfie", "extra"] + }, + "createdAt": 1568104710353, + "expires": 1568361442324, + "id": 12, + "repositoryId": 1, + "updatedAt": 1568275042579, + "url": "http://platform.selfkey.org/schema/ui/passport.json" + }, + "13": { + "attributeTypeId": 13, + "content": {}, + "createdAt": 1568104710367, + "expires": 1568361442313, + "id": 13, + "repositoryId": 1, + "updatedAt": 1568275042454, + "url": "http://platform.selfkey.org/schema/ui/phone-number.json" + }, + "14": { + "attributeTypeId": 14, + "content": { "ui:order": ["address_line_1", "address_line_2"] }, + "createdAt": 1568104710381, + "expires": 1568361442327, + "id": 14, + "repositoryId": 1, + "updatedAt": 1568275042616, + "url": "http://platform.selfkey.org/schema/ui/physical-address.json" + }, + "15": { + "attributeTypeId": 15, + "content": { + "extra": { "ui:hidden": true }, + "image": { "ui:label": false }, + "ui:order": ["image", "issued", "extra"] + }, + "createdAt": 1568104710395, + "expires": 1568361442362, + "id": 15, + "repositoryId": 1, + "updatedAt": 1568275042709, + "url": "http://platform.selfkey.org/schema/ui/tax-certificate.json" + }, + "16": { + "attributeTypeId": 16, + "content": {}, + "createdAt": 1568104710406, + "expires": 1568361442317, + "id": 16, + "repositoryId": 1, + "updatedAt": 1568275042465, + "url": "http://platform.selfkey.org/schema/ui/tax-id-number.json" + }, + "17": { + "attributeTypeId": 17, + "content": { + "extra": { "ui:hidden": true }, + "images": { "ui:label": false }, + "ui:order": ["images", "issued", "extra"] + }, + "createdAt": 1568104710418, + "expires": 1568361442369, + "id": 17, + "repositoryId": 1, + "updatedAt": 1568275043757, + "url": "http://platform.selfkey.org/schema/ui/utility-bill.json" + }, + "18": { + "attributeTypeId": 18, + "content": {}, + "createdAt": 1568104710435, + "expires": 1568361442375, + "id": 18, + "repositoryId": 1, + "updatedAt": 1568275043797, + "url": "http://platform.selfkey.org/schema/ui/voice-id.json" + }, + "19": { + "attributeTypeId": 19, + "content": {}, + "createdAt": 1568104710447, + "expires": 1568361442356, + "id": 19, + "repositoryId": 1, + "updatedAt": 1568275042665, + "url": "http://platform.selfkey.org/schema/ui/work-place.json" + }, + "20": { + "attributeTypeId": 20, + "content": {}, + "createdAt": 1568104710458, + "expires": 1568361442326, + "id": 20, + "repositoryId": 1, + "updatedAt": 1568275042628, + "url": "http://platform.selfkey.org/schema/ui/btc-address.json" + }, + "21": { + "attributeTypeId": 21, + "content": {}, + "createdAt": 1568104710467, + "expires": 1568361442361, + "id": 21, + "repositoryId": 1, + "updatedAt": 1568275042699, + "url": "http://platform.selfkey.org/schema/ui/eth-address.json" + }, + "22": { + "attributeTypeId": 22, + "content": {}, + "createdAt": 1568104710477, + "expires": 1568361442326, + "id": 22, + "repositoryId": 1, + "updatedAt": 1568275042638, + "url": "http://platform.selfkey.org/schema/ui/dash-address.json" + }, + "23": { + "attributeTypeId": 23, + "content": { + "extra": { "ui:hidden": true }, + "image": { "ui:label": false }, + "ui:order": ["image", "issued", "extra"] + }, + "createdAt": 1568104710490, + "expires": 1568361442366, + "id": 23, + "repositoryId": 1, + "updatedAt": 1568275043677, + "url": "http://platform.selfkey.org/schema/ui/certificate-of-incorporation.json" + }, + "24": { + "attributeTypeId": 24, + "content": { + "extra": { "ui:hidden": true }, + "image": { "ui:label": false }, + "ui:order": ["image", "company_name", "registration_number", "issued", "extra"] + }, + "createdAt": 1568104710499, + "expires": 1568361442360, + "id": 24, + "repositoryId": 1, + "updatedAt": 1568275042693, + "url": "http://platform.selfkey.org/schema/ui/registration-certificate.json" + }, + "25": { + "attributeTypeId": 25, + "content": {}, + "createdAt": 1568104710513, + "expires": 1568361442328, + "id": 25, + "repositoryId": 1, + "updatedAt": 1568275042646, + "url": "http://platform.selfkey.org/schema/ui/external-document.json" + }, + "26": { + "attributeTypeId": 26, + "content": {}, + "createdAt": 1568104710529, + "expires": 1568361442358, + "id": 26, + "repositoryId": 1, + "updatedAt": 1568275042684, + "url": "http://platform.selfkey.org/schema/ui/company-name.json" + }, + "27": { + "attributeTypeId": 27, + "content": { + "extra": { "ui:hidden": true }, + "images": { "ui:label": false }, + "ui:order": ["images", "extra"] + }, + "createdAt": 1568104710540, + "expires": 1568361442357, + "id": 27, + "repositoryId": 1, + "updatedAt": 1568275042676, + "url": "http://platform.selfkey.org/schema/ui/birth-certificate.json" + }, + "28": { + "attributeTypeId": 28, + "content": { + "extra": { "ui:hidden": true }, + "members": { "items": { "ui:order": ["name", "position"] } }, + "ui:order": ["images", "issued", "members", "extra"] + }, + "createdAt": 1568104710549, + "expires": 1568361442326, + "id": 28, + "repositoryId": 1, + "updatedAt": 1568275042657, + "url": "http://platform.selfkey.org/schema/ui/member-register.json" + }, + "29": { + "attributeTypeId": 29, + "content": {}, + "createdAt": 1568104710558, + "expires": 1568361442368, + "id": 29, + "repositoryId": 1, + "updatedAt": 1568275043709, + "url": "http://platform.selfkey.org/schema/ui/cv.json" + }, + "30": { + "attributeTypeId": 30, + "content": {}, + "createdAt": 1568104710568, + "expires": 1568361442371, + "id": 30, + "repositoryId": 1, + "updatedAt": 1568275043786, + "url": "http://platform.selfkey.org/schema/ui/professional-reference-letter.json" + } + }, + "documents": [], + "documentsById": {}, + "attributes": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], + "attributesById": { + "1": { + "createdAt": 1568104788049, + "data": { "value": "test1" }, + "id": 1, + "identityId": 1, + "name": "First Name", + "typeId": 7, + "updatedAt": 1568104788080 + }, + "2": { + "createdAt": 1568104788102, + "data": { "value": "test2" }, + "id": 2, + "identityId": 1, + "name": "Last Name", + "typeId": 8, + "updatedAt": 1568104788118 + }, + "3": { + "createdAt": 1568104788136, + "data": { "value": "testYo2@test.com" }, + "id": 3, + "identityId": 1, + "name": "Email", + "typeId": 5, + "updatedAt": 1568104788149 + }, + "4": { + "createdAt": 1568105817568, + "data": { + "value": { + "expires": "2019-09-04", + "image": "$document-1", + "issued": "2019-09-01", + "selfie": { "image": "$document-2" } + } + }, + "id": 4, + "identityId": 1, + "name": "passport copy", + "typeId": 12, + "updatedAt": 1568105817840 + }, + "5": { + "createdAt": 1568105836235, + "data": { "value": { "images": ["$document-3"], "issued": "2019-09-01" } }, + "id": 5, + "identityId": 1, + "name": "Electricity ", + "typeId": 17, + "updatedAt": 1568105836403 + }, + "6": { + "createdAt": 1568105864331, + "data": { "value": { "images": ["$document-4"], "issued": "2019-09-01" } }, + "id": 6, + "identityId": 1, + "name": "Bank statemenmt", + "typeId": 1, + "updatedAt": 1568105864482 + }, + "7": { + "createdAt": 1568105875907, + "data": { "value": ["$document-5"] }, + "id": 7, + "identityId": 1, + "name": "resume", + "typeId": 29, + "updatedAt": 1568105876044 + }, + "8": { + "createdAt": 1568105893450, + "data": { "value": ["$document-6"] }, + "id": 8, + "identityId": 1, + "name": "profressions refference", + "typeId": 30, + "updatedAt": 1568105893589 + }, + "9": { + "createdAt": 1568108286821, + "data": { "value": { "address_line_1": "test1", "address_line_2": "test2" } }, + "id": 9, + "identityId": 1, + "name": "Address", + "typeId": 14, + "updatedAt": 1568108286848 + }, + "10": { + "createdAt": 1568108304946, + "data": { "value": "2019-09-01" }, + "id": 10, + "identityId": 1, + "name": "BD", + "typeId": 2, + "updatedAt": 1568108304961 + } + }, + "countries": [], + "identities": [1], + "identitiesById": { + "1": { + "createdAt": 1568104735039, + "did": "0xcce6f39e2b501b872acfb9627c689b5a773df8df9aa15cd1445bb2f080d56aa4", + "id": 1, + "isSetupFinished": true, + "name": null, + "parentId": null, + "profilePicture": null, + "rootIdentity": true, + "type": "individual", + "updatedAt": 1568105528582, + "walletId": 1 + } + }, + "currentIdentity": 1 + }, + "createWallet": { "password": "", "fileDownloaded": false }, + "transactionHistory": { + "transactions": [ + { + "blockHash": "0x43fbb163109fded612d76fea6423fa46734eeb70c921a4565e45039ec88df76d", + "blockNumber": 6363133, + "confirmations": 8179, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105912584, + "cumulativeGasUsed": 95626, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 450000, + "gasPrice": 20000000000, + "gasUsed": 37872, + "hash": "0xd84f8b0637012fa96153916525c5d950358f2f785c456eeba869aa9f72001307", + "id": 312, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 587, + "timeStamp": 1568105913000, + "to": "0x23d233933c86f93b74705cf0d236b39f474249f8", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 2, + "txReceiptStatus": 1, + "updatedAt": 1568221714954, + "value": 161.9799619269125 + }, + { + "blockHash": "0x37ef425ea43f321e738341d0a67c35e3452fc2b948ff6a993084443fc70d9c4e", + "blockNumber": 6363066, + "confirmations": 8246, + "contractAddress": "0x27332286a2ceae458b82a1235f7e2a3aa8945cab", + "createdAt": 1568105694275, + "cumulativeGasUsed": 94343, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 103777, + "gasPrice": 1521643952, + "gasUsed": 94343, + "hash": "0xa4abe179528f3fcfdbe24662d1007bb56e6c7098235f5c6c321da79d8e7c31d9", + "id": 311, + "input": "0x945ffb0e0000000000000000000000000000000000000000000000000000000000000000", + "isError": 0, + "networkId": 3, + "nonce": 586, + "timeStamp": 1568105510000, + "to": "0x27332286a2ceae458b82a1235f7e2a3aa8945cab", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 0, + "txReceiptStatus": 0, + "updatedAt": 1568221716812, + "value": 0 + }, + { + "blockHash": "0xb16cc6b5f84b82d9f7633c642aa5348512ce26f17b0af4865c21a8b85f415909", + "blockNumber": 6362607, + "confirmations": 8705, + "contractAddress": "0x27332286a2ceae458b82a1235f7e2a3aa8945cab", + "createdAt": 1568104738810, + "cumulativeGasUsed": 6254883, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 103777, + "gasPrice": 1000000000, + "gasUsed": 94343, + "hash": "0xac2c20fbaf1bba9b07825ed252d0e163079319c745daaa2e7e1504cdeeb39497", + "id": 1, + "input": "0x945ffb0e0000000000000000000000000000000000000000000000000000000000000000", + "isError": 0, + "networkId": 3, + "nonce": 585, + "timeStamp": 1568102898000, + "to": "0x27332286a2ceae458b82a1235f7e2a3aa8945cab", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 34, + "txReceiptStatus": 0, + "updatedAt": 1568221718184, + "value": 0 + }, + { + "blockHash": "0x5bde660fec1c34585da306ae3eb91608a1af2ab71ee9c2d6e23293bb6aff5c67", + "blockNumber": 6357706, + "confirmations": 13606, + "contractAddress": "0x27332286a2ceae458b82a1235f7e2a3aa8945cab", + "createdAt": 1568104741608, + "cumulativeGasUsed": 2305337, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 103777, + "gasPrice": 1999365238, + "gasUsed": 94343, + "hash": "0x3fd6417aac5701ce22477206179b5392149955ee3b328cf5a017c8b625661831", + "id": 2, + "input": "0x945ffb0e0000000000000000000000000000000000000000000000000000000000000000", + "isError": 0, + "networkId": 3, + "nonce": 584, + "timeStamp": 1568031978000, + "to": "0x27332286a2ceae458b82a1235f7e2a3aa8945cab", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 11, + "txReceiptStatus": 0, + "updatedAt": 1568221719727, + "value": 0 + }, + { + "blockHash": "0xbb305bdd570a9be8054d9e64449442f32c26cc68c83695d442d79a41dd4efa8b", + "blockNumber": 6357401, + "confirmations": 13911, + "contractAddress": "0x27332286a2ceae458b82a1235f7e2a3aa8945cab", + "createdAt": 1568104744304, + "cumulativeGasUsed": 7578509, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 103777, + "gasPrice": 1783208329, + "gasUsed": 94343, + "hash": "0xcd355f933d6e1375d04196bc7959b2861aa00715148e76ef26d76e5b158b1a2c", + "id": 3, + "input": "0x945ffb0e0000000000000000000000000000000000000000000000000000000000000000", + "isError": 0, + "networkId": 3, + "nonce": 583, + "timeStamp": 1568027739000, + "to": "0x27332286a2ceae458b82a1235f7e2a3aa8945cab", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 39, + "txReceiptStatus": 0, + "updatedAt": 1568221721295, + "value": 0 + }, + { + "blockHash": "0xf71bf90caea331106476f8cf4a449a86458df6d0cbfc4c0df7da38b1ed0f05a8", + "blockNumber": 6357382, + "confirmations": 13930, + "contractAddress": "0x27332286a2ceae458b82a1235f7e2a3aa8945cab", + "createdAt": 1568104746202, + "cumulativeGasUsed": 7339323, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 103777, + "gasPrice": 1783208329, + "gasUsed": 94343, + "hash": "0xa64a178b6028475ad1e71f4e0780eb7cc792cbf7a79321919f537cecffe25466", + "id": 4, + "input": "0x945ffb0e0000000000000000000000000000000000000000000000000000000000000000", + "isError": 0, + "networkId": 3, + "nonce": 582, + "timeStamp": 1568027506000, + "to": "0x27332286a2ceae458b82a1235f7e2a3aa8945cab", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 18, + "txReceiptStatus": 0, + "updatedAt": 1568221741732, + "value": 0 + }, + { + "blockHash": "0x4bbc3823211fe0f83b58176e9c45bed00bd012d0058e6907691e670473a4c282", + "blockNumber": 6357299, + "confirmations": 14013, + "contractAddress": "0x27332286a2ceae458b82a1235f7e2a3aa8945cab", + "createdAt": 1568104749665, + "cumulativeGasUsed": 5262555, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 103777, + "gasPrice": 1921650160, + "gasUsed": 94343, + "hash": "0x16298ad1884d0b28619e7805bfc9aef00a15d0f2c9b9725613339e02347404c5", + "id": 5, + "input": "0x945ffb0e0000000000000000000000000000000000000000000000000000000000000000", + "isError": 0, + "networkId": 3, + "nonce": 581, + "timeStamp": 1568026349000, + "to": "0x27332286a2ceae458b82a1235f7e2a3aa8945cab", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 29, + "txReceiptStatus": 0, + "updatedAt": 1568221744685, + "value": 0 + }, + { + "blockHash": "0x3192615b3d4e5dce5dcca68bd83ac6a0db810ec2a486ae59051804811e279c95", + "blockNumber": 6044987, + "confirmations": 326325, + "contractAddress": "0x27332286a2ceae458b82a1235f7e2a3aa8945cab", + "createdAt": 1568104751164, + "cumulativeGasUsed": 5636388, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 103777, + "gasPrice": 1000000000, + "gasUsed": 94343, + "hash": "0xaa1e3003fc5437bded890f4d3c4b97c320a474f5f0f674ff134e786db149cae9", + "id": 6, + "input": "0x945ffb0e0000000000000000000000000000000000000000000000000000000000000000", + "isError": 0, + "networkId": 3, + "nonce": 580, + "timeStamp": 1563875511000, + "to": "0x27332286a2ceae458b82a1235f7e2a3aa8945cab", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 17, + "txReceiptStatus": 0, + "updatedAt": 1568221746199, + "value": 0 + }, + { + "blockHash": "0xed62beda1ce96bbb5f9077120f917108307384d6966e86bc0062d02e468fac13", + "blockNumber": 6044963, + "confirmations": 326349, + "contractAddress": "0x27332286a2ceae458b82a1235f7e2a3aa8945cab", + "createdAt": 1568104752851, + "cumulativeGasUsed": 5374292, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 103777, + "gasPrice": 1000000000, + "gasUsed": 94343, + "hash": "0x0dbf1017104ac8bc5f608528b3077f7505644fa206bf68e9423b5e2272fb94ba", + "id": 7, + "input": "0x945ffb0e0000000000000000000000000000000000000000000000000000000000000000", + "isError": 0, + "networkId": 3, + "nonce": 579, + "timeStamp": 1563875102000, + "to": "0x27332286a2ceae458b82a1235f7e2a3aa8945cab", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 23, + "txReceiptStatus": 0, + "updatedAt": 1568221747776, + "value": 0 + }, + { + "blockHash": "0x25ac84ed3defd002e979dde8220b11c67b5d12b8a24d53476514cf50aac8d4dc", + "blockNumber": 6000571, + "confirmations": 370741, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104753212, + "cumulativeGasUsed": 392119, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 450000, + "gasPrice": 20000000000, + "gasUsed": 37872, + "hash": "0x448d7a054870953883d7c3aa778017b608dea2969fdbe7e93b9810d7f069d305", + "id": 8, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 578, + "timeStamp": 1563296663000, + "to": "0x23d233933c86f93b74705cf0d236b39f474249f8", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 4, + "txReceiptStatus": 1, + "updatedAt": 1568221747973, + "value": 119.38917357279405 + }, + { + "blockHash": "0xc319ca4f7ceaa5582ee5fd1c183470d6b7d246f47b72364396a10261a3c19826", + "blockNumber": 5994322, + "confirmations": 376990, + "contractAddress": "0x27332286a2ceae458b82a1235f7e2a3aa8945cab", + "createdAt": 1568104754709, + "cumulativeGasUsed": 6506340, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 103777, + "gasPrice": 1000000000, + "gasUsed": 94343, + "hash": "0x7dba0a73da24dbba35b70ffae5d85b78e460d6b6badb930abe584a760ecab854", + "id": 9, + "input": "0x945ffb0e0000000000000000000000000000000000000000000000000000000000000000", + "isError": 0, + "networkId": 3, + "nonce": 577, + "timeStamp": 1563215786000, + "to": "0x27332286a2ceae458b82a1235f7e2a3aa8945cab", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 31, + "txReceiptStatus": 0, + "updatedAt": 1568221749379, + "value": 0 + }, + { + "blockHash": "0xe75393e298da1ef0bf6ad30d647f5f9a5e7fdbeccead9aee8fdbaca50fe4280b", + "blockNumber": 5994281, + "confirmations": 377031, + "contractAddress": "0x27332286a2ceae458b82a1235f7e2a3aa8945cab", + "createdAt": 1568104756239, + "cumulativeGasUsed": 7194104, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 103777, + "gasPrice": 10000000000, + "gasUsed": 94343, + "hash": "0x1c2d871076b1ee022372a89ee954eb463083a4024d2cbbf73832fd68aa442679", + "id": 10, + "input": "0x945ffb0e0000000000000000000000000000000000000000000000000000000000000000", + "isError": 0, + "networkId": 3, + "nonce": 576, + "timeStamp": 1563215376000, + "to": "0x27332286a2ceae458b82a1235f7e2a3aa8945cab", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 57, + "txReceiptStatus": 0, + "updatedAt": 1568221750873, + "value": 0 + }, + { + "blockHash": "0x52422e083cb04e9f7569cf9ca549be596554c1b16f3b7177190cbbb3e2f41ccd", + "blockNumber": 5994100, + "confirmations": 377212, + "contractAddress": "0x27332286a2ceae458b82a1235f7e2a3aa8945cab", + "createdAt": 1568104757744, + "cumulativeGasUsed": 6079011, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 103777, + "gasPrice": 4000000000, + "gasUsed": 94343, + "hash": "0x9d846f03cf9b56345ffc550531593c80c9e8ab89b85ea93ce03674e4221707c2", + "id": 11, + "input": "0x945ffb0e0000000000000000000000000000000000000000000000000000000000000000", + "isError": 0, + "networkId": 3, + "nonce": 575, + "timeStamp": 1563213333000, + "to": "0x27332286a2ceae458b82a1235f7e2a3aa8945cab", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 12, + "txReceiptStatus": 0, + "updatedAt": 1568221752385, + "value": 0 + }, + { + "blockHash": "0x54de39d4533398c00e171a873274ad1a5b67c1da8947377532de8899109f9930", + "blockNumber": 5968969, + "confirmations": 402343, + "contractAddress": "0xb91ff8627f30494d27b91aac1cb3c7465be58ff5", + "createdAt": 1568104759838, + "cumulativeGasUsed": 32779, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 450000, + "gasPrice": 20000000000, + "gasUsed": 32779, + "hash": "0x29d91f4ce8f7c871a8e5ba3217363e8030622e6a1a18dd485212c49f076ba552", + "id": 12, + "input": "0x4d379343000000000000000000000000cfec6722f119240b97effd5afe04c8a97caa02ee4d07571b6095014e4361ba472e58e89e87eac99d224be1eb033e3a4f46ac216eee10a3335f48e10b444e299cf017d57879109c1e32cec3e31103ceca7718d0ec0000000000000000000000000000000000000000000000054f12e9fc1d9b634842616e6b206163636f756e7420696e2053696e6761706f72650000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "isError": 1, + "networkId": 3, + "nonce": 574, + "timeStamp": 1562856535000, + "to": "0xb91ff8627f30494d27b91aac1cb3c7465be58ff5", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 0, + "txReceiptStatus": 0, + "updatedAt": 1568221753871, + "value": 0 + }, + { + "blockHash": "0xd882584efcb39fa27f8392167e438a653dc7c32a82d6ff6bdb5eff26352b7134", + "blockNumber": 5968935, + "confirmations": 402377, + "contractAddress": "0xb91ff8627f30494d27b91aac1cb3c7465be58ff5", + "createdAt": 1568104762714, + "cumulativeGasUsed": 505712, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 450000, + "gasPrice": 20000000000, + "gasUsed": 32779, + "hash": "0x4c968d29b2bc73dd5548a0e05acd65be38359d58e6fa1c699ff3e42d43b92cb7", + "id": 13, + "input": "0x4d379343000000000000000000000000cfec6722f119240b97effd5afe04c8a97caa02ee4d07571b6095014e4361ba472e58e89e87eac99d224be1eb033e3a4f46ac216eee10a3335f48e10b444e299cf017d57879109c1e32cec3e31103ceca7718d0ec00000000000000000000000000000000000000000000000554d2c7fc16938e3e42616e6b206163636f756e7420696e2053696e6761706f72650000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "isError": 1, + "networkId": 3, + "nonce": 573, + "timeStamp": 1562855991000, + "to": "0xb91ff8627f30494d27b91aac1cb3c7465be58ff5", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 9, + "txReceiptStatus": 0, + "updatedAt": 1568221755856, + "value": 0 + }, + { + "blockHash": "0xa6eb8a131af7d5b130ad6b30b7e21fa98961ccbec61b221a96c616250228f00d", + "blockNumber": 5968933, + "confirmations": 402379, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104764239, + "cumulativeGasUsed": 4860019, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 45761, + "gasPrice": 20000000000, + "gasUsed": 45761, + "hash": "0x4c2d472eb8c63db31313957776d0d9375dcba62efdb45540eb0b11ebd52291ae", + "id": 14, + "input": "0x095ea7b3000000000000000000000000b91ff8627f30494d27b91aac1cb3c7465be58ff500000000000000000000000000000000000000000000000554d2c7fc16938e3e", + "isError": 0, + "networkId": 3, + "nonce": 572, + "timeStamp": 1562855949000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 5, + "txReceiptStatus": 0, + "updatedAt": 1568221757233, + "value": 0 + }, + { + "blockHash": "0x6a165e0e6f6a71cd347ed1fa766c6ed0907157d27aeb85b69b3901580f433a36", + "blockNumber": 5963699, + "confirmations": 407613, + "contractAddress": "0x27332286a2ceae458b82a1235f7e2a3aa8945cab", + "createdAt": 1568104765736, + "cumulativeGasUsed": 2271531, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 103777, + "gasPrice": 10000000000, + "gasUsed": 94343, + "hash": "0x4401cbf062a7c8b3561d46647814fa720125143c9960888c0e6ded7737539711", + "id": 15, + "input": "0x945ffb0e0000000000000000000000000000000000000000000000000000000000000000", + "isError": 0, + "networkId": 3, + "nonce": 571, + "timeStamp": 1562771419000, + "to": "0x27332286a2ceae458b82a1235f7e2a3aa8945cab", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 24, + "txReceiptStatus": 0, + "updatedAt": 1568221758750, + "value": 0 + }, + { + "blockHash": "0x352c7ca9923a329b90888319669894c3a7add4d6ba3934baa15c329f2cc2c889", + "blockNumber": 5918440, + "confirmations": 452872, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104766113, + "cumulativeGasUsed": 1561265, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 450000, + "gasPrice": 2200000000, + "gasUsed": 72593, + "hash": "0x6966b67dedc03a9f3598db8911a3fd38bdc0a0986ea68623e5a508add56a551c", + "id": 16, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 570, + "timeStamp": 1562171615000, + "to": "0xb91ff8627f30494d27b91aac1cb3c7465be58ff5", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 47, + "txReceiptStatus": 1, + "updatedAt": 1568221759093, + "value": 0.00001000000000001 + }, + { + "blockHash": "0x6bddc98dea155ae6c760807b11641bf0095fa28abbfb366f0117277e4595249c", + "blockNumber": 5918434, + "confirmations": 452878, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104767719, + "cumulativeGasUsed": 1702377, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30569, + "gasPrice": 2200000000, + "gasUsed": 30569, + "hash": "0x390f665b939a2ee7fbda7dd0236bdade81113d273d0a2cf7d2f3c175550b095f", + "id": 17, + "input": "0x095ea7b3000000000000000000000000b91ff8627f30494d27b91aac1cb3c7465be58ff5000000000000000000000000000000000000000000000000000009184e72a00a", + "isError": 0, + "networkId": 3, + "nonce": 569, + "timeStamp": 1562171560000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 34, + "txReceiptStatus": 0, + "updatedAt": 1568221760469, + "value": 0 + }, + { + "blockHash": "0x7846f8fff50f6a3786ec7d2d26b0f550427aafe16b03884615fa5e8717119f46", + "blockNumber": 5918342, + "confirmations": 452970, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104768086, + "cumulativeGasUsed": 5815537, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 450000, + "gasPrice": 2600000000, + "gasUsed": 87465, + "hash": "0x3e285c16ef3b63e00170ec73997d1e0810b512cec4ef0326ed85ee920a20db53", + "id": 18, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 568, + "timeStamp": 1562170379000, + "to": "0xb91ff8627f30494d27b91aac1cb3c7465be58ff5", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 67, + "txReceiptStatus": 1, + "updatedAt": 1568221760805, + "value": 0.000001 + }, + { + "blockHash": "0x5ca73f4539ec7fe762219553e5cea79986bba8aba773c40fd40d6773e40d91c9", + "blockNumber": 5918202, + "confirmations": 453110, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104768773, + "cumulativeGasUsed": 1480870, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 450000, + "gasPrice": 2300000000, + "gasUsed": 87465, + "hash": "0x04fbf427407b4b27a82a390fb8ff31dfc5a528eaec917c078764d60d55919364", + "id": 19, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 567, + "timeStamp": 1562169083000, + "to": "0xb91ff8627f30494d27b91aac1cb3c7465be58ff5", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 8, + "txReceiptStatus": 1, + "updatedAt": 1568221761859, + "value": 0.000001 + }, + { + "blockHash": "0x4d45717bafb621fbe366446cd5a36398ad668b016fad179eaf1e5051b86f2dfa", + "blockNumber": 5918197, + "confirmations": 453115, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104769961, + "cumulativeGasUsed": 1508906, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 450000, + "gasPrice": 2300000000, + "gasUsed": 87465, + "hash": "0xc5c32d07e7ee27422dae502bc50ba9df8b61dbab65cc2ff447c3647a9781a1d3", + "id": 20, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 566, + "timeStamp": 1562169050000, + "to": "0xb91ff8627f30494d27b91aac1cb3c7465be58ff5", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 27, + "txReceiptStatus": 1, + "updatedAt": 1568221762194, + "value": 0.000001 + }, + { + "blockHash": "0x37d98ba1c746554d2c07446eb11c5ae9bb540844f87be44f84aeeb512ce1ca77", + "blockNumber": 5918184, + "confirmations": 453128, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104770330, + "cumulativeGasUsed": 3113251, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 450000, + "gasPrice": 2300000000, + "gasUsed": 87465, + "hash": "0x0c2c205d3a0d1928e0aa07fd09501b62bfe2a0f48e84754ad66edfd75211c598", + "id": 21, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 565, + "timeStamp": 1562168952000, + "to": "0xb91ff8627f30494d27b91aac1cb3c7465be58ff5", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 47, + "txReceiptStatus": 1, + "updatedAt": 1568221762790, + "value": 0.000001 + }, + { + "blockHash": "0xebc3e790f6db2f56d5b3108a6a5056171d4e21c22fe04dc9d3567f9dd4b21120", + "blockNumber": 5918125, + "confirmations": 453187, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104770939, + "cumulativeGasUsed": 6293441, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 450000, + "gasPrice": 2500000000, + "gasUsed": 87465, + "hash": "0x5fdb675324c9741da5d569c944fcad377722e018f0c727572d6d36780f7fac18", + "id": 22, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 564, + "timeStamp": 1562168372000, + "to": "0xb91ff8627f30494d27b91aac1cb3c7465be58ff5", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 31, + "txReceiptStatus": 1, + "updatedAt": 1568221763433, + "value": 0.000001 + }, + { + "blockHash": "0xebc3e790f6db2f56d5b3108a6a5056171d4e21c22fe04dc9d3567f9dd4b21120", + "blockNumber": 5918125, + "confirmations": 453187, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104773795, + "cumulativeGasUsed": 6205976, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 450000, + "gasPrice": 2200000000, + "gasUsed": 87465, + "hash": "0x0b26412a6bfc49b59319c497c6fb35b94156675d20a466209a1c6cd9e80db859", + "id": 23, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 563, + "timeStamp": 1562168372000, + "to": "0xb91ff8627f30494d27b91aac1cb3c7465be58ff5", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 30, + "txReceiptStatus": 1, + "updatedAt": 1568221763884, + "value": 0.000001 + }, + { + "blockHash": "0x8c96fc13303f54acbb5338f3c8a6d7edc14dbda8302e5bb7dc17fe5e85a4bb0b", + "blockNumber": 5917979, + "confirmations": 453333, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104774308, + "cumulativeGasUsed": 5912171, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 450000, + "gasPrice": 13000000000, + "gasUsed": 87465, + "hash": "0x690ba916a9a5b5acabcc7ed2a3c4c5278f5a94f5c54de249d9410b0166a708a5", + "id": 24, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 562, + "timeStamp": 1562167019000, + "to": "0xb91ff8627f30494d27b91aac1cb3c7465be58ff5", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 271, + "txReceiptStatus": 1, + "updatedAt": 1568221764632, + "value": 0.000001 + }, + { + "blockHash": "0x8c96fc13303f54acbb5338f3c8a6d7edc14dbda8302e5bb7dc17fe5e85a4bb0b", + "blockNumber": 5917979, + "confirmations": 453333, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104774873, + "cumulativeGasUsed": 5824706, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 450000, + "gasPrice": 13000000000, + "gasUsed": 87465, + "hash": "0xb453045f81030d3b6a756bb761f820efe7fd3da95c434bdc4f67014b936b5486", + "id": 25, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 561, + "timeStamp": 1562167019000, + "to": "0xb91ff8627f30494d27b91aac1cb3c7465be58ff5", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 270, + "txReceiptStatus": 1, + "updatedAt": 1568221765227, + "value": 0.000001 + }, + { + "blockHash": "0xbcd40ae82cb257c60debb501bf2ec993f57e221affeec2ac8a1accb3cf762e3b", + "blockNumber": 5917977, + "confirmations": 453335, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104777548, + "cumulativeGasUsed": 6786530, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 450000, + "gasPrice": 13000000000, + "gasUsed": 87465, + "hash": "0xa150062e16b3d27964177ab621a178efb31e5267581bf110d8a208bc52acad00", + "id": 26, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 560, + "timeStamp": 1562166998000, + "to": "0xb91ff8627f30494d27b91aac1cb3c7465be58ff5", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 35, + "txReceiptStatus": 1, + "updatedAt": 1568221765681, + "value": 0.000001 + }, + { + "blockHash": "0xec86ef274da98b33c5a0364d7847251437c08f1f9fede71835fb47e0b944e6cd", + "blockNumber": 5917974, + "confirmations": 453338, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104778131, + "cumulativeGasUsed": 5202888, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 450000, + "gasPrice": 13000000000, + "gasUsed": 87465, + "hash": "0x233a2ad022b7c7565fd0a1cc40627e68f36e6077d67fcd7875ad79a5a58a5c40", + "id": 27, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 559, + "timeStamp": 1562166950000, + "to": "0xb91ff8627f30494d27b91aac1cb3c7465be58ff5", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 7, + "txReceiptStatus": 1, + "updatedAt": 1568221766741, + "value": 0.000001 + }, + { + "blockHash": "0x0028d05f5ab6fbe03747831b776e53606ac2dec9262cfe1fc192e8ef8319650f", + "blockNumber": 5917814, + "confirmations": 453498, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104781659, + "cumulativeGasUsed": 5970142, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 450000, + "gasPrice": 13000000000, + "gasUsed": 87465, + "hash": "0x925d8cd7ac59e8c9f0cd24e82c901b20e84f549a3c0d265bae96f0261c1b97fe", + "id": 28, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 558, + "timeStamp": 1562165331000, + "to": "0xb91ff8627f30494d27b91aac1cb3c7465be58ff5", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 11, + "txReceiptStatus": 1, + "updatedAt": 1568221766967, + "value": 0.000001 + }, + { + "blockHash": "0x8845b1d29dafd49c5a1568ee4e7911e4c3bf8bad13914edffbf6f59ee19ee8ca", + "blockNumber": 5917395, + "confirmations": 453917, + "contractAddress": "0x27332286a2ceae458b82a1235f7e2a3aa8945cab", + "createdAt": 1568104785138, + "cumulativeGasUsed": 692518, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 103777, + "gasPrice": 3000000000, + "gasUsed": 94343, + "hash": "0x1073544f9bbaea599733ddf5c223b8f376c72601ddbcdea17e08976503ebd183", + "id": 29, + "input": "0x945ffb0e0000000000000000000000000000000000000000000000000000000000000000", + "isError": 0, + "networkId": 3, + "nonce": 557, + "timeStamp": 1562161431000, + "to": "0x27332286a2ceae458b82a1235f7e2a3aa8945cab", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 2, + "txReceiptStatus": 0, + "updatedAt": 1568221768371, + "value": 0 + }, + { + "blockHash": "0x692de24a083a99b2054e488a090c719fb0411460982c000b7ace87c55a160267", + "blockNumber": 5917152, + "confirmations": 454160, + "contractAddress": "0x27332286a2ceae458b82a1235f7e2a3aa8945cab", + "createdAt": 1568104789018, + "cumulativeGasUsed": 409343, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 103777, + "gasPrice": 3000000000, + "gasUsed": 94343, + "hash": "0x2c859afd16cf717caf3a7eaf0956034a47d008cfc030962be28579525bd06eb0", + "id": 30, + "input": "0x945ffb0e0000000000000000000000000000000000000000000000000000000000000000", + "isError": 0, + "networkId": 3, + "nonce": 556, + "timeStamp": 1562159458000, + "to": "0x27332286a2ceae458b82a1235f7e2a3aa8945cab", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 15, + "txReceiptStatus": 0, + "updatedAt": 1568221769857, + "value": 0 + }, + { + "blockHash": "0x666a5ef4e73d9ddd19e21673647b84a2ed5ea37d99d60ddf19643ede2cfc5f07", + "blockNumber": 5880013, + "confirmations": 491299, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104789391, + "cumulativeGasUsed": 189107, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 41659, + "gasPrice": 20000000000, + "gasUsed": 37872, + "hash": "0xc0493e2ba707891ff96158182066e8bd4924912de2163c129f622f2808013c3c", + "id": 31, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 555, + "timeStamp": 1561724924000, + "to": "0x6ce3bdd91d3b9f55ec206970e75701043fba751d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 2, + "txReceiptStatus": 1, + "updatedAt": 1568221770055, + "value": 90.93587192481331 + }, + { + "blockHash": "0x886ae1afca7de8fe31e5d76238dacd73ad3223b4eae86a506cf4745503147d6a", + "blockNumber": 5859347, + "confirmations": 511965, + "contractAddress": "0x27332286a2ceae458b82a1235f7e2a3aa8945cab", + "createdAt": 1568104790964, + "cumulativeGasUsed": 2186964, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 103777, + "gasPrice": 1000000000, + "gasUsed": 94343, + "hash": "0x5a095be0b8a01ac93b9d760b5d06208306c6cbb955b97b4e66f00fa545bdd904", + "id": 32, + "input": "0x945ffb0e0000000000000000000000000000000000000000000000000000000000000000", + "isError": 0, + "networkId": 3, + "nonce": 554, + "timeStamp": 1561453056000, + "to": "0x27332286a2ceae458b82a1235f7e2a3aa8945cab", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 13, + "txReceiptStatus": 0, + "updatedAt": 1568221771431, + "value": 0 + }, + { + "blockHash": "0xac4d250b4e8c13619f44d675f53464735b7b5556c0da154b2f95b8f0a391b5fc", + "blockNumber": 5855103, + "confirmations": 516209, + "contractAddress": "0xb91ff8627f30494d27b91aac1cb3c7465be58ff5", + "createdAt": 1568104792580, + "cumulativeGasUsed": 3335595, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 4500000, + "gasPrice": 1000000000, + "gasUsed": 30987, + "hash": "0xb78e72f34ffc1c61ecdc7312d78b13dbc0c275631fb3ae2d619ce6ffdfe47a86", + "id": 33, + "input": "0x4d379343000000000000000000000000cfec6722f119240b97effd5afe04c8a97caa02eea2a15357757b84a8f49d7b0a865230e594424559af58030a2857271851c6a1efa2a15357757b84a8f49d7b0a865230e594424559af58030a2857271851c6a1ef0000000000000000000000000000000000000000000000000000000000002710746573740000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "isError": 1, + "networkId": 3, + "nonce": 553, + "timeStamp": 1561390154000, + "to": "0xb91ff8627f30494d27b91aac1cb3c7465be58ff5", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 4, + "txReceiptStatus": 0, + "updatedAt": 1568221772932, + "value": 0 + }, + { + "blockHash": "0xf449aafa3947cd41f7030f6d25f147b14e6598dbd5c807987f0e3e978c0761df", + "blockNumber": 5855100, + "confirmations": 516212, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104794937, + "cumulativeGasUsed": 4509259, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30505, + "gasPrice": 1000000000, + "gasUsed": 30505, + "hash": "0xfd9f960b00b2b2eafb2862fe92b762a1defcafc90593fdd2a4f6bf088fb4b9ce", + "id": 34, + "input": "0x095ea7b3000000000000000000000000b91ff8627f30494d27b91aac1cb3c7465be58ff5000000000000000000000000000000000000000000000000000012309ce54000", + "isError": 0, + "networkId": 3, + "nonce": 552, + "timeStamp": 1561390092000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 14, + "txReceiptStatus": 0, + "updatedAt": 1568221774447, + "value": 0 + }, + { + "blockHash": "0xea789d816876f5f205bda88238b3b4e5a888d1310fb6d2cff993daa82bc7ce0a", + "blockNumber": 5855084, + "confirmations": 516228, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104796438, + "cumulativeGasUsed": 4222990, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30505, + "gasPrice": 1000000000, + "gasUsed": 30505, + "hash": "0x2001a570d738d9b3cb2a78e74b19210966cd60153cb27f377e3d64bfaa58a879", + "id": 35, + "input": "0x095ea7b3000000000000000000000000b91ff8627f30494d27b91aac1cb3c7465be58ff5000000000000000000000000000000000000000000000000000012309ce54000", + "isError": 0, + "networkId": 3, + "nonce": 551, + "timeStamp": 1561389963000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 12, + "txReceiptStatus": 0, + "updatedAt": 1568221775951, + "value": 0 + }, + { + "blockHash": "0xc825a5a80c72a04994e693c03e42e6ed7d44fe7f8743572a9d8d5e25a3a31fb4", + "blockNumber": 5855077, + "confirmations": 516235, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104797945, + "cumulativeGasUsed": 7010817, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30505, + "gasPrice": 1000000000, + "gasUsed": 30505, + "hash": "0xf89de80b09b7556cca0382793071b7dd44142cc24db18a484303185458058c92", + "id": 36, + "input": "0x095ea7b3000000000000000000000000b91ff8627f30494d27b91aac1cb3c7465be58ff5000000000000000000000000000000000000000000000000000012309ce54000", + "isError": 0, + "networkId": 3, + "nonce": 550, + "timeStamp": 1561389876000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 16, + "txReceiptStatus": 0, + "updatedAt": 1568221777468, + "value": 0 + }, + { + "blockHash": "0xa52594793e79bbe90b346beb7012d5070d76da375d392e40bcd98199ab8fa4ca", + "blockNumber": 5855068, + "confirmations": 516244, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104799473, + "cumulativeGasUsed": 3687408, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30505, + "gasPrice": 1000000000, + "gasUsed": 30505, + "hash": "0xeca741d3b5aeef00d735f9acd79001e8beb7a42cec33ec66bc547f3e259e10a3", + "id": 37, + "input": "0x095ea7b3000000000000000000000000b91ff8627f30494d27b91aac1cb3c7465be58ff5000000000000000000000000000000000000000000000000000012309ce54000", + "isError": 0, + "networkId": 3, + "nonce": 549, + "timeStamp": 1561389784000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 17, + "txReceiptStatus": 0, + "updatedAt": 1568221779003, + "value": 0 + }, + { + "blockHash": "0xf9ee57d5bb4f2fc2e2dc45c48e35ae60190ef2a0f63d1722aa16e9035171470f", + "blockNumber": 5855063, + "confirmations": 516249, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104801929, + "cumulativeGasUsed": 3834428, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30505, + "gasPrice": 1000000000, + "gasUsed": 30505, + "hash": "0x2d8fe013ed5c7b706c52cac0b4728c21e77ff2b7f5ebf7d491eb604efa13270d", + "id": 38, + "input": "0x095ea7b3000000000000000000000000b91ff8627f30494d27b91aac1cb3c7465be58ff5000000000000000000000000000000000000000000000000000012309ce54000", + "isError": 0, + "networkId": 3, + "nonce": 548, + "timeStamp": 1561389686000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 5, + "txReceiptStatus": 0, + "updatedAt": 1568221780571, + "value": 0 + }, + { + "blockHash": "0x72c23fbe1621bf58ee848a0eed62215ece64eb94b01dbbc3d5e16bbaf6db8108", + "blockNumber": 5855049, + "confirmations": 516263, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104803763, + "cumulativeGasUsed": 3358084, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30505, + "gasPrice": 1000000000, + "gasUsed": 30505, + "hash": "0x5b0d794395827a9661dfe92f8da3cdbcf04386a3f9d70b3a6d2ab6486cd70a52", + "id": 39, + "input": "0x095ea7b3000000000000000000000000b91ff8627f30494d27b91aac1cb3c7465be58ff5000000000000000000000000000000000000000000000000000012309ce54000", + "isError": 0, + "networkId": 3, + "nonce": 547, + "timeStamp": 1561389541000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 6, + "txReceiptStatus": 0, + "updatedAt": 1568221782082, + "value": 0 + }, + { + "blockHash": "0x2fdb852bea0230318e6bd0d2aad8ddce858d275d8db3b2381c9984c085f63dbe", + "blockNumber": 5855039, + "confirmations": 516273, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104805266, + "cumulativeGasUsed": 3424866, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30505, + "gasPrice": 1000000000, + "gasUsed": 30505, + "hash": "0x3bb0c31561b818348daa905bcdec7982cfa46a9c07c4a50466f048ae4eb62218", + "id": 40, + "input": "0x095ea7b3000000000000000000000000b91ff8627f30494d27b91aac1cb3c7465be58ff5000000000000000000000000000000000000000000000000000012309ce54000", + "isError": 0, + "networkId": 3, + "nonce": 546, + "timeStamp": 1561389443000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 5, + "txReceiptStatus": 0, + "updatedAt": 1568221783573, + "value": 0 + }, + { + "blockHash": "0xe7b916a66172309a6b49f65a28592f3fae337af98b28d85f3401a12aad9b56a7", + "blockNumber": 5855023, + "confirmations": 516289, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104807096, + "cumulativeGasUsed": 6613110, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30505, + "gasPrice": 1000000000, + "gasUsed": 30505, + "hash": "0x36a5a3deacc5d52f1ea65ecd1865eff8a21cd88b2de731deb200d097679efbe7", + "id": 41, + "input": "0x095ea7b3000000000000000000000000b91ff8627f30494d27b91aac1cb3c7465be58ff5000000000000000000000000000000000000000000000000000012309ce54000", + "isError": 0, + "networkId": 3, + "nonce": 545, + "timeStamp": 1561389126000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 24, + "txReceiptStatus": 0, + "updatedAt": 1568221785101, + "value": 0 + }, + { + "blockHash": "0x850e126045a791f36c240c5394b40a1437ad283e80222dc13c80d059e0d7b253", + "blockNumber": 5855010, + "confirmations": 516302, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104808859, + "cumulativeGasUsed": 4021288, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30505, + "gasPrice": 1000000000, + "gasUsed": 30505, + "hash": "0x90cccce5d166315879164cbf006dbc02d42955b7d9dbeacfc316f6e6c29bf647", + "id": 42, + "input": "0x095ea7b3000000000000000000000000b91ff8627f30494d27b91aac1cb3c7465be58ff5000000000000000000000000000000000000000000000000000012309ce54000", + "isError": 0, + "networkId": 3, + "nonce": 544, + "timeStamp": 1561388872000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 11, + "txReceiptStatus": 0, + "updatedAt": 1568221786613, + "value": 0 + }, + { + "blockHash": "0xbca50fe1fe3f1e653f08487e41827a28399b0c2cc0eb8b824dd2a3b327664084", + "blockNumber": 5855002, + "confirmations": 516310, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104810638, + "cumulativeGasUsed": 5801818, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30505, + "gasPrice": 1000000000, + "gasUsed": 30505, + "hash": "0x3aa2d9ee9a7359b9846ca71f500cd34f327796a223412a991c9f3cb8e9c6c773", + "id": 43, + "input": "0x095ea7b3000000000000000000000000b91ff8627f30494d27b91aac1cb3c7465be58ff5000000000000000000000000000000000000000000000000000012309ce54000", + "isError": 0, + "networkId": 3, + "nonce": 543, + "timeStamp": 1561388833000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 26, + "txReceiptStatus": 0, + "updatedAt": 1568221788134, + "value": 0 + }, + { + "blockHash": "0xab92e0828ffb82382f5a82cb9e16f11107974e1f1502164e968a898cc4143312", + "blockNumber": 5854996, + "confirmations": 516316, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104812135, + "cumulativeGasUsed": 3671211, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30505, + "gasPrice": 1000000000, + "gasUsed": 30505, + "hash": "0x5ee0572807a689f88ba123ffa496553b83b56fa7ef72f9cde3c4a094e6a1bbd7", + "id": 44, + "input": "0x095ea7b3000000000000000000000000b91ff8627f30494d27b91aac1cb3c7465be58ff5000000000000000000000000000000000000000000000000000012309ce54000", + "isError": 0, + "networkId": 3, + "nonce": 542, + "timeStamp": 1561388763000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 14, + "txReceiptStatus": 0, + "updatedAt": 1568221789639, + "value": 0 + }, + { + "blockHash": "0x07c650cff965200835df12ca7659a84b26de0eda3e637dc4b5fa050122a040ca", + "blockNumber": 5854991, + "confirmations": 516321, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104814149, + "cumulativeGasUsed": 3910537, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30505, + "gasPrice": 1000000000, + "gasUsed": 30505, + "hash": "0x3e99ce8cb07a7e7b50d45aeda9c62ab967ba63a5c11282a954b5253f054bdb32", + "id": 45, + "input": "0x095ea7b3000000000000000000000000b91ff8627f30494d27b91aac1cb3c7465be58ff5000000000000000000000000000000000000000000000000000012309ce54000", + "isError": 0, + "networkId": 3, + "nonce": 541, + "timeStamp": 1561388676000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 13, + "txReceiptStatus": 0, + "updatedAt": 1568221791140, + "value": 0 + }, + { + "blockHash": "0x5cb10c8ef0ca18c17b0a3a01943ca41370b478812f08bed5c38846d6cf506794", + "blockNumber": 5854959, + "confirmations": 516353, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104815625, + "cumulativeGasUsed": 6826674, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30505, + "gasPrice": 1000000000, + "gasUsed": 30505, + "hash": "0x6738dbd3c5c07c914eb2119796f4846a0a22dcd493c887f69a2d5315fc375b82", + "id": 46, + "input": "0x095ea7b3000000000000000000000000b91ff8627f30494d27b91aac1cb3c7465be58ff5000000000000000000000000000000000000000000000000000012309ce54000", + "isError": 0, + "networkId": 3, + "nonce": 540, + "timeStamp": 1561388260000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 155, + "txReceiptStatus": 0, + "updatedAt": 1568221792676, + "value": 0 + }, + { + "blockHash": "0x10967f7b2334fad4b4cf2f8ef771a1262454c7ae0f5ec55cdb2d2a8d04122103", + "blockNumber": 5854948, + "confirmations": 516364, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104817149, + "cumulativeGasUsed": 5451393, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30505, + "gasPrice": 1000000000, + "gasUsed": 30505, + "hash": "0x8f51a6e4e9b8b327e740435375f21eb5a6de21e11cf51857606b06fa1850a8ee", + "id": 47, + "input": "0x095ea7b3000000000000000000000000b91ff8627f30494d27b91aac1cb3c7465be58ff5000000000000000000000000000000000000000000000000000012309ce54000", + "isError": 0, + "networkId": 3, + "nonce": 539, + "timeStamp": 1561388158000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 13, + "txReceiptStatus": 0, + "updatedAt": 1568221794156, + "value": 0 + }, + { + "blockHash": "0x602813cbe5981e8dbcc926b64cc4fcb2ec1eb80022c56072b9ae1aea5078e52d", + "blockNumber": 5854937, + "confirmations": 516375, + "contractAddress": "0x24512422cf6ad1c0c465cbf0bbd5155eaa3da634", + "createdAt": 1568104818788, + "cumulativeGasUsed": 1482136, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 103777, + "gasPrice": 1000000000, + "gasUsed": 94343, + "hash": "0x568e11488aa3886fbcbdefa696b9ad18dadea83c2804ffd6d590c052f3642133", + "id": 48, + "input": "0x945ffb0e0000000000000000000000000000000000000000000000000000000000000000", + "isError": 0, + "networkId": 3, + "nonce": 538, + "timeStamp": 1561387995000, + "to": "0x24512422cf6ad1c0c465cbf0bbd5155eaa3da634", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 4, + "txReceiptStatus": 0, + "updatedAt": 1568221795694, + "value": 0 + }, + { + "blockHash": "0xfae7f8fe357e7bcc257ca89e7cac35bc51244433e5626ac92ce8358df6e33c7b", + "blockNumber": 5854923, + "confirmations": 516389, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104820776, + "cumulativeGasUsed": 1554514, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30505, + "gasPrice": 1000000000, + "gasUsed": 30505, + "hash": "0xb24efa4afb01d8a4a9e76c91726029c9e8c09258c1cd049a7be91fce4f39c7f2", + "id": 49, + "input": "0x095ea7b3000000000000000000000000b91ff8627f30494d27b91aac1cb3c7465be58ff5000000000000000000000000000000000000000000000000000012309ce54000", + "isError": 0, + "networkId": 3, + "nonce": 537, + "timeStamp": 1561387852000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 6, + "txReceiptStatus": 0, + "updatedAt": 1568221797171, + "value": 0 + }, + { + "blockHash": "0x9fe41d01ab1d8a3d381af69bc8f3e5683a1375efd02aa9b3a12a5fc4baa70133", + "blockNumber": 5854915, + "confirmations": 516397, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104828832, + "cumulativeGasUsed": 5420315, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30505, + "gasPrice": 1000000000, + "gasUsed": 30505, + "hash": "0xdcb72739c67acc5940a9f1d51bc0a72ecee0f0a6efcee7175e0863dbdd158990", + "id": 50, + "input": "0x095ea7b3000000000000000000000000b91ff8627f30494d27b91aac1cb3c7465be58ff5000000000000000000000000000000000000000000000000000009184e72a000", + "isError": 0, + "networkId": 3, + "nonce": 536, + "timeStamp": 1561387785000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 12, + "txReceiptStatus": 0, + "updatedAt": 1568221798685, + "value": 0 + }, + { + "blockHash": "0x1224ff25b5f57cf902e9ece58b20379df798405f9009ddf3220539090c2c0776", + "blockNumber": 5854904, + "confirmations": 516408, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104830322, + "cumulativeGasUsed": 931068, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30505, + "gasPrice": 1000000000, + "gasUsed": 30505, + "hash": "0x73fcaa9c1cef961e93ec6b6ddd5532cfa5c631d3cac3117c557f65c9d4b8e4f6", + "id": 51, + "input": "0x095ea7b3000000000000000000000000b91ff8627f30494d27b91aac1cb3c7465be58ff5000000000000000000000000000000000000000000000000000009184e72a000", + "isError": 0, + "networkId": 3, + "nonce": 535, + "timeStamp": 1561387659000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 5, + "txReceiptStatus": 0, + "updatedAt": 1568221800305, + "value": 0 + }, + { + "blockHash": "0x68b969265e1df9418a9432531a0f1c8752a7f68b98e2b5266f5a77557edb9651", + "blockNumber": 5854890, + "confirmations": 516422, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104831964, + "cumulativeGasUsed": 5211536, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30505, + "gasPrice": 1000000000, + "gasUsed": 30505, + "hash": "0xb70c749f8021152ddea14dcc9c07e90da1aa8aa3851266a456741886d4b99d8a", + "id": 52, + "input": "0x095ea7b3000000000000000000000000b91ff8627f30494d27b91aac1cb3c7465be58ff5000000000000000000000000000000000000000000000000000009184e72a000", + "isError": 0, + "networkId": 3, + "nonce": 534, + "timeStamp": 1561387537000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 36, + "txReceiptStatus": 0, + "updatedAt": 1568221801804, + "value": 0 + }, + { + "blockHash": "0xb260ba1b76770dc7971b7b1f972c6083ca0c0a6151da7222938ffed092fc2675", + "blockNumber": 5854885, + "confirmations": 516427, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104833477, + "cumulativeGasUsed": 6847602, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30505, + "gasPrice": 1000000000, + "gasUsed": 30505, + "hash": "0x890e3388b52f937bcdbd68e3d569ff63c489b2ba7d9320434d0982570ce9fe73", + "id": 53, + "input": "0x095ea7b3000000000000000000000000b91ff8627f30494d27b91aac1cb3c7465be58ff5000000000000000000000000000000000000000000000000000009184e72a000", + "isError": 0, + "networkId": 3, + "nonce": 533, + "timeStamp": 1561387462000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 38, + "txReceiptStatus": 0, + "updatedAt": 1568221803200, + "value": 0 + }, + { + "blockHash": "0x4bd142753b03169bce14a36a0812fc19a176dd0d45714160b1126d33e85c9123", + "blockNumber": 5854851, + "confirmations": 516461, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104835177, + "cumulativeGasUsed": 7452858, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30505, + "gasPrice": 1000000000, + "gasUsed": 30505, + "hash": "0x0c5e8aa840157429c2d11f3a57d834a86539be85e96b27920b61655bb04744f6", + "id": 54, + "input": "0x095ea7b3000000000000000000000000b91ff8627f30494d27b91aac1cb3c7465be58ff5000000000000000000000000000000000000000000000000000009184e72a000", + "isError": 0, + "networkId": 3, + "nonce": 532, + "timeStamp": 1561387076000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 8, + "txReceiptStatus": 0, + "updatedAt": 1568221804712, + "value": 0 + }, + { + "blockHash": "0x2ecc099f15b9f425b33258bc206490d709b00fab14b62d072a8197de4c2e5f9f", + "blockNumber": 5854831, + "confirmations": 516481, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104836674, + "cumulativeGasUsed": 7710317, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30313, + "gasPrice": 1000000000, + "gasUsed": 30313, + "hash": "0xc70e26912b3f5df136fbbbc70448b77026c40cbd2999240f46fcdf81be12087d", + "id": 55, + "input": "0x095ea7b3000000000000000000000000b91ff8627f30494d27b91aac1cb3c7465be58ff50000000000000000000000000000000000000000000000000000000000002710", + "isError": 0, + "networkId": 3, + "nonce": 531, + "timeStamp": 1561386885000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 13, + "txReceiptStatus": 0, + "updatedAt": 1568221806245, + "value": 0 + }, + { + "blockHash": "0x78c3757c84cc5be7d3cc76be4385bc983713cf88b256de2d0eb094d6e526195b", + "blockNumber": 5854828, + "confirmations": 516484, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104838176, + "cumulativeGasUsed": 7573800, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 45313, + "gasPrice": 1000000000, + "gasUsed": 45313, + "hash": "0xf416c368e8a7ea954ab3bfca18c66cd65687f82eaacdfbb14a591dd005509e6e", + "id": 56, + "input": "0x095ea7b3000000000000000000000000b91ff8627f30494d27b91aac1cb3c7465be58ff50000000000000000000000000000000000000000000000000000000000002710", + "isError": 0, + "networkId": 3, + "nonce": 530, + "timeStamp": 1561386837000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 18, + "txReceiptStatus": 0, + "updatedAt": 1568221807751, + "value": 0 + }, + { + "blockHash": "0x9842ce80128bba9f201f5ae9bbe512c482be712e019c509b4f9fefb16e1a5b5a", + "blockNumber": 5706140, + "confirmations": 665172, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568222588476, + "cumulativeGasUsed": 4262385, + "from": "0xf236fb46f4ad2d0c70a6ca595cf5253845b550f5", + "gas": 41026, + "gasPrice": 2100000000, + "gasUsed": 37680, + "hash": "0x4b38fab62edaa365c462e8306191cb4e9c8ec578146f5d2e86f57067956922fe", + "id": 590, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 5, + "timeStamp": 1559326442000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 22, + "txReceiptStatus": 1, + "updatedAt": 1568222588476, + "value": 0.001 + }, + { + "blockHash": "0x368514c0a4d21437980b8056533d911ba61eddffaf89ad80d1dc694ca0c1e081", + "blockNumber": 5634480, + "confirmations": 736832, + "contractAddress": "0x24512422cf6ad1c0c465cbf0bbd5155eaa3da634", + "createdAt": 1568104839679, + "cumulativeGasUsed": 5681348, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 103777, + "gasPrice": 1000000000, + "gasUsed": 94343, + "hash": "0x724bc125880c72f4632742df666ea0aa9c7d6f3f54ebb2526b559a3303946d03", + "id": 57, + "input": "0x945ffb0e0000000000000000000000000000000000000000000000000000000000000000", + "isError": 0, + "networkId": 3, + "nonce": 529, + "timeStamp": 1558357760000, + "to": "0x24512422cf6ad1c0c465cbf0bbd5155eaa3da634", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 45, + "txReceiptStatus": 0, + "updatedAt": 1568221809331, + "value": 0 + }, + { + "blockHash": "0x759f717cfcf6708485fb8652baff706c5099df7a9df5a76d890a20de7dbd846f", + "blockNumber": 5634466, + "confirmations": 736846, + "contractAddress": "0x24512422cf6ad1c0c465cbf0bbd5155eaa3da634", + "createdAt": 1568104841179, + "cumulativeGasUsed": 6002598, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 103777, + "gasPrice": 1000000000, + "gasUsed": 94343, + "hash": "0xed947e80ee3046036a19e2e7f9402a41349336786f56161f39a4c23e29694f5e", + "id": 58, + "input": "0x945ffb0e0000000000000000000000000000000000000000000000000000000000000000", + "isError": 0, + "networkId": 3, + "nonce": 528, + "timeStamp": 1558357482000, + "to": "0x24512422cf6ad1c0c465cbf0bbd5155eaa3da634", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 41, + "txReceiptStatus": 0, + "updatedAt": 1568221810830, + "value": 0 + }, + { + "blockHash": "0x32426673d32bd56df75aa997211c79e680d7093fc55b4254ee94a92c551fcc16", + "blockNumber": 5527687, + "confirmations": 843625, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568222590926, + "cumulativeGasUsed": 1008004, + "from": "0xf236fb46f4ad2d0c70a6ca595cf5253845b550f5", + "gas": 41518, + "gasPrice": 3000000000, + "gasUsed": 37744, + "hash": "0x777f4a0dc08ec7eae1392d9a927603302beb7a1055013b4944020483a4727be2", + "id": 591, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 4, + "timeStamp": 1556906521000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 5, + "txReceiptStatus": 1, + "updatedAt": 1568222590926, + "value": 25 + }, + { + "blockHash": "0xa0386ecee1005700fade07be5e5ca3225daf9c7c2a64b1de135def97140e7f28", + "blockNumber": 5527682, + "confirmations": 843630, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104841652, + "cumulativeGasUsed": 2018433, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 41518, + "gasPrice": 3000000000, + "gasUsed": 37744, + "hash": "0xa4c2eae0d8737e38ea7a64de27334ed019ec20d997aa82fc45aa74b78f3c9d3b", + "id": 59, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 527, + "timeStamp": 1556906445000, + "to": "0xf236fb46f4ad2d0c70a6ca595cf5253845b550f5", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 15, + "txReceiptStatus": 1, + "updatedAt": 1568221811254, + "value": 25 + }, + { + "blockHash": "0x789dfb7848701fa0b0ac2fab773ee412a46f8197e19ef961e29d71e9649c5edd", + "blockNumber": 5527622, + "confirmations": 843690, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104842266, + "cumulativeGasUsed": 842363, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 41588, + "gasPrice": 3000000000, + "gasUsed": 37744, + "hash": "0xe95b8fe6b0f252be73f714903b8ef31d62fdfa5c9ecd02487e8d31c973d95be7", + "id": 60, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 526, + "timeStamp": 1556905710000, + "to": "0xf236fb46f4ad2d0c70a6ca595cf5253845b550f5", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 4, + "txReceiptStatus": 1, + "updatedAt": 1568221811773, + "value": 25 + }, + { + "blockHash": "0x6a3a385e235ac699b3b0e1adf18057763dbc4e158d18adf5b6037ffdb8c39425", + "blockNumber": 5462375, + "confirmations": 908937, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104842653, + "cumulativeGasUsed": 4388493, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 3000000000, + "gasUsed": 37808, + "hash": "0x030f2d9e6d1b42804c7ed6d4674784a634b68a5f8dc27d1478c2216db0dbe4a1", + "id": 61, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 525, + "timeStamp": 1556017357000, + "to": "0x8c03922c6105e74be6450c1449b2af823ca4ba84", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 17, + "txReceiptStatus": 1, + "updatedAt": 1568221812474, + "value": 100000 + }, + { + "blockHash": "0x0bfd4d2bf8f28b4225115ada6faa251790fc705a86caabd4c8753e9a48154a9a", + "blockNumber": 5462371, + "confirmations": 908941, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104844141, + "cumulativeGasUsed": 4917710, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 37680, + "gasPrice": 3000000000, + "gasUsed": 37680, + "hash": "0x45b01ab6c4519a9634e3ef13d566b0150d4c491c66726f9d5510a24b39d24489", + "id": 62, + "input": "0xa9059cbb0000000000000000000000008c03922c6105e74be6450c1449b2af823ca4ba8400000000000000000000000000000000000000000000152d02c7e14af6800000", + "isError": 1, + "networkId": 3, + "nonce": 524, + "timeStamp": 1556017256000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 22, + "txReceiptStatus": 0, + "updatedAt": 1568221813897, + "value": 0 + }, + { + "blockHash": "0x0f34cf8fccde3cb34705c5d77c54a48adb8d9022c7fac67955265b258ab7ac94", + "blockNumber": 5462365, + "confirmations": 908947, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104845648, + "cumulativeGasUsed": 777124, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 37744, + "gasPrice": 3000000000, + "gasUsed": 37744, + "hash": "0x300ff9da83d70369ee0db913418ed231b7e2b6e7dc271cb59938f060783d778e", + "id": 63, + "input": "0xa9059cbb0000000000000000000000008c03922c6105e74be6450c1449b2af823ca4ba8400000000000000000000000000000000000000000000152d02c7e14af6800000", + "isError": 1, + "networkId": 3, + "nonce": 523, + "timeStamp": 1556017165000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 5, + "txReceiptStatus": 0, + "updatedAt": 1568221815384, + "value": 0 + }, + { + "blockHash": "0x3b3b0d2b43030ecb9398b8264d6a0361f36e708e90637bb2a389c4fc70447108", + "blockNumber": 5462362, + "confirmations": 908950, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104847152, + "cumulativeGasUsed": 2054235, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 37680, + "gasPrice": 3000000000, + "gasUsed": 37680, + "hash": "0x5023a34ffede94aea73ace9f652e87d3c78a6759d047ee53293a2ecd3db2689a", + "id": 64, + "input": "0xa9059cbb0000000000000000000000008c03922c6105e74be6450c1449b2af823ca4ba8400000000000000000000000000000000000000000000152d02c7e14af6800000", + "isError": 1, + "networkId": 3, + "nonce": 522, + "timeStamp": 1556017114000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 13, + "txReceiptStatus": 0, + "updatedAt": 1568221816971, + "value": 0 + }, + { + "blockHash": "0xf905b5c0e839d2b002785bdf2ff895f7766ddca34c7dee8732a95a7853632abd", + "blockNumber": 5462359, + "confirmations": 908953, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104848663, + "cumulativeGasUsed": 649632, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 37744, + "gasPrice": 3000000000, + "gasUsed": 37744, + "hash": "0xa3450fc4dc5cbc870ec10221bf572a46f711faec2031542b879dc11abf84aeae", + "id": 65, + "input": "0xa9059cbb0000000000000000000000008c03922c6105e74be6450c1449b2af823ca4ba8400000000000000000000000000000000000000000000152d02c7e14af6800000", + "isError": 1, + "networkId": 3, + "nonce": 521, + "timeStamp": 1556017058000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 3, + "txReceiptStatus": 0, + "updatedAt": 1568221818455, + "value": 0 + }, + { + "blockHash": "0xe98c8e65494d3a8806d9057a7ce26bc7b3152e9e4edc7b08ba50d727a23f6213", + "blockNumber": 5461645, + "confirmations": 909667, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104849032, + "cumulativeGasUsed": 59348, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 100000, + "gasPrice": 2600083566, + "gasUsed": 32653, + "hash": "0x38e04e6dd3f7cbe4659f3e471c4704a7de432bea84aefb1e9b2e3ecd668f7593", + "id": 66, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 520, + "timeStamp": 1556007345000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 1, + "txReceiptStatus": 1, + "updatedAt": 1568221818665, + "value": 25 + }, + { + "blockHash": "0x2eee2b63b2f158eae74f1652a075c3d0cf019491731fbc341908425152dd71cf", + "blockNumber": 5461642, + "confirmations": 909670, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104849534, + "cumulativeGasUsed": 1660742, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 3000000000, + "gasUsed": 59871, + "hash": "0xd624467d28505ce3c9535a05ac56d27adb2773503dda460ac8e1649606c13a93", + "id": 67, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 519, + "timeStamp": 1556007320000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 9, + "txReceiptStatus": 1, + "updatedAt": 1568221819537, + "value": 25 + }, + { + "blockHash": "0x2eee2b63b2f158eae74f1652a075c3d0cf019491731fbc341908425152dd71cf", + "blockNumber": 5461642, + "confirmations": 909670, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104851080, + "cumulativeGasUsed": 1600871, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 3000000000, + "gasUsed": 45633, + "hash": "0xdd905273d98e1bd8500197d8f8701554807c69e8a555b92faae956209a95a662", + "id": 68, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 518, + "timeStamp": 1556007320000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 8, + "txReceiptStatus": 0, + "updatedAt": 1568221820924, + "value": 0 + }, + { + "blockHash": "0xa420440cdb38e11186d8d91740dd22384710ce684cf580998bf1208231798c7a", + "blockNumber": 5457513, + "confirmations": 913799, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104851363, + "cumulativeGasUsed": 453934, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 100000, + "gasPrice": 2450000000, + "gasUsed": 32653, + "hash": "0x242a1f20da0fb269d12728467764fee14301959db1141d0f7ef053966ac4e52f", + "id": 69, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 517, + "timeStamp": 1555958098000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 2, + "txReceiptStatus": 1, + "updatedAt": 1568221821126, + "value": 25 + }, + { + "blockHash": "0xcedf1581c4af1b02c5f9be0302fb8599f8e037d44c8aaef08f411b27bd36adae", + "blockNumber": 5457510, + "confirmations": 913802, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104852063, + "cumulativeGasUsed": 650587, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 2703515003, + "gasUsed": 59871, + "hash": "0x57d35703999e21e4d2c591026a4f9b72428063e25a0adb8499176dacf6142d75", + "id": 70, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 516, + "timeStamp": 1555958078000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 2, + "txReceiptStatus": 1, + "updatedAt": 1568221821893, + "value": 25 + }, + { + "blockHash": "0xcedf1581c4af1b02c5f9be0302fb8599f8e037d44c8aaef08f411b27bd36adae", + "blockNumber": 5457510, + "confirmations": 913802, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104853593, + "cumulativeGasUsed": 590716, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 2703515003, + "gasUsed": 45633, + "hash": "0x4e5547d07f690c148a1fc2828d161cfbf7634c6dc120e54789e29f7efddce798", + "id": 71, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 515, + "timeStamp": 1555958078000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 1, + "txReceiptStatus": 0, + "updatedAt": 1568221823284, + "value": 0 + }, + { + "blockHash": "0xc6a445e068d65ec8df97dba60de43e00b3865509ae964582330bb015d36e6c88", + "blockNumber": 5457185, + "confirmations": 914127, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104853962, + "cumulativeGasUsed": 1299645, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 100000, + "gasPrice": 2500000000, + "gasUsed": 32653, + "hash": "0xf1062f56e133d5355302b8e1470cf0dd06526bbab249b371b212c67bb383b5fc", + "id": 72, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 514, + "timeStamp": 1555953637000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 8, + "txReceiptStatus": 1, + "updatedAt": 1568221823613, + "value": 25 + }, + { + "blockHash": "0x3deb4d5cdd860c28f11d0e4dd8a64b7df620001a987fdd9395efa1b6b4d27dfb", + "blockNumber": 5457117, + "confirmations": 914195, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104854552, + "cumulativeGasUsed": 3963502, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 2500000000, + "gasUsed": 59871, + "hash": "0x6816cd615de37d1acad52ad5e805ea496fb13fa9a730fd731473a344342f0cc6", + "id": 73, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 513, + "timeStamp": 1555952780000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 4, + "txReceiptStatus": 1, + "updatedAt": 1568221824217, + "value": 25 + }, + { + "blockHash": "0x3deb4d5cdd860c28f11d0e4dd8a64b7df620001a987fdd9395efa1b6b4d27dfb", + "blockNumber": 5457117, + "confirmations": 914195, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104856113, + "cumulativeGasUsed": 3903631, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 2500000000, + "gasUsed": 45633, + "hash": "0xb33ed763978d3b81ba189e77231a264eefb5d526f0f2e8a8ccc627112e73949d", + "id": 74, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 512, + "timeStamp": 1555952780000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 3, + "txReceiptStatus": 0, + "updatedAt": 1568221825591, + "value": 0 + }, + { + "blockHash": "0x4ec8d6990ca3f4d2d57a8b487c365097ff5ceb9cbba1c0bcbe672b24d94b2243", + "blockNumber": 5457083, + "confirmations": 914229, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104856480, + "cumulativeGasUsed": 1354409, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 100000, + "gasPrice": 2500000000, + "gasUsed": 32653, + "hash": "0x377aa9408f24464cd9569f75b9d8225e0e5fb6666076fc6398ae22a105735c3a", + "id": 75, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 511, + "timeStamp": 1555952405000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 11, + "txReceiptStatus": 1, + "updatedAt": 1568221825799, + "value": 25 + }, + { + "blockHash": "0xf5df4159b4aea7896cd1a43fee4d9703cac8f7cb733ce4f4a0cd9c464bac126f", + "blockNumber": 5457072, + "confirmations": 914240, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104857113, + "cumulativeGasUsed": 2527069, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1836549761, + "gasUsed": 59871, + "hash": "0xebde392095efa238a28c719b76eb01eb8b960cf39c477b13f1f38598b2c3dc7e", + "id": 76, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 510, + "timeStamp": 1555952282000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 58, + "txReceiptStatus": 1, + "updatedAt": 1568221826409, + "value": 25 + }, + { + "blockHash": "0xf5df4159b4aea7896cd1a43fee4d9703cac8f7cb733ce4f4a0cd9c464bac126f", + "blockNumber": 5457072, + "confirmations": 914240, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104858626, + "cumulativeGasUsed": 2467198, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1836549761, + "gasUsed": 45633, + "hash": "0x860228a7eadb1147a3441a1406d32f0c6ef5c5397231ffd0cbe1d6a2a3b31d23", + "id": 77, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 509, + "timeStamp": 1555952282000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 57, + "txReceiptStatus": 0, + "updatedAt": 1568221827898, + "value": 0 + }, + { + "blockHash": "0xc2f8730829b9f3d66884a41fab3a42f7d0124d91348e4e35a969d59a6d759741", + "blockNumber": 5090545, + "confirmations": 1280767, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104858996, + "cumulativeGasUsed": 510549, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 52808, + "gasPrice": 12300000000, + "gasUsed": 52808, + "hash": "0x6365193cf0a6f5bc124931b7aa29a8e77b28ee457b6500ee352beed707d4f99a", + "id": 78, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 508, + "timeStamp": 1551107892000, + "to": "0x543eb583d56f5fa8c06ef225edc0f08ecc4f5397", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 3, + "txReceiptStatus": 1, + "updatedAt": 1568221828107, + "value": 500000 + }, + { + "blockHash": "0xbcd7737357d7fd87137e01b78ff1a5c6d6060f70412a9daba9df9d4e491d4b2b", + "blockNumber": 5090540, + "confirmations": 1280772, + "contractAddress": null, + "createdAt": 1568104859008, + "cumulativeGasUsed": 208077, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 21000, + "gasPrice": 12300000000, + "gasUsed": 21000, + "hash": "0xd6ac0ba5d29c100a0c04b31385204bc05a2a72b1899ce109a907953e8efb9890", + "id": 79, + "input": "0x", + "isError": 0, + "networkId": 3, + "nonce": 507, + "timeStamp": 1551107859000, + "to": "0x543eb583d56f5fa8c06ef225edc0f08ecc4f5397", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 3, + "txReceiptStatus": 1, + "updatedAt": 1568221828119, + "value": 0.5 + }, + { + "blockHash": "0x384123a16f5e22f50d065efb6ca79206baa939a79fec60f66de41d5517eab446", + "blockNumber": 5090537, + "confirmations": 1280775, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104860491, + "cumulativeGasUsed": 241688, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 37296, + "gasPrice": 12300000000, + "gasUsed": 37296, + "hash": "0x31b75fde7dcdb1fc5a6e3f659633840e16877194f1fd19bec319fc8caf951182", + "id": 80, + "input": "0xa9059cbb000000000000000000000000543eb583d56f5fa8c06ef225edc0f08ecc4f53970000000000000000000000000000000000000000000069e10de76676d0800000", + "isError": 1, + "networkId": 3, + "nonce": 506, + "timeStamp": 1551107820000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 1, + "txReceiptStatus": 0, + "updatedAt": 1568221829527, + "value": 0 + }, + { + "blockHash": "0x78d52e2c0b76db8dd0964380e6d2b504e787306ea3ec184c19f8c820d07c4cd9", + "blockNumber": 4898794, + "confirmations": 1472518, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104860869, + "cumulativeGasUsed": 2929717, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 100000, + "gasPrice": 3250000000, + "gasUsed": 32653, + "hash": "0x85d213ae25b540526fea0cb6db7d32b4123dbddde6de647412404827bcc53a66", + "id": 81, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 505, + "timeStamp": 1548505309000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 6, + "txReceiptStatus": 1, + "updatedAt": 1568221829732, + "value": 25 + }, + { + "blockHash": "0x3290b8d5146fc334272660e12f1286a0347fad99191184f0c232e78fed114e1e", + "blockNumber": 4887319, + "confirmations": 1483993, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104861459, + "cumulativeGasUsed": 145777, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 5000000000, + "gasUsed": 59871, + "hash": "0x1bc09d13f1883d17481f3490edd5726e6b197c2d4da688e472d69799b063eaf2", + "id": 82, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 504, + "timeStamp": 1548339576000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 2, + "txReceiptStatus": 1, + "updatedAt": 1568221830319, + "value": 25 + }, + { + "blockHash": "0x3290b8d5146fc334272660e12f1286a0347fad99191184f0c232e78fed114e1e", + "blockNumber": 4887319, + "confirmations": 1483993, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104862961, + "cumulativeGasUsed": 85906, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 5000000000, + "gasUsed": 45633, + "hash": "0x1e097b145233746cb111f69dfe2511940e162d07e3ff37bb2a2bae4f7d7dd19a", + "id": 83, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 503, + "timeStamp": 1548339576000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 1, + "txReceiptStatus": 0, + "updatedAt": 1568221831703, + "value": 0 + }, + { + "blockHash": "0x51fd73a247c35eeacc2b34dca98c4406656acb1bb0fc185954163f5a739e84e9", + "blockNumber": 4887298, + "confirmations": 1484014, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104863332, + "cumulativeGasUsed": 928785, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 100000, + "gasPrice": 5500000000, + "gasUsed": 32653, + "hash": "0x176dc95f30db7864f80d3a5d96d7721a9bd8b81c792e9faf6a387f148a43a8d7", + "id": 84, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 502, + "timeStamp": 1548339204000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 3, + "txReceiptStatus": 1, + "updatedAt": 1568221832047, + "value": 25 + }, + { + "blockHash": "0x2eea020a3555c276c25103cb6b3ed97136c1271754ffbf30e7d3a935fc8511ae", + "blockNumber": 4887290, + "confirmations": 1484022, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104863976, + "cumulativeGasUsed": 395717, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 5000000000, + "gasUsed": 59871, + "hash": "0x1352f2150b1b267fc2682a8463e7ef3fd9f45143abda8ea546b111f764c6be3c", + "id": 85, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 501, + "timeStamp": 1548339028000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 9, + "txReceiptStatus": 1, + "updatedAt": 1568221832548, + "value": 25 + }, + { + "blockHash": "0x2eea020a3555c276c25103cb6b3ed97136c1271754ffbf30e7d3a935fc8511ae", + "blockNumber": 4887290, + "confirmations": 1484022, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104865468, + "cumulativeGasUsed": 335846, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 5000000000, + "gasUsed": 45633, + "hash": "0x71af4417d3184e3d03e5d41dea76b8607eda60fa93589b194e94081f69fe636c", + "id": 86, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 500, + "timeStamp": 1548339028000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 8, + "txReceiptStatus": 0, + "updatedAt": 1568221833948, + "value": 0 + }, + { + "blockHash": "0x92670e5c82165b42c0ab1f5cd05f6d48ea1f242d2e79f47a4c3837dda803a1d7", + "blockNumber": 4881714, + "confirmations": 1489598, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104865919, + "cumulativeGasUsed": 1666162, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 100000, + "gasPrice": 4500000000, + "gasUsed": 32653, + "hash": "0x6e4b11ed32a8adaabc31dd4d027554ff91a4439e838d365083bc7bf2292f4c10", + "id": 87, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 499, + "timeStamp": 1548266645000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 4, + "txReceiptStatus": 1, + "updatedAt": 1568221834381, + "value": 25 + }, + { + "blockHash": "0x1a9baf1fc4048409acf1a0d371c58600dbf677702016d51383165372ae6b5631", + "blockNumber": 4881712, + "confirmations": 1489600, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104866438, + "cumulativeGasUsed": 7055034, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 4500000000, + "gasUsed": 59871, + "hash": "0x5b709cde672212c419d42d6de7c94d8bf74b0728003ffa523694b4d79f12ea96", + "id": 88, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 498, + "timeStamp": 1548266590000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 6, + "txReceiptStatus": 1, + "updatedAt": 1568221834754, + "value": 25 + }, + { + "blockHash": "0x1a9baf1fc4048409acf1a0d371c58600dbf677702016d51383165372ae6b5631", + "blockNumber": 4881712, + "confirmations": 1489600, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104867981, + "cumulativeGasUsed": 6995163, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 4500000000, + "gasUsed": 45633, + "hash": "0xae3fe013d78f99459e4ba867093a420a37035c9f9b1213bcb1b0549d55a8595f", + "id": 89, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 497, + "timeStamp": 1548266590000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 5, + "txReceiptStatus": 0, + "updatedAt": 1568221836143, + "value": 0 + }, + { + "blockHash": "0xc4fc3b6e2a45b20dcfea379714dfa293573c32dca618f0e15a0bae1152cc5d77", + "blockNumber": 4881657, + "confirmations": 1489655, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104868261, + "cumulativeGasUsed": 602875, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 100000, + "gasPrice": 4000000000, + "gasUsed": 32653, + "hash": "0x6e8b5d73286ca75775ad6d2001c58e521d4bdf63e7737a1bd8d995655dea6e8f", + "id": 90, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 496, + "timeStamp": 1548265810000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 4, + "txReceiptStatus": 1, + "updatedAt": 1568221836337, + "value": 25 + }, + { + "blockHash": "0xe10e11dd9b81f8c928bbd163c7b5ebc79850ed22ccb84f5907287db340ae0bd5", + "blockNumber": 4881647, + "confirmations": 1489665, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104868959, + "cumulativeGasUsed": 412616, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 4578323875, + "gasUsed": 59871, + "hash": "0xe112c85df9c7e33921a44f1af4e5bf285a2393a319bd3489bff5e8380c8f94e8", + "id": 91, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 495, + "timeStamp": 1548265739000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 2, + "txReceiptStatus": 1, + "updatedAt": 1568221836938, + "value": 25 + }, + { + "blockHash": "0xe10e11dd9b81f8c928bbd163c7b5ebc79850ed22ccb84f5907287db340ae0bd5", + "blockNumber": 4881647, + "confirmations": 1489665, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104870449, + "cumulativeGasUsed": 352745, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 4578323875, + "gasUsed": 45633, + "hash": "0x7743e3c0360a92292066b4bcd92140ddc39aa856265b9b6dd6535ef7150d0d41", + "id": 92, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 494, + "timeStamp": 1548265739000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 1, + "txReceiptStatus": 0, + "updatedAt": 1568221838334, + "value": 0 + }, + { + "blockHash": "0xb0ca0aeaa78bb430742367cf063152686d1bfcee47e0bafc44677817786c7396", + "blockNumber": 4881631, + "confirmations": 1489681, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104870725, + "cumulativeGasUsed": 966087, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 100000, + "gasPrice": 4000000000, + "gasUsed": 32653, + "hash": "0xdc63f1327210b38e5cd502caf80277e5353c1dfe941d496ec94882fb60de515f", + "id": 93, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 493, + "timeStamp": 1548265529000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 8, + "txReceiptStatus": 1, + "updatedAt": 1568221838793, + "value": 25 + }, + { + "blockHash": "0x8091e03e46a7b390333a1706bc987db5e452676d1c914bc4217eaac5c4a7d318", + "blockNumber": 4881487, + "confirmations": 1489825, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104872374, + "cumulativeGasUsed": 261975, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 4000000000, + "gasUsed": 59871, + "hash": "0x05d65c4ad0148de2af82c5ceaa2ddcd607fb631d8117f26f424d54a47189d66b", + "id": 94, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 492, + "timeStamp": 1548263227000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 2, + "txReceiptStatus": 1, + "updatedAt": 1568221839135, + "value": 25 + }, + { + "blockHash": "0x8091e03e46a7b390333a1706bc987db5e452676d1c914bc4217eaac5c4a7d318", + "blockNumber": 4881487, + "confirmations": 1489825, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104874777, + "cumulativeGasUsed": 202104, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 4000000000, + "gasUsed": 45633, + "hash": "0x6cd1dc22c260b4b132badbf59661b822979ebc577dcdfe651e6378252e5a79e3", + "id": 95, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 491, + "timeStamp": 1548263227000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 1, + "txReceiptStatus": 0, + "updatedAt": 1568221840504, + "value": 0 + }, + { + "blockHash": "0x9d0d53a2a7069e5a492735176f8fc652d8b099d1f1a3db8f78e3a233bac3ae7a", + "blockNumber": 4323883, + "confirmations": 2047429, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104875476, + "cumulativeGasUsed": 213251, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 10276711811, + "gasUsed": 32653, + "hash": "0x04a518fb659fd55f1e71bc3ad2addde5bbb409dd23f1e4342799686370c76f12", + "id": 96, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 490, + "timeStamp": 1540803970000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 3, + "txReceiptStatus": 1, + "updatedAt": 1568221840922, + "value": 25 + }, + { + "blockHash": "0xb32c9da2c99790b62d2c2eeb31c3ff2918242bc362f526253a9c989047004fc4", + "blockNumber": 4323877, + "confirmations": 2047435, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104875976, + "cumulativeGasUsed": 3450489, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 6915852803, + "gasUsed": 59871, + "hash": "0x9f2d58764889d3eed47ed4701ed1575c2e7527ae1ced4125df8d3b299dd30f4a", + "id": 97, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 489, + "timeStamp": 1540803894000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 11, + "txReceiptStatus": 1, + "updatedAt": 1568221841305, + "value": 25 + }, + { + "blockHash": "0xb32c9da2c99790b62d2c2eeb31c3ff2918242bc362f526253a9c989047004fc4", + "blockNumber": 4323877, + "confirmations": 2047435, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104878327, + "cumulativeGasUsed": 3390618, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 6915852803, + "gasUsed": 45633, + "hash": "0xbc4c8c09c44b9bf62f71887f57f13d5919f5d17cc76da54492bb5776f273570b", + "id": 98, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 488, + "timeStamp": 1540803894000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 10, + "txReceiptStatus": 0, + "updatedAt": 1568221842814, + "value": 0 + }, + { + "blockHash": "0x46a8f26d16583fc9f5b9a2ddf9a0f03f52184e744832d452169ebecb5a6d1178", + "blockNumber": 4304903, + "confirmations": 2066409, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104879322, + "cumulativeGasUsed": 6834010, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 12800000000, + "gasUsed": 32653, + "hash": "0x9f8c7dd488c6dab5e12148969ff67225740563e07f9b070b352f50aa32741548", + "id": 99, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 487, + "timeStamp": 1540563810000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 14, + "txReceiptStatus": 1, + "updatedAt": 1568221843006, + "value": 25 + }, + { + "blockHash": "0x7477b06b15871f1210928ce5130e21e46ba50d429da4deb8042358ac667fb874", + "blockNumber": 4304607, + "confirmations": 2066705, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104879784, + "cumulativeGasUsed": 7358751, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 10450000000, + "gasUsed": 59871, + "hash": "0xa39a9977e0e06c16a9bc9254d4799b2a440c49c1186fd828f3ab91507eca3e06", + "id": 100, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 486, + "timeStamp": 1540556166000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 275, + "txReceiptStatus": 1, + "updatedAt": 1568221843623, + "value": 25 + }, + { + "blockHash": "0x7477b06b15871f1210928ce5130e21e46ba50d429da4deb8042358ac667fb874", + "blockNumber": 4304607, + "confirmations": 2066705, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104881679, + "cumulativeGasUsed": 7298880, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 10450000000, + "gasUsed": 45633, + "hash": "0x3168220f57dbe198883b552a429d134e7de51192b3d67813ed416f1e9f2831f8", + "id": 101, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 485, + "timeStamp": 1540556166000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 274, + "txReceiptStatus": 0, + "updatedAt": 1568221845147, + "value": 0 + }, + { + "blockHash": "0xf47e8270c33235a36513bd1797027bc44fa5e6646112f245079feb11a0218ead", + "blockNumber": 4304360, + "confirmations": 2066952, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104882126, + "cumulativeGasUsed": 53653, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 13050000000, + "gasUsed": 32653, + "hash": "0x33c6aabc6c1858e50d9506957e6a54f3f3b7bf2807daaeba735fca6e0747ea59", + "id": 102, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 484, + "timeStamp": 1540551228000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 1, + "txReceiptStatus": 1, + "updatedAt": 1568221845335, + "value": 25 + }, + { + "blockHash": "0x8806fe1017e17a8c5fdeec7f390116b891421d914c658563d8841f4d33ba8f76", + "blockNumber": 4304340, + "confirmations": 2066972, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104882677, + "cumulativeGasUsed": 312097, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 13050000000, + "gasUsed": 59871, + "hash": "0xcbad10398ca66434f2388df63cfcf09a26aa36f1cb227959828944751c23e5f5", + "id": 103, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 483, + "timeStamp": 1540550910000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 6, + "txReceiptStatus": 1, + "updatedAt": 1568221845955, + "value": 25 + }, + { + "blockHash": "0x8806fe1017e17a8c5fdeec7f390116b891421d914c658563d8841f4d33ba8f76", + "blockNumber": 4304340, + "confirmations": 2066972, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104885687, + "cumulativeGasUsed": 252226, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 13050000000, + "gasUsed": 45633, + "hash": "0x68b67afe2765ae65367319c42649831eadb3df04e8779a31f624108319a7cedb", + "id": 104, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 482, + "timeStamp": 1540550910000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 5, + "txReceiptStatus": 0, + "updatedAt": 1568221847361, + "value": 0 + }, + { + "blockHash": "0x6416d97914958aac8d9621fa6c1d3a79d0d3265bcd37cc7f7c26a194c8cf9cd0", + "blockNumber": 4304316, + "confirmations": 2066996, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104885964, + "cumulativeGasUsed": 310115, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 16049776075, + "gasUsed": 32653, + "hash": "0xa85563c70c242a643907cd1eac70ca05fa540df8106b232bf7ac6ded05cf268b", + "id": 105, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 481, + "timeStamp": 1540550513000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 1, + "txReceiptStatus": 1, + "updatedAt": 1568221847782, + "value": 25 + }, + { + "blockHash": "0xd8d29b4f0e384d28a9537fb239d506aac76e8e10fe363bdd4e6da5552ae17cc6", + "blockNumber": 4304311, + "confirmations": 2067001, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104886571, + "cumulativeGasUsed": 2114463, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 13550000000, + "gasUsed": 59871, + "hash": "0x2c0835d56008de1d5d97ecf0f150e0c86d4e90cacaa8d5f28ca478fa02297221", + "id": 106, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 480, + "timeStamp": 1540550382000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 5, + "txReceiptStatus": 1, + "updatedAt": 1568221848600, + "value": 25 + }, + { + "blockHash": "0xd8d29b4f0e384d28a9537fb239d506aac76e8e10fe363bdd4e6da5552ae17cc6", + "blockNumber": 4304311, + "confirmations": 2067001, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104888060, + "cumulativeGasUsed": 2054592, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 13550000000, + "gasUsed": 45633, + "hash": "0x6f46332bb5e7360e28bbd93d8575c9eabf7ab0e7d88bf0bb8f70dad7c7046e59", + "id": 107, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 479, + "timeStamp": 1540550382000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 4, + "txReceiptStatus": 0, + "updatedAt": 1568221850011, + "value": 0 + }, + { + "blockHash": "0x4cf9c79ca57c6d8be2309abbafb732f35c3899ebc8a394b60801dbbb365b9891", + "blockNumber": 4304305, + "confirmations": 2067007, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104888339, + "cumulativeGasUsed": 116263, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 12471809745, + "gasUsed": 32653, + "hash": "0x4f6eb003b9c21bdc545a8654d9db62cbeb507839ef189dbdc74de23fcf9dd9a1", + "id": 108, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 478, + "timeStamp": 1540550231000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 2, + "txReceiptStatus": 1, + "updatedAt": 1568221850658, + "value": 25 + }, + { + "blockHash": "0x4666ad75601cd092288a0b79f4114d281fde262461e5672d268fc7fbcff73068", + "blockNumber": 4304287, + "confirmations": 2067025, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104889052, + "cumulativeGasUsed": 150682, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 15534522204, + "gasUsed": 59871, + "hash": "0xd88fd26e5f1601c87e743b64106faabcbcc000a25c12c37da7f173f254ac203c", + "id": 109, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 477, + "timeStamp": 1540549964000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 2, + "txReceiptStatus": 1, + "updatedAt": 1568221850849, + "value": 25 + }, + { + "blockHash": "0x4666ad75601cd092288a0b79f4114d281fde262461e5672d268fc7fbcff73068", + "blockNumber": 4304287, + "confirmations": 2067025, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104890646, + "cumulativeGasUsed": 90811, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 15534522204, + "gasUsed": 45633, + "hash": "0xd3c88b25e7a2c6f5f4601c97bff467f303ffb781d9a9baf46082a0f8ff418d73", + "id": 110, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 476, + "timeStamp": 1540549964000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 1, + "txReceiptStatus": 0, + "updatedAt": 1568221852232, + "value": 0 + }, + { + "blockHash": "0xd37171eb89cfd8da5073796d879cd9edcde8dfa3ba15682f457da07d5310995d", + "blockNumber": 4304283, + "confirmations": 2067029, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104891027, + "cumulativeGasUsed": 6097447, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 14733359413, + "gasUsed": 32653, + "hash": "0x2b5654cd7881ecf6cb1bb752728b5ccae75df298bb9eaf3da6043dab20acd9ed", + "id": 111, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 475, + "timeStamp": 1540549877000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 2, + "txReceiptStatus": 1, + "updatedAt": 1568221852428, + "value": 25 + }, + { + "blockHash": "0x440bc4a54ba6770dc6fbae09f55973416cadf6d9aa6e37e0565d36857b88abba", + "blockNumber": 4304274, + "confirmations": 2067038, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104891633, + "cumulativeGasUsed": 183864, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 10448497275, + "gasUsed": 59871, + "hash": "0x1c35ac1c367ee8bf4ae10fb47e95da5a0d9f085c45700133e3968317bcfdf250", + "id": 112, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 474, + "timeStamp": 1540549742000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 3, + "txReceiptStatus": 1, + "updatedAt": 1568221853041, + "value": 25 + }, + { + "blockHash": "0x440bc4a54ba6770dc6fbae09f55973416cadf6d9aa6e37e0565d36857b88abba", + "blockNumber": 4304274, + "confirmations": 2067038, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104893229, + "cumulativeGasUsed": 123993, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 10448497275, + "gasUsed": 45633, + "hash": "0xadd01a0660eb24b5d86540cff28fdcb649cfd5767d77a3fb6f3bc8d49fa94151", + "id": 113, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 473, + "timeStamp": 1540549742000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 2, + "txReceiptStatus": 0, + "updatedAt": 1568221854517, + "value": 0 + }, + { + "blockHash": "0x41b4bc1e6b1a57a15953ffd03a8812957f08670082cca440f39f8ea2252c1f87", + "blockNumber": 4304203, + "confirmations": 2067109, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104893682, + "cumulativeGasUsed": 5070457, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 12500000000, + "gasUsed": 32653, + "hash": "0xa8025a799ee3d007003a71d452116366005cf682d9a3333203384f8bd7f80d7f", + "id": 114, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 472, + "timeStamp": 1540547210000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 13, + "txReceiptStatus": 1, + "updatedAt": 1568221855038, + "value": 25 + }, + { + "blockHash": "0x70203d215f55fcf9cbec055306f8e8f259fe40be59223f8657bdccaa86a82b75", + "blockNumber": 4304184, + "confirmations": 2067128, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104894423, + "cumulativeGasUsed": 150281, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 12300000000, + "gasUsed": 59871, + "hash": "0x8ddfe223ed3a525e60130f72865c1add67553a63e77d0823711fa8ca61041cee", + "id": 115, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 471, + "timeStamp": 1540546962000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 3, + "txReceiptStatus": 1, + "updatedAt": 1568221855334, + "value": 25 + }, + { + "blockHash": "0x70203d215f55fcf9cbec055306f8e8f259fe40be59223f8657bdccaa86a82b75", + "blockNumber": 4304184, + "confirmations": 2067128, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104896022, + "cumulativeGasUsed": 90410, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 12300000000, + "gasUsed": 45633, + "hash": "0x62b7845e5306d1766585aa543ed635fee4f66b5bbd12dc0366d320c82deec1bc", + "id": 116, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 470, + "timeStamp": 1540546962000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 2, + "txReceiptStatus": 0, + "updatedAt": 1568221856724, + "value": 0 + }, + { + "blockHash": "0xdc5d4e32a50b86a3665b3a1e10e3e7007b16452ae7da97a2761c6aff52906029", + "blockNumber": 4304171, + "confirmations": 2067141, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104896406, + "cumulativeGasUsed": 3386617, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 13250000000, + "gasUsed": 32653, + "hash": "0x98c5f8893378b559dc972dff0d539ce7b3e5ea0687a92c2873bcbcbbc5c98168", + "id": 117, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 469, + "timeStamp": 1540546800000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 4, + "txReceiptStatus": 1, + "updatedAt": 1568221856930, + "value": 25 + }, + { + "blockHash": "0x28d87df302efdccc42d2f01754536b8635c1f0071606051ad593bef54bd09602", + "blockNumber": 4304166, + "confirmations": 2067146, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104897032, + "cumulativeGasUsed": 159881, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 13250000000, + "gasUsed": 59871, + "hash": "0x501edcf0576d106fbb7a9140a7abde18500a875ac21d571cd0e6a71268abdf5d", + "id": 118, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 468, + "timeStamp": 1540546717000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 2, + "txReceiptStatus": 1, + "updatedAt": 1568221857547, + "value": 25 + }, + { + "blockHash": "0x6b31ca5ea76412c3fef35fd7d508522cd3c8d9401385e669a7cc6b69787712fa", + "blockNumber": 4304164, + "confirmations": 2067148, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104898728, + "cumulativeGasUsed": 87044, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 13250000000, + "gasUsed": 45633, + "hash": "0xa563f0b0f7e073e174911f53d8cbf1c14c5d188ebf3fb1f94a43de9f5da37351", + "id": 119, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 467, + "timeStamp": 1540546697000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 1, + "txReceiptStatus": 0, + "updatedAt": 1568221859083, + "value": 0 + }, + { + "blockHash": "0xfc7dc8c4a4e2f52b94666ec03a1345a87effc1b358500647ea1d08b05ca6a279", + "blockNumber": 4304159, + "confirmations": 2067153, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104899226, + "cumulativeGasUsed": 53653, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 16835401716, + "gasUsed": 32653, + "hash": "0xc249b9e630d5874788924002c67219b3b294ba72a81a8798f9e8f60e0c215934", + "id": 120, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 466, + "timeStamp": 1540546624000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 1, + "txReceiptStatus": 1, + "updatedAt": 1568221859367, + "value": 25 + }, + { + "blockHash": "0x91ab7d1878307a3bdbd3d38e860e285739e5e676f0c14a198f2cf1f5dd6a84ed", + "blockNumber": 4304152, + "confirmations": 2067160, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104899895, + "cumulativeGasUsed": 127557, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 13500000000, + "gasUsed": 59871, + "hash": "0x4d25eaf2f3fecec7d8cccaa94545590fe2cc99b5a6b8e9747567bd4bf2ada13c", + "id": 121, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 465, + "timeStamp": 1540546560000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 2, + "txReceiptStatus": 1, + "updatedAt": 1568221859893, + "value": 25 + }, + { + "blockHash": "0x91ab7d1878307a3bdbd3d38e860e285739e5e676f0c14a198f2cf1f5dd6a84ed", + "blockNumber": 4304152, + "confirmations": 2067160, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104901712, + "cumulativeGasUsed": 67686, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 13500000000, + "gasUsed": 45633, + "hash": "0x0d9294437700f60e33b070262ca48328a5215a6fe38219b4a817826ad050e86b", + "id": 122, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 464, + "timeStamp": 1540546560000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 1, + "txReceiptStatus": 0, + "updatedAt": 1568221861287, + "value": 0 + }, + { + "blockHash": "0x1518d20536491d542c7157bbbe5993518f2151df911a2128009dec5d38eb9727", + "blockNumber": 4304144, + "confirmations": 2067168, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104901987, + "cumulativeGasUsed": 123872, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 19596314682, + "gasUsed": 32653, + "hash": "0xc87052097be675dcf810598a91ea48ffd24370f5f45f86becedd306a962e4f34", + "id": 123, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 463, + "timeStamp": 1540546488000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 1, + "txReceiptStatus": 1, + "updatedAt": 1568221861639, + "value": 25 + }, + { + "blockHash": "0x3a8b2df24d5333b757e734769864e1a87d6dcf56bae918173aa4bbf295f09bf0", + "blockNumber": 4304141, + "confirmations": 2067171, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104902587, + "cumulativeGasUsed": 4302997, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 9832110290, + "gasUsed": 59871, + "hash": "0xfa6022d839428a6b457ef020a278b6875b5b09a71965cc3b17c73791171252fa", + "id": 124, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 462, + "timeStamp": 1540546400000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 6, + "txReceiptStatus": 1, + "updatedAt": 1568221862312, + "value": 25 + }, + { + "blockHash": "0x3a8b2df24d5333b757e734769864e1a87d6dcf56bae918173aa4bbf295f09bf0", + "blockNumber": 4304141, + "confirmations": 2067171, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104905143, + "cumulativeGasUsed": 4243126, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 9832110290, + "gasUsed": 45633, + "hash": "0x590b3889d326cfcc151473f72dfa7fcb443724398fae8b223f50dc9d7462070d", + "id": 125, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 461, + "timeStamp": 1540546400000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 5, + "txReceiptStatus": 0, + "updatedAt": 1568221863681, + "value": 0 + }, + { + "blockHash": "0xe293ee61bbed2fad00dc6b2fead2ba0ec75ec56284171de49c1b5677887fde30", + "blockNumber": 4304139, + "confirmations": 2067173, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104905472, + "cumulativeGasUsed": 64108, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 9665313225, + "gasUsed": 32653, + "hash": "0x0985849373135da92c47e6100e426d3336cffbf7f56d4e1b911a1bc05d51341c", + "id": 126, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 460, + "timeStamp": 1540546380000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 1, + "txReceiptStatus": 1, + "updatedAt": 1568221864057, + "value": 25 + }, + { + "blockHash": "0x46e3ad9512a587910abaf756cb573032e7ad1e494e129480e334e9f88cfea6c1", + "blockNumber": 4304106, + "confirmations": 2067206, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104906144, + "cumulativeGasUsed": 3527528, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 13905050451, + "gasUsed": 59871, + "hash": "0x5d94b68bc3692251bc1e7c99a267ead333f77edac3441cf3bd34e7ae540444e7", + "id": 127, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 459, + "timeStamp": 1540546023000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 7, + "txReceiptStatus": 1, + "updatedAt": 1568221864470, + "value": 25 + }, + { + "blockHash": "0x46e3ad9512a587910abaf756cb573032e7ad1e494e129480e334e9f88cfea6c1", + "blockNumber": 4304106, + "confirmations": 2067206, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104907974, + "cumulativeGasUsed": 3467657, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 13905050451, + "gasUsed": 45633, + "hash": "0x86281a5abcd8da72d3baf786478831017d996750cf6a258982b6f34f48d9194a", + "id": 128, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 458, + "timeStamp": 1540546023000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 6, + "txReceiptStatus": 0, + "updatedAt": 1568221865851, + "value": 0 + }, + { + "blockHash": "0xa4056d66ff9de86ea823025e180e3af649bb6b3d453d372ed99de25a8566dbf0", + "blockNumber": 4304104, + "confirmations": 2067208, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104908373, + "cumulativeGasUsed": 107352, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 13100000000, + "gasUsed": 32653, + "hash": "0x77b60c11ce4612d3c2bd96c4ac0c88c77d83dac6d27610cab56735d39d3b91db", + "id": 129, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 457, + "timeStamp": 1540545988000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 3, + "txReceiptStatus": 1, + "updatedAt": 1568221866054, + "value": 25 + }, + { + "blockHash": "0x24924e0b5d37113a987e91043b5a9b0de169e5bc259ad7d44688a5960b4933a8", + "blockNumber": 4304096, + "confirmations": 2067216, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104909373, + "cumulativeGasUsed": 4881088, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 15901996439, + "gasUsed": 59871, + "hash": "0xe21b7cf222ab2c5d52b121571794f3616431025df4f738b7a1f92d64bf630fa9", + "id": 130, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 456, + "timeStamp": 1540545896000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 10, + "txReceiptStatus": 1, + "updatedAt": 1568221866651, + "value": 25 + }, + { + "blockHash": "0x24924e0b5d37113a987e91043b5a9b0de169e5bc259ad7d44688a5960b4933a8", + "blockNumber": 4304096, + "confirmations": 2067216, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104911923, + "cumulativeGasUsed": 4821217, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 15901996439, + "gasUsed": 45633, + "hash": "0x3704759406151db29d1f906034251e191fea6987d057d8f615c4dc61722283e5", + "id": 131, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 455, + "timeStamp": 1540545896000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 9, + "txReceiptStatus": 0, + "updatedAt": 1568221868047, + "value": 0 + }, + { + "blockHash": "0x4c4748445fe72e8ef91dbad6bbf4bf986ca5ed7a9bc1d59dd19b86f3cd3d18be", + "blockNumber": 4304081, + "confirmations": 2067231, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104912200, + "cumulativeGasUsed": 4948078, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 13350000000, + "gasUsed": 32653, + "hash": "0xa2caa577c4770a45e64c96788c385d6d9fdba8af8a5381d274ce88bedceef2e7", + "id": 132, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 454, + "timeStamp": 1540545634000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 13, + "txReceiptStatus": 1, + "updatedAt": 1568221868262, + "value": 25 + }, + { + "blockHash": "0xd865e3747ddd7b3a59941627f9305335e62131eda0abfb48528a1c64efff5420", + "blockNumber": 4304046, + "confirmations": 2067266, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104912797, + "cumulativeGasUsed": 6082787, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 11550000000, + "gasUsed": 59871, + "hash": "0x472ff48be3e34b2eb42c50e9bbf6610b9d3440553605bd3f4ba97b1b34978c1a", + "id": 133, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 453, + "timeStamp": 1540545160000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 5, + "txReceiptStatus": 1, + "updatedAt": 1568221868837, + "value": 25 + }, + { + "blockHash": "0xd865e3747ddd7b3a59941627f9305335e62131eda0abfb48528a1c64efff5420", + "blockNumber": 4304046, + "confirmations": 2067266, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104914362, + "cumulativeGasUsed": 6022916, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 11550000000, + "gasUsed": 45633, + "hash": "0x507c67c3ddb40fb6b1e1a99381c6e2d2f808b97d3f7a1df536f323a7a555b936", + "id": 134, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 452, + "timeStamp": 1540545160000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 4, + "txReceiptStatus": 0, + "updatedAt": 1568221870215, + "value": 0 + }, + { + "blockHash": "0x4cede4bbdb73034577f57fecd06127ecdde07060246360d6470b4c4c10652298", + "blockNumber": 4303804, + "confirmations": 2067508, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104914765, + "cumulativeGasUsed": 746874, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 9950000000, + "gasUsed": 32653, + "hash": "0xd5034cf70a1c338a027a04ca68eaf9c70878f16c988b47b3fe176c4bbb560e97", + "id": 135, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 451, + "timeStamp": 1540542138000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 9, + "txReceiptStatus": 1, + "updatedAt": 1568221870790, + "value": 25 + }, + { + "blockHash": "0x557c8846755cb572ac20b464ea0aeff469231542efe849d06514e70c5f842ae0", + "blockNumber": 4303747, + "confirmations": 2067565, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104915246, + "cumulativeGasUsed": 398238, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 5900000000, + "gasUsed": 59871, + "hash": "0xaabf5668468e862421889e7cf1f03d6fead1ab97d0ad78582d4718ff7c7e6794", + "id": 136, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 450, + "timeStamp": 1540541376000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 13, + "txReceiptStatus": 1, + "updatedAt": 1568221871024, + "value": 25 + }, + { + "blockHash": "0x557c8846755cb572ac20b464ea0aeff469231542efe849d06514e70c5f842ae0", + "blockNumber": 4303747, + "confirmations": 2067565, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104916960, + "cumulativeGasUsed": 338367, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 5900000000, + "gasUsed": 45633, + "hash": "0xb77608eb0573dd432833542f6456ccf99e006810286caa557ce622ac39c3657c", + "id": 137, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 449, + "timeStamp": 1540541376000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 12, + "txReceiptStatus": 0, + "updatedAt": 1568221872412, + "value": 0 + }, + { + "blockHash": "0x0990b739b11a54e2250ea7ac174b2d1bcb881c7c72712d3e037094e177745f82", + "blockNumber": 4303745, + "confirmations": 2067567, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104917487, + "cumulativeGasUsed": 1086758, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 6100000000, + "gasUsed": 32653, + "hash": "0x56cc50169c4b038b33faef933eebfc4cf55475ec78b3efb72f1045a5c0c8db68", + "id": 138, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 448, + "timeStamp": 1540541341000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 30, + "txReceiptStatus": 1, + "updatedAt": 1568221872640, + "value": 25 + }, + { + "blockHash": "0x95046a2e7a3923d658a93b44a6b89ce7ec1b3e4c6b6368f8e84ecd532bb83f3e", + "blockNumber": 4303743, + "confirmations": 2067569, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104917831, + "cumulativeGasUsed": 1815943, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 9550000000, + "gasUsed": 59871, + "hash": "0xb29d0f7d1e9ce35e7aa744b023c7c015457642025aabd5c383fe921c3306f182", + "id": 139, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 447, + "timeStamp": 1540541312000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 3, + "txReceiptStatus": 1, + "updatedAt": 1568221873221, + "value": 25 + }, + { + "blockHash": "0x95046a2e7a3923d658a93b44a6b89ce7ec1b3e4c6b6368f8e84ecd532bb83f3e", + "blockNumber": 4303743, + "confirmations": 2067569, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104919325, + "cumulativeGasUsed": 1756072, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 9550000000, + "gasUsed": 45633, + "hash": "0x5b5a6fac118f05b266c1a94a394fc2fd5e894cddfeb20b7bf434480d533ce663", + "id": 140, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 446, + "timeStamp": 1540541312000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 2, + "txReceiptStatus": 0, + "updatedAt": 1568221874603, + "value": 0 + }, + { + "blockHash": "0x411dc54660577b711e02009cef58ac7a806f43a12e29bcbb1225cfdbc94f22aa", + "blockNumber": 4303739, + "confirmations": 2067573, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104919593, + "cumulativeGasUsed": 215264, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 10050000000, + "gasUsed": 32653, + "hash": "0x9cf6f71b43a5123805868ba0bdc8cfe9ef6b0f79aecfb7372c0f74650e475d1e", + "id": 141, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 445, + "timeStamp": 1540541245000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 2, + "txReceiptStatus": 1, + "updatedAt": 1568221874804, + "value": 25 + }, + { + "blockHash": "0x5d8e776f2ea4a6921bda991c9eb0b9e91da293e7e52e83a975f11b55e3f279dd", + "blockNumber": 4303737, + "confirmations": 2067575, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104920399, + "cumulativeGasUsed": 1816007, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 14000000000, + "gasUsed": 59871, + "hash": "0x15a91cd96dfc02f3e4d878f3fc7ac837f698c634c8e5bdd3d6484b660fbe4d0d", + "id": 142, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 444, + "timeStamp": 1540541198000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 3, + "txReceiptStatus": 1, + "updatedAt": 1568221875416, + "value": 25 + }, + { + "blockHash": "0x5d8e776f2ea4a6921bda991c9eb0b9e91da293e7e52e83a975f11b55e3f279dd", + "blockNumber": 4303737, + "confirmations": 2067575, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104921900, + "cumulativeGasUsed": 1756136, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 14000000000, + "gasUsed": 45633, + "hash": "0xd73869b67198b4fcc6e65569fca59a5940914f60c7b7efb0df667335486279cf", + "id": 143, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 443, + "timeStamp": 1540541198000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 2, + "txReceiptStatus": 0, + "updatedAt": 1568221876811, + "value": 0 + }, + { + "blockHash": "0xce149ea65f5ece31c3e518125bea0ae425edc2a08bbbb4fe7e80ae773d424ac0", + "blockNumber": 4303733, + "confirmations": 2067579, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104922410, + "cumulativeGasUsed": 178601, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 10050000000, + "gasUsed": 32653, + "hash": "0xdbcba97543046e0357921df8470b680f89aa9e376ac95c0956c1f52b4d2d0896", + "id": 144, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 442, + "timeStamp": 1540541143000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 1, + "txReceiptStatus": 1, + "updatedAt": 1568221877003, + "value": 25 + }, + { + "blockHash": "0xeadea5d83a5f8e1fbcefa8a6d851f25d67a1ec6636e97d6e87f29bd02852b214", + "blockNumber": 4303725, + "confirmations": 2067587, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104922795, + "cumulativeGasUsed": 352429, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 12550000000, + "gasUsed": 59871, + "hash": "0x9c0e661507cbe1eb4dc501a9c266bd548926a77b23d7ab0e896294903310588c", + "id": 145, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 441, + "timeStamp": 1540540974000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 8, + "txReceiptStatus": 1, + "updatedAt": 1568221877894, + "value": 25 + }, + { + "blockHash": "0xeadea5d83a5f8e1fbcefa8a6d851f25d67a1ec6636e97d6e87f29bd02852b214", + "blockNumber": 4303725, + "confirmations": 2067587, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104924288, + "cumulativeGasUsed": 292558, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 12550000000, + "gasUsed": 45633, + "hash": "0xb0693139c3d2190b2b1e4a8e14e43ea59712ca06538ec7a41ce26ef79935d6a7", + "id": 146, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 440, + "timeStamp": 1540540974000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 7, + "txReceiptStatus": 0, + "updatedAt": 1568221879285, + "value": 0 + }, + { + "blockHash": "0x9868ee03b9fe20f3576f53465d5661ddafa331ced910ed2294b0bffb062a00bb", + "blockNumber": 4299511, + "confirmations": 2071801, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104924599, + "cumulativeGasUsed": 1465242, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 8000000000, + "gasUsed": 32653, + "hash": "0x2d6482148586beed4abd9036944e9da573bac3d7a8adbdd51e49a69c1364d133", + "id": 147, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 439, + "timeStamp": 1540478130000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 27, + "txReceiptStatus": 1, + "updatedAt": 1568221879476, + "value": 25 + }, + { + "blockHash": "0xda46ef53b7dc92cf5489975fcc92124b84596c36b36270286e82cfb617bfafa3", + "blockNumber": 4299492, + "confirmations": 2071820, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104925294, + "cumulativeGasUsed": 532072, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 8800000000, + "gasUsed": 59871, + "hash": "0x8093b687f9a8df0a70311c7aa1ad493aff4efa18296b4ba28e6d73403ebd6fc2", + "id": 148, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 438, + "timeStamp": 1540477957000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 6, + "txReceiptStatus": 1, + "updatedAt": 1568221880132, + "value": 25 + }, + { + "blockHash": "0xda46ef53b7dc92cf5489975fcc92124b84596c36b36270286e82cfb617bfafa3", + "blockNumber": 4299492, + "confirmations": 2071820, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104926803, + "cumulativeGasUsed": 472201, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 8800000000, + "gasUsed": 45633, + "hash": "0xfdda87a004cf98dc2d5f673c61a4e207f2c653ef8cc87f398d368572b92d6e3f", + "id": 149, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 437, + "timeStamp": 1540477957000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 5, + "txReceiptStatus": 0, + "updatedAt": 1568221881549, + "value": 0 + }, + { + "blockHash": "0x4d8557582c3ddfd01f87170d73a307577b0b7d7666fee057dbb51ab7ec0911ff", + "blockNumber": 4299487, + "confirmations": 2071825, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104927171, + "cumulativeGasUsed": 1276420, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 9300000000, + "gasUsed": 32653, + "hash": "0x8de41c6d85a42934ce0df2cc5098b555adcfd3ae03e64bad8a5d5f6796e59c52", + "id": 150, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 436, + "timeStamp": 1540477908000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 29, + "txReceiptStatus": 1, + "updatedAt": 1568221881755, + "value": 25 + }, + { + "blockHash": "0x26b46c2180ea9915b466a5be6747a4590a046ec94b48c0740c64fb447bf15196", + "blockNumber": 4299473, + "confirmations": 2071839, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104927750, + "cumulativeGasUsed": 2853735, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 9300000000, + "gasUsed": 59871, + "hash": "0x0b526cca4de535e7f55f0548aa43f8acafdec6f45311c250a1cf33546cefaa8b", + "id": 151, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 435, + "timeStamp": 1540477791000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 16, + "txReceiptStatus": 1, + "updatedAt": 1568221882357, + "value": 25 + }, + { + "blockHash": "0x26b46c2180ea9915b466a5be6747a4590a046ec94b48c0740c64fb447bf15196", + "blockNumber": 4299473, + "confirmations": 2071839, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104929248, + "cumulativeGasUsed": 2793864, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 9300000000, + "gasUsed": 45633, + "hash": "0x98e0c2261024e27e22a0e21d94a4f768157902d63b7d819fc2208beb8a5680ca", + "id": 152, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 434, + "timeStamp": 1540477791000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 15, + "txReceiptStatus": 0, + "updatedAt": 1568221883802, + "value": 0 + }, + { + "blockHash": "0xcf442be46adfce6ffa9570cc819b26d2afdfdc4d6c6e23283665bba8e1690bde", + "blockNumber": 4299464, + "confirmations": 2071848, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104929615, + "cumulativeGasUsed": 1795609, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 9550000000, + "gasUsed": 32653, + "hash": "0xe3210349a022b849f595d5b830e3ced05c4f7470a493b57009b6e211045675df", + "id": 153, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 433, + "timeStamp": 1540477647000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 34, + "txReceiptStatus": 1, + "updatedAt": 1568221884016, + "value": 25 + }, + { + "blockHash": "0xc0f2c68bcd138dad2eac4452eef4d110f46b9f8b0a928930a02d1e9a1349a6b0", + "blockNumber": 4299448, + "confirmations": 2071864, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104930237, + "cumulativeGasUsed": 989810, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 9950000000, + "gasUsed": 59871, + "hash": "0xeca73750adc51e194f8ad2e42d4566b973ed8cff5482d90d16655721f8a401c2", + "id": 154, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 432, + "timeStamp": 1540477449000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 18, + "txReceiptStatus": 1, + "updatedAt": 1568221884617, + "value": 25 + }, + { + "blockHash": "0xc0f2c68bcd138dad2eac4452eef4d110f46b9f8b0a928930a02d1e9a1349a6b0", + "blockNumber": 4299448, + "confirmations": 2071864, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104932215, + "cumulativeGasUsed": 929939, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 9950000000, + "gasUsed": 45633, + "hash": "0x8865082780a8ab6ef782977dbdf1fcface8c9c131ea9d7ec84516d6d6215d2ca", + "id": 155, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 431, + "timeStamp": 1540477449000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 17, + "txReceiptStatus": 0, + "updatedAt": 1568221886236, + "value": 0 + }, + { + "blockHash": "0xf81bd22f7213e581410518328b3a99b5c518d3e88063e700a44ec2b55e51442d", + "blockNumber": 4299438, + "confirmations": 2071874, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104932674, + "cumulativeGasUsed": 3503793, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 9950000000, + "gasUsed": 32653, + "hash": "0x0be6a970635396f32b9a50799adf822c11e7674241c4d69673b58d9c88c0feda", + "id": 156, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 430, + "timeStamp": 1540477373000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 7, + "txReceiptStatus": 1, + "updatedAt": 1568221886789, + "value": 25 + }, + { + "blockHash": "0xabaa87d3b126277d87079f18f6c36d8566c6ad77ce02ca27601bc4031c3c324c", + "blockNumber": 4299434, + "confirmations": 2071878, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104933092, + "cumulativeGasUsed": 1682790, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 9950000000, + "gasUsed": 59871, + "hash": "0xd57e06ad4e0e86d857bffba234e922f55ca425a812582a26ca1e363bc9c0e19a", + "id": 157, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 429, + "timeStamp": 1540477341000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 10, + "txReceiptStatus": 1, + "updatedAt": 1568221887194, + "value": 25 + }, + { + "blockHash": "0xabaa87d3b126277d87079f18f6c36d8566c6ad77ce02ca27601bc4031c3c324c", + "blockNumber": 4299434, + "confirmations": 2071878, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104934585, + "cumulativeGasUsed": 1622919, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 9950000000, + "gasUsed": 45633, + "hash": "0x2b2942f65ce4a36ef7dca779276c90d6b0778f33c515f7440edf59a4b0b5732f", + "id": 158, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 428, + "timeStamp": 1540477341000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 9, + "txReceiptStatus": 0, + "updatedAt": 1568221889020, + "value": 0 + }, + { + "blockHash": "0x339ee08fef8bda13c542aad64392c29063d95e8780b0ef5abf10d4c75f213cd1", + "blockNumber": 4299430, + "confirmations": 2071882, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104934857, + "cumulativeGasUsed": 777548, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 10450000000, + "gasUsed": 32653, + "hash": "0x401402c906a11fdfc81a4eab1fba5eeb3bf5b70c9879eb7aecd782c889d35818", + "id": 159, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 427, + "timeStamp": 1540477287000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 12, + "txReceiptStatus": 1, + "updatedAt": 1568221889207, + "value": 25 + }, + { + "blockHash": "0x6843167740fed7537b96b05526fb4b018e4444f0ca2b32bf0a6239a79a2388b9", + "blockNumber": 4299424, + "confirmations": 2071888, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104935759, + "cumulativeGasUsed": 821166, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 10450000000, + "gasUsed": 59871, + "hash": "0x52c41226cc4a5313380560ca35ec2fb3fccbd7a52cff68186a2e24d89284f606", + "id": 160, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 426, + "timeStamp": 1540477203000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 15, + "txReceiptStatus": 1, + "updatedAt": 1568221889831, + "value": 25 + }, + { + "blockHash": "0x6843167740fed7537b96b05526fb4b018e4444f0ca2b32bf0a6239a79a2388b9", + "blockNumber": 4299424, + "confirmations": 2071888, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104937250, + "cumulativeGasUsed": 761295, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 10450000000, + "gasUsed": 45633, + "hash": "0x28fdb9634445de813be3ead8278b2dcea0d5c9056496dd23f1f5ef853d24fd7f", + "id": 161, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 425, + "timeStamp": 1540477203000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 14, + "txReceiptStatus": 0, + "updatedAt": 1568221891241, + "value": 0 + }, + { + "blockHash": "0xeaa4cc23507683428d2d3bb730abf7d3433da54e3bf6a51b385429278787b608", + "blockNumber": 4299420, + "confirmations": 2071892, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104937519, + "cumulativeGasUsed": 77236, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 10450000000, + "gasUsed": 32653, + "hash": "0xad6b0a330eac2fb160697c931b51dc9c5570d353deb2d739c381874125ca9a35", + "id": 162, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 424, + "timeStamp": 1540477165000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 1, + "txReceiptStatus": 1, + "updatedAt": 1568221891429, + "value": 25 + }, + { + "blockHash": "0x1323c29f1cce82e7aa6126e2a46a42f4e542a51cce5077bac46ddc185a8db9a6", + "blockNumber": 4299417, + "confirmations": 2071895, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104938234, + "cumulativeGasUsed": 3755706, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 10000000000, + "gasUsed": 59871, + "hash": "0x8d30e909d8585efed29d4923970060c8377a1e544568f1d301f189c7206ede7d", + "id": 163, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 423, + "timeStamp": 1540477126000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 8, + "txReceiptStatus": 1, + "updatedAt": 1568221892046, + "value": 25 + }, + { + "blockHash": "0x1323c29f1cce82e7aa6126e2a46a42f4e542a51cce5077bac46ddc185a8db9a6", + "blockNumber": 4299417, + "confirmations": 2071895, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104940348, + "cumulativeGasUsed": 3695835, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 10000000000, + "gasUsed": 45633, + "hash": "0x60c75b9e58adf4079b3d44536ea5ca6ed3977bd9c3cd4edaf2cf9e9b2cc9905c", + "id": 164, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 422, + "timeStamp": 1540477126000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 7, + "txReceiptStatus": 0, + "updatedAt": 1568221893424, + "value": 0 + }, + { + "blockHash": "0xa2fd61a83b62201040bb62efe771acb6b57ca70cf65115b7b67fb09625364161", + "blockNumber": 4299411, + "confirmations": 2071901, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104940631, + "cumulativeGasUsed": 748546, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 10500000000, + "gasUsed": 32653, + "hash": "0x4c8d8bf9c3c17231d61e2c0d3f84d5a7e5c13fcd39651b352c86437ce7bd62a7", + "id": 165, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 421, + "timeStamp": 1540477069000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 9, + "txReceiptStatus": 1, + "updatedAt": 1568221893624, + "value": 25 + }, + { + "blockHash": "0xa49b44c776518329188906b2beafd4ff093b43639f711ec9654320c0c5768814", + "blockNumber": 4299402, + "confirmations": 2071910, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104941390, + "cumulativeGasUsed": 2583566, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 10000000000, + "gasUsed": 59871, + "hash": "0x853fef01aa4d0c84d82cb4a6b881434b50d3f10508b3bc5b645beca360060837", + "id": 166, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 420, + "timeStamp": 1540476929000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 36, + "txReceiptStatus": 1, + "updatedAt": 1568221894226, + "value": 25 + }, + { + "blockHash": "0xa49b44c776518329188906b2beafd4ff093b43639f711ec9654320c0c5768814", + "blockNumber": 4299402, + "confirmations": 2071910, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104942898, + "cumulativeGasUsed": 2523695, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 10000000000, + "gasUsed": 45633, + "hash": "0xa9dcdf87ca636b32ef4e88a09c6342aa35d132746347bb1280583873a20448f9", + "id": 167, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 419, + "timeStamp": 1540476929000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 35, + "txReceiptStatus": 0, + "updatedAt": 1568221895672, + "value": 0 + }, + { + "blockHash": "0x8e77c6095afd6615988f0b6810f362df79d3e455dfcdfa208d6d43189e2e73c0", + "blockNumber": 4299389, + "confirmations": 2071923, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104943381, + "cumulativeGasUsed": 870155, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 10500000000, + "gasUsed": 32653, + "hash": "0x248dfd43d18f05e519a88f4ba06409b6148b51d23f848a86b6204a22a67e8f32", + "id": 168, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 418, + "timeStamp": 1540476781000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 11, + "txReceiptStatus": 1, + "updatedAt": 1568221895865, + "value": 25 + }, + { + "blockHash": "0x6f252d10b460aea0bec6efcb0d60f27491363c6ae9cd4c339cfbbbfa88a432ca", + "blockNumber": 4299002, + "confirmations": 2072310, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104943802, + "cumulativeGasUsed": 5082957, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 59871, + "hash": "0x06eb82a976e07ff70330230b9d20584e92eda15eff405b5a5cb138066a6459f1", + "id": 169, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 417, + "timeStamp": 1540471787000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 74, + "txReceiptStatus": 1, + "updatedAt": 1568221896465, + "value": 25 + }, + { + "blockHash": "0x6f252d10b460aea0bec6efcb0d60f27491363c6ae9cd4c339cfbbbfa88a432ca", + "blockNumber": 4299002, + "confirmations": 2072310, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104945293, + "cumulativeGasUsed": 5023086, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0xe27feb7d9ab8a5a0439c52ad69453e8f31291a7b618484813cdd02537a929f70", + "id": 170, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 416, + "timeStamp": 1540471787000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 73, + "txReceiptStatus": 0, + "updatedAt": 1568221897844, + "value": 0 + }, + { + "blockHash": "0xa2de4e76e41243f5dba1de2d1392c909ccd2f158edc582d924c518f2c04c145c", + "blockNumber": 4298992, + "confirmations": 2072320, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104945569, + "cumulativeGasUsed": 5396516, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 1000000000, + "gasUsed": 32653, + "hash": "0x2bcbed2fc16bc16622b950920086fac3527bdddb72e3c39b9a2f56c65879979a", + "id": 171, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 415, + "timeStamp": 1540471633000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 51, + "txReceiptStatus": 1, + "updatedAt": 1568221898040, + "value": 25 + }, + { + "blockHash": "0xd9f160bd6dbbaebfd537c739156a2f44719b9a26258d229bf2c0ccd0e0feb410", + "blockNumber": 4298989, + "confirmations": 2072323, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104946284, + "cumulativeGasUsed": 2456309, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 59871, + "hash": "0x2a19daf2833e86c033189ab7e335151bc672e9df80656b3ca456c2de74f97b75", + "id": 172, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 414, + "timeStamp": 1540471602000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 41, + "txReceiptStatus": 1, + "updatedAt": 1568221898638, + "value": 25 + }, + { + "blockHash": "0x934ff33212a7df3100a953061d20f38193ffcf1279f9c3b94ec4f6432f897af5", + "blockNumber": 4298987, + "confirmations": 2072325, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104947770, + "cumulativeGasUsed": 7505933, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 2000000000, + "gasUsed": 45633, + "hash": "0x383b25a757452d267bfe0f979bedde123e82eee01b5adc1c67ae4ac98c510895", + "id": 173, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 413, + "timeStamp": 1540471575000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 19, + "txReceiptStatus": 0, + "updatedAt": 1568221900011, + "value": 0 + }, + { + "blockHash": "0xb84cb571d49da05220ad2b8db95f07a4106618f1c144d65d958ef445223df9dc", + "blockNumber": 4298970, + "confirmations": 2072342, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104948053, + "cumulativeGasUsed": 613135, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 3000000000, + "gasUsed": 32653, + "hash": "0x792679d12892670fc468dab35bdef8001019604da4877a933a5e9c0aa2bf52c6", + "id": 174, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 412, + "timeStamp": 1540471326000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 6, + "txReceiptStatus": 1, + "updatedAt": 1568221900201, + "value": 25 + }, + { + "blockHash": "0xd06435e6d983a7c587c2a1c66efad9f5e24c26673021d51b78b8e57600daf6b0", + "blockNumber": 4298967, + "confirmations": 2072345, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104948734, + "cumulativeGasUsed": 7099672, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 3000000000, + "gasUsed": 59871, + "hash": "0xf42a63bac22f5991452168206bb2f5f8cefa8ef58d5eaf3749b978de5b484e97", + "id": 175, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 411, + "timeStamp": 1540471258000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 66, + "txReceiptStatus": 1, + "updatedAt": 1568221900995, + "value": 25 + }, + { + "blockHash": "0xd06435e6d983a7c587c2a1c66efad9f5e24c26673021d51b78b8e57600daf6b0", + "blockNumber": 4298967, + "confirmations": 2072345, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104950444, + "cumulativeGasUsed": 7039801, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 3000000000, + "gasUsed": 45633, + "hash": "0x58ab564f04e93a3348d956939694b7d145f1eac80eb6a4ea142c51b935f48ac0", + "id": 176, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 410, + "timeStamp": 1540471258000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 65, + "txReceiptStatus": 0, + "updatedAt": 1568221902409, + "value": 0 + }, + { + "blockHash": "0x059dcb4c6caa0762cf5110ea2cedb6b83a2597d25fd920beb11323508b4174e6", + "blockNumber": 4298957, + "confirmations": 2072355, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104950820, + "cumulativeGasUsed": 6489912, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 4565000000, + "gasUsed": 32653, + "hash": "0xc4ccdbb1481ac4201fa49f29f1d29f88f85cebeca1b8f558b54a12bde732c315", + "id": 177, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 409, + "timeStamp": 1540471111000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 71, + "txReceiptStatus": 1, + "updatedAt": 1568221902613, + "value": 25 + }, + { + "blockHash": "0xaff88ee82f3a56f9f9e6dda8c9b5e7653d9e12cc0c462ed9333f1317c8008e18", + "blockNumber": 4298954, + "confirmations": 2072358, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104951418, + "cumulativeGasUsed": 6272314, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 4715895382, + "gasUsed": 59871, + "hash": "0x5877c608df340a139c1b3799fa58e8ea1b21e7c6024a637a0dd63d113548e3aa", + "id": 178, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 408, + "timeStamp": 1540471071000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 45, + "txReceiptStatus": 1, + "updatedAt": 1568221903206, + "value": 25 + }, + { + "blockHash": "0xaff88ee82f3a56f9f9e6dda8c9b5e7653d9e12cc0c462ed9333f1317c8008e18", + "blockNumber": 4298954, + "confirmations": 2072358, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104952898, + "cumulativeGasUsed": 6212443, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 4715895382, + "gasUsed": 45633, + "hash": "0xd8cb968f0e3254655c4316bde65ba87d605316470e35dd91c36af3aebcb3a39a", + "id": 179, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 407, + "timeStamp": 1540471071000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 44, + "txReceiptStatus": 0, + "updatedAt": 1568221904767, + "value": 0 + }, + { + "blockHash": "0x89cec26f43ece29fec05eb198d92c8042f7768ae7083a5a054c6aa76a1b3bab1", + "blockNumber": 4298952, + "confirmations": 2072360, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104953167, + "cumulativeGasUsed": 6949477, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 4715895382, + "gasUsed": 32653, + "hash": "0xad4c50d387de6608609908d502802630bb7bf5927a9cb3a773d532b122b0c4ad", + "id": 180, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 406, + "timeStamp": 1540471028000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 167, + "txReceiptStatus": 1, + "updatedAt": 1568221904969, + "value": 25 + }, + { + "blockHash": "0x376869062ea4dedc7e6b8e6c3f55ce39ad9b588ff56502934b167ee4cdbf7d08", + "blockNumber": 4298936, + "confirmations": 2072376, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104953774, + "cumulativeGasUsed": 6867959, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 59871, + "hash": "0x7e37f0666c424786b107a7c93f95bce56ecdb7d1fb044eaf61452d7d27d453ac", + "id": 181, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 405, + "timeStamp": 1540470864000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 69, + "txReceiptStatus": 1, + "updatedAt": 1568221905587, + "value": 25 + }, + { + "blockHash": "0xad0c65896404d360c6418872d9ecbfd182d59f8b9c264a47deeb9dd5c5c2a0f2", + "blockNumber": 4298930, + "confirmations": 2072382, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104955273, + "cumulativeGasUsed": 2036445, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0x76bc1fbcecad07357dc60b4827475dca50acf32d370b83c6f63d77738161388a", + "id": 182, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 404, + "timeStamp": 1540470773000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 22, + "txReceiptStatus": 0, + "updatedAt": 1568221907090, + "value": 0 + }, + { + "blockHash": "0xd5d90e28686423e9a13bd3385237adb2c4b75e110ab977d7faf5bb4b02400382", + "blockNumber": 4298911, + "confirmations": 2072401, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104955554, + "cumulativeGasUsed": 7508470, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 1000000000, + "gasUsed": 32653, + "hash": "0xb277a4ad2d4f0a3de1cca1b69e864014ac4cb4a0663706aef0538a7b5cfc9919", + "id": 183, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 403, + "timeStamp": 1540470582000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 186, + "txReceiptStatus": 1, + "updatedAt": 1568221907291, + "value": 25 + }, + { + "blockHash": "0x007d09b79b5e9e3ce74828c3883a331f37d5bfc2e0313462a3c07d0457ee12bf", + "blockNumber": 4298891, + "confirmations": 2072421, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104956154, + "cumulativeGasUsed": 6600962, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 59871, + "hash": "0xd161a286e9ba12b89fa8ac2bee4dcc2738323cb76a6ff932c46f67984ec5f19b", + "id": 184, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 402, + "timeStamp": 1540470301000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 41, + "txReceiptStatus": 1, + "updatedAt": 1568221907903, + "value": 25 + }, + { + "blockHash": "0x007d09b79b5e9e3ce74828c3883a331f37d5bfc2e0313462a3c07d0457ee12bf", + "blockNumber": 4298891, + "confirmations": 2072421, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104957638, + "cumulativeGasUsed": 6541091, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0x2a04d46ab2f4ca47097930e3eba3ecfe3865285be26c7710a60af3711de590e0", + "id": 185, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 401, + "timeStamp": 1540470301000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 40, + "txReceiptStatus": 0, + "updatedAt": 1568221909410, + "value": 0 + }, + { + "blockHash": "0xe020fe62936b318ccf85fafc4fb2b7515c7a349cdfa5bb707d523a8f5ece92ec", + "blockNumber": 4298846, + "confirmations": 2072466, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104958016, + "cumulativeGasUsed": 5874668, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 1000000000, + "gasUsed": 32653, + "hash": "0xf3e593ad8f1bb219915e9468f2f59c402a951c983b603328f7cefc805a153c04", + "id": 186, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 400, + "timeStamp": 1540469776000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 95, + "txReceiptStatus": 1, + "updatedAt": 1568221909619, + "value": 50 + }, + { + "blockHash": "0x0704fd4dca92fafebe39433778951d9a8532af9dd2192a2beec17925cff5c7ff", + "blockNumber": 4298843, + "confirmations": 2072469, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104958663, + "cumulativeGasUsed": 1699059, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 44871, + "hash": "0x2258d82bd652ce64ce000c36fd6c0b4e245b7e3f51e3c47d4146153c09f630e9", + "id": 187, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 399, + "timeStamp": 1540469721000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 23, + "txReceiptStatus": 1, + "updatedAt": 1568221910231, + "value": 25 + }, + { + "blockHash": "0x0704fd4dca92fafebe39433778951d9a8532af9dd2192a2beec17925cff5c7ff", + "blockNumber": 4298843, + "confirmations": 2072469, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104982432, + "cumulativeGasUsed": 1654188, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0x0ce934215d399a90c3334f467d1b38b90aaba5199eea7f65057505e422278d52", + "id": 188, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 398, + "timeStamp": 1540469721000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 22, + "txReceiptStatus": 0, + "updatedAt": 1568221911617, + "value": 0 + }, + { + "blockHash": "0x5f37f9653912b0b8cff0fb79196007fe31b0f3c86904dbd0b6f4f0707914f214", + "blockNumber": 4298829, + "confirmations": 2072483, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104982711, + "cumulativeGasUsed": 3601530, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 59871, + "hash": "0x5786734ab3a45905ffa5c2e5b69dd115ae0d006db2af782a4a6eba73fa3d63b5", + "id": 189, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 397, + "timeStamp": 1540469557000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 70, + "txReceiptStatus": 1, + "updatedAt": 1568221911815, + "value": 25 + }, + { + "blockHash": "0x5f37f9653912b0b8cff0fb79196007fe31b0f3c86904dbd0b6f4f0707914f214", + "blockNumber": 4298829, + "confirmations": 2072483, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104984649, + "cumulativeGasUsed": 3541659, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0xd160a4d5c258c18c74ca6e5f6a2b46f7dcf1c015238d132c3a3c71d9e90c2568", + "id": 190, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 396, + "timeStamp": 1540469557000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 69, + "txReceiptStatus": 0, + "updatedAt": 1568221913186, + "value": 0 + }, + { + "blockHash": "0xaf3a15983f4f9a0ee3e2cdfee7c9eb642776db46047337732cbad05a8b177e5d", + "blockNumber": 4298820, + "confirmations": 2072492, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104985044, + "cumulativeGasUsed": 4935848, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 1000000000, + "gasUsed": 32653, + "hash": "0xcc398ae5586be7f51507ebd4d2174aaa6255d30bb0b5a88fb5c0b4d4ee0d3ca9", + "id": 191, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 395, + "timeStamp": 1540469407000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 69, + "txReceiptStatus": 1, + "updatedAt": 1568221913795, + "value": 25 + }, + { + "blockHash": "0x0b2280d8a6252a7d4c6070b9b42af41cc63b943fdd22c6918c192b0ab5a855b0", + "blockNumber": 4298813, + "confirmations": 2072499, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104985527, + "cumulativeGasUsed": 4727252, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 59871, + "hash": "0x74f65c4677591d00599bcf83166a57c0b2d59b05fd8e444ed9fae34c33980b7f", + "id": 192, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 394, + "timeStamp": 1540469309000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 15, + "txReceiptStatus": 1, + "updatedAt": 1568221914001, + "value": 25 + }, + { + "blockHash": "0x0b2280d8a6252a7d4c6070b9b42af41cc63b943fdd22c6918c192b0ab5a855b0", + "blockNumber": 4298813, + "confirmations": 2072499, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104987428, + "cumulativeGasUsed": 4667381, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0x5a10d8e8050fb0934e78ce42a232bce458161ba3aaafe59833dd56a0a94ced0f", + "id": 193, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 393, + "timeStamp": 1540469309000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 14, + "txReceiptStatus": 0, + "updatedAt": 1568221915455, + "value": 0 + }, + { + "blockHash": "0xa10d70c53ee8d16f62747104e260e894136b15894c3e2f43c0982f6269004a7f", + "blockNumber": 4293064, + "confirmations": 2078248, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104987707, + "cumulativeGasUsed": 2537959, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 3000000000, + "gasUsed": 32653, + "hash": "0x9b5cb81a4ac0ee0dbebd2e48f99807ea47ffe5fa756e6b8ed9bb50c70fc20042", + "id": 194, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 392, + "timeStamp": 1540392492000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 38, + "txReceiptStatus": 1, + "updatedAt": 1568221915933, + "value": 25 + }, + { + "blockHash": "0x7db918a164f070b7067f2b884f9b70c743796b31ea5125ae50db9452095b9354", + "blockNumber": 4293059, + "confirmations": 2078253, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104988313, + "cumulativeGasUsed": 1198873, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 3199723201, + "gasUsed": 59871, + "hash": "0x68dea28b70991107a93354185af10a7b11dceacf340140f0e250c263a7fcb50e", + "id": 195, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 391, + "timeStamp": 1540392431000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 18, + "txReceiptStatus": 1, + "updatedAt": 1568221916248, + "value": 25 + }, + { + "blockHash": "0x7db918a164f070b7067f2b884f9b70c743796b31ea5125ae50db9452095b9354", + "blockNumber": 4293059, + "confirmations": 2078253, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104991419, + "cumulativeGasUsed": 1139002, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 3199723201, + "gasUsed": 45633, + "hash": "0xb59f4af9bb302d1661fff5709b10f4d7d8206119f9a05769951fa31cfe88343a", + "id": 196, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 390, + "timeStamp": 1540392431000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 17, + "txReceiptStatus": 0, + "updatedAt": 1568221917636, + "value": 0 + }, + { + "blockHash": "0xe1f281c2559765b11e351b1fd453a4dd744834e20e153d727fde63a734ec8137", + "blockNumber": 4293055, + "confirmations": 2078257, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104991709, + "cumulativeGasUsed": 961909, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 3199723201, + "gasUsed": 32653, + "hash": "0xb2acfb317a95095635d186400ad077d551b1cdc4da6638011e7f043b00a6c5fd", + "id": 197, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 389, + "timeStamp": 1540392371000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 9, + "txReceiptStatus": 1, + "updatedAt": 1568221917819, + "value": 25 + }, + { + "blockHash": "0x86c7a6e479c52b643b8e4851c8f38c2dac510c2412db95ee7204e77aed223d88", + "blockNumber": 4293050, + "confirmations": 2078262, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104992411, + "cumulativeGasUsed": 6491322, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 3199723201, + "gasUsed": 59871, + "hash": "0x3d639a329bb746d695cc94eaa6eabad33af32fb000ce07dda276673a59dcf9e3", + "id": 198, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 388, + "timeStamp": 1540392288000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 38, + "txReceiptStatus": 1, + "updatedAt": 1568221918436, + "value": 25 + }, + { + "blockHash": "0x86c7a6e479c52b643b8e4851c8f38c2dac510c2412db95ee7204e77aed223d88", + "blockNumber": 4293050, + "confirmations": 2078262, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104994350, + "cumulativeGasUsed": 6431451, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 3199723201, + "gasUsed": 45633, + "hash": "0x2dc9a6c27536e7cef990054b8cd7133aa0c1a0ad0fcc0da48accf48a1c483dde", + "id": 199, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 387, + "timeStamp": 1540392288000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 37, + "txReceiptStatus": 0, + "updatedAt": 1568221919848, + "value": 0 + }, + { + "blockHash": "0xf943fb913353dc55a9e854f472404e538e277b2c108b259f0f0ece29886464ef", + "blockNumber": 4292998, + "confirmations": 2078314, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568104996045, + "cumulativeGasUsed": 3309375, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 200000, + "gasPrice": 2500000000, + "gasUsed": 23723, + "hash": "0x03668b5bb9f2c74199c5074f502e07e6006ad6274dc5d4f49e4451673fedd58a", + "id": 200, + "input": "0x40e5e9aa0000000000000000000000000000000000000000000000000000000000000000676c6f62616c0000000000000000000000000000000000000000000000000000", + "isError": 1, + "networkId": 3, + "nonce": 386, + "timeStamp": 1540391468000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 53, + "txReceiptStatus": 0, + "updatedAt": 1568221921333, + "value": 0 + }, + { + "blockHash": "0x350947209a6d3f127174ffb798ee32a30ddc41e6c2771768882449bc8e9bc509", + "blockNumber": 4292988, + "confirmations": 2078324, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104996318, + "cumulativeGasUsed": 2282012, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 200000, + "gasPrice": 2500000000, + "gasUsed": 32653, + "hash": "0x8b2f61ec575ef47e9e3e7cb63d3b5b8f3a0b322823255caa4cb73292d1c198c0", + "id": 201, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 385, + "timeStamp": 1540391362000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 33, + "txReceiptStatus": 1, + "updatedAt": 1568221921527, + "value": 225 + }, + { + "blockHash": "0x97588b8985c9cf5b3b3f0df55e8a03a1730378b3683c9926ec46a438d362e362", + "blockNumber": 4292949, + "confirmations": 2078363, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104997020, + "cumulativeGasUsed": 1006168, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 2500000000, + "gasUsed": 44871, + "hash": "0x544cae38e42f4b4d7ce685997d46163f4f689b51095975789e62035fadaa13ec", + "id": 202, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 384, + "timeStamp": 1540390976000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 8, + "txReceiptStatus": 1, + "updatedAt": 1568221922130, + "value": 25 + }, + { + "blockHash": "0x97588b8985c9cf5b3b3f0df55e8a03a1730378b3683c9926ec46a438d362e362", + "blockNumber": 4292949, + "confirmations": 2078363, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105019190, + "cumulativeGasUsed": 961297, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 2500000000, + "gasUsed": 45633, + "hash": "0x604b8ffabb0f102ab23db1a20930b139df802daf3b8956f58bfd04782348ec10", + "id": 203, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 383, + "timeStamp": 1540390976000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 7, + "txReceiptStatus": 0, + "updatedAt": 1568221923512, + "value": 0 + }, + { + "blockHash": "0x5488e3ae5f2e5c0ba3270ac5bb63e4d0e7df8a16583db1ace3688087b06af5f2", + "blockNumber": 4292933, + "confirmations": 2078379, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105019613, + "cumulativeGasUsed": 711831, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 2500000000, + "gasUsed": 44871, + "hash": "0x004ed4dd0cc7701bbc83cbf62e3275b7b5a1739169fdc1f86eb901e5087a1cc1", + "id": 204, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 382, + "timeStamp": 1540390737000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 10, + "txReceiptStatus": 1, + "updatedAt": 1568221923724, + "value": 25 + }, + { + "blockHash": "0x5488e3ae5f2e5c0ba3270ac5bb63e4d0e7df8a16583db1ace3688087b06af5f2", + "blockNumber": 4292933, + "confirmations": 2078379, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105044522, + "cumulativeGasUsed": 666960, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 2500000000, + "gasUsed": 45633, + "hash": "0x281c9ceb639bac3c77b3bf82cf201be3af4a4785335038ea6ca7c309e40b2d6a", + "id": 205, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 381, + "timeStamp": 1540390737000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 9, + "txReceiptStatus": 0, + "updatedAt": 1568221925107, + "value": 0 + }, + { + "blockHash": "0x15998d6bef67de3c1adf4f0c1b4ed9759bccbdfd1765485635eaab6c63ba99fe", + "blockNumber": 4292918, + "confirmations": 2078394, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105045169, + "cumulativeGasUsed": 5017272, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 2500000000, + "gasUsed": 44871, + "hash": "0xc7d42e8b6710ec2df0bebedf77ba031a001391759e710fa25fa6d9b022aee744", + "id": 206, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 380, + "timeStamp": 1540390510000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 44, + "txReceiptStatus": 1, + "updatedAt": 1568221925313, + "value": 25 + }, + { + "blockHash": "0x15998d6bef67de3c1adf4f0c1b4ed9759bccbdfd1765485635eaab6c63ba99fe", + "blockNumber": 4292918, + "confirmations": 2078394, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105046794, + "cumulativeGasUsed": 4972401, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 2500000000, + "gasUsed": 45633, + "hash": "0x94b49d555506bebcc012478163a39289e1f4f4468985bf434befcfbfc6f203e5", + "id": 207, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 379, + "timeStamp": 1540390510000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 43, + "txReceiptStatus": 0, + "updatedAt": 1568221926694, + "value": 0 + }, + { + "blockHash": "0xc1990b711aa55308ab695146ff36c5541c38c0d247cf53b1deb731391d34d94d", + "blockNumber": 4292912, + "confirmations": 2078400, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105047326, + "cumulativeGasUsed": 623916, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 2500000000, + "gasUsed": 44871, + "hash": "0x0ca9a94196163068047806a160e712e7bc73c2d77cf2243f66d00922625965fa", + "id": 208, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 378, + "timeStamp": 1540390378000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 5, + "txReceiptStatus": 1, + "updatedAt": 1568221926892, + "value": 25 + }, + { + "blockHash": "0xc1990b711aa55308ab695146ff36c5541c38c0d247cf53b1deb731391d34d94d", + "blockNumber": 4292912, + "confirmations": 2078400, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105049066, + "cumulativeGasUsed": 579045, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 2500000000, + "gasUsed": 45633, + "hash": "0x9ef29e93de06a4c510d24b6805ac58b5e87fd1e4511f2aefcbd76152080d5be6", + "id": 209, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 377, + "timeStamp": 1540390378000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 4, + "txReceiptStatus": 0, + "updatedAt": 1568221928354, + "value": 0 + }, + { + "blockHash": "0x06a3e0ac96e4ceba298e280dfa0f89b1b58e5b21f5cd40661ee802bb1a2dfef7", + "blockNumber": 4280747, + "confirmations": 2090565, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105049440, + "cumulativeGasUsed": 5394791, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 3000000000, + "gasUsed": 44935, + "hash": "0x4add66bdbe4820ffcc2b5ca58a2c1afe2149e109411d5e38657973f976471635", + "id": 210, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 376, + "timeStamp": 1540222322000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 25, + "txReceiptStatus": 1, + "updatedAt": 1568221928551, + "value": 25 + }, + { + "blockHash": "0x06a3e0ac96e4ceba298e280dfa0f89b1b58e5b21f5cd40661ee802bb1a2dfef7", + "blockNumber": 4280747, + "confirmations": 2090565, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105050943, + "cumulativeGasUsed": 5349856, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 3000000000, + "gasUsed": 45633, + "hash": "0xdd6ceeb1812b916a4b5a67b8f84d7405d7f410014c48d6f0503d343416c0f7c0", + "id": 211, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 375, + "timeStamp": 1540222322000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 24, + "txReceiptStatus": 0, + "updatedAt": 1568221929941, + "value": 0 + }, + { + "blockHash": "0x6c6723654d625ab5f20b7802487f81bf59ca65b401544e2e0e970b0745682260", + "blockNumber": 4280649, + "confirmations": 2090663, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105051311, + "cumulativeGasUsed": 5135157, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 4000000000, + "gasUsed": 44935, + "hash": "0x2f696d56bcd438c2a646a31e3e11b73c6ec22c73351ddc4ac38cea5ea017645f", + "id": 212, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 374, + "timeStamp": 1540220513000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 25, + "txReceiptStatus": 1, + "updatedAt": 1568221930131, + "value": 25 + }, + { + "blockHash": "0x6c6723654d625ab5f20b7802487f81bf59ca65b401544e2e0e970b0745682260", + "blockNumber": 4280649, + "confirmations": 2090663, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105052981, + "cumulativeGasUsed": 5090222, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 4000000000, + "gasUsed": 45633, + "hash": "0x67a167b66b4a9f6b0fc739a816765519e9bbb2891ef2c2d1c921bff4be19d4b6", + "id": 213, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 373, + "timeStamp": 1540220513000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 24, + "txReceiptStatus": 0, + "updatedAt": 1568221931591, + "value": 0 + }, + { + "blockHash": "0x381d96b78e5665092c5fa739963bb3a976977f55e1be68a81e25977aca084f19", + "blockNumber": 4280646, + "confirmations": 2090666, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105053252, + "cumulativeGasUsed": 2838723, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 4000000000, + "gasUsed": 59935, + "hash": "0xd4791cb51d4185edf824ffaa10f34986715426bed185618f42cf357c64f7479a", + "id": 214, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 372, + "timeStamp": 1540220421000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 10, + "txReceiptStatus": 1, + "updatedAt": 1568221931778, + "value": 25 + }, + { + "blockHash": "0x381d96b78e5665092c5fa739963bb3a976977f55e1be68a81e25977aca084f19", + "blockNumber": 4280646, + "confirmations": 2090666, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105064463, + "cumulativeGasUsed": 2778788, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 4000000000, + "gasUsed": 45633, + "hash": "0x586f507f8b9a10faaf98359e49d2bd363bda457b6d8fc8bfa7a6293eb4e6adde", + "id": 215, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 371, + "timeStamp": 1540220421000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 9, + "txReceiptStatus": 0, + "updatedAt": 1568221933174, + "value": 0 + }, + { + "blockHash": "0x3387f2cb6238e0d8b26b06151ad0508a0419367f8dd400d8cd78014b91ed0cd0", + "blockNumber": 4280585, + "confirmations": 2090727, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105064882, + "cumulativeGasUsed": 3206195, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 4000000000, + "gasUsed": 44871, + "hash": "0x83d91d51409bf2924be840993ef95147fe8e59ecabf34db77694577a9ce632ba", + "id": 216, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 370, + "timeStamp": 1540219373000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 18, + "txReceiptStatus": 1, + "updatedAt": 1568221933376, + "value": 25 + }, + { + "blockHash": "0x3387f2cb6238e0d8b26b06151ad0508a0419367f8dd400d8cd78014b91ed0cd0", + "blockNumber": 4280585, + "confirmations": 2090727, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105066388, + "cumulativeGasUsed": 3161324, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 4000000000, + "gasUsed": 45633, + "hash": "0x668a9c0e259321ce4b96439445b864832b0c9265b34d5536f12f05f0e9609e94", + "id": 217, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 369, + "timeStamp": 1540219373000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 17, + "txReceiptStatus": 0, + "updatedAt": 1568221934779, + "value": 0 + }, + { + "blockHash": "0x21b593fce63e4164727f7527f7452563751c51f8f1c4b73e8da8cbd04ed67a2a", + "blockNumber": 4280518, + "confirmations": 2090794, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105066763, + "cumulativeGasUsed": 5201538, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 3000000000, + "gasUsed": 44871, + "hash": "0x528fc250b8b483b5b7d49a5a7150f5edd69fdfe8ec66f85a1bdaea1262715734", + "id": 218, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 368, + "timeStamp": 1540218332000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 8, + "txReceiptStatus": 1, + "updatedAt": 1568221934975, + "value": 25 + }, + { + "blockHash": "0x21b593fce63e4164727f7527f7452563751c51f8f1c4b73e8da8cbd04ed67a2a", + "blockNumber": 4280518, + "confirmations": 2090794, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105068308, + "cumulativeGasUsed": 5156667, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 3000000000, + "gasUsed": 45633, + "hash": "0x80c3cc5fe61b885ff70d1ca7d6b707e9e33f2c5a3280ebff6f8875900ee9c64b", + "id": 219, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 367, + "timeStamp": 1540218332000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 7, + "txReceiptStatus": 0, + "updatedAt": 1568221936373, + "value": 0 + }, + { + "blockHash": "0x452ee2baf3c68571d71bc1ca8ab7595d55d8345f6d9061750020dd28d561f57b", + "blockNumber": 4280225, + "confirmations": 2091087, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105068694, + "cumulativeGasUsed": 2614186, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 4000000000, + "gasUsed": 44871, + "hash": "0x39b2b2b95ed99c2bac836333b464329fe2b78a581cc26a94537bc082b26a4f3c", + "id": 220, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 366, + "timeStamp": 1540213771000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 4, + "txReceiptStatus": 1, + "updatedAt": 1568221936585, + "value": 25 + }, + { + "blockHash": "0x452ee2baf3c68571d71bc1ca8ab7595d55d8345f6d9061750020dd28d561f57b", + "blockNumber": 4280225, + "confirmations": 2091087, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105070890, + "cumulativeGasUsed": 2569315, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 4000000000, + "gasUsed": 45633, + "hash": "0x4924d0ee84266c3056bd7febd6c898851cb79a26f9755271e9549b6b105a04bd", + "id": 221, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 365, + "timeStamp": 1540213771000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 3, + "txReceiptStatus": 0, + "updatedAt": 1568221937969, + "value": 0 + }, + { + "blockHash": "0xba882517621c0b47e8e58fdda9d2aceaa913c505db50b6413c51044482b65bfa", + "blockNumber": 4280223, + "confirmations": 2091089, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105071280, + "cumulativeGasUsed": 172598, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 4000000000, + "gasUsed": 44871, + "hash": "0x618c4983d02a1101e010fbd7a71ece880da86c1f636fde69f9142e9dded0a1b4", + "id": 222, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 364, + "timeStamp": 1540213715000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 3, + "txReceiptStatus": 1, + "updatedAt": 1568221938199, + "value": 25 + }, + { + "blockHash": "0xba882517621c0b47e8e58fdda9d2aceaa913c505db50b6413c51044482b65bfa", + "blockNumber": 4280223, + "confirmations": 2091089, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105073598, + "cumulativeGasUsed": 127727, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 4000000000, + "gasUsed": 45633, + "hash": "0x445bc331ae203d88180158fe9ba040331164df125587647c3844cfc73e6bec3e", + "id": 223, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 363, + "timeStamp": 1540213715000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 2, + "txReceiptStatus": 0, + "updatedAt": 1568221939577, + "value": 0 + }, + { + "blockHash": "0xb96ded0731675f9c58c4a9a5ccea4f2fbcb42554ffebc127c08707bd29d27c65", + "blockNumber": 4280214, + "confirmations": 2091098, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105073974, + "cumulativeGasUsed": 4871486, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 4000000000, + "gasUsed": 44871, + "hash": "0x7c2534a54fa352651575ba3709b2c460470490aecdc77a7afb8b18fc7fe2ea97", + "id": 224, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 362, + "timeStamp": 1540213618000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 13, + "txReceiptStatus": 1, + "updatedAt": 1568221939795, + "value": 25 + }, + { + "blockHash": "0xb96ded0731675f9c58c4a9a5ccea4f2fbcb42554ffebc127c08707bd29d27c65", + "blockNumber": 4280214, + "confirmations": 2091098, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105075472, + "cumulativeGasUsed": 4826615, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 4000000000, + "gasUsed": 45633, + "hash": "0x0bcd0227605002d6ddbecc9d12aff91b38ceb04e81e7123d58ea23f80b9a7d8a", + "id": 225, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000015af1d78b58c40000", + "isError": 0, + "networkId": 3, + "nonce": 361, + "timeStamp": 1540213618000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 12, + "txReceiptStatus": 0, + "updatedAt": 1568221941201, + "value": 0 + }, + { + "blockHash": "0x228d0390b1649ba7d1d35d2018eccc0381d068b597d98e091934e28f30561ada", + "blockNumber": 4280179, + "confirmations": 2091133, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105075761, + "cumulativeGasUsed": 5411251, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 4000000000, + "gasUsed": 44487, + "hash": "0x755f537406b740a6aedf76c244bc62dd26f50eca2fd88ba85831978b94831d16", + "id": 226, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 360, + "timeStamp": 1540213097000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 17, + "txReceiptStatus": 1, + "updatedAt": 1568221941393, + "value": 2.5e-17 + }, + { + "blockHash": "0x228d0390b1649ba7d1d35d2018eccc0381d068b597d98e091934e28f30561ada", + "blockNumber": 4280179, + "confirmations": 2091133, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105165416, + "cumulativeGasUsed": 5366764, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 4000000000, + "gasUsed": 45249, + "hash": "0x99a74ff62a68d574e8b2150f88f048be18ed11ba482a48c891ba09caedce7cf2", + "id": 227, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000000000000000000019", + "isError": 0, + "networkId": 3, + "nonce": 359, + "timeStamp": 1540213097000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 16, + "txReceiptStatus": 0, + "updatedAt": 1568221942772, + "value": 0 + }, + { + "blockHash": "0xf216728635aadc992fc172290bbb8b67dd10ed3605eaf5b309b8ea7cb48d994c", + "blockNumber": 4280168, + "confirmations": 2091144, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105165808, + "cumulativeGasUsed": 2083147, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 4000000000, + "gasUsed": 44487, + "hash": "0x4af26c6f39da3be35dfc513ca3f581919626a6b3591b5f42d5cb50e88bcb0abe", + "id": 228, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 358, + "timeStamp": 1540212998000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 4, + "txReceiptStatus": 1, + "updatedAt": 1568221942978, + "value": 2.5e-17 + }, + { + "blockHash": "0xf216728635aadc992fc172290bbb8b67dd10ed3605eaf5b309b8ea7cb48d994c", + "blockNumber": 4280168, + "confirmations": 2091144, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105167602, + "cumulativeGasUsed": 2038660, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 4000000000, + "gasUsed": 45249, + "hash": "0x1067afd4a23cc451acabf3a7dbdf424215550931ad1eb16c8c3fd252d7d259f8", + "id": 229, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000000000000000000019", + "isError": 0, + "networkId": 3, + "nonce": 357, + "timeStamp": 1540212998000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 3, + "txReceiptStatus": 0, + "updatedAt": 1568221944357, + "value": 0 + }, + { + "blockHash": "0xdcf9c348d0e1ce19e767dda4213c8350f9a92c6f91082bfc378b8380aee8e98e", + "blockNumber": 4280165, + "confirmations": 2091147, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105167884, + "cumulativeGasUsed": 5763207, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 4000000000, + "gasUsed": 44487, + "hash": "0x18add7cce18aef20d6346ae7db3f889726a271ba97ac81fbfeeee62cc124e2b5", + "id": 230, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 356, + "timeStamp": 1540212967000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 21, + "txReceiptStatus": 1, + "updatedAt": 1568221944568, + "value": 2.5e-17 + }, + { + "blockHash": "0xdcf9c348d0e1ce19e767dda4213c8350f9a92c6f91082bfc378b8380aee8e98e", + "blockNumber": 4280165, + "confirmations": 2091147, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105169660, + "cumulativeGasUsed": 5718720, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 4000000000, + "gasUsed": 45249, + "hash": "0x041286227b83119c6b92dd34613f761f360f7549fba71d509409f7fc7824b25f", + "id": 231, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000000000000000000019", + "isError": 0, + "networkId": 3, + "nonce": 355, + "timeStamp": 1540212967000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 20, + "txReceiptStatus": 0, + "updatedAt": 1568221945960, + "value": 0 + }, + { + "blockHash": "0x70684f3df85e4293a58b99fa345d45af6ad7ad1dbbf4b2875c56fb10a80185cc", + "blockNumber": 4280146, + "confirmations": 2091166, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105170157, + "cumulativeGasUsed": 384929, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 4000000000, + "gasUsed": 74487, + "hash": "0x02f32fd6f2f16b7d172b5407086dc6cf6c4fcd6744b3c0bee581a5f92827f1f0", + "id": 232, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 354, + "timeStamp": 1540212685000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 4, + "txReceiptStatus": 1, + "updatedAt": 1568221946160, + "value": 2.5e-17 + }, + { + "blockHash": "0x70684f3df85e4293a58b99fa345d45af6ad7ad1dbbf4b2875c56fb10a80185cc", + "blockNumber": 4280146, + "confirmations": 2091166, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105172114, + "cumulativeGasUsed": 310442, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 4000000000, + "gasUsed": 25449, + "hash": "0x69084cc844c58debf5cd32e23cc7eb07fe9de69c135a72d57abb7513be173238", + "id": 233, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000000000000000000019", + "isError": 0, + "networkId": 3, + "nonce": 353, + "timeStamp": 1540212685000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 3, + "txReceiptStatus": 0, + "updatedAt": 1568221947539, + "value": 0 + }, + { + "blockHash": "0xa8d90d1e503721fc66a9be138f6da23878f4d47229a5b9f527e1486707713f54", + "blockNumber": 4280113, + "confirmations": 2091199, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105173794, + "cumulativeGasUsed": 379160, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 4000000000, + "gasUsed": 25449, + "hash": "0x730607d91731918dd1210ae26f81996bd009b5ae7c73861f92c6093d660b141b", + "id": 234, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000000000000000000019", + "isError": 0, + "networkId": 3, + "nonce": 352, + "timeStamp": 1540212266000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 8, + "txReceiptStatus": 0, + "updatedAt": 1568221949042, + "value": 0 + }, + { + "blockHash": "0x507b78f79f71c3b32ed8fc758e4ba38bf176f896782b6146889c6f1c36819331", + "blockNumber": 4280090, + "confirmations": 2091222, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105175384, + "cumulativeGasUsed": 1916661, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 4000000000, + "gasUsed": 45249, + "hash": "0x66c0a21bcf1fd38e951c4f8553f20f4260d25d36ec1c57b42079e4687dbe8f8e", + "id": 235, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000000000000000000019", + "isError": 0, + "networkId": 3, + "nonce": 351, + "timeStamp": 1540212014000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 7, + "txReceiptStatus": 0, + "updatedAt": 1568221950588, + "value": 0 + }, + { + "blockHash": "0x124073506f3f10b04b3e027fee7984738a72ceb804fd85db1cf7fea73c17c9ec", + "blockNumber": 4279017, + "confirmations": 2092295, + "contractAddress": "0x4cc19356f2d37338b9802aa8e8fc58b0373296e7", + "createdAt": 1568105177308, + "cumulativeGasUsed": 795532, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 5000000000, + "gasUsed": 22872, + "hash": "0x31f444e935fb47f5a87129d4e80ed17bc3a2cccd6248546b64bc5b7a5db11eed", + "id": 236, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000000000000000000019", + "isError": 0, + "networkId": 3, + "nonce": 350, + "timeStamp": 1540198397000, + "to": "0x4cc19356f2d37338b9802aa8e8fc58b0373296e7", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 11, + "txReceiptStatus": 0, + "updatedAt": 1568221952143, + "value": 0 + }, + { + "blockHash": "0x99a68333b4c70083a1ccf9a25a01246b7def59221f9cdbfb62a45d1c62db14a7", + "blockNumber": 4278996, + "confirmations": 2092316, + "contractAddress": "0x4cc19356f2d37338b9802aa8e8fc58b0373296e7", + "createdAt": 1568105179284, + "cumulativeGasUsed": 2313254, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 5000000000, + "gasUsed": 22872, + "hash": "0x52b9058bd7927f61230806e30c28302f9ae54ac7b4838e601dfd51a920c061a1", + "id": 237, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000000000000000000019", + "isError": 0, + "networkId": 3, + "nonce": 349, + "timeStamp": 1540198115000, + "to": "0x4cc19356f2d37338b9802aa8e8fc58b0373296e7", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 13, + "txReceiptStatus": 0, + "updatedAt": 1568221953597, + "value": 0 + }, + { + "blockHash": "0x12014aac68304c928146c967863ad01c533f3e2fbeb5cca00851a73863acf8ea", + "blockNumber": 4111932, + "confirmations": 2259380, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105179661, + "cumulativeGasUsed": 3681372, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 100000, + "gasPrice": 8000000000, + "gasUsed": 23763, + "hash": "0x91922dae33653c4d2bb5e206a47647a915f353d05d514080a1d0510177b07287", + "id": 238, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 348, + "timeStamp": 1537884423000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 17, + "txReceiptStatus": 1, + "updatedAt": 1568221953795, + "value": 100 + }, + { + "blockHash": "0x12014aac68304c928146c967863ad01c533f3e2fbeb5cca00851a73863acf8ea", + "blockNumber": 4111932, + "confirmations": 2259380, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105180397, + "cumulativeGasUsed": 3657609, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 8000000000, + "gasUsed": 74743, + "hash": "0xa97458db203edac6b9e816e3b0a92903ceac7327a4252fd0832e41e1572cebdd", + "id": 239, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 347, + "timeStamp": 1537884423000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 16, + "txReceiptStatus": 1, + "updatedAt": 1568221954419, + "value": 100 + }, + { + "blockHash": "0x12014aac68304c928146c967863ad01c533f3e2fbeb5cca00851a73863acf8ea", + "blockNumber": 4111932, + "confirmations": 2259380, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105181980, + "cumulativeGasUsed": 3582866, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 8000000000, + "gasUsed": 45633, + "hash": "0xde7f45e801685b3b91d23e15d6027265a1dae937fe8d29829bc0400d4e427ff5", + "id": 240, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 346, + "timeStamp": 1537884423000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 15, + "txReceiptStatus": 0, + "updatedAt": 1568221955882, + "value": 0 + }, + { + "blockHash": "0xf97897bb7248c7e56cf2ea39e3ff0b293369564be5fe4bc718a1ac4623d59fb2", + "blockNumber": 4111912, + "confirmations": 2259400, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105182418, + "cumulativeGasUsed": 4380201, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 23763, + "hash": "0x548440a04b8770ed7e2a54b9d6c3317922ef7e95fe0ccaf375538594d532d3bf", + "id": 241, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 345, + "timeStamp": 1537884117000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 67, + "txReceiptStatus": 1, + "updatedAt": 1568221956086, + "value": 100 + }, + { + "blockHash": "0xf97897bb7248c7e56cf2ea39e3ff0b293369564be5fe4bc718a1ac4623d59fb2", + "blockNumber": 4111912, + "confirmations": 2259400, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105182954, + "cumulativeGasUsed": 4356438, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 74743, + "hash": "0x728e3d75422cb9fb7a858b3d7fe3308fec1ac561cf38b1229bf0e9123a3db89e", + "id": 242, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 344, + "timeStamp": 1537884117000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 66, + "txReceiptStatus": 1, + "updatedAt": 1568221956681, + "value": 100 + }, + { + "blockHash": "0x41f5da461b71a3043aa69031ce3e43da95b2e033c23c56a31568e0f25023efc5", + "blockNumber": 4111898, + "confirmations": 2259414, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568105184440, + "cumulativeGasUsed": 4114453, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 23595, + "hash": "0x3afe76542fad5f1606fb6c2a5843f89df190ede045798aa653f7d444a5484054", + "id": 243, + "input": "0x40e5e9aa00000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 1, + "networkId": 3, + "nonce": 343, + "timeStamp": 1537883926000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 25, + "txReceiptStatus": 0, + "updatedAt": 1568221958093, + "value": 0 + }, + { + "blockHash": "0xa76cf4fdcbcf6588db58f5ec997841ef2c189695389bb25a43f2170911402208", + "blockNumber": 4111851, + "confirmations": 2259461, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568105186089, + "cumulativeGasUsed": 3831892, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 23595, + "hash": "0x1ddc73cea11a308bf39f4a5ea99c1123556642b21edf7824ffba65503bad7b51", + "id": 244, + "input": "0x40e5e9aa00000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 1, + "networkId": 3, + "nonce": 342, + "timeStamp": 1537883403000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 41, + "txReceiptStatus": 0, + "updatedAt": 1568221959559, + "value": 0 + }, + { + "blockHash": "0xef0dcf05bd276c33f4c5c80400e764a82742cb3ad0d37c48c71276431c62814d", + "blockNumber": 4111848, + "confirmations": 2259464, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105188475, + "cumulativeGasUsed": 7933038, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0xfc65868b1b96f3d7648c2e1326d43b5179c6d137fc3283f692f52f21d6433ce4", + "id": 245, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 341, + "timeStamp": 1537883369000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 46, + "txReceiptStatus": 0, + "updatedAt": 1568221961146, + "value": 0 + }, + { + "blockHash": "0xa39c653858ca08875bbfbc8ce69b2e99e1df574e7208ea369a3b26f827f771ed", + "blockNumber": 4111842, + "confirmations": 2259470, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105188853, + "cumulativeGasUsed": 1606155, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 23763, + "hash": "0x35a2a593605dfb61714b71aaa11c4efebbbcaa16b2ef835b9a1e083702feb7aa", + "id": 246, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 340, + "timeStamp": 1537883261000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 22, + "txReceiptStatus": 1, + "updatedAt": 1568221961356, + "value": 100 + }, + { + "blockHash": "0xa39c653858ca08875bbfbc8ce69b2e99e1df574e7208ea369a3b26f827f771ed", + "blockNumber": 4111842, + "confirmations": 2259470, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105189348, + "cumulativeGasUsed": 1582392, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 74743, + "hash": "0x64f0fda2e57d0fec952b73e6e325b2c0e788346279a97863471efc1a7d84b8e2", + "id": 247, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 339, + "timeStamp": 1537883261000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 21, + "txReceiptStatus": 1, + "updatedAt": 1568221961931, + "value": 100 + }, + { + "blockHash": "0xa39c653858ca08875bbfbc8ce69b2e99e1df574e7208ea369a3b26f827f771ed", + "blockNumber": 4111842, + "confirmations": 2259470, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105190837, + "cumulativeGasUsed": 1507649, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 30633, + "hash": "0x27c61a84be85c4316f378431613b7756d7bf00efbfa658fb73a1a8961effa2ed", + "id": 248, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 338, + "timeStamp": 1537883261000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 20, + "txReceiptStatus": 0, + "updatedAt": 1568221963435, + "value": 0 + }, + { + "blockHash": "0x3ecddf9736dd6cff637674b87b8a2399297dfcce7919f2377843ad27fb0859df", + "blockNumber": 4111836, + "confirmations": 2259476, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105192601, + "cumulativeGasUsed": 5816436, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0x8453eb55abcc416dcc9c6b1b231d9da0cc314c3157038ef8369c665b4f0859b1", + "id": 249, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 337, + "timeStamp": 1537883175000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 23, + "txReceiptStatus": 0, + "updatedAt": 1568221964830, + "value": 0 + }, + { + "blockHash": "0xdc9e816add43842b91f19668ad3edfe900ffaecfda52e05535199d74e53da305", + "blockNumber": 4111816, + "confirmations": 2259496, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105193095, + "cumulativeGasUsed": 531741, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 23763, + "hash": "0xa947f94b7b3b72645774f922d76f85c5749ad36b2b3964e8979538467bf96c9c", + "id": 250, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 336, + "timeStamp": 1537882983000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 13, + "txReceiptStatus": 1, + "updatedAt": 1568221965032, + "value": 100 + }, + { + "blockHash": "0xdc9e816add43842b91f19668ad3edfe900ffaecfda52e05535199d74e53da305", + "blockNumber": 4111816, + "confirmations": 2259496, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105193570, + "cumulativeGasUsed": 507978, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 74743, + "hash": "0x98c455b2a7875b69f0aa73fb95ee84740a9cd373cc3cc858677822615e6acd2b", + "id": 251, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 335, + "timeStamp": 1537882983000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 12, + "txReceiptStatus": 1, + "updatedAt": 1568221965638, + "value": 100 + }, + { + "blockHash": "0xc90dc361f64fb732294fdfd6bd76155489ad6621bece1be0a5d0122988d2fa31", + "blockNumber": 4111815, + "confirmations": 2259497, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105195058, + "cumulativeGasUsed": 72633, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 30633, + "hash": "0x0b97881671b4c872f2dfc955ee8bbc986e4d4efc4f688cb5bd10da23aceb7d60", + "id": 252, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 334, + "timeStamp": 1537882981000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 2, + "txReceiptStatus": 0, + "updatedAt": 1568221967138, + "value": 0 + }, + { + "blockHash": "0xa4077aeaa7faee419da13170c57ea4174552c3a60d14b73bad1c62592ca491a7", + "blockNumber": 4111811, + "confirmations": 2259501, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568105196673, + "cumulativeGasUsed": 4130088, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 23595, + "hash": "0x4e80de698073c260a84b3d6b696b9aafac61090d45f50e4d8e9fcd004d419603", + "id": 253, + "input": "0x40e5e9aa00000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 1, + "networkId": 3, + "nonce": 333, + "timeStamp": 1537882924000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 35, + "txReceiptStatus": 0, + "updatedAt": 1568221968521, + "value": 0 + }, + { + "blockHash": "0xa4077aeaa7faee419da13170c57ea4174552c3a60d14b73bad1c62592ca491a7", + "blockNumber": 4111811, + "confirmations": 2259501, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105198366, + "cumulativeGasUsed": 4106493, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0x0a768b187fa46ead6d803e2d8e3083b064fe1f2eb25688f15a8ab45705693b8b", + "id": 254, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 332, + "timeStamp": 1537882924000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 34, + "txReceiptStatus": 0, + "updatedAt": 1568221970019, + "value": 0 + }, + { + "blockHash": "0x636d7b88435d658d00a3b41055817b253cac65cb5e8178d9c381f486b6ef7b6f", + "blockNumber": 4111804, + "confirmations": 2259508, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105198739, + "cumulativeGasUsed": 3421602, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 23763, + "hash": "0xd867041d26f218259d1e2cbf058bf39a44427cae0f4de0ed096857921e040dba", + "id": 255, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 331, + "timeStamp": 1537882845000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 29, + "txReceiptStatus": 1, + "updatedAt": 1568221970220, + "value": 100 + }, + { + "blockHash": "0x636d7b88435d658d00a3b41055817b253cac65cb5e8178d9c381f486b6ef7b6f", + "blockNumber": 4111804, + "confirmations": 2259508, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105199333, + "cumulativeGasUsed": 3397839, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 74743, + "hash": "0x6092a606e952934b3127c9ba1206160bd5023aa861d181b0422dfcf18a1846a0", + "id": 256, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 330, + "timeStamp": 1537882845000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 28, + "txReceiptStatus": 1, + "updatedAt": 1568221970809, + "value": 100 + }, + { + "blockHash": "0x636d7b88435d658d00a3b41055817b253cac65cb5e8178d9c381f486b6ef7b6f", + "blockNumber": 4111804, + "confirmations": 2259508, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105200902, + "cumulativeGasUsed": 3323096, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 30633, + "hash": "0x359edeef7af4f09ad25a2b9b911b491c0388a77354ad9166b49a4845a6675443", + "id": 257, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 329, + "timeStamp": 1537882845000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 27, + "txReceiptStatus": 0, + "updatedAt": 1568221972205, + "value": 0 + }, + { + "blockHash": "0x65c48f5badea9072e76bf5ecf5bb38348663a615dd34e8a99bf65af1b11f1300", + "blockNumber": 4111795, + "confirmations": 2259517, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568105202398, + "cumulativeGasUsed": 3686867, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 23595, + "hash": "0xd38457f14713da354e325f11c16b8656b9bed4a013985621e3a7da93c0187b2a", + "id": 258, + "input": "0x40e5e9aa00000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 1, + "networkId": 3, + "nonce": 328, + "timeStamp": 1537882733000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 54, + "txReceiptStatus": 0, + "updatedAt": 1568221973697, + "value": 0 + }, + { + "blockHash": "0x65c48f5badea9072e76bf5ecf5bb38348663a615dd34e8a99bf65af1b11f1300", + "blockNumber": 4111795, + "confirmations": 2259517, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105203912, + "cumulativeGasUsed": 3663272, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0x95f59186fae997deb50a9cf96c551d0c36d13d1650d7a7ccd4ff6f3b9ba9bdcc", + "id": 259, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 327, + "timeStamp": 1537882733000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 53, + "txReceiptStatus": 0, + "updatedAt": 1568221975206, + "value": 0 + }, + { + "blockHash": "0x4f20b2b62339c9f270c9ab790769a3141795404d3ed1de27d43bea25ad0fcf41", + "blockNumber": 4111722, + "confirmations": 2259590, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105204289, + "cumulativeGasUsed": 3045526, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 23763, + "hash": "0x6b3a1e77a54681953dcbc526c2b15fafbd31ad1e085ec01d6029165c5593a305", + "id": 260, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 326, + "timeStamp": 1537881946000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 49, + "txReceiptStatus": 1, + "updatedAt": 1568221975401, + "value": 200 + }, + { + "blockHash": "0x4f20b2b62339c9f270c9ab790769a3141795404d3ed1de27d43bea25ad0fcf41", + "blockNumber": 4111722, + "confirmations": 2259590, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105204954, + "cumulativeGasUsed": 3021763, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 44743, + "hash": "0x77090a6fd5a98191726c6def5317ac0218bbf11b70100e458109da3e8d9a5d26", + "id": 261, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 325, + "timeStamp": 1537881946000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 48, + "txReceiptStatus": 1, + "updatedAt": 1568221976013, + "value": 100 + }, + { + "blockHash": "0x4f20b2b62339c9f270c9ab790769a3141795404d3ed1de27d43bea25ad0fcf41", + "blockNumber": 4111722, + "confirmations": 2259590, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105206447, + "cumulativeGasUsed": 2977020, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0x6a37e9f168831a80275da80246507940a5ba4c796521e0254b2dada1f5e01fcc", + "id": 262, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 324, + "timeStamp": 1537881946000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 47, + "txReceiptStatus": 0, + "updatedAt": 1568221977454, + "value": 0 + }, + { + "blockHash": "0x43d0d1684c175e9d303bd6e50eff21167ac9edd121900958a382c50daeb14d73", + "blockNumber": 4111484, + "confirmations": 2259828, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105206816, + "cumulativeGasUsed": 384216, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 74743, + "hash": "0x16588e76d32b0ab91582ca3e3c905deaef2d2a30086f146839d89d41692d3519", + "id": 263, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 323, + "timeStamp": 1537878739000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 5, + "txReceiptStatus": 1, + "updatedAt": 1568221977848, + "value": 100 + }, + { + "blockHash": "0x43d0d1684c175e9d303bd6e50eff21167ac9edd121900958a382c50daeb14d73", + "blockNumber": 4111484, + "confirmations": 2259828, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568105208325, + "cumulativeGasUsed": 309473, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 27353, + "hash": "0xbe5a5cee936fe528d38ef3228f83a4a473a2601919fc3560072f8473340a18e2", + "id": 264, + "input": "0x7b98afcd00000000000000000000000000000002f050fe938943acc45f6556800000000000000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 1, + "networkId": 3, + "nonce": 322, + "timeStamp": 1537878739000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 4, + "txReceiptStatus": 0, + "updatedAt": 1568221979298, + "value": 0 + }, + { + "blockHash": "0x1a456a8079152ad640a67f9cf4bc15dcb1a1db46b7cc22a7742c0cd8242af1a0", + "blockNumber": 4111483, + "confirmations": 2259829, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105211743, + "cumulativeGasUsed": 1078618, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0x964e6f55e3aa469740839ad771a9f52302ca9fdbe7d9c49d08d242b87fee00ab", + "id": 265, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 321, + "timeStamp": 1537878698000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 17, + "txReceiptStatus": 0, + "updatedAt": 1568221980790, + "value": 0 + }, + { + "blockHash": "0x1a456a8079152ad640a67f9cf4bc15dcb1a1db46b7cc22a7742c0cd8242af1a0", + "blockNumber": 4111483, + "confirmations": 2259829, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105212325, + "cumulativeGasUsed": 1032985, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 23763, + "hash": "0xfce90de5172c1df447f438fe96488dc4a60e43cee2b3c2aaf9469bc232a7cf97", + "id": 266, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 320, + "timeStamp": 1537878698000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 16, + "txReceiptStatus": 1, + "updatedAt": 1568221980984, + "value": 100 + }, + { + "blockHash": "0x1a456a8079152ad640a67f9cf4bc15dcb1a1db46b7cc22a7742c0cd8242af1a0", + "blockNumber": 4111483, + "confirmations": 2259829, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105212874, + "cumulativeGasUsed": 1009222, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 74743, + "hash": "0xbd9df15594c12795162eade22b7582f0be2fe3c78d3334ca58f288b45f53b0ff", + "id": 267, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 319, + "timeStamp": 1537878698000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 15, + "txReceiptStatus": 1, + "updatedAt": 1568221981575, + "value": 100 + }, + { + "blockHash": "0x1a456a8079152ad640a67f9cf4bc15dcb1a1db46b7cc22a7742c0cd8242af1a0", + "blockNumber": 4111483, + "confirmations": 2259829, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105217281, + "cumulativeGasUsed": 934479, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 30633, + "hash": "0xae27203b716e136fa44088aaa3fb37b1fe71ff22d4590daacaf22f0138c37ea2", + "id": 268, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 318, + "timeStamp": 1537878698000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 14, + "txReceiptStatus": 0, + "updatedAt": 1568221982965, + "value": 0 + }, + { + "blockHash": "0x807c025ecbe200844a5b056fa273dab9f6c29f82ac8e108d236b518b62132024", + "blockNumber": 4111460, + "confirmations": 2259852, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568105219324, + "cumulativeGasUsed": 482439, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 27353, + "hash": "0x3186013edf36bc49890fbafc1592e607806837a1b5bfd5df9a8d2a03866cfd4c", + "id": 269, + "input": "0x7b98afcd00000000000000000000000000000002f050fe938943acc45f6556800000000000000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 1, + "networkId": 3, + "nonce": 317, + "timeStamp": 1537878469000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 9, + "txReceiptStatus": 0, + "updatedAt": 1568221984475, + "value": 0 + }, + { + "blockHash": "0x807c025ecbe200844a5b056fa273dab9f6c29f82ac8e108d236b518b62132024", + "blockNumber": 4111460, + "confirmations": 2259852, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105224052, + "cumulativeGasUsed": 455086, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0x1477e91beb24ca69bedc0bafc871af17fe221141492fc72fbf506bee303671e0", + "id": 270, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 316, + "timeStamp": 1537878469000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 8, + "txReceiptStatus": 0, + "updatedAt": 1568221986135, + "value": 0 + }, + { + "blockHash": "0x807c025ecbe200844a5b056fa273dab9f6c29f82ac8e108d236b518b62132024", + "blockNumber": 4111460, + "confirmations": 2259852, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105224335, + "cumulativeGasUsed": 409453, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 23763, + "hash": "0x67d69316380f4b6eb1a48327030d78131b35acf12cde601a43f71c5503c181fb", + "id": 271, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 315, + "timeStamp": 1537878469000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 7, + "txReceiptStatus": 1, + "updatedAt": 1568221986489, + "value": 100 + }, + { + "blockHash": "0x2fd6d1f44f112dfe22e38659a5a741ee07de8310f54f3b9dc424b608544f1975", + "blockNumber": 4111458, + "confirmations": 2259854, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105225040, + "cumulativeGasUsed": 2538503, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 74743, + "hash": "0xd7d115b9377bd8dbedff6b29a31addc19869ca0d83ec50664e57f7ce8724d027", + "id": 272, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 314, + "timeStamp": 1537878453000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 25, + "txReceiptStatus": 1, + "updatedAt": 1568221986953, + "value": 100 + }, + { + "blockHash": "0x2fd6d1f44f112dfe22e38659a5a741ee07de8310f54f3b9dc424b608544f1975", + "blockNumber": 4111458, + "confirmations": 2259854, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105227579, + "cumulativeGasUsed": 2463760, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 30633, + "hash": "0x425a0ca6fef309e84adcb4f7fce7daf39f24e42f98fbc03843047e4e68b261bb", + "id": 273, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 313, + "timeStamp": 1537878453000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 24, + "txReceiptStatus": 0, + "updatedAt": 1568221988354, + "value": 0 + }, + { + "blockHash": "0x2fd6d1f44f112dfe22e38659a5a741ee07de8310f54f3b9dc424b608544f1975", + "blockNumber": 4111458, + "confirmations": 2259854, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568105229573, + "cumulativeGasUsed": 2433127, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 30067, + "hash": "0xe809014d976cd088ce9a20ba09cecab42bdb285829b4c36616490c83a9682233", + "id": 274, + "input": "0x7b98afcd00000000000000000000000000000002f050fe938943acc45f6556800000000000000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 1, + "networkId": 3, + "nonce": 312, + "timeStamp": 1537878453000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 23, + "txReceiptStatus": 0, + "updatedAt": 1568221989870, + "value": 0 + }, + { + "blockHash": "0x2fd6d1f44f112dfe22e38659a5a741ee07de8310f54f3b9dc424b608544f1975", + "blockNumber": 4111458, + "confirmations": 2259854, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105233562, + "cumulativeGasUsed": 2403060, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 46017, + "hash": "0x73f0bbcd3dd53f22eebf54b7ac83229863ae8cc55913b77bdad52b7d1324b2c8", + "id": 275, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d00000000000000000000000000000002f050fe938943acc45f65568000000000", + "isError": 0, + "networkId": 3, + "nonce": 311, + "timeStamp": 1537878453000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 22, + "txReceiptStatus": 0, + "updatedAt": 1568221991347, + "value": 0 + }, + { + "blockHash": "0x2fd6d1f44f112dfe22e38659a5a741ee07de8310f54f3b9dc424b608544f1975", + "blockNumber": 4111458, + "confirmations": 2259854, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105233850, + "cumulativeGasUsed": 2357043, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 23763, + "hash": "0x9398bfb82ea1288b18763744fcc37caed2e04a74cf4189069a65b09ff978b080", + "id": 276, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 310, + "timeStamp": 1537878453000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 21, + "txReceiptStatus": 1, + "updatedAt": 1568221991552, + "value": 100 + }, + { + "blockHash": "0x2fd6d1f44f112dfe22e38659a5a741ee07de8310f54f3b9dc424b608544f1975", + "blockNumber": 4111458, + "confirmations": 2259854, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105234534, + "cumulativeGasUsed": 2333280, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 74743, + "hash": "0x4f7ea62e65a5cbcf61b7d54fc9d9f22203175f6be6c0b4a89620a17bc5a93d70", + "id": 277, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 309, + "timeStamp": 1537878453000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 20, + "txReceiptStatus": 1, + "updatedAt": 1568221992142, + "value": 100 + }, + { + "blockHash": "0x2fd6d1f44f112dfe22e38659a5a741ee07de8310f54f3b9dc424b608544f1975", + "blockNumber": 4111458, + "confirmations": 2259854, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105236047, + "cumulativeGasUsed": 2258537, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 30633, + "hash": "0xf2192b8c9380dde80a80a9aa124da0d6c1b34ca2fefaef68edff1bf46b25fe77", + "id": 278, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 308, + "timeStamp": 1537878453000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 19, + "txReceiptStatus": 0, + "updatedAt": 1568221993559, + "value": 0 + }, + { + "blockHash": "0x4eb1b7487bdd44420ecfa2f4ba9dd121eb2a4aba47decad9df4a3b07cd537955", + "blockNumber": 4111450, + "confirmations": 2259862, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568105237674, + "cumulativeGasUsed": 1476555, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 30067, + "hash": "0x5ddd89597741a83b19ed63ae1c0bec55f0cdde86aca9401f2e30d1204642f78f", + "id": 279, + "input": "0x7b98afcd00000000000000000000000000000002f050fe938943acc45f6556800000000000000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 1, + "networkId": 3, + "nonce": 307, + "timeStamp": 1537878287000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 45, + "txReceiptStatus": 0, + "updatedAt": 1568221995054, + "value": 0 + }, + { + "blockHash": "0x4eb1b7487bdd44420ecfa2f4ba9dd121eb2a4aba47decad9df4a3b07cd537955", + "blockNumber": 4111450, + "confirmations": 2259862, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105239381, + "cumulativeGasUsed": 1446488, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 46017, + "hash": "0x16e32a529363965870163b775c38a86bffe2e3384824b8e62c81f9c53804be65", + "id": 280, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d00000000000000000000000000000002f050fe938943acc45f65568000000000", + "isError": 0, + "networkId": 3, + "nonce": 306, + "timeStamp": 1537878287000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 44, + "txReceiptStatus": 0, + "updatedAt": 1568221996594, + "value": 0 + }, + { + "blockHash": "0x4eb1b7487bdd44420ecfa2f4ba9dd121eb2a4aba47decad9df4a3b07cd537955", + "blockNumber": 4111450, + "confirmations": 2259862, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105239658, + "cumulativeGasUsed": 1400471, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 23763, + "hash": "0xcf5c4b3e9f87cfa109c3d972c5c530f2aef728613aa417c8c9be6b9e63e4223f", + "id": 281, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 305, + "timeStamp": 1537878287000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 43, + "txReceiptStatus": 1, + "updatedAt": 1568221996945, + "value": 200 + }, + { + "blockHash": "0x4eb1b7487bdd44420ecfa2f4ba9dd121eb2a4aba47decad9df4a3b07cd537955", + "blockNumber": 4111450, + "confirmations": 2259862, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105240382, + "cumulativeGasUsed": 1376708, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 44743, + "hash": "0xbb5887aeb2455284999a299c7a3acac580c0f3d20f1ea7136a372bb53a496005", + "id": 282, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 304, + "timeStamp": 1537878287000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 42, + "txReceiptStatus": 1, + "updatedAt": 1568221997411, + "value": 100 + }, + { + "blockHash": "0x4eb1b7487bdd44420ecfa2f4ba9dd121eb2a4aba47decad9df4a3b07cd537955", + "blockNumber": 4111450, + "confirmations": 2259862, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105244123, + "cumulativeGasUsed": 1331965, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0xd4f65d33b26ce42d8cb3c8827eacfd7ea3861e3a83229ee8b161faf1bdddd9f5", + "id": 283, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 303, + "timeStamp": 1537878287000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 41, + "txReceiptStatus": 0, + "updatedAt": 1568221998789, + "value": 0 + }, + { + "blockHash": "0xb7bc3d2a116f3d5519bbde3aa6c8acc75ff52571a7d0fbe5e23e01ca7a2795e6", + "blockNumber": 4111432, + "confirmations": 2259880, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105244422, + "cumulativeGasUsed": 4568719, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 74743, + "hash": "0x536900e2816f5708ab2b13a844c192ad3dadbe20bccd0aa3b739c84ff0e1291b", + "id": 284, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 302, + "timeStamp": 1537878114000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 8, + "txReceiptStatus": 1, + "updatedAt": 1568221998993, + "value": 100 + }, + { + "blockHash": "0xbce6ffdf3e00ef74acc946b248c690fcf58cf680604d92820861e5ea2f908081", + "blockNumber": 4111431, + "confirmations": 2259881, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105246669, + "cumulativeGasUsed": 2076636, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0xdf94d37c5c3066ad64cb816351860fa5e396154356880d880c0ad4065495e0af", + "id": 285, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 301, + "timeStamp": 1537878095000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 12, + "txReceiptStatus": 0, + "updatedAt": 1568222000546, + "value": 0 + }, + { + "blockHash": "0xbce6ffdf3e00ef74acc946b248c690fcf58cf680604d92820861e5ea2f908081", + "blockNumber": 4111431, + "confirmations": 2259881, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105247172, + "cumulativeGasUsed": 2031003, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 23763, + "hash": "0x5379e0522479d9c4ff904dd48444de210081b68e784459d20a22526e6598e889", + "id": 286, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 300, + "timeStamp": 1537878095000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 11, + "txReceiptStatus": 1, + "updatedAt": 1568222000801, + "value": 200 + }, + { + "blockHash": "0xbce6ffdf3e00ef74acc946b248c690fcf58cf680604d92820861e5ea2f908081", + "blockNumber": 4111431, + "confirmations": 2259881, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105247771, + "cumulativeGasUsed": 2007240, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 44743, + "hash": "0x626b0c950f80cbe71b3c266570604f83f582df715ef51c81deaa3e013fb2ba91", + "id": 287, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 299, + "timeStamp": 1537878095000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 10, + "txReceiptStatus": 1, + "updatedAt": 1568222001340, + "value": 100 + }, + { + "blockHash": "0xbce6ffdf3e00ef74acc946b248c690fcf58cf680604d92820861e5ea2f908081", + "blockNumber": 4111431, + "confirmations": 2259881, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105250427, + "cumulativeGasUsed": 1962497, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0x07919f294513b9ccca3d245f8c2377e66846bbb0d418e507fd9deff0c885a087", + "id": 288, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 298, + "timeStamp": 1537878095000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 9, + "txReceiptStatus": 0, + "updatedAt": 1568222002724, + "value": 0 + }, + { + "blockHash": "0xd7b921b57aec0b99d7092a8df9de7a9ead691a124297a596aa3eba7377731443", + "blockNumber": 4111423, + "confirmations": 2259889, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105250874, + "cumulativeGasUsed": 956197, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 74743, + "hash": "0x1f583e459d1062464a151a09d86c4be5e86803295010e7e26488ca159f357ff5", + "id": 289, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 297, + "timeStamp": 1537877984000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 12, + "txReceiptStatus": 1, + "updatedAt": 1568222002936, + "value": 100 + }, + { + "blockHash": "0x0260c3dfbdde4737008fdf77afd4c8039d4e530904f82bfeb84605e5e3cc01ff", + "blockNumber": 4111422, + "confirmations": 2259890, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105253020, + "cumulativeGasUsed": 45633, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0xb1672ebb87c8eafba05993d30764b4d0ff36079487d53185077dce0c6fc04efe", + "id": 290, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 296, + "timeStamp": 1537877982000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 0, + "txReceiptStatus": 0, + "updatedAt": 1568222004314, + "value": 0 + }, + { + "blockHash": "0x2fcd6155382edf46f3ecec315419b794657f4ab56cd3ce611ce2860a87553bdd", + "blockNumber": 4111421, + "confirmations": 2259891, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105253408, + "cumulativeGasUsed": 2161130, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 23763, + "hash": "0x108d7c3eafa246691f0b8f29579f433aa99e6f911179bb08d732a7b38328a47b", + "id": 291, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 295, + "timeStamp": 1537877975000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 10, + "txReceiptStatus": 1, + "updatedAt": 1568222004643, + "value": 100 + }, + { + "blockHash": "0x2fcd6155382edf46f3ecec315419b794657f4ab56cd3ce611ce2860a87553bdd", + "blockNumber": 4111421, + "confirmations": 2259891, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105254030, + "cumulativeGasUsed": 2137367, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 74743, + "hash": "0x9b039e2243615eeab6e3bbac1f8fbe4bc963269fd91ff41d42f475ab171886a2", + "id": 292, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 294, + "timeStamp": 1537877975000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 9, + "txReceiptStatus": 1, + "updatedAt": 1568222005116, + "value": 100 + }, + { + "blockHash": "0x2fcd6155382edf46f3ecec315419b794657f4ab56cd3ce611ce2860a87553bdd", + "blockNumber": 4111421, + "confirmations": 2259891, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105256589, + "cumulativeGasUsed": 2062624, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 30633, + "hash": "0x7029309284cad56c6eef10e6b4bf038a9029099cb8423b36dcc7a3082c36e10a", + "id": 293, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 293, + "timeStamp": 1537877975000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 8, + "txReceiptStatus": 0, + "updatedAt": 1568222006491, + "value": 0 + }, + { + "blockHash": "0xfbe41e1f15c3c4cfdc4793a026e1eb08a633a4337fac55b7cf4845d8d7b57bb1", + "blockNumber": 4111409, + "confirmations": 2259903, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568105258097, + "cumulativeGasUsed": 1725231, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 26969, + "hash": "0x628e0d525924e9120d596c5b2a78834cce47a62767b85b71dba5697c9c5fd45a", + "id": 294, + "input": "0x7b98afcd00000000000000000000000000000000000000000000000579a814e10a74000000000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 1, + "networkId": 3, + "nonce": 292, + "timeStamp": 1537877813000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 24, + "txReceiptStatus": 0, + "updatedAt": 1568222008003, + "value": 0 + }, + { + "blockHash": "0xfbe41e1f15c3c4cfdc4793a026e1eb08a633a4337fac55b7cf4845d8d7b57bb1", + "blockNumber": 4111409, + "confirmations": 2259903, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105259697, + "cumulativeGasUsed": 1698262, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0xaa001d0a9bce6af912dc8cadb69c74c434114615d6d4b76e5614283dad1743f8", + "id": 295, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 291, + "timeStamp": 1537877813000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 23, + "txReceiptStatus": 0, + "updatedAt": 1568222009539, + "value": 0 + }, + { + "blockHash": "0xfbe41e1f15c3c4cfdc4793a026e1eb08a633a4337fac55b7cf4845d8d7b57bb1", + "blockNumber": 4111409, + "confirmations": 2259903, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105260269, + "cumulativeGasUsed": 1652629, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 23763, + "hash": "0xacbfe69f1e741c23ce18145974d9e7b6318b2bd708fbe50750a3911bda52947f", + "id": 296, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 290, + "timeStamp": 1537877813000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 22, + "txReceiptStatus": 1, + "updatedAt": 1568222009730, + "value": 100 + }, + { + "blockHash": "0xfbe41e1f15c3c4cfdc4793a026e1eb08a633a4337fac55b7cf4845d8d7b57bb1", + "blockNumber": 4111409, + "confirmations": 2259903, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105260672, + "cumulativeGasUsed": 1628866, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 74743, + "hash": "0xa1f08f3a223916704b61b140fef79f8d78021369ab8e1b52638858a50ee0d50f", + "id": 297, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 289, + "timeStamp": 1537877813000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 21, + "txReceiptStatus": 1, + "updatedAt": 1568222010330, + "value": 100 + }, + { + "blockHash": "0xfbe41e1f15c3c4cfdc4793a026e1eb08a633a4337fac55b7cf4845d8d7b57bb1", + "blockNumber": 4111409, + "confirmations": 2259903, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105262170, + "cumulativeGasUsed": 1554123, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 30633, + "hash": "0x0bdf77395ca62ef8a3cf0511a7db13b81b250a1dc19241b089f9f3a702678e9a", + "id": 298, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 288, + "timeStamp": 1537877813000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 20, + "txReceiptStatus": 0, + "updatedAt": 1568222011783, + "value": 0 + }, + { + "blockHash": "0x05aa3fb38ab33653442a83b5efb92f31c89996239a850f5bebbe975a76d5509e", + "blockNumber": 4111403, + "confirmations": 2259909, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568105263677, + "cumulativeGasUsed": 795992, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 26969, + "hash": "0x9e8a3625a31debfa58a43eaf3b912c2ab9ea7815e6ed3482052d02f1d30bfe9f", + "id": 299, + "input": "0x7b98afcd00000000000000000000000000000000000000000000003635c9adc5dea0000000000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 1, + "networkId": 3, + "nonce": 287, + "timeStamp": 1537877749000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 22, + "txReceiptStatus": 0, + "updatedAt": 1568222013225, + "value": 0 + }, + { + "blockHash": "0x05aa3fb38ab33653442a83b5efb92f31c89996239a850f5bebbe975a76d5509e", + "blockNumber": 4111403, + "confirmations": 2259909, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568105265211, + "cumulativeGasUsed": 769023, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 26969, + "hash": "0xdd44cf7791fa0cf49f679851f637dc9c2a439bbdb870058e9b1367f9b38f7a6c", + "id": 300, + "input": "0x7b98afcd00000000000000000000000000000000000000000000003635c9adc5dea0000000000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 1, + "networkId": 3, + "nonce": 286, + "timeStamp": 1537877749000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 21, + "txReceiptStatus": 0, + "updatedAt": 1568222014790, + "value": 0 + }, + { + "blockHash": "0x05aa3fb38ab33653442a83b5efb92f31c89996239a850f5bebbe975a76d5509e", + "blockNumber": 4111403, + "confirmations": 2259909, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105266725, + "cumulativeGasUsed": 742054, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0xe7b716522dd5ca42c9b941b2bf364b52a377bd92583ab77ec314df63293c7a03", + "id": 301, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 285, + "timeStamp": 1537877749000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 20, + "txReceiptStatus": 0, + "updatedAt": 1568222016314, + "value": 0 + }, + { + "blockHash": "0x05aa3fb38ab33653442a83b5efb92f31c89996239a850f5bebbe975a76d5509e", + "blockNumber": 4111403, + "confirmations": 2259909, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105267207, + "cumulativeGasUsed": 696421, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 23763, + "hash": "0x27e1085980789e63df18314d62e5214853e3ac57e46ff8d2440eabaa01ec8d3a", + "id": 302, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 284, + "timeStamp": 1537877749000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 19, + "txReceiptStatus": 1, + "updatedAt": 1568222016519, + "value": 100 + }, + { + "blockHash": "0x05aa3fb38ab33653442a83b5efb92f31c89996239a850f5bebbe975a76d5509e", + "blockNumber": 4111403, + "confirmations": 2259909, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105267886, + "cumulativeGasUsed": 672658, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 74743, + "hash": "0xfd89c182db0b255f03e5bd35efb72fd5ce1559779c4135212acb66c52575f9a1", + "id": 303, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 283, + "timeStamp": 1537877749000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 18, + "txReceiptStatus": 1, + "updatedAt": 1568222017114, + "value": 100 + }, + { + "blockHash": "0x05aa3fb38ab33653442a83b5efb92f31c89996239a850f5bebbe975a76d5509e", + "blockNumber": 4111403, + "confirmations": 2259909, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105269918, + "cumulativeGasUsed": 597915, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 30633, + "hash": "0x7d26e7cea0ebbdb6d41fc3bba48ac42f9e1cb104231cb91bd109fe032224b507", + "id": 304, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 282, + "timeStamp": 1537877749000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 17, + "txReceiptStatus": 0, + "updatedAt": 1568222018497, + "value": 0 + }, + { + "blockHash": "0xb669f297021e70bc42189d5fe4a02389c2d31ef64913e8e76c66bf878577bf24", + "blockNumber": 4111385, + "confirmations": 2259927, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568105361954, + "cumulativeGasUsed": 7734656, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 26969, + "hash": "0x218b3e04ffaf7d9762f5bf4d7db2a31cfd2e342d345582e84d8dd1972e8fc7d5", + "id": 305, + "input": "0x7b98afcd00000000000000000000000000000000000000000000003635c9adc5dea0000000000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 1, + "networkId": 3, + "nonce": 281, + "timeStamp": 1537877431000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 11, + "txReceiptStatus": 0, + "updatedAt": 1568222020053, + "value": 0 + }, + { + "blockHash": "0xb669f297021e70bc42189d5fe4a02389c2d31ef64913e8e76c66bf878577bf24", + "blockNumber": 4111385, + "confirmations": 2259927, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105363577, + "cumulativeGasUsed": 7707687, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0x4797f3a3f76b787704d144e29f13f54e1aee58f93f07ba921de367efb62ddff0", + "id": 306, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 280, + "timeStamp": 1537877431000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 10, + "txReceiptStatus": 0, + "updatedAt": 1568222022765, + "value": 0 + }, + { + "blockHash": "0xb669f297021e70bc42189d5fe4a02389c2d31ef64913e8e76c66bf878577bf24", + "blockNumber": 4111385, + "confirmations": 2259927, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105363959, + "cumulativeGasUsed": 7662054, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 23763, + "hash": "0x9900e8bbb859b98d536508a55d189279e707739e9368168884197f51e66dc4a8", + "id": 307, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 279, + "timeStamp": 1537877431000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 9, + "txReceiptStatus": 1, + "updatedAt": 1568222023019, + "value": 200 + }, + { + "blockHash": "0x36ed60266642da0b6cb04efc6518721942bf31d89a252339fbc34b6eaec4abdd", + "blockNumber": 4111384, + "confirmations": 2259928, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105364564, + "cumulativeGasUsed": 44743, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 44743, + "hash": "0x79cce816f0e04dff41e114b24d30d5f80d448c1aff2564fea6a9cb28cc519a69", + "id": 308, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 278, + "timeStamp": 1537877393000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 0, + "txReceiptStatus": 1, + "updatedAt": 1568222024275, + "value": 100 + }, + { + "blockHash": "0x2dbebda59b65a4d50372ea1744c31832ef6bd49e78392419c81c0fe6766a4c80", + "blockNumber": 4111383, + "confirmations": 2259929, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105366587, + "cumulativeGasUsed": 175418, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0x20eedad60295a72f08b51d56cbc2a576a5414ef1251c3b83a6fef9a7d423102b", + "id": 309, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 277, + "timeStamp": 1537877392000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 4, + "txReceiptStatus": 0, + "updatedAt": 1568222025950, + "value": 0 + }, + { + "blockHash": "0x4a8aa33bf1e04fc790e4945dbedc3e60972164809dd88bcf86ed651645d7a773", + "blockNumber": 4111379, + "confirmations": 2259933, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568105367061, + "cumulativeGasUsed": 907960, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 74743, + "hash": "0xbe08d4c0f6bc41cacbf1a802936c7b4559bcbc91284f842438384b0b77399d35", + "id": 310, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 276, + "timeStamp": 1537877342000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 8, + "txReceiptStatus": 1, + "updatedAt": 1568222026158, + "value": 100 + }, + { + "blockHash": "0x4a8aa33bf1e04fc790e4945dbedc3e60972164809dd88bcf86ed651645d7a773", + "blockNumber": 4111379, + "confirmations": 2259933, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568186976466, + "cumulativeGasUsed": 833217, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0x58b8b4748555d211ff1f043b4eb9861b353fcbe4ea61a429a7c99aa907ee7e77", + "id": 313, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 275, + "timeStamp": 1537877342000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 7, + "txReceiptStatus": 0, + "updatedAt": 1568222027534, + "value": 0 + }, + { + "blockHash": "0x4a8aa33bf1e04fc790e4945dbedc3e60972164809dd88bcf86ed651645d7a773", + "blockNumber": 4111379, + "confirmations": 2259933, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568186976718, + "cumulativeGasUsed": 787584, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 23763, + "hash": "0x401cb38b65ac250d1d43bb217ef4c9e95af7d8764360ba626f81da2cb3bfde83", + "id": 314, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 274, + "timeStamp": 1537877342000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 6, + "txReceiptStatus": 1, + "updatedAt": 1568222027728, + "value": 200 + }, + { + "blockHash": "0x4a8aa33bf1e04fc790e4945dbedc3e60972164809dd88bcf86ed651645d7a773", + "blockNumber": 4111379, + "confirmations": 2259933, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568186979400, + "cumulativeGasUsed": 763821, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 44743, + "hash": "0x0017188c4f399fa0680341015bf1a9a065d8fd52616e4a9638e8b6dcd8c03a90", + "id": 315, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 273, + "timeStamp": 1537877342000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 5, + "txReceiptStatus": 1, + "updatedAt": 1568222028321, + "value": 100 + }, + { + "blockHash": "0x2ebe59525d0cc608c7a002da837b8c420f1a4f378b865c4ddd91196ce8fb85b5", + "blockNumber": 4111378, + "confirmations": 2259934, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568186985502, + "cumulativeGasUsed": 2989407, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0xaa597c6d866f7aefce61c71e03408d3347213a873ffb98c5efbfebd4bd36587e", + "id": 316, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 272, + "timeStamp": 1537877338000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 19, + "txReceiptStatus": 0, + "updatedAt": 1568222029850, + "value": 0 + }, + { + "blockHash": "0x4a4b044d8d718e7e199b9165960f80d343e97c607df4e07983c83d2178a36e31", + "blockNumber": 4111365, + "confirmations": 2259947, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568186985898, + "cumulativeGasUsed": 2155447, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 74743, + "hash": "0xaf8596582d4ee78b6705befd6d2b3f7bf7b5968260baca39b122947d82605b42", + "id": 317, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 271, + "timeStamp": 1537877187000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 10, + "txReceiptStatus": 1, + "updatedAt": 1568222030041, + "value": 100 + }, + { + "blockHash": "0x4a4b044d8d718e7e199b9165960f80d343e97c607df4e07983c83d2178a36e31", + "blockNumber": 4111365, + "confirmations": 2259947, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568186988364, + "cumulativeGasUsed": 2080704, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0x5052d48601b27a4bd1f4ebc577669d19ba07ec736ed4516d252c1f88d24970d4", + "id": 318, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 270, + "timeStamp": 1537877187000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 9, + "txReceiptStatus": 0, + "updatedAt": 1568222031538, + "value": 0 + }, + { + "blockHash": "0x4a4b044d8d718e7e199b9165960f80d343e97c607df4e07983c83d2178a36e31", + "blockNumber": 4111365, + "confirmations": 2259947, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568186988669, + "cumulativeGasUsed": 2035071, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 23763, + "hash": "0x1ab46b0846ef06fc7a85ae414f29f8cd25405f9fa04ccd4b42063490128dc372", + "id": 319, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 269, + "timeStamp": 1537877187000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 8, + "txReceiptStatus": 1, + "updatedAt": 1568222031731, + "value": 200 + }, + { + "blockHash": "0x4a4b044d8d718e7e199b9165960f80d343e97c607df4e07983c83d2178a36e31", + "blockNumber": 4111365, + "confirmations": 2259947, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568186990341, + "cumulativeGasUsed": 2011308, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 44743, + "hash": "0x438c132968c2f43ff589ef0d06763077900dab00417e3e1ef7208db3d507961e", + "id": 320, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 268, + "timeStamp": 1537877187000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 7, + "txReceiptStatus": 1, + "updatedAt": 1568222032327, + "value": 100 + }, + { + "blockHash": "0x4a4b044d8d718e7e199b9165960f80d343e97c607df4e07983c83d2178a36e31", + "blockNumber": 4111365, + "confirmations": 2259947, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568186993297, + "cumulativeGasUsed": 1966565, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0x17dacbbe05e02842faa00038426adfbe145a70660a0f8e24235cab22cc9f755e", + "id": 321, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 267, + "timeStamp": 1537877187000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 6, + "txReceiptStatus": 0, + "updatedAt": 1568222033831, + "value": 0 + }, + { + "blockHash": "0xdb245094b3c73735ed7df934ae6fd627cf66f9043cd3684c7a5861f8e05c62a0", + "blockNumber": 4111348, + "confirmations": 2259964, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568186993515, + "cumulativeGasUsed": 2390258, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 74743, + "hash": "0x4d0ad2d1a370c3ce2834a819df1bbaff3c20aeb3ea1d001db15f252416944dfa", + "id": 322, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 266, + "timeStamp": 1537876965000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 21, + "txReceiptStatus": 1, + "updatedAt": 1568222034054, + "value": 100 + }, + { + "blockHash": "0xdb245094b3c73735ed7df934ae6fd627cf66f9043cd3684c7a5861f8e05c62a0", + "blockNumber": 4111348, + "confirmations": 2259964, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568186997382, + "cumulativeGasUsed": 2315515, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0x1b8d807161b1655b03fcf2cdd119750c518a9eaaacf7ce3d2c9907718f24ee5d", + "id": 323, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 265, + "timeStamp": 1537876965000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 20, + "txReceiptStatus": 0, + "updatedAt": 1568222035430, + "value": 0 + }, + { + "blockHash": "0xdb245094b3c73735ed7df934ae6fd627cf66f9043cd3684c7a5861f8e05c62a0", + "blockNumber": 4111348, + "confirmations": 2259964, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568186997809, + "cumulativeGasUsed": 2269882, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 23763, + "hash": "0x8e0ffb925899c4fffa10a4d5114ed9c5c71062ad738546624b33b200ab814780", + "id": 324, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 264, + "timeStamp": 1537876965000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 19, + "txReceiptStatus": 1, + "updatedAt": 1568222035619, + "value": 100 + }, + { + "blockHash": "0xdb245094b3c73735ed7df934ae6fd627cf66f9043cd3684c7a5861f8e05c62a0", + "blockNumber": 4111348, + "confirmations": 2259964, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568186998392, + "cumulativeGasUsed": 2246119, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 74743, + "hash": "0xe7e368767327a9879fd5ee86cbdcd7a865fbf698ef0c2b11a66f372016743367", + "id": 325, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 263, + "timeStamp": 1537876965000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 18, + "txReceiptStatus": 1, + "updatedAt": 1568222036216, + "value": 100 + }, + { + "blockHash": "0xdb245094b3c73735ed7df934ae6fd627cf66f9043cd3684c7a5861f8e05c62a0", + "blockNumber": 4111348, + "confirmations": 2259964, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187000681, + "cumulativeGasUsed": 2171376, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 30633, + "hash": "0x5917ed6ab9c3fd6cd613776b44c5a3f2065a885c869429ce486ce001c68d877f", + "id": 326, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 262, + "timeStamp": 1537876965000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 17, + "txReceiptStatus": 0, + "updatedAt": 1568222037612, + "value": 0 + }, + { + "blockHash": "0x61006beb4a0abfae432b3186a6adc45b75219ab553a14b5cbf1bdd11b21488ad", + "blockNumber": 4111317, + "confirmations": 2259995, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568187005591, + "cumulativeGasUsed": 3228010, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 26969, + "hash": "0xe6c6b9402d37cd27d5fdf6492aefaa93d9a8f62eb48c2cbf48f244b67dee4097", + "id": 327, + "input": "0x7b98afcd00000000000000000000000000000000000000000000003635c9adc5dea0000000000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 1, + "networkId": 3, + "nonce": 261, + "timeStamp": 1537876554000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 47, + "txReceiptStatus": 0, + "updatedAt": 1568222039106, + "value": 0 + }, + { + "blockHash": "0x61006beb4a0abfae432b3186a6adc45b75219ab553a14b5cbf1bdd11b21488ad", + "blockNumber": 4111317, + "confirmations": 2259995, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187007716, + "cumulativeGasUsed": 3201041, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0x4ce538969fd9294c9b56353d34e2598d175effef3c7ef5525f546d123f5f5dba", + "id": 328, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 260, + "timeStamp": 1537876554000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 46, + "txReceiptStatus": 0, + "updatedAt": 1568222040738, + "value": 0 + }, + { + "blockHash": "0x61006beb4a0abfae432b3186a6adc45b75219ab553a14b5cbf1bdd11b21488ad", + "blockNumber": 4111317, + "confirmations": 2259995, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187008064, + "cumulativeGasUsed": 3155408, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 23763, + "hash": "0x6a9c7c45b05872c71443dece5767556a3c1859b98c9191285e6c7b35c43be252", + "id": 329, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 259, + "timeStamp": 1537876554000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 45, + "txReceiptStatus": 1, + "updatedAt": 1568222040932, + "value": 100 + }, + { + "blockHash": "0x61006beb4a0abfae432b3186a6adc45b75219ab553a14b5cbf1bdd11b21488ad", + "blockNumber": 4111317, + "confirmations": 2259995, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187009168, + "cumulativeGasUsed": 3131645, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 74743, + "hash": "0x836ae4840230079c0cd336c6838971f60ac58003f85764f367dde8a7b3ea4b11", + "id": 330, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 258, + "timeStamp": 1537876554000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 44, + "txReceiptStatus": 1, + "updatedAt": 1568222042006, + "value": 100 + }, + { + "blockHash": "0x61006beb4a0abfae432b3186a6adc45b75219ab553a14b5cbf1bdd11b21488ad", + "blockNumber": 4111317, + "confirmations": 2259995, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187011405, + "cumulativeGasUsed": 3056902, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 30633, + "hash": "0xde6b271c5d9e25d6667c1d003edb9e251e0699d7ba39defd421fb45c3df834b6", + "id": 331, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 257, + "timeStamp": 1537876554000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 43, + "txReceiptStatus": 0, + "updatedAt": 1568222044629, + "value": 0 + }, + { + "blockHash": "0x4442e59dc3aa1b1bdb7bfe07a87665605d8fbc17437d08a18a824a09c3d7fd83", + "blockNumber": 4111292, + "confirmations": 2260020, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568187013540, + "cumulativeGasUsed": 3227874, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 26969, + "hash": "0xfa4905b2a411b55070e191d22dbb2d94abe9898182f521d3b73c086716475b9e", + "id": 332, + "input": "0x7b98afcd00000000000000000000000000000000000000000000003635c9adc5dea0000000000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 1, + "networkId": 3, + "nonce": 256, + "timeStamp": 1537876245000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 42, + "txReceiptStatus": 0, + "updatedAt": 1568222046918, + "value": 0 + }, + { + "blockHash": "0x4442e59dc3aa1b1bdb7bfe07a87665605d8fbc17437d08a18a824a09c3d7fd83", + "blockNumber": 4111292, + "confirmations": 2260020, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187017361, + "cumulativeGasUsed": 3200905, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0x64c76559e555904a8a95ee8f58b9d6aab68a0d86e4a32c8d572724c06ed39b38", + "id": 333, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 255, + "timeStamp": 1537876245000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 41, + "txReceiptStatus": 0, + "updatedAt": 1568222049544, + "value": 0 + }, + { + "blockHash": "0x4442e59dc3aa1b1bdb7bfe07a87665605d8fbc17437d08a18a824a09c3d7fd83", + "blockNumber": 4111292, + "confirmations": 2260020, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187017967, + "cumulativeGasUsed": 3155272, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 23763, + "hash": "0x41a4e1dac64de14be9f50d29be8839f514f091adc5f60bc2bc45e7de7fed9542", + "id": 334, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 254, + "timeStamp": 1537876245000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 40, + "txReceiptStatus": 1, + "updatedAt": 1568222049736, + "value": 100 + }, + { + "blockHash": "0x4442e59dc3aa1b1bdb7bfe07a87665605d8fbc17437d08a18a824a09c3d7fd83", + "blockNumber": 4111292, + "confirmations": 2260020, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187018472, + "cumulativeGasUsed": 3131509, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 74743, + "hash": "0xc04c2588f1a458a734be255203bc28f5710164c3d08abb01d84074580abe6766", + "id": 335, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 253, + "timeStamp": 1537876245000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 39, + "txReceiptStatus": 1, + "updatedAt": 1568222050471, + "value": 100 + }, + { + "blockHash": "0x4442e59dc3aa1b1bdb7bfe07a87665605d8fbc17437d08a18a824a09c3d7fd83", + "blockNumber": 4111292, + "confirmations": 2260020, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187021230, + "cumulativeGasUsed": 3056766, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 30633, + "hash": "0x0334d638532db01ef0562b53cce8557f4d1c247b728e2cac517c02895ddbd6e0", + "id": 336, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 252, + "timeStamp": 1537876245000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 38, + "txReceiptStatus": 0, + "updatedAt": 1568222053283, + "value": 0 + }, + { + "blockHash": "0x328ac700b28834717030ce7d4bb455e38c82ce351a40b4a1d675bb2477c32fb0", + "blockNumber": 4111285, + "confirmations": 2260027, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187023383, + "cumulativeGasUsed": 271251, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0x20e07f7cd5005a961111c479650bcf78d36e25e3d8e5af6e9d7c9c5a42978dec", + "id": 337, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 251, + "timeStamp": 1537876158000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 8, + "txReceiptStatus": 0, + "updatedAt": 1568222057165, + "value": 0 + }, + { + "blockHash": "0x328ac700b28834717030ce7d4bb455e38c82ce351a40b4a1d675bb2477c32fb0", + "blockNumber": 4111285, + "confirmations": 2260027, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187023860, + "cumulativeGasUsed": 225618, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 23763, + "hash": "0x7c84a22c981fd9159a7717144102cd1cb308d9d38853d6bf0ef2cf0bd5da170a", + "id": 338, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 250, + "timeStamp": 1537876158000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 7, + "txReceiptStatus": 1, + "updatedAt": 1568222057436, + "value": 100 + }, + { + "blockHash": "0x25f377e4583a57ca109cd8a0967a6eeb5aa2b2df76f303c4fc3e772fc42c99b6", + "blockNumber": 4111284, + "confirmations": 2260028, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187024523, + "cumulativeGasUsed": 603489, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 74743, + "hash": "0x5807425ab5ed9f8ff6cb67b5bef231f637f619bf49b6a653254e7779d53ee627", + "id": 339, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 249, + "timeStamp": 1537876151000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 10, + "txReceiptStatus": 1, + "updatedAt": 1568222058321, + "value": 100 + }, + { + "blockHash": "0x25f377e4583a57ca109cd8a0967a6eeb5aa2b2df76f303c4fc3e772fc42c99b6", + "blockNumber": 4111284, + "confirmations": 2260028, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187028498, + "cumulativeGasUsed": 528746, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 30633, + "hash": "0xa0c63a41c7fd44f805aa4f7f7384ce2b74ddcc1bed2d0be0d9140999287038cd", + "id": 340, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 248, + "timeStamp": 1537876151000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 9, + "txReceiptStatus": 0, + "updatedAt": 1568222062268, + "value": 0 + }, + { + "blockHash": "0xbaa2ec80e533b3bd0fe959d46064830cca6fe0fb954a98e4d6f2bfc4bd92bda4", + "blockNumber": 4111275, + "confirmations": 2260037, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187030822, + "cumulativeGasUsed": 748184, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0x081705bd255eca7a8a934eb5924c1a5c2f03abcf8be0d2992b89a4f9aa42edfc", + "id": 341, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 247, + "timeStamp": 1537876001000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 6, + "txReceiptStatus": 0, + "updatedAt": 1568222065462, + "value": 0 + }, + { + "blockHash": "0xbaa2ec80e533b3bd0fe959d46064830cca6fe0fb954a98e4d6f2bfc4bd92bda4", + "blockNumber": 4111275, + "confirmations": 2260037, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187031270, + "cumulativeGasUsed": 702551, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 23763, + "hash": "0x91982414a57fec57a34120a8d46329ded7c08bfb4d23fd527faa4a881676ff1d", + "id": 342, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 246, + "timeStamp": 1537876001000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 5, + "txReceiptStatus": 1, + "updatedAt": 1568222065665, + "value": 100 + }, + { + "blockHash": "0xcd37176d266106bbdf10714b6cbc559374ffa651861254aec3d4247a87ae22de", + "blockNumber": 4111273, + "confirmations": 2260039, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187032961, + "cumulativeGasUsed": 2026036, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 74743, + "hash": "0x3d2434bc72555cc28fda36d7425c800f36d6d590253cbc12fd47dd98450ebf37", + "id": 343, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 245, + "timeStamp": 1537875989000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 7, + "txReceiptStatus": 1, + "updatedAt": 1568222068247, + "value": 100 + }, + { + "blockHash": "0xcd37176d266106bbdf10714b6cbc559374ffa651861254aec3d4247a87ae22de", + "blockNumber": 4111273, + "confirmations": 2260039, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187034381, + "cumulativeGasUsed": 1951293, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 30633, + "hash": "0x85041a1ae651830ae631676ec62f1eac34b1b8b04c7adf4bc4a457fc12fe8d6d", + "id": 344, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 244, + "timeStamp": 1537875989000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 6, + "txReceiptStatus": 0, + "updatedAt": 1568222070421, + "value": 0 + }, + { + "blockHash": "0xe10b9a15c773a18e45e9fd7a659567c86c736f797fd0dd80e105a21abebe722f", + "blockNumber": 4111264, + "confirmations": 2260048, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187038646, + "cumulativeGasUsed": 1130652, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 30633, + "hash": "0x844c563583414049dfb296661c8460c5c4d0b1e326ce1ab36ed1ca862551f9f4", + "id": 345, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 243, + "timeStamp": 1537875850000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 8, + "txReceiptStatus": 0, + "updatedAt": 1568222079458, + "value": 0 + }, + { + "blockHash": "0xcab4bf5c5f475991ec9149f403ec91e21ba27d12108ab4209825101e0094f99d", + "blockNumber": 4111099, + "confirmations": 2260213, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187040356, + "cumulativeGasUsed": 843744, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0x7ea95dc6f682f20d25c55dbf05bc074bd3c1c33069b1bbcc127e9d0544f17da3", + "id": 346, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 242, + "timeStamp": 1537873757000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 7, + "txReceiptStatus": 0, + "updatedAt": 1568222082401, + "value": 0 + }, + { + "blockHash": "0x1f34f949182593817558b013fcaeab1eb89d6aa77030188aff1170f56bea8ddb", + "blockNumber": 4111015, + "confirmations": 2260297, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187040785, + "cumulativeGasUsed": 691354, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 100000, + "gasPrice": 4800000000, + "gasUsed": 23763, + "hash": "0xac871a1a932f225f79dea30868ccd12cd27c7f226a19d27b907c3bf07759c6d9", + "id": 347, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 241, + "timeStamp": 1537872653000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 25, + "txReceiptStatus": 1, + "updatedAt": 1568222082821, + "value": 200 + }, + { + "blockHash": "0x1f34f949182593817558b013fcaeab1eb89d6aa77030188aff1170f56bea8ddb", + "blockNumber": 4111015, + "confirmations": 2260297, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187041506, + "cumulativeGasUsed": 667591, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 4800000000, + "gasUsed": 44743, + "hash": "0x5fb574bd1f4aed383f7db38d397c80bc42e3766fe281839e06d23e8a7daf9f48", + "id": 348, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 240, + "timeStamp": 1537872653000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 24, + "txReceiptStatus": 1, + "updatedAt": 1568222084255, + "value": 100 + }, + { + "blockHash": "0x1f34f949182593817558b013fcaeab1eb89d6aa77030188aff1170f56bea8ddb", + "blockNumber": 4111015, + "confirmations": 2260297, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187044272, + "cumulativeGasUsed": 622848, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 4800000000, + "gasUsed": 45633, + "hash": "0x209db7cd93c214aee783c4cd3fdc7666f31136015418d6b9291252ef971ed112", + "id": 349, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 239, + "timeStamp": 1537872653000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 23, + "txReceiptStatus": 0, + "updatedAt": 1568222091569, + "value": 0 + }, + { + "blockHash": "0x0cd7d99c784aae6290214ad9ef469b535bad0b27e2667ea9f491966ffb89356a", + "blockNumber": 4110935, + "confirmations": 2260377, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187044611, + "cumulativeGasUsed": 6769539, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 74743, + "hash": "0x51956bcd115fd9d4daa047f269dad3c7da7400f15e0f078051a5a606b2095a5a", + "id": 350, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 238, + "timeStamp": 1537871720000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 56, + "txReceiptStatus": 1, + "updatedAt": 1568222091785, + "value": 100 + }, + { + "blockHash": "0x0cd7d99c784aae6290214ad9ef469b535bad0b27e2667ea9f491966ffb89356a", + "blockNumber": 4110935, + "confirmations": 2260377, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187047748, + "cumulativeGasUsed": 6694796, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 30633, + "hash": "0x025e5515b0fe2896a5cb171c0fc9f9fded8b1ae478ab1a195135caa93e347415", + "id": 351, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 237, + "timeStamp": 1537871720000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 55, + "txReceiptStatus": 0, + "updatedAt": 1568222095639, + "value": 0 + }, + { + "blockHash": "0xecc3950549aab698ef064aa302ff86081d5e1372c233fb89036a56d010757803", + "blockNumber": 4110923, + "confirmations": 2260389, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568187050128, + "cumulativeGasUsed": 3302910, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 70000, + "gasPrice": 1000000000, + "gasUsed": 69761, + "hash": "0xb0b6a3d73ee912e2eb48252259fae89d16f97060ef9287fb0709a573c8b7abcd", + "id": 352, + "input": "0x7b98afcd0000000000000000000000000000000000000000000000056bc75e2d6310000000000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 1, + "networkId": 3, + "nonce": 236, + "timeStamp": 1537871513000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 11, + "txReceiptStatus": 0, + "updatedAt": 1568222101577, + "value": 0 + }, + { + "blockHash": "0xecc3950549aab698ef064aa302ff86081d5e1372c233fb89036a56d010757803", + "blockNumber": 4110923, + "confirmations": 2260389, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187054053, + "cumulativeGasUsed": 3233149, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 70000, + "gasPrice": 1000000000, + "gasUsed": 30633, + "hash": "0x93a75a59b6dcaad7beac6650b15d8a809db9ceab384cd1cf8f0fb198d54ebc18", + "id": 353, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 235, + "timeStamp": 1537871513000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 10, + "txReceiptStatus": 0, + "updatedAt": 1568222103140, + "value": 0 + }, + { + "blockHash": "0xbc2df4cab601c4fe82d23b3c8e15330a57b6cce827c8486eeb771c7813409a7d", + "blockNumber": 4110913, + "confirmations": 2260399, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568187056088, + "cumulativeGasUsed": 2479726, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 70000, + "gasPrice": 1000000000, + "gasUsed": 69761, + "hash": "0xc7cfca4f1a7fa92c1fa54466d4c972c1d577b478fff71b9e375bface344cd5eb", + "id": 354, + "input": "0x7b98afcd0000000000000000000000000000000000000000000000056bc75e2d6310000000000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 1, + "networkId": 3, + "nonce": 234, + "timeStamp": 1537871410000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 12, + "txReceiptStatus": 0, + "updatedAt": 1568222106427, + "value": 0 + }, + { + "blockHash": "0xbc2df4cab601c4fe82d23b3c8e15330a57b6cce827c8486eeb771c7813409a7d", + "blockNumber": 4110913, + "confirmations": 2260399, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187058966, + "cumulativeGasUsed": 2409965, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 70000, + "gasPrice": 1000000000, + "gasUsed": 30633, + "hash": "0xaef45e637090e6618427c4b7dd7f0ff1418de692e69d9188f2dd9ce22a7b1d7f", + "id": 355, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 233, + "timeStamp": 1537871410000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 11, + "txReceiptStatus": 0, + "updatedAt": 1568222109161, + "value": 0 + }, + { + "blockHash": "0xdada0790c555534239925e0efe8c8252369241721bde33e5aec5fba0efe747e3", + "blockNumber": 4110908, + "confirmations": 2260404, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568187061503, + "cumulativeGasUsed": 2295395, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 70000, + "gasPrice": 1000000000, + "gasUsed": 69761, + "hash": "0xd1155d3293f725145ee8a09e0afd0af172fa05fc9c0b1acec18fefd3e4b259c2", + "id": 356, + "input": "0x7b98afcd0000000000000000000000000000000000000000000000056bc75e2d6310000000000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 1, + "networkId": 3, + "nonce": 232, + "timeStamp": 1537871356000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 46, + "txReceiptStatus": 0, + "updatedAt": 1568222111564, + "value": 0 + }, + { + "blockHash": "0xdada0790c555534239925e0efe8c8252369241721bde33e5aec5fba0efe747e3", + "blockNumber": 4110908, + "confirmations": 2260404, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187069436, + "cumulativeGasUsed": 2225634, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 70000, + "gasPrice": 1000000000, + "gasUsed": 30633, + "hash": "0x9aff59a479e8d235cae5360bfaebc194eb09b40fd23b18daf56bc38ae603559f", + "id": 357, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 231, + "timeStamp": 1537871356000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 45, + "txReceiptStatus": 0, + "updatedAt": 1568222114348, + "value": 0 + }, + { + "blockHash": "0x36f26f2cd408b393b30e94244c47aa567ea62a9828d26e6ba39007c32f6203b5", + "blockNumber": 4110902, + "confirmations": 2260410, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568187073437, + "cumulativeGasUsed": 2579643, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 70000, + "gasPrice": 1000000000, + "gasUsed": 69761, + "hash": "0x3ef428f5a9c58da043a2e6ddb12c7880225c055eb4e478f29abfd4d1182061f6", + "id": 358, + "input": "0x7b98afcd0000000000000000000000000000000000000000000000056bc75e2d6310000000000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 1, + "networkId": 3, + "nonce": 230, + "timeStamp": 1537871281000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 9, + "txReceiptStatus": 0, + "updatedAt": 1568222120598, + "value": 0 + }, + { + "blockHash": "0x36f26f2cd408b393b30e94244c47aa567ea62a9828d26e6ba39007c32f6203b5", + "blockNumber": 4110902, + "confirmations": 2260410, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187081435, + "cumulativeGasUsed": 2509882, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 70000, + "gasPrice": 1000000000, + "gasUsed": 30633, + "hash": "0x720bf6215b218d13ddc51981377cc60f685ed2fe3f36aa9224a87c38e02351bd", + "id": 359, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 229, + "timeStamp": 1537871281000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 8, + "txReceiptStatus": 0, + "updatedAt": 1568222123013, + "value": 0 + }, + { + "blockHash": "0x75a7e997b90cca75e086faed0d6490a219acf93073e341c7193c43889ed4e8d6", + "blockNumber": 4110898, + "confirmations": 2260414, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568187085797, + "cumulativeGasUsed": 2764719, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 70000, + "gasPrice": 1000000000, + "gasUsed": 69761, + "hash": "0xe1c1b9560a1a34bd25eed3101c3c2e5f2299e91a6a3fe6ef42b45615a77054cf", + "id": 360, + "input": "0x7b98afcd0000000000000000000000000000000000000000000000056bc75e2d6310000000000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 1, + "networkId": 3, + "nonce": 228, + "timeStamp": 1537871168000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 62, + "txReceiptStatus": 0, + "updatedAt": 1568222127446, + "value": 0 + }, + { + "blockHash": "0x75a7e997b90cca75e086faed0d6490a219acf93073e341c7193c43889ed4e8d6", + "blockNumber": 4110898, + "confirmations": 2260414, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187091424, + "cumulativeGasUsed": 2694958, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 70000, + "gasPrice": 1000000000, + "gasUsed": 30633, + "hash": "0x9758cfdcc1cc050d0e5a1c11514697c45ac29d045cdf4f5312241a7ea7fa0dd3", + "id": 361, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 227, + "timeStamp": 1537871168000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 61, + "txReceiptStatus": 0, + "updatedAt": 1568222129574, + "value": 0 + }, + { + "blockHash": "0x8ed66e0b1728ba08f850598fc753fcce2ab99f89aeb76ce5cd9f042f663b9ad2", + "blockNumber": 4110888, + "confirmations": 2260424, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568187097009, + "cumulativeGasUsed": 1596657, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 70000, + "gasPrice": 4800000000, + "gasUsed": 69761, + "hash": "0x67bc524b9493a3027360c462ca2f8b89064887651d8ad2bf78b253bc61114d65", + "id": 362, + "input": "0x7b98afcd0000000000000000000000000000000000000000000000056bc75e2d6310000000000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 1, + "networkId": 3, + "nonce": 226, + "timeStamp": 1537871038000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 40, + "txReceiptStatus": 0, + "updatedAt": 1568222132478, + "value": 0 + }, + { + "blockHash": "0x8ed66e0b1728ba08f850598fc753fcce2ab99f89aeb76ce5cd9f042f663b9ad2", + "blockNumber": 4110888, + "confirmations": 2260424, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187098507, + "cumulativeGasUsed": 1526896, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 70000, + "gasPrice": 4800000000, + "gasUsed": 30633, + "hash": "0x5b06d78edc5dae3b6194da8535a7196351d2b5a30688e1f19378e1782236d22a", + "id": 363, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 225, + "timeStamp": 1537871038000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 39, + "txReceiptStatus": 0, + "updatedAt": 1568222135285, + "value": 0 + }, + { + "blockHash": "0x8ab8a3f17da17af44e0a35dc79fc049992565e5def9bceb67ca26ae7887ccae2", + "blockNumber": 4110885, + "confirmations": 2260427, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568187100015, + "cumulativeGasUsed": 731843, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 70000, + "gasPrice": 4800000000, + "gasUsed": 69761, + "hash": "0x20eeefc42c85c213efdfbf3fb475fc973b4c2d399e36499dd74daaabd0b4c603", + "id": 364, + "input": "0x7b98afcd0000000000000000000000000000000000000000000000056bc75e2d6310000000000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 1, + "networkId": 3, + "nonce": 224, + "timeStamp": 1537870999000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 27, + "txReceiptStatus": 0, + "updatedAt": 1568222137588, + "value": 0 + }, + { + "blockHash": "0x8ab8a3f17da17af44e0a35dc79fc049992565e5def9bceb67ca26ae7887ccae2", + "blockNumber": 4110885, + "confirmations": 2260427, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187101518, + "cumulativeGasUsed": 662082, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 70000, + "gasPrice": 4800000000, + "gasUsed": 30633, + "hash": "0x15d89e57b0f114e59c67513c19ffc9ed19089fc142b3bb8c85d143638923d773", + "id": 365, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 223, + "timeStamp": 1537870999000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 26, + "txReceiptStatus": 0, + "updatedAt": 1568222139338, + "value": 0 + }, + { + "blockHash": "0x05e651823f5d461fa014636895c47bfe43a8da4608bae886c43b4238ad6b5f59", + "blockNumber": 4110884, + "confirmations": 2260428, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568187103018, + "cumulativeGasUsed": 1996410, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 70000, + "gasPrice": 4800000000, + "gasUsed": 69761, + "hash": "0x51e7411876bf9530b37d379c20659d5c2ea5642dd228b527c4f82f1fa7090c43", + "id": 366, + "input": "0x7b98afcd0000000000000000000000000000000000000000000000056bc75e2d6310000000000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 1, + "networkId": 3, + "nonce": 222, + "timeStamp": 1537870960000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 68, + "txReceiptStatus": 0, + "updatedAt": 1568222143094, + "value": 0 + }, + { + "blockHash": "0x05e651823f5d461fa014636895c47bfe43a8da4608bae886c43b4238ad6b5f59", + "blockNumber": 4110884, + "confirmations": 2260428, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187104723, + "cumulativeGasUsed": 1926649, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 70000, + "gasPrice": 4800000000, + "gasUsed": 30633, + "hash": "0x314ceb8ecc57736b547d1b91a08ee21bb5d71f88e45d7f083023ec74aa32c53b", + "id": 367, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 221, + "timeStamp": 1537870960000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 67, + "txReceiptStatus": 0, + "updatedAt": 1568222144647, + "value": 0 + }, + { + "blockHash": "0x7e6f07f9ac70a1665ed9fb5fde022b6931d14b24d5f54ff55f1f117bf99edfa3", + "blockNumber": 4110867, + "confirmations": 2260445, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568187106617, + "cumulativeGasUsed": 1099010, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 70000, + "gasPrice": 1000000000, + "gasUsed": 69761, + "hash": "0x4d400fe8eea4af7d0ca06b1dbfb6717a9cfd7bf0678669073b194093df242f3e", + "id": 368, + "input": "0x7b98afcd0000000000000000000000000000000000000000000000056bc75e2d6310000000000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 1, + "networkId": 3, + "nonce": 220, + "timeStamp": 1537870808000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 9, + "txReceiptStatus": 0, + "updatedAt": 1568222146988, + "value": 0 + }, + { + "blockHash": "0x184c8acdea352c43742324ddd84d0f86b07dfd89c62907412800be59ed041002", + "blockNumber": 4110866, + "confirmations": 2260446, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187108012, + "cumulativeGasUsed": 5476042, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 70000, + "gasPrice": 1000000000, + "gasUsed": 30633, + "hash": "0x4969e59fa85c3db5e24d45950d4611846ae6e3fd3f2a74f1edd154c32b19f5ff", + "id": 369, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 219, + "timeStamp": 1537870791000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 61, + "txReceiptStatus": 0, + "updatedAt": 1568222149148, + "value": 0 + }, + { + "blockHash": "0x868936d0fad6f4565e4d93b8de60e76fa3b9c41c546a42a8ca864f25bf74a224", + "blockNumber": 4110861, + "confirmations": 2260451, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568187109538, + "cumulativeGasUsed": 1398459, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 70000, + "gasPrice": 1000000000, + "gasUsed": 69761, + "hash": "0xf623017583e1263c4d6d475993bcdd5432a2b3b2542b8caaaabb654007ded532", + "id": 370, + "input": "0x7b98afcd0000000000000000000000000000000000000000000000056bc75e2d6310000000000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 1, + "networkId": 3, + "nonce": 218, + "timeStamp": 1537870737000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 24, + "txReceiptStatus": 0, + "updatedAt": 1568222152141, + "value": 0 + }, + { + "blockHash": "0x868936d0fad6f4565e4d93b8de60e76fa3b9c41c546a42a8ca864f25bf74a224", + "blockNumber": 4110861, + "confirmations": 2260451, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187111474, + "cumulativeGasUsed": 1328698, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 70000, + "gasPrice": 1000000000, + "gasUsed": 30633, + "hash": "0xc18b69102f1a4a7ba6ce2c9db898c1d8288d486b442a19c2f839e08b0ff168eb", + "id": 371, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 217, + "timeStamp": 1537870737000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 23, + "txReceiptStatus": 0, + "updatedAt": 1568222156589, + "value": 0 + }, + { + "blockHash": "0xac9a779b0015012c62e897bb463b22f860396b89af1ca536c9c3f254407aa39b", + "blockNumber": 4110821, + "confirmations": 2260491, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187113121, + "cumulativeGasUsed": 2775492, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 70000, + "gasPrice": 1000000000, + "gasUsed": 30633, + "hash": "0xe870e60db8e01e1f14d25477edc0a4b0e57a42778011094aff84a642e25cef38", + "id": 372, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 216, + "timeStamp": 1537870374000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 93, + "txReceiptStatus": 0, + "updatedAt": 1568222161890, + "value": 0 + }, + { + "blockHash": "0x4242db044e1d18ce457b14db7c8b4ff4625f268e66133285adc88f13c3eab831", + "blockNumber": 4110810, + "confirmations": 2260502, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568187114618, + "cumulativeGasUsed": 1584881, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 70000, + "gasPrice": 1000000000, + "gasUsed": 69761, + "hash": "0x9e6d2d7c2d7f367c7927d8873732816ee895586d2126632fc230538e6840e77a", + "id": 373, + "input": "0x7b98afcd0000000000000000000000000000000000000000000000056bc75e2d6310000000000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 1, + "networkId": 3, + "nonce": 215, + "timeStamp": 1537870157000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 17, + "txReceiptStatus": 0, + "updatedAt": 1568222166485, + "value": 0 + }, + { + "blockHash": "0x4242db044e1d18ce457b14db7c8b4ff4625f268e66133285adc88f13c3eab831", + "blockNumber": 4110810, + "confirmations": 2260502, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187116783, + "cumulativeGasUsed": 1515120, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 70000, + "gasPrice": 1000000000, + "gasUsed": 30633, + "hash": "0x8ddda4c48be162f678ba060cc7563230e1ac27928755d14007d9a14d19a46280", + "id": 374, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 214, + "timeStamp": 1537870157000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 16, + "txReceiptStatus": 0, + "updatedAt": 1568222172435, + "value": 0 + }, + { + "blockHash": "0x29f580671cb40db837c923e2d01c7f9e9a8c3be615ecc815268af32f1197d7c9", + "blockNumber": 4110798, + "confirmations": 2260514, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187118646, + "cumulativeGasUsed": 793236, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 45633, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0x8414dcd3a73f3e88a75ac3637ce5238b4d6c48d553936626e4abbee8ce64b3d0", + "id": 375, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 213, + "timeStamp": 1537870065000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 21, + "txReceiptStatus": 0, + "updatedAt": 1568222177486, + "value": 0 + }, + { + "blockHash": "0xe5e8babc19281fb5aaa1eb78f35b3516cf0d8637ee6895ced48c25f99299d5b8", + "blockNumber": 4110785, + "confirmations": 2260527, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187119077, + "cumulativeGasUsed": 2932468, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 47525, + "gasPrice": 1000000000, + "gasUsed": 23763, + "hash": "0x65fced81e517a742ee260ddb36f9796e7b201506f82ef34320d968e99a9a0ed4", + "id": 376, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 212, + "timeStamp": 1537869893000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 92, + "txReceiptStatus": 1, + "updatedAt": 1568222177732, + "value": 200 + }, + { + "blockHash": "0xe5e8babc19281fb5aaa1eb78f35b3516cf0d8637ee6895ced48c25f99299d5b8", + "blockNumber": 4110785, + "confirmations": 2260527, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187119684, + "cumulativeGasUsed": 2908705, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 59743, + "gasPrice": 1000000000, + "gasUsed": 44743, + "hash": "0xd3c3147798df2367f277b47b9989e1fa59eb00edc526f4d4d892496b242a2907", + "id": 377, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 211, + "timeStamp": 1537869893000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 91, + "txReceiptStatus": 1, + "updatedAt": 1568222180634, + "value": 100 + }, + { + "blockHash": "0xe5e8babc19281fb5aaa1eb78f35b3516cf0d8637ee6895ced48c25f99299d5b8", + "blockNumber": 4110785, + "confirmations": 2260527, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187121221, + "cumulativeGasUsed": 2863962, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30633, + "gasPrice": 1000000000, + "gasUsed": 30633, + "hash": "0x859b21a2163eb0c22b8e31ae477e8481b5f187910438035d51c7bbbf32f8133e", + "id": 378, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 210, + "timeStamp": 1537869893000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 90, + "txReceiptStatus": 0, + "updatedAt": 1568222189691, + "value": 0 + }, + { + "blockHash": "0xf9db3b221e37425f8d55f06a762ba53ed80f2822a1844ca1efeb505e18ab1662", + "blockNumber": 4110784, + "confirmations": 2260528, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187124445, + "cumulativeGasUsed": 2870046, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 45633, + "gasPrice": 1000000000, + "gasUsed": 30633, + "hash": "0x9b4e4062643ba7211f5b12a17f4d325afde25e3b0a7222e1e087fc3c71f808d2", + "id": 379, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 209, + "timeStamp": 1537869887000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 57, + "txReceiptStatus": 0, + "updatedAt": 1568222191627, + "value": 0 + }, + { + "blockHash": "0xdf22eedfa7af0a60031a0c90599b17b1abe3bc8ffa20fd46b6558ab7948309d6", + "blockNumber": 4110778, + "confirmations": 2260534, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187128174, + "cumulativeGasUsed": 7555767, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 45633, + "gasPrice": 1000000000, + "gasUsed": 30633, + "hash": "0x2506e87100f83ab07bae2ca00789d337b4578069576e030306312940f15c01d3", + "id": 380, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 208, + "timeStamp": 1537869807000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 19, + "txReceiptStatus": 0, + "updatedAt": 1568222195474, + "value": 0 + }, + { + "blockHash": "0xc50ba8dc705a913b582aa403f020158ab180a9a4970de8d401b803453352e620", + "blockNumber": 4110774, + "confirmations": 2260538, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187129619, + "cumulativeGasUsed": 1384784, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 45633, + "gasPrice": 1000000000, + "gasUsed": 30633, + "hash": "0x91c6fc44fb05680f6e47949f7b723c8429c9d88eec8388bdd7016ae9c69f5c03", + "id": 381, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 207, + "timeStamp": 1537869790000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 45, + "txReceiptStatus": 0, + "updatedAt": 1568222197690, + "value": 0 + }, + { + "blockHash": "0x549216d61c1355bf691864b2d0786878db48a5db55772996b3b5430d2a26a203", + "blockNumber": 4110767, + "confirmations": 2260545, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187131165, + "cumulativeGasUsed": 7443506, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 45633, + "gasPrice": 6400000000, + "gasUsed": 45633, + "hash": "0x00b7a024aa276702d49d2fd1621e2485e00c1fd271238d248e33326226043695", + "id": 382, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 206, + "timeStamp": 1537869700000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 10, + "txReceiptStatus": 0, + "updatedAt": 1568222202079, + "value": 0 + }, + { + "blockHash": "0x44a0be68cdb544c95ece9715160c5c76845cb147f35b25622d5a1800186ba762", + "blockNumber": 4110637, + "confirmations": 2260675, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187131523, + "cumulativeGasUsed": 6590529, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 74743, + "hash": "0x4554917e28a8b90b50a32c821a91c561ce14a0ca0bd992921a720aec218d96a3", + "id": 383, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 205, + "timeStamp": 1537868156000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 21, + "txReceiptStatus": 1, + "updatedAt": 1568222202470, + "value": 100 + }, + { + "blockHash": "0x44a0be68cdb544c95ece9715160c5c76845cb147f35b25622d5a1800186ba762", + "blockNumber": 4110637, + "confirmations": 2260675, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187132920, + "cumulativeGasUsed": 6515786, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0x49adb230f3b3537ab30acee66fb714042747d41dacf35f010ecca570758207a2", + "id": 384, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 204, + "timeStamp": 1537868156000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 20, + "txReceiptStatus": 0, + "updatedAt": 1568222204361, + "value": 0 + }, + { + "blockHash": "0x82da41120233a2a11b053205ad37d93da3425f316416bd94375afdbd8e4f7cf1", + "blockNumber": 4110583, + "confirmations": 2260729, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187133153, + "cumulativeGasUsed": 5841290, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 23763, + "hash": "0xf5479e8e68c69a20670d658221a77bae02623c1021a44cbeeac97fb65d62506f", + "id": 385, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 203, + "timeStamp": 1537867413000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 61, + "txReceiptStatus": 1, + "updatedAt": 1568222204826, + "value": 300 + }, + { + "blockHash": "0x82da41120233a2a11b053205ad37d93da3425f316416bd94375afdbd8e4f7cf1", + "blockNumber": 4110583, + "confirmations": 2260729, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187135253, + "cumulativeGasUsed": 5817527, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 44743, + "hash": "0x629889121a0a9214d6b4971827ee20defd13f609b39867d0dadb38aa561b46ad", + "id": 386, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 202, + "timeStamp": 1537867413000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 60, + "txReceiptStatus": 1, + "updatedAt": 1568222205440, + "value": 100 + }, + { + "blockHash": "0x82da41120233a2a11b053205ad37d93da3425f316416bd94375afdbd8e4f7cf1", + "blockNumber": 4110583, + "confirmations": 2260729, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187139918, + "cumulativeGasUsed": 5772784, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0xc4365030f9ddd05cba99b3b111eca3933269e13ac8454ac012fdc03b2383b512", + "id": 387, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 201, + "timeStamp": 1537867413000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 59, + "txReceiptStatus": 0, + "updatedAt": 1568222206822, + "value": 0 + }, + { + "blockHash": "0x1823937606acf6146f2e0d8edcf45254787ef12e56d58e48021b5fe8f0f14a29", + "blockNumber": 4110576, + "confirmations": 2260736, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187140270, + "cumulativeGasUsed": 7746290, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 44743, + "hash": "0xf2d62dd29de508233cf5b0159a0deb26c97ab0f3d276677867398d6916b8c8a0", + "id": 388, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 200, + "timeStamp": 1537867356000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 32, + "txReceiptStatus": 1, + "updatedAt": 1568222207172, + "value": 100 + }, + { + "blockHash": "0x1823937606acf6146f2e0d8edcf45254787ef12e56d58e48021b5fe8f0f14a29", + "blockNumber": 4110576, + "confirmations": 2260736, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187145216, + "cumulativeGasUsed": 7701547, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 30633, + "hash": "0x330693ad064f17bd9d9bf3b16ec2a3c40743b800408eb3842ef672531f88a64a", + "id": 389, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 199, + "timeStamp": 1537867356000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 31, + "txReceiptStatus": 0, + "updatedAt": 1568222208558, + "value": 0 + }, + { + "blockHash": "0x2153d3c4e5319a92950456f936ba5c610b8b12d3fb587542879dfe183592f0ac", + "blockNumber": 4110570, + "confirmations": 2260742, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187153459, + "cumulativeGasUsed": 7462319, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0xab4f0460ba823676441fbf69024a8341decc6bb1b085dbda2bb14cabf3d7ba16", + "id": 390, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 198, + "timeStamp": 1537867256000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 78, + "txReceiptStatus": 0, + "updatedAt": 1568222210064, + "value": 0 + }, + { + "blockHash": "0xaad3f24c5e887afee27073c85c7c39a5ce207062d9bfcbf2552af48bb1f49497", + "blockNumber": 4110569, + "confirmations": 2260743, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187153691, + "cumulativeGasUsed": 6033690, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 74743, + "hash": "0x3cbb1877156322c22d55750a133b228c59ea185bd1d0c51580aea52b671db722", + "id": 391, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 197, + "timeStamp": 1537867237000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 88, + "txReceiptStatus": 1, + "updatedAt": 1568222210271, + "value": 100 + }, + { + "blockHash": "0xaad3f24c5e887afee27073c85c7c39a5ce207062d9bfcbf2552af48bb1f49497", + "blockNumber": 4110569, + "confirmations": 2260743, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187162422, + "cumulativeGasUsed": 5958947, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 1000000000, + "gasUsed": 30633, + "hash": "0x94a4dad4d8fe056ee5c855bb773dd49e29ea82af14ef0867bbcaf43dae7a8050", + "id": 392, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 196, + "timeStamp": 1537867237000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 87, + "txReceiptStatus": 0, + "updatedAt": 1568222211679, + "value": 0 + }, + { + "blockHash": "0x8ffd0fc96bb4786a208c9f2c4594ed28c7234698537203a0ba5f3a7afdaf59b6", + "blockNumber": 4110546, + "confirmations": 2260766, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187168444, + "cumulativeGasUsed": 7093924, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 45633, + "gasPrice": 1000000000, + "gasUsed": 30633, + "hash": "0x884e59f2f8037cf7a3b63bfc3426c4b387fe27456920c518cee867598acaf324", + "id": 393, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 195, + "timeStamp": 1537866875000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 27, + "txReceiptStatus": 0, + "updatedAt": 1568222213235, + "value": 0 + }, + { + "blockHash": "0x36725bc6805106ddce6c893784eda07c2883123e79cc79f89099ff50fa7f8523", + "blockNumber": 4110541, + "confirmations": 2260771, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187174431, + "cumulativeGasUsed": 6695041, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 45633, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0x234e610a2ad6b54f24bd6f245141736223433fe5855fbe24f84eb098f9f12663", + "id": 394, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 194, + "timeStamp": 1537866782000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 99, + "txReceiptStatus": 0, + "updatedAt": 1568222214710, + "value": 0 + }, + { + "blockHash": "0x2dacdb551db4184a0a5e9e5dce2b74bda24c411d7022f9782925a5adc5832a3d", + "blockNumber": 4110515, + "confirmations": 2260797, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187174760, + "cumulativeGasUsed": 7023991, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 47525, + "gasPrice": 1000000000, + "gasUsed": 23763, + "hash": "0xbca6909e7f002791252b67909dff896e0f1c8449362842d8264219aadafd47f5", + "id": 395, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 193, + "timeStamp": 1537866482000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 33, + "txReceiptStatus": 1, + "updatedAt": 1568222214932, + "value": 200 + }, + { + "blockHash": "0x2dacdb551db4184a0a5e9e5dce2b74bda24c411d7022f9782925a5adc5832a3d", + "blockNumber": 4110515, + "confirmations": 2260797, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187175757, + "cumulativeGasUsed": 7000228, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 59743, + "gasPrice": 1000000000, + "gasUsed": 44743, + "hash": "0x42342a932f00e28c0e14baed4d7675c38748189bd000158b405071e477183753", + "id": 396, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 192, + "timeStamp": 1537866482000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 32, + "txReceiptStatus": 1, + "updatedAt": 1568222215649, + "value": 100 + }, + { + "blockHash": "0x2dacdb551db4184a0a5e9e5dce2b74bda24c411d7022f9782925a5adc5832a3d", + "blockNumber": 4110515, + "confirmations": 2260797, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187180439, + "cumulativeGasUsed": 6955485, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30633, + "gasPrice": 1000000000, + "gasUsed": 30633, + "hash": "0x41ca9540c40e5e80217dd527c9aa4ceeee73dcae7f55551f41314b4ae5236850", + "id": 397, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 191, + "timeStamp": 1537866482000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 31, + "txReceiptStatus": 0, + "updatedAt": 1568222217020, + "value": 0 + }, + { + "blockHash": "0x26223bf8fce8c53e62c3dd6d5caa6a75718b74d270fa91f53912b5ef58b5630d", + "blockNumber": 4110488, + "confirmations": 2260824, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187183423, + "cumulativeGasUsed": 5230763, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 45633, + "gasPrice": 1000000000, + "gasUsed": 45633, + "hash": "0xfbee7c2ea30d461902ad0e6df6002ae22bde5a1148a93aa6d00c6cfc6b9dcda3", + "id": 398, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 190, + "timeStamp": 1537866200000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 136, + "txReceiptStatus": 0, + "updatedAt": 1568222218591, + "value": 0 + }, + { + "blockHash": "0x8ee141c7a882d3a6e99e9d8c87c6ce5a242e23d66da93cbaa307f3acc471d553", + "blockNumber": 4110480, + "confirmations": 2260832, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187183769, + "cumulativeGasUsed": 5852503, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 89743, + "gasPrice": 1000000000, + "gasUsed": 74743, + "hash": "0xd325991b90cb0957afcc86079624099bd574b1c1511baa295b73e3759e57e937", + "id": 399, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 189, + "timeStamp": 1537866113000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 19, + "txReceiptStatus": 1, + "updatedAt": 1568222218919, + "value": 100 + }, + { + "blockHash": "0x8ee141c7a882d3a6e99e9d8c87c6ce5a242e23d66da93cbaa307f3acc471d553", + "blockNumber": 4110480, + "confirmations": 2260832, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187187118, + "cumulativeGasUsed": 5777760, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30633, + "gasPrice": 1000000000, + "gasUsed": 30633, + "hash": "0x01653bee1ed2c4ecc7e0e4510522e51a41a48cc673caeb2a50bb0ca498ea227c", + "id": 400, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 188, + "timeStamp": 1537866113000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 18, + "txReceiptStatus": 0, + "updatedAt": 1568222220304, + "value": 0 + }, + { + "blockHash": "0xefebda44b98e951d635e56a8255a30c54d9410ab1819c17bec5160e5c43e98df", + "blockNumber": 4106563, + "confirmations": 2264749, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187195430, + "cumulativeGasUsed": 240792, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 45633, + "gasPrice": 4000000000, + "gasUsed": 45633, + "hash": "0x424b3a5a009ea025502fa1be5af60d0b74b3b20054b015698d133514c521ab76", + "id": 401, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 187, + "timeStamp": 1537820279000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 2, + "txReceiptStatus": 0, + "updatedAt": 1568222221830, + "value": 0 + }, + { + "blockHash": "0x94203a079221fd95ef1ab68010f4cabfa4820cc4433e62c31c6e7cfe0bbffe95", + "blockNumber": 4106553, + "confirmations": 2264759, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187195686, + "cumulativeGasUsed": 1057908, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 47525, + "gasPrice": 4000000000, + "gasUsed": 23763, + "hash": "0x8615fe706847fd5589b544b45a736bedc26913d6be852fa2b521b25bdffbe883", + "id": 402, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 186, + "timeStamp": 1537820230000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 5, + "txReceiptStatus": 1, + "updatedAt": 1568222222045, + "value": 200 + }, + { + "blockHash": "0xd7499f5ee665729775fc09d804302c8cf24c075362f343b08a13fa7a65509348", + "blockNumber": 4106550, + "confirmations": 2264762, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187198406, + "cumulativeGasUsed": 554630, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 59743, + "gasPrice": 4000000000, + "gasUsed": 44743, + "hash": "0x19097237a9e94a21f3ca34baf3d9c3c8e7a59bb465b3e31bb47c33aa55525077", + "id": 403, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 185, + "timeStamp": 1537820221000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 7, + "txReceiptStatus": 1, + "updatedAt": 1568222222628, + "value": 100 + }, + { + "blockHash": "0x3ee3e6469b8e1c520e23c31ba591ebf232e5ad2c019ef981a95e548a921e226b", + "blockNumber": 4106548, + "confirmations": 2264764, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187201420, + "cumulativeGasUsed": 992276, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30633, + "gasPrice": 4000000000, + "gasUsed": 30633, + "hash": "0x43283772161acd254ffcd743744faaccff1314f2372df0856dbd7f5ba215e0a5", + "id": 404, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 184, + "timeStamp": 1537820209000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 17, + "txReceiptStatus": 0, + "updatedAt": 1568222224006, + "value": 0 + }, + { + "blockHash": "0x3ee3e6469b8e1c520e23c31ba591ebf232e5ad2c019ef981a95e548a921e226b", + "blockNumber": 4106548, + "confirmations": 2264764, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187205383, + "cumulativeGasUsed": 961643, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30633, + "gasPrice": 4000000000, + "gasUsed": 30633, + "hash": "0x0f43f0bd0a50e350e6e9e1dd793f32a6d6da9d5c5163dfc834caad40cfb52f26", + "id": 405, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 183, + "timeStamp": 1537820209000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 16, + "txReceiptStatus": 0, + "updatedAt": 1568222225587, + "value": 0 + }, + { + "blockHash": "0xb8f70b8b6e9911b2035647bf1966bdf2bb15b7fc40e086663df771698ec93882", + "blockNumber": 4106532, + "confirmations": 2264780, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187210964, + "cumulativeGasUsed": 4106959, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 45633, + "gasPrice": 4000000000, + "gasUsed": 30633, + "hash": "0xaa9f96e0bcf748cf428657a41577edfb6ecf24e087001c42a241ac58470e0836", + "id": 406, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 182, + "timeStamp": 1537820022000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 16, + "txReceiptStatus": 0, + "updatedAt": 1568222227304, + "value": 0 + }, + { + "blockHash": "0xb8f70b8b6e9911b2035647bf1966bdf2bb15b7fc40e086663df771698ec93882", + "blockNumber": 4106532, + "confirmations": 2264780, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187219427, + "cumulativeGasUsed": 4076326, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 45633, + "gasPrice": 4000000000, + "gasUsed": 45633, + "hash": "0x4e70f671f6772991438f8bc29a3142a3336d27eb9ca9a8c210bda8b4dcb19108", + "id": 407, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 181, + "timeStamp": 1537820022000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 15, + "txReceiptStatus": 0, + "updatedAt": 1568222228714, + "value": 0 + }, + { + "blockHash": "0x7c5ecf0b5fefc2aad4bb2b5e3b9870494ed2cc278b63ab08100bf3b59883afc2", + "blockNumber": 4106514, + "confirmations": 2264798, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187219768, + "cumulativeGasUsed": 846168, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 89743, + "gasPrice": 4000000000, + "gasUsed": 74743, + "hash": "0x97719a695002ac4b97ef1cac3804e8af9c082fc6846a2df70b8a386c14d6cd7b", + "id": 408, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 180, + "timeStamp": 1537819835000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 13, + "txReceiptStatus": 1, + "updatedAt": 1568222228916, + "value": 100 + }, + { + "blockHash": "0xc513670db63d74961ebcccbf7368d8b93ddedc7b831f3e50012df21ecd0e2795", + "blockNumber": 4106512, + "confirmations": 2264800, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187225459, + "cumulativeGasUsed": 267462, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30633, + "gasPrice": 4000000000, + "gasUsed": 30633, + "hash": "0x76f6ee276c8d783de092fb2fd51eb5f332f556001d084475710c8780f163b3eb", + "id": 409, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 179, + "timeStamp": 1537819827000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 3, + "txReceiptStatus": 0, + "updatedAt": 1568222230455, + "value": 0 + }, + { + "blockHash": "0x6f39920eac28e61fef492481f1275f898421aa6c7701867a1af48f9eb9de372f", + "blockNumber": 4106505, + "confirmations": 2264807, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187234444, + "cumulativeGasUsed": 6596282, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 45633, + "gasPrice": 8000000000, + "gasUsed": 45633, + "hash": "0xe14aa96fdb2d9cab529878ea997b638f31994ed8a71ea9986b28c6bb61f84e2f", + "id": 410, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 178, + "timeStamp": 1537819755000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 10, + "txReceiptStatus": 0, + "updatedAt": 1568222231910, + "value": 0 + }, + { + "blockHash": "0x831ad69ac365a0b0481eea9ebb09dc755a6ac48eecddd91d313a32a496993b93", + "blockNumber": 4106501, + "confirmations": 2264811, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187234814, + "cumulativeGasUsed": 172105, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 47525, + "gasPrice": 8000000000, + "gasUsed": 23763, + "hash": "0x427bb932e3fac8d14b1a6786d8a21c2f8492abd564afd2556916dbd868c62bdd", + "id": 411, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 177, + "timeStamp": 1537819695000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 1, + "txReceiptStatus": 1, + "updatedAt": 1568222233275, + "value": 500 + }, + { + "blockHash": "0x2d100fee194fb0cf74cadff7488e03f208e306cf443ede9396929faeb54e791f", + "blockNumber": 4106500, + "confirmations": 2264812, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187237500, + "cumulativeGasUsed": 193560, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 59743, + "gasPrice": 8000000000, + "gasUsed": 44743, + "hash": "0x3ff29b9366c7ffe212c3c8c85190e88bdf9efe582b2d944b98ec380df7247961", + "id": 412, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 176, + "timeStamp": 1537819693000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 3, + "txReceiptStatus": 1, + "updatedAt": 1568222233613, + "value": 100 + }, + { + "blockHash": "0x2d100fee194fb0cf74cadff7488e03f208e306cf443ede9396929faeb54e791f", + "blockNumber": 4106500, + "confirmations": 2264812, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187241281, + "cumulativeGasUsed": 148817, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30633, + "gasPrice": 8000000000, + "gasUsed": 30633, + "hash": "0x0034b2c24a98de9d22f29e3754b16cea9dc2e054f964d343e823cf433f67c44f", + "id": 413, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 175, + "timeStamp": 1537819693000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 2, + "txReceiptStatus": 0, + "updatedAt": 1568222239524, + "value": 0 + }, + { + "blockHash": "0x1153c99a7b1f1511430ac9873bb65e522c46741e0c2c08eb1ae7f98f864070d1", + "blockNumber": 4106481, + "confirmations": 2264831, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187246965, + "cumulativeGasUsed": 571209, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 45633, + "gasPrice": 4000000000, + "gasUsed": 45633, + "hash": "0x6517d536d267394c9928ca3304ea04e67f0bbd832556efeb83065b1860235c65", + "id": 414, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 174, + "timeStamp": 1537819581000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 8, + "txReceiptStatus": 0, + "updatedAt": 1568222264272, + "value": 0 + }, + { + "blockHash": "0xbf1f9e470911118f6baeb7e0ec18edda0be9e678c027f1d77bf234fdc7101a6c", + "blockNumber": 4106476, + "confirmations": 2264836, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187247870, + "cumulativeGasUsed": 4319993, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 59743, + "gasPrice": 4000000000, + "gasUsed": 44743, + "hash": "0x401b7f50549b40b56abd7288e6c9b0aa56560eb280d9081fb36ea0bbb00434b4", + "id": 415, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 173, + "timeStamp": 1537819540000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 5, + "txReceiptStatus": 1, + "updatedAt": 1568222264493, + "value": 100 + }, + { + "blockHash": "0x1b3014795aa0ffa5ab8730ddc815c296671e0b76295307c337809148580cf03c", + "blockNumber": 4106475, + "confirmations": 2264837, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187252395, + "cumulativeGasUsed": 4548296, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30633, + "gasPrice": 4000000000, + "gasUsed": 30633, + "hash": "0xa7443ad445e096e7f4042b1cf49e71855e8c1186cfc90520aaf5b997bedb5001", + "id": 416, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 172, + "timeStamp": 1537819532000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 6, + "txReceiptStatus": 0, + "updatedAt": 1568222265971, + "value": 0 + }, + { + "blockHash": "0x46923b896edf0293d8b2f6c9a50f8823f2dbaa1f951018f890617ef4ecd988d4", + "blockNumber": 4106436, + "confirmations": 2264876, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187261559, + "cumulativeGasUsed": 525829, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 91266, + "gasPrice": 4000000000, + "gasUsed": 45633, + "hash": "0x69d302d3544a2673e4a170b18c065a0a8bcead562468481ca23f0887a4bb7e38", + "id": 417, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 171, + "timeStamp": 1537819242000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 7, + "txReceiptStatus": 0, + "updatedAt": 1568222267383, + "value": 0 + }, + { + "blockHash": "0x967183e66358b485ace3a841b716d2ad5349b983aac3d2b1ca3cd526d05e5220", + "blockNumber": 4106433, + "confirmations": 2264879, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187261896, + "cumulativeGasUsed": 757632, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 119486, + "gasPrice": 4000000000, + "gasUsed": 44743, + "hash": "0x6bf8b331d1980ef6720ea2c2693993fd1f497c3ec640155d330a2bbe3a2818c6", + "id": 418, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 170, + "timeStamp": 1537819212000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 10, + "txReceiptStatus": 1, + "updatedAt": 1568222267591, + "value": 100 + }, + { + "blockHash": "0x373d4c91229cad3df634b2cd547ee26c127330d2f9e9f4bc1774fa6c36fc78ed", + "blockNumber": 4106432, + "confirmations": 2264880, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187295063, + "cumulativeGasUsed": 968893, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 91266, + "gasPrice": 4000000000, + "gasUsed": 45633, + "hash": "0xa936ad5d97c8df12e760cc540a2be5255e82f57e9bbd99b1a2b9fd23c8e67989", + "id": 419, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 169, + "timeStamp": 1537819208000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 12, + "txReceiptStatus": 0, + "updatedAt": 1568222268981, + "value": 0 + }, + { + "blockHash": "0xe23e53a52a964c16170a83b671c3f6bc65d092ba3fc40a6f08fd8ec3d7de8808", + "blockNumber": 4106428, + "confirmations": 2264884, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187295496, + "cumulativeGasUsed": 230975, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 119486, + "gasPrice": 4000000000, + "gasUsed": 44743, + "hash": "0xe8f7ca9da86048341bbeaf193247d3b1d728105c6828263924fcee6b9faebb56", + "id": 420, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 168, + "timeStamp": 1537819174000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 2, + "txReceiptStatus": 1, + "updatedAt": 1568222269186, + "value": 100 + }, + { + "blockHash": "0xdbd7ad1e7f4f96b4dee4931ccad4369d03bd8f222de925b287ba621f80183052", + "blockNumber": 4106427, + "confirmations": 2264885, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187300456, + "cumulativeGasUsed": 336363, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 61266, + "gasPrice": 4000000000, + "gasUsed": 30633, + "hash": "0x0ff86498910460cca53e9f5a020babb856d638a3087e90d7948cb71156b6a9bb", + "id": 421, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 167, + "timeStamp": 1537819163000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 2, + "txReceiptStatus": 0, + "updatedAt": 1568222270591, + "value": 0 + }, + { + "blockHash": "0x056c8baa6ebb8dd3d4ea63ef5002814b3e8b25914836dc2d16fb62e27b18f092", + "blockNumber": 4106421, + "confirmations": 2264891, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187303741, + "cumulativeGasUsed": 1710614, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 91266, + "gasPrice": 4000000000, + "gasUsed": 45633, + "hash": "0xa47a5715814325a678eeb9b6ed1491a9a8b4503eec5c071992b1e74b5abe4cca", + "id": 422, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 166, + "timeStamp": 1537819116000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 14, + "txReceiptStatus": 0, + "updatedAt": 1568222274742, + "value": 0 + }, + { + "blockHash": "0x1d263b75ddba32d14af493caca0ce4cc30757fedd4944280c2e06296faa01a27", + "blockNumber": 4106414, + "confirmations": 2264898, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187304616, + "cumulativeGasUsed": 2112756, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 179486, + "gasPrice": 4000000000, + "gasUsed": 74743, + "hash": "0x7c79235be9c1844687941685865c0c33fcd7e10f864877f1c224acb08cd8e64a", + "id": 423, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 165, + "timeStamp": 1537819060000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 21, + "txReceiptStatus": 1, + "updatedAt": 1568222275650, + "value": 100 + }, + { + "blockHash": "0x1d263b75ddba32d14af493caca0ce4cc30757fedd4944280c2e06296faa01a27", + "blockNumber": 4106414, + "confirmations": 2264898, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187307369, + "cumulativeGasUsed": 2038013, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 61266, + "gasPrice": 4000000000, + "gasUsed": 30633, + "hash": "0x537e4989644b3d58a25d5ade70c2fb2bfb0d0d3ca29bb209eda11d0010a43572", + "id": 424, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 164, + "timeStamp": 1537819060000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 20, + "txReceiptStatus": 0, + "updatedAt": 1568222278143, + "value": 0 + }, + { + "blockHash": "0x65cd17d740bcf3cceb8c4d697de9a7bcf586fe8fbc10648c5fd7e1b9a90b8974", + "blockNumber": 4106403, + "confirmations": 2264909, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187312870, + "cumulativeGasUsed": 731679, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 91266, + "gasPrice": 4000000000, + "gasUsed": 45633, + "hash": "0x283d0ad7b6b2894598cd3b6df73eea74846890281ad7423937e63803568849f7", + "id": 425, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 163, + "timeStamp": 1537818930000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 9, + "txReceiptStatus": 0, + "updatedAt": 1568222280638, + "value": 0 + }, + { + "blockHash": "0x987754a7adc7ccdc3fcc46388ff60597c88e3fc4f81ec538ef21135fd4b98ca0", + "blockNumber": 4106398, + "confirmations": 2264914, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187313305, + "cumulativeGasUsed": 3192917, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 95050, + "gasPrice": 4000000000, + "gasUsed": 23763, + "hash": "0x4327dde0f931d37d4a4f71d5f631435257f5385a6859a7fed17cd97e978e45fc", + "id": 426, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 162, + "timeStamp": 1537818891000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 15, + "txReceiptStatus": 1, + "updatedAt": 1568222281250, + "value": 200 + }, + { + "blockHash": "0x987754a7adc7ccdc3fcc46388ff60597c88e3fc4f81ec538ef21135fd4b98ca0", + "blockNumber": 4106398, + "confirmations": 2264914, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187315451, + "cumulativeGasUsed": 3169154, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 119486, + "gasPrice": 4000000000, + "gasUsed": 44743, + "hash": "0xa58b05c815484b1bc4b47ee2664e100a6ed99b04a785eeee408af35c26903d72", + "id": 427, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 161, + "timeStamp": 1537818891000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 14, + "txReceiptStatus": 1, + "updatedAt": 1568222282139, + "value": 100 + }, + { + "blockHash": "0x987754a7adc7ccdc3fcc46388ff60597c88e3fc4f81ec538ef21135fd4b98ca0", + "blockNumber": 4106398, + "confirmations": 2264914, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187319722, + "cumulativeGasUsed": 3124411, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 61266, + "gasPrice": 4000000000, + "gasUsed": 30633, + "hash": "0x16a9c6a063dff6b613b7fb8461b15d84af9aac649804c65b2508451588337425", + "id": 428, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 160, + "timeStamp": 1537818891000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 13, + "txReceiptStatus": 0, + "updatedAt": 1568222285191, + "value": 0 + }, + { + "blockHash": "0x41ef2a60b8002656cf1533de9cf1a2a770247efd2fa724818a9a1213b1a49363", + "blockNumber": 4106388, + "confirmations": 2264924, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187324452, + "cumulativeGasUsed": 159464, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 91266, + "gasPrice": 4000000000, + "gasUsed": 45633, + "hash": "0x8ea553e58b4f8465fe5f857f0bcb5d8373d85b86a048979262673fbac23fc1f0", + "id": 429, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 159, + "timeStamp": 1537818820000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 2, + "txReceiptStatus": 0, + "updatedAt": 1568222287188, + "value": 0 + }, + { + "blockHash": "0xab633d0f4555a5cfc7ea4f51703149ea162ea89b19fc23a64f5f8e31b2d38424", + "blockNumber": 4106380, + "confirmations": 2264932, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187324874, + "cumulativeGasUsed": 343077, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 179486, + "gasPrice": 4000000000, + "gasUsed": 74743, + "hash": "0xe2487fa588b9ab695d1d02bea44f4d7347681aed1074ef21e67da29899130a92", + "id": 430, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 158, + "timeStamp": 1537818735000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 3, + "txReceiptStatus": 1, + "updatedAt": 1568222287538, + "value": 100 + }, + { + "blockHash": "0xab633d0f4555a5cfc7ea4f51703149ea162ea89b19fc23a64f5f8e31b2d38424", + "blockNumber": 4106380, + "confirmations": 2264932, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187329128, + "cumulativeGasUsed": 268334, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 61266, + "gasPrice": 4000000000, + "gasUsed": 30633, + "hash": "0xd1558600f8ea6ae01165ce5484c472f6a7094433e4064bea87af45b57ebd2e76", + "id": 431, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 157, + "timeStamp": 1537818735000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 2, + "txReceiptStatus": 0, + "updatedAt": 1568222292034, + "value": 0 + }, + { + "blockHash": "0xef4195ba3fffce4c1efbb61d34058ed01fb38fb379aa3f63a857f6157328a88a", + "blockNumber": 4106369, + "confirmations": 2264943, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187333918, + "cumulativeGasUsed": 3460308, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 46633, + "gasPrice": 4000000000, + "gasUsed": 45633, + "hash": "0x76c2c2014d35359bfb335c3e0acff8c5d7944dccf6bb4d2a706a1fb1743a2454", + "id": 432, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 156, + "timeStamp": 1537818589000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 18, + "txReceiptStatus": 0, + "updatedAt": 1568222297140, + "value": 0 + }, + { + "blockHash": "0x5ccb6312dc1e2df1ba06f6f543a074eaeb6eac059dd74c4d8d2b332ae1fdc8db", + "blockNumber": 4106367, + "confirmations": 2264945, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187334146, + "cumulativeGasUsed": 5546624, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 48525, + "gasPrice": 4000000000, + "gasUsed": 23763, + "hash": "0xc526d3b43ce1f50b82275dadf1473b89504d49293ce82a58f1518c3e89b9f67e", + "id": 433, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 155, + "timeStamp": 1537818571000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 18, + "txReceiptStatus": 1, + "updatedAt": 1568222297489, + "value": 200 + }, + { + "blockHash": "0x5ccb6312dc1e2df1ba06f6f543a074eaeb6eac059dd74c4d8d2b332ae1fdc8db", + "blockNumber": 4106367, + "confirmations": 2264945, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187336370, + "cumulativeGasUsed": 5522861, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 60743, + "gasPrice": 4000000000, + "gasUsed": 44743, + "hash": "0xf349ae9abe2e277e4ff9727a3623dd18489f2f4e2fef6dfddff2d706cc343503", + "id": 434, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 154, + "timeStamp": 1537818571000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 17, + "txReceiptStatus": 1, + "updatedAt": 1568222299241, + "value": 100 + }, + { + "blockHash": "0x5ccb6312dc1e2df1ba06f6f543a074eaeb6eac059dd74c4d8d2b332ae1fdc8db", + "blockNumber": 4106367, + "confirmations": 2264945, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187340370, + "cumulativeGasUsed": 5478118, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 31633, + "gasPrice": 4000000000, + "gasUsed": 30633, + "hash": "0x62dd037ffd72c098a94b99dbe206166b45000bb1300644260d02fbda59152bc4", + "id": 435, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 153, + "timeStamp": 1537818571000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 16, + "txReceiptStatus": 0, + "updatedAt": 1568222306843, + "value": 0 + }, + { + "blockHash": "0x38aa379cb278b2ed039a71d8fe5086dd1ee0bbcb523c0472d759e44758608f82", + "blockNumber": 4106358, + "confirmations": 2264954, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187345440, + "cumulativeGasUsed": 693413, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 46633, + "gasPrice": 4000000000, + "gasUsed": 45633, + "hash": "0xd32585fd86a9ba357bb198316d9735a6f1eb7cfb73211303260c624296faf7b3", + "id": 436, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 152, + "timeStamp": 1537818462000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 8, + "txReceiptStatus": 0, + "updatedAt": 1568222308439, + "value": 0 + }, + { + "blockHash": "0xd036119e0648f8c5ab3e9cf63f24f871c95d9540c14175d025ba83ea50b26178", + "blockNumber": 4106356, + "confirmations": 2264956, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187345776, + "cumulativeGasUsed": 6515114, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 90743, + "gasPrice": 4000000000, + "gasUsed": 74743, + "hash": "0x72a0d1cdeeb5df7b162ea2c4fb911f10dea15fa87548eb7d819def641b81928b", + "id": 437, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 151, + "timeStamp": 1537818380000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 38, + "txReceiptStatus": 1, + "updatedAt": 1568222308796, + "value": 100 + }, + { + "blockHash": "0xd036119e0648f8c5ab3e9cf63f24f871c95d9540c14175d025ba83ea50b26178", + "blockNumber": 4106356, + "confirmations": 2264956, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187351546, + "cumulativeGasUsed": 6440371, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 31633, + "gasPrice": 4000000000, + "gasUsed": 30633, + "hash": "0x02fc05a571c2ecdc7350ac6a0eb532d07c22cbe3fc2b5f86817ef08ddc86f211", + "id": 438, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 150, + "timeStamp": 1537818380000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 37, + "txReceiptStatus": 0, + "updatedAt": 1568222313189, + "value": 0 + }, + { + "blockHash": "0x2fec47089fcaebd45f65cbece0b00fbe843efcfa455a69bf1e77790b1b72887b", + "blockNumber": 4106350, + "confirmations": 2264962, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187355506, + "cumulativeGasUsed": 3680467, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 46633, + "gasPrice": 4000000000, + "gasUsed": 45633, + "hash": "0x355e34abb8cd267cc2d197093da16418cfbe086e061d6cf3a9665d25ab3cd5ad", + "id": 439, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 149, + "timeStamp": 1537818306000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 17, + "txReceiptStatus": 0, + "updatedAt": 1568222319041, + "value": 0 + }, + { + "blockHash": "0x48e0477e8e6f6c6d2c79b4257e1dea09adca085d3d9a361935e5313a567dd668", + "blockNumber": 4106343, + "confirmations": 2264969, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187355942, + "cumulativeGasUsed": 1599881, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 48525, + "gasPrice": 4000000000, + "gasUsed": 23763, + "hash": "0xabaf7e777ecc9b11539696ba49e1796e4d773ebd1f51a3ac8fda5f7ecd9bfcdd", + "id": 440, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 148, + "timeStamp": 1537818257000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 12, + "txReceiptStatus": 1, + "updatedAt": 1568222319294, + "value": 200 + }, + { + "blockHash": "0x48e0477e8e6f6c6d2c79b4257e1dea09adca085d3d9a361935e5313a567dd668", + "blockNumber": 4106343, + "confirmations": 2264969, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187356529, + "cumulativeGasUsed": 1576118, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 60743, + "gasPrice": 4000000000, + "gasUsed": 44743, + "hash": "0x86e12bca2b7bd6f2e60daa1e59b7d60960b29bd4f571fb494418b4f76a8e6a98", + "id": 441, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 147, + "timeStamp": 1537818257000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 11, + "txReceiptStatus": 1, + "updatedAt": 1568222321438, + "value": 100 + }, + { + "blockHash": "0x2e26e1adefe16f0162cceb6b527d2ac3ea73a7ddcee7d46ac34be500434e24f0", + "blockNumber": 4106342, + "confirmations": 2264970, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187361526, + "cumulativeGasUsed": 3427141, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 31633, + "gasPrice": 4000000000, + "gasUsed": 30633, + "hash": "0x1093507f2058413b2b1299c9ddc270d61de1d81e6fb324e74a2440ba37172710", + "id": 442, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 146, + "timeStamp": 1537818239000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 12, + "txReceiptStatus": 0, + "updatedAt": 1568222327489, + "value": 0 + }, + { + "blockHash": "0x7d5c9ead34478b5d93d4475e61cd7726ad83effdc744bd6abfa1f2b6b8272932", + "blockNumber": 4106319, + "confirmations": 2264993, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187366931, + "cumulativeGasUsed": 1426086, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 46633, + "gasPrice": 4000000000, + "gasUsed": 45633, + "hash": "0x5e836c4cec955e8c7734b9cf15d0fb02b1c02271de00c2b6615989945ec2d481", + "id": 443, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 145, + "timeStamp": 1537818018000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 9, + "txReceiptStatus": 0, + "updatedAt": 1568222333884, + "value": 0 + }, + { + "blockHash": "0x9d2e099d931cafb18790e80ae0728c7554ae2bed871e5069bddeb7aad968d392", + "blockNumber": 4106313, + "confirmations": 2264999, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187367283, + "cumulativeGasUsed": 1767082, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 90743, + "gasPrice": 4000000000, + "gasUsed": 74743, + "hash": "0xf1b949675c99e0a70e975c0d62f9da6b2535ee310f581be8378f4b328b3f38c0", + "id": 444, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 144, + "timeStamp": 1537817948000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 16, + "txReceiptStatus": 1, + "updatedAt": 1568222334533, + "value": 100 + }, + { + "blockHash": "0x9d2e099d931cafb18790e80ae0728c7554ae2bed871e5069bddeb7aad968d392", + "blockNumber": 4106313, + "confirmations": 2264999, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187372826, + "cumulativeGasUsed": 1692339, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 31633, + "gasPrice": 4000000000, + "gasUsed": 30633, + "hash": "0xe9b561010dc5d00e49d612db0ec3afb07d95ecf6c8870a3b39a55e4af5ce3e1a", + "id": 445, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 143, + "timeStamp": 1537817948000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 15, + "txReceiptStatus": 0, + "updatedAt": 1568222338224, + "value": 0 + }, + { + "blockHash": "0x120d515abb09a1d23792c7d286075c8254f61325f81f52abec531cc25b8c7098", + "blockNumber": 4106280, + "confirmations": 2265032, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187378959, + "cumulativeGasUsed": 1732825, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 46633, + "gasPrice": 4000000000, + "gasUsed": 45633, + "hash": "0xa5418e9966a9aeb0ded08c3da7b49d9836ff4809860721ba77a6c59485862d5b", + "id": 446, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 142, + "timeStamp": 1537817645000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 11, + "txReceiptStatus": 0, + "updatedAt": 1568222339650, + "value": 0 + }, + { + "blockHash": "0x9c1d5207db681d2fb5c764c2a8d1d7f7004791838d4eb79d954401b2fcec093b", + "blockNumber": 4106273, + "confirmations": 2265039, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187379459, + "cumulativeGasUsed": 1844784, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 48525, + "gasPrice": 4000000000, + "gasUsed": 23763, + "hash": "0x383087362a9098885f948d7c12fa4b62ef680cd9778d6bea94146af3a1c536aa", + "id": 447, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 141, + "timeStamp": 1537817568000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 24, + "txReceiptStatus": 1, + "updatedAt": 1568222339841, + "value": 200 + }, + { + "blockHash": "0x9c1d5207db681d2fb5c764c2a8d1d7f7004791838d4eb79d954401b2fcec093b", + "blockNumber": 4106273, + "confirmations": 2265039, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187381475, + "cumulativeGasUsed": 1821021, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 60743, + "gasPrice": 4000000000, + "gasUsed": 44743, + "hash": "0x6efe27c3f58d1c2bb0b036af32ed8e060d712fce936708ee72b8599601148522", + "id": 448, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 140, + "timeStamp": 1537817568000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 23, + "txReceiptStatus": 1, + "updatedAt": 1568222340617, + "value": 100 + }, + { + "blockHash": "0x9c1d5207db681d2fb5c764c2a8d1d7f7004791838d4eb79d954401b2fcec093b", + "blockNumber": 4106273, + "confirmations": 2265039, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187384941, + "cumulativeGasUsed": 1776278, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 31633, + "gasPrice": 4000000000, + "gasUsed": 30633, + "hash": "0x36cd4ee6f4eef1034511a3fc7c88e7c0d5aec542bac9b00a9740e3157a49f960", + "id": 449, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 139, + "timeStamp": 1537817568000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 22, + "txReceiptStatus": 0, + "updatedAt": 1568222342644, + "value": 0 + }, + { + "blockHash": "0xab4e0c119f0e0d9958650725f7032a449ce9316aedabee8c39960b56357510de", + "blockNumber": 4106230, + "confirmations": 2265082, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187390448, + "cumulativeGasUsed": 1826687, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 46633, + "gasPrice": 9000000000, + "gasUsed": 45633, + "hash": "0xdac9607fe2dca8b4eacc6f5e92d25dd0d3a46012b6e802996f6bbcc4fb9e942d", + "id": 450, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 138, + "timeStamp": 1537817137000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 14, + "txReceiptStatus": 0, + "updatedAt": 1568222344075, + "value": 0 + }, + { + "blockHash": "0x0e68110dbc6f5d08385367ccdd26dd754b8333241000a3518f73e16b0d4566a0", + "blockNumber": 4106225, + "confirmations": 2265087, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187391086, + "cumulativeGasUsed": 2934193, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 90743, + "gasPrice": 9000000000, + "gasUsed": 74743, + "hash": "0x8cd63c7da51ea78154fbca6b8fca6816c51bc27a0ee2396d3a8b1cc89bfc6013", + "id": 451, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 137, + "timeStamp": 1537817081000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 10, + "txReceiptStatus": 1, + "updatedAt": 1568222344276, + "value": 100 + }, + { + "blockHash": "0x0e68110dbc6f5d08385367ccdd26dd754b8333241000a3518f73e16b0d4566a0", + "blockNumber": 4106225, + "confirmations": 2265087, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187396434, + "cumulativeGasUsed": 2859450, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 31633, + "gasPrice": 9000000000, + "gasUsed": 30633, + "hash": "0x250d0216bbfcbb8ae7424dcf08120499a22b0e18f8968316ca26096e3c16e721", + "id": 452, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 136, + "timeStamp": 1537817081000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 9, + "txReceiptStatus": 0, + "updatedAt": 1568222345683, + "value": 0 + }, + { + "blockHash": "0x8b022d5403600c0a57e5eb7e301151610ee37a4c0d2f2d416a7c1176da722ca3", + "blockNumber": 4106217, + "confirmations": 2265095, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187408472, + "cumulativeGasUsed": 981455, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 46633, + "gasPrice": 9000000000, + "gasUsed": 45633, + "hash": "0x8d1aa28c43e7bd150d0e5507518aa84022d4f5acd9eaed55bf9740a61f666c36", + "id": 453, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 135, + "timeStamp": 1537817025000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 8, + "txReceiptStatus": 0, + "updatedAt": 1568222347260, + "value": 0 + }, + { + "blockHash": "0x10acde3be7ba16a502f7a6d941fdde98ec8d473ce356f98a6bef823cea4bfbaa", + "blockNumber": 4106188, + "confirmations": 2265124, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187408704, + "cumulativeGasUsed": 4410461, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 48525, + "gasPrice": 9000000000, + "gasUsed": 23763, + "hash": "0x65e4b29b0dce71d52691ab31e9c11661d21dd92926c5128f5d81a07908052a84", + "id": 454, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 134, + "timeStamp": 1537816375000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 33, + "txReceiptStatus": 1, + "updatedAt": 1568222348701, + "value": 300 + }, + { + "blockHash": "0x10acde3be7ba16a502f7a6d941fdde98ec8d473ce356f98a6bef823cea4bfbaa", + "blockNumber": 4106188, + "confirmations": 2265124, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187411443, + "cumulativeGasUsed": 4386698, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 60743, + "gasPrice": 9000000000, + "gasUsed": 44743, + "hash": "0xbf2a2436f1b34a0ad0a176e7455e333eaf381b8314fc61f305111f8e397da821", + "id": 455, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 133, + "timeStamp": 1537816375000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 32, + "txReceiptStatus": 1, + "updatedAt": 1568222349057, + "value": 100 + }, + { + "blockHash": "0x10acde3be7ba16a502f7a6d941fdde98ec8d473ce356f98a6bef823cea4bfbaa", + "blockNumber": 4106188, + "confirmations": 2265124, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187417432, + "cumulativeGasUsed": 4341955, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 31633, + "gasPrice": 9000000000, + "gasUsed": 30633, + "hash": "0x2349427bac705957dc961c165e9d44d83681554c036d52b283debb875d701b51", + "id": 456, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 132, + "timeStamp": 1537816375000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 31, + "txReceiptStatus": 0, + "updatedAt": 1568222350433, + "value": 0 + }, + { + "blockHash": "0x3d18c37a4e505f245548b2ffe1057d52dac4543e7f389fb002c844a4e71b83c4", + "blockNumber": 4106185, + "confirmations": 2265127, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187421911, + "cumulativeGasUsed": 1200507, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 45733, + "gasPrice": 9000000000, + "gasUsed": 45633, + "hash": "0xef5eca72fcf1d22a8db61444c16b53b687193be94f632a5b27c956d86d9766e3", + "id": 457, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 131, + "timeStamp": 1537816246000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 11, + "txReceiptStatus": 0, + "updatedAt": 1568222351967, + "value": 0 + }, + { + "blockHash": "0x75319f2eddf4732deb3d66d9024a47d136143e2e10b75349c3c63319965e47b0", + "blockNumber": 4106114, + "confirmations": 2265198, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187422392, + "cumulativeGasUsed": 7040071, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 59843, + "gasPrice": 9360000000, + "gasUsed": 44743, + "hash": "0x8a79e72fc2edb07a775284ab9ea77a9c66cff0086f7fb685dd2b9ddda7e366d7", + "id": 458, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 130, + "timeStamp": 1537814480000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 15, + "txReceiptStatus": 1, + "updatedAt": 1568222352298, + "value": 100 + }, + { + "blockHash": "0x75319f2eddf4732deb3d66d9024a47d136143e2e10b75349c3c63319965e47b0", + "blockNumber": 4106114, + "confirmations": 2265198, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187426470, + "cumulativeGasUsed": 6995328, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30733, + "gasPrice": 9360000000, + "gasUsed": 30633, + "hash": "0xe60344022faa00923f19d40303837c7aa7f34bdb1686d6a75c948beac2a35939", + "id": 459, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 129, + "timeStamp": 1537814480000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 14, + "txReceiptStatus": 0, + "updatedAt": 1568222353694, + "value": 0 + }, + { + "blockHash": "0x51ce5107d7dd9636a2f60c4b4841c873c2b8189e8447346f0f0e0993fd5b900d", + "blockNumber": 4106109, + "confirmations": 2265203, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187435444, + "cumulativeGasUsed": 925158, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30633, + "gasPrice": 9360000000, + "gasUsed": 30633, + "hash": "0x7bb7f8aaa864a4113746f59c50dbc5cbe8d603a9e033bdbe434ce6882894116c", + "id": 460, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 128, + "timeStamp": 1537814358000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 15, + "txReceiptStatus": 0, + "updatedAt": 1568222355189, + "value": 0 + }, + { + "blockHash": "0x51ce5107d7dd9636a2f60c4b4841c873c2b8189e8447346f0f0e0993fd5b900d", + "blockNumber": 4106109, + "confirmations": 2265203, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187444470, + "cumulativeGasUsed": 894525, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30633, + "gasPrice": 9360000000, + "gasUsed": 30633, + "hash": "0x2be5e8c2c9973c29317317be4badea8933bbfcc021444a3f921082c7a9c1dad5", + "id": 461, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 127, + "timeStamp": 1537814358000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 14, + "txReceiptStatus": 0, + "updatedAt": 1568222356703, + "value": 0 + }, + { + "blockHash": "0x94ede028e0f42adda44b1de03e80645af14e8bdbaa4331954b442932939104f0", + "blockNumber": 4106107, + "confirmations": 2265205, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187453442, + "cumulativeGasUsed": 1963545, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30638, + "gasPrice": 7200000000, + "gasUsed": 30633, + "hash": "0x65485c4a1b041f68764325717c5a15e4addbaa9ace4c91f67e155b6e5d31beaf", + "id": 462, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 126, + "timeStamp": 1537814255000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 39, + "txReceiptStatus": 0, + "updatedAt": 1568222358257, + "value": 0 + }, + { + "blockHash": "0xe9df2240b75cc97dbf72c9a21ba1692c248300dc58e49c679881670a290fafbc", + "blockNumber": 4106089, + "confirmations": 2265223, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187462437, + "cumulativeGasUsed": 4320998, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 45638, + "gasPrice": 7200000000, + "gasUsed": 45633, + "hash": "0xdf766c7a842c4cdd62bd78c577247e43744dc75b4fefcaa20f592188a60bb83d", + "id": 463, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 125, + "timeStamp": 1537813892000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 46, + "txReceiptStatus": 0, + "updatedAt": 1568222359701, + "value": 0 + }, + { + "blockHash": "0x7f589f875eb7e51b0e4fc9bb5033be633458e5a8db5bb1ee338f6e08a4cfe4aa", + "blockNumber": 4106086, + "confirmations": 2265226, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187462812, + "cumulativeGasUsed": 976619, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 89748, + "gasPrice": 7000000000, + "gasUsed": 74743, + "hash": "0x06fedfc7cec1b5ccb5c039ee15a985b10bd70990addac9f319890efc833860e3", + "id": 464, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 124, + "timeStamp": 1537813691000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 16, + "txReceiptStatus": 1, + "updatedAt": 1568222360151, + "value": 100 + }, + { + "blockHash": "0x7f589f875eb7e51b0e4fc9bb5033be633458e5a8db5bb1ee338f6e08a4cfe4aa", + "blockNumber": 4106086, + "confirmations": 2265226, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187468448, + "cumulativeGasUsed": 901876, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30638, + "gasPrice": 7000000000, + "gasUsed": 30633, + "hash": "0xaa8b1daca49aa1ca5146ed9efa9fc657d90a85af21fbb8799d103361b061f10c", + "id": 465, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 123, + "timeStamp": 1537813691000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 15, + "txReceiptStatus": 0, + "updatedAt": 1568222361535, + "value": 0 + }, + { + "blockHash": "0x1a682017a90682cd7dd2d64c79062491173d01463239cc1962cdd588d148fb8d", + "blockNumber": 4106056, + "confirmations": 2265256, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187471618, + "cumulativeGasUsed": 424535, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30638, + "gasPrice": 8857805009, + "gasUsed": 30633, + "hash": "0x62c0008cd4a3784ded4ce9924a26f7338fd2045c8ba3461099fb46ffc3466017", + "id": 466, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 122, + "timeStamp": 1537812650000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 7, + "txReceiptStatus": 0, + "updatedAt": 1568222363044, + "value": 0 + }, + { + "blockHash": "0x07156ff1d8cd62417de6e646cbbc3ec45f7c2e28f6d91cb7164d283a5cc66601", + "blockNumber": 4106042, + "confirmations": 2265270, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187480435, + "cumulativeGasUsed": 4986231, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30638, + "gasPrice": 6000000000, + "gasUsed": 30633, + "hash": "0xef2d178db30c0e9c2b4390267cd699ebf1e4e7dad4f8158b8a14536483ce9c8a", + "id": 467, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 121, + "timeStamp": 1537812172000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 27, + "txReceiptStatus": 0, + "updatedAt": 1568222364533, + "value": 0 + }, + { + "blockHash": "0x8e78246946aab7d17f871616753aa39c06581b7df520fc7dd8c83c02f393d659", + "blockNumber": 4105974, + "confirmations": 2265338, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187486498, + "cumulativeGasUsed": 5823094, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30638, + "gasPrice": 6000000000, + "gasUsed": 30633, + "hash": "0x457125fab4c2cc407b024dd53fef5da25656e3924cff1ae2fb413400962fb6cb", + "id": 468, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 120, + "timeStamp": 1537809629000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 17, + "txReceiptStatus": 0, + "updatedAt": 1568222366052, + "value": 0 + }, + { + "blockHash": "0xd3fe166123a59bb2440c9708622094735f0db0c1180eef111c0b4302452c5aad", + "blockNumber": 4105970, + "confirmations": 2265342, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187493117, + "cumulativeGasUsed": 6834397, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30638, + "gasPrice": 6000000000, + "gasUsed": 30633, + "hash": "0x33cc881d7db92cbc599682d28a1ab693d7b5c2190404b135f81bbadc7a0567af", + "id": 469, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 119, + "timeStamp": 1537809434000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 79, + "txReceiptStatus": 0, + "updatedAt": 1568222367608, + "value": 0 + }, + { + "blockHash": "0xcb00bbe5387e55f2f54369762e1b6a0d28b4eaab5ffd09cf542759ebf6493d26", + "blockNumber": 4105963, + "confirmations": 2265349, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187498405, + "cumulativeGasUsed": 5268702, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30638, + "gasPrice": 6000000000, + "gasUsed": 30633, + "hash": "0x36d030ba7239c62492246b0a5f8020f9495b25e154422e850d78bff9b1691455", + "id": 470, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 118, + "timeStamp": 1537808757000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 38, + "txReceiptStatus": 0, + "updatedAt": 1568222369076, + "value": 0 + }, + { + "blockHash": "0xdb5dbb3d66c30dbc3031c34c1189e86752ef039a20433f1bf79a13a9eed90b3d", + "blockNumber": 4105961, + "confirmations": 2265351, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187503169, + "cumulativeGasUsed": 3206841, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30638, + "gasPrice": 6000000000, + "gasUsed": 30633, + "hash": "0x7de992a1ed32578307cb4d65dcb75e63941b22e05b6897e2ee43087576436a24", + "id": 471, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 117, + "timeStamp": 1537808613000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 29, + "txReceiptStatus": 0, + "updatedAt": 1568222370595, + "value": 0 + }, + { + "blockHash": "0xd4dcacc07a6e1f35c9eb65fab657f604742d6f809c7c5e4105ead69cd9708792", + "blockNumber": 4105958, + "confirmations": 2265354, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187508526, + "cumulativeGasUsed": 4007982, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 30633, + "gasPrice": 3000000000, + "gasUsed": 30633, + "hash": "0x64ef818b4085db64597f325318e4bb2ca3b75795710a38ec51c1093dce603b0a", + "id": 472, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 116, + "timeStamp": 1537808270000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 28, + "txReceiptStatus": 0, + "updatedAt": 1568222372087, + "value": 0 + }, + { + "blockHash": "0xc35dfbd6646d7e82901289b7a3845ebc6bbfa52cc9e2d4d71e94da8a22147819", + "blockNumber": 4105954, + "confirmations": 2265358, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187513787, + "cumulativeGasUsed": 2237926, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 45633, + "gasPrice": 3000000000, + "gasUsed": 30633, + "hash": "0xe63471c4dd6c6948c33237dc5ee087e8cfeca4f41515aa6f21dfb83f8b121b22", + "id": 473, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 115, + "timeStamp": 1537807997000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 25, + "txReceiptStatus": 0, + "updatedAt": 1568222373604, + "value": 0 + }, + { + "blockHash": "0x7ffa5d64a39bff31d9a3dd63d3fdcb351fe9798ee8f6ea7e0f37a67e529d39e4", + "blockNumber": 4105951, + "confirmations": 2265361, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187520341, + "cumulativeGasUsed": 7429367, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 45633, + "gasPrice": 3000000000, + "gasUsed": 30633, + "hash": "0x197daf79c528128cc1c733bb987faa7517c15f38a501ef0ee555b560a3c56a1f", + "id": 474, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 114, + "timeStamp": 1537807889000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 36, + "txReceiptStatus": 0, + "updatedAt": 1568222375092, + "value": 0 + }, + { + "blockHash": "0x7ffa5d64a39bff31d9a3dd63d3fdcb351fe9798ee8f6ea7e0f37a67e529d39e4", + "blockNumber": 4105951, + "confirmations": 2265361, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187525885, + "cumulativeGasUsed": 7398734, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 45633, + "gasPrice": 3000000000, + "gasUsed": 30633, + "hash": "0x6b591611aecd8122124f0e746ba09198ac9e5d869dbc51be756f3e203fd2c5b3", + "id": 475, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 113, + "timeStamp": 1537807889000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 35, + "txReceiptStatus": 0, + "updatedAt": 1568222376628, + "value": 0 + }, + { + "blockHash": "0x7ffa5d64a39bff31d9a3dd63d3fdcb351fe9798ee8f6ea7e0f37a67e529d39e4", + "blockNumber": 4105951, + "confirmations": 2265361, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187534434, + "cumulativeGasUsed": 7368101, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 45633, + "gasPrice": 3000000000, + "gasUsed": 45633, + "hash": "0x12e87fed380be57c0554b0fa3d8cc07fbf071c87777cbdb8888081eb9eb1c76a", + "id": 476, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 112, + "timeStamp": 1537807889000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 34, + "txReceiptStatus": 0, + "updatedAt": 1568222378112, + "value": 0 + }, + { + "blockHash": "0x874ec42f6a0a3d8649eac023b1044c953b965e01de55ae819a0af5f701e3f0b1", + "blockNumber": 4105925, + "confirmations": 2265387, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568187540440, + "cumulativeGasUsed": 67037, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 45633, + "gasPrice": 3000000000, + "gasUsed": 22679, + "hash": "0x7f6f232ad503fd51bd4b9afe7df1987e78efbbac5749d1f5b19a273a271d1257", + "id": 477, + "input": "0xe0760cb700000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 0, + "networkId": 3, + "nonce": 111, + "timeStamp": 1537807168000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 1, + "txReceiptStatus": 0, + "updatedAt": 1568222379625, + "value": 0 + }, + { + "blockHash": "0x6677c0e19fd22500920cc435f4b44aff12d5795d26053de01a95bb9e50342824", + "blockNumber": 4105892, + "confirmations": 2265420, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568187542693, + "cumulativeGasUsed": 375975, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 45633, + "gasPrice": 3000000000, + "gasUsed": 22679, + "hash": "0x793d2c9a23046f55a8d16f28c1aa6e0526cf7d8c0e63cfb09dcbb324217221c5", + "id": 478, + "input": "0xe0760cb700000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 0, + "networkId": 3, + "nonce": 110, + "timeStamp": 1537806701000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 6, + "txReceiptStatus": 0, + "updatedAt": 1568222381132, + "value": 0 + }, + { + "blockHash": "0xd2b9caebb1be6eed523c34062caca4b4bd450e5496e116dcc5a12d00857fc897", + "blockNumber": 4105875, + "confirmations": 2265437, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568187549450, + "cumulativeGasUsed": 1381384, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 45633, + "gasPrice": 3000000000, + "gasUsed": 22679, + "hash": "0xe61fa2a70bd38575b2a7f3d5d6cd70b0c7273ef2e676d97c97aa0b59c85abeee", + "id": 479, + "input": "0xe0760cb700000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 0, + "networkId": 3, + "nonce": 109, + "timeStamp": 1537806414000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 21, + "txReceiptStatus": 0, + "updatedAt": 1568222382659, + "value": 0 + }, + { + "blockHash": "0x4c73cd3c56b4d140a4626000c6c6254f7f03a8e8858cab3cdc106d700cef722c", + "blockNumber": 4105773, + "confirmations": 2265539, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568187555835, + "cumulativeGasUsed": 2715992, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 45633, + "gasPrice": 3000000000, + "gasUsed": 22679, + "hash": "0xa63274a71fbaa8789123c09ae9e87b29196e3797700c310e2d9589cafcb3febd", + "id": 480, + "input": "0xe0760cb700000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 0, + "networkId": 3, + "nonce": 108, + "timeStamp": 1537805098000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 18, + "txReceiptStatus": 0, + "updatedAt": 1568222384184, + "value": 0 + }, + { + "blockHash": "0x0636ab46619d043b3ca2202b3cd571e94cf10d1e7b0490ebcc7e378c57a1a33a", + "blockNumber": 4105720, + "confirmations": 2265592, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568187560148, + "cumulativeGasUsed": 7834279, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 45633, + "gasPrice": 3000000000, + "gasUsed": 22679, + "hash": "0xa5073c555d691de9ae96f1621d615c427482a6222a41fe46c621034abdab8875", + "id": 481, + "input": "0xe0760cb700000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 0, + "networkId": 3, + "nonce": 107, + "timeStamp": 1537804234000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 209, + "txReceiptStatus": 0, + "updatedAt": 1568222385705, + "value": 0 + }, + { + "blockHash": "0x2dc95dce066cc902f632e8063135c231cc34d86ac05e2e2bee2372ed7e3c9940", + "blockNumber": 4105705, + "confirmations": 2265607, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568187567601, + "cumulativeGasUsed": 6863019, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 45633, + "gasPrice": 3000000000, + "gasUsed": 22679, + "hash": "0x1e00cd1e97d3ea14267cd7ecb4bb8f2cc9ef55d870dfc3a81e0926579c58bb38", + "id": 482, + "input": "0xe0760cb700000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 0, + "networkId": 3, + "nonce": 106, + "timeStamp": 1537804018000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 172, + "txReceiptStatus": 0, + "updatedAt": 1568222387754, + "value": 0 + }, + { + "blockHash": "0xb5819215405618dcff30a4334d23be916d6f6ee08eaa74073247b16aa886a4d4", + "blockNumber": 4105668, + "confirmations": 2265644, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568187571595, + "cumulativeGasUsed": 7795547, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 45633, + "gasPrice": 3000000000, + "gasUsed": 22679, + "hash": "0x6fe46cc92bd91196ab8e7a9cb1bdd7e929131b95d96b080f6cb15309e9aa5f63", + "id": 483, + "input": "0xe0760cb700000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 0, + "networkId": 3, + "nonce": 105, + "timeStamp": 1537803564000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 212, + "txReceiptStatus": 0, + "updatedAt": 1568222389137, + "value": 0 + }, + { + "blockHash": "0x369c4499891c5d1e3056d90632d8ebd87040b2ec324cc18f4285c0eae0dac4c2", + "blockNumber": 4105660, + "confirmations": 2265652, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568187579457, + "cumulativeGasUsed": 3376408, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 45633, + "gasPrice": 3000000000, + "gasUsed": 22679, + "hash": "0x911a31639e5ad4f95fe184bd87b40fbb9206ad0565ea04c597b9160cc9980e58", + "id": 484, + "input": "0xe0760cb700000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 0, + "networkId": 3, + "nonce": 104, + "timeStamp": 1537803485000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 76, + "txReceiptStatus": 0, + "updatedAt": 1568222390683, + "value": 0 + }, + { + "blockHash": "0xec2930f7b36cf0a7c254607dbc8f34f04e9d62ee8ced4c24fb23f0204627a6e7", + "blockNumber": 4105600, + "confirmations": 2265712, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568187586620, + "cumulativeGasUsed": 3022073, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 45633, + "gasPrice": 1000000000, + "gasUsed": 22679, + "hash": "0x950554f55ec73469afa79b815cde69fa88117042b920364cefe15402cbbf3577", + "id": 485, + "input": "0xe0760cb700000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 0, + "networkId": 3, + "nonce": 103, + "timeStamp": 1537802784000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 13, + "txReceiptStatus": 0, + "updatedAt": 1568222393583, + "value": 0 + }, + { + "blockHash": "0xe4a3f113bb928db00ce99901650b39dd8aca7befadfd762ef49d1801a438f593", + "blockNumber": 4105576, + "confirmations": 2265736, + "contractAddress": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "createdAt": 1568187591486, + "cumulativeGasUsed": 3340749, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 45633, + "gasPrice": 1000000000, + "gasUsed": 22679, + "hash": "0x6c5b7f542afab61002147f133747d748054a5723b4b5e4078a81b195ad7a69b6", + "id": 486, + "input": "0xe0760cb700000000000000000000000000000000000000000000000000000000000000007465737400000000000000000000000000000000000000000000000000000000", + "isError": 0, + "networkId": 3, + "nonce": 102, + "timeStamp": 1537802416000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 60, + "txReceiptStatus": 0, + "updatedAt": 1568222397284, + "value": 0 + }, + { + "blockHash": "0x45ad129b15d6c25aac3fb29c4152d8f61a48323ba389a319cdf25bfb751858c4", + "blockNumber": 4091054, + "confirmations": 2280258, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187591869, + "cumulativeGasUsed": 2825217, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 95050, + "gasPrice": 47525, + "gasUsed": 23763, + "hash": "0x485b38207db1482702e30084e31159dc5503dd22a0add8e13980c4be54be4042", + "id": 487, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 101, + "timeStamp": 1537615836000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 48, + "txReceiptStatus": 1, + "updatedAt": 1568222397678, + "value": 100 + }, + { + "blockHash": "0x45ad129b15d6c25aac3fb29c4152d8f61a48323ba389a319cdf25bfb751858c4", + "blockNumber": 4091054, + "confirmations": 2280258, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187594346, + "cumulativeGasUsed": 2801454, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 179486, + "gasPrice": 89743, + "gasUsed": 74743, + "hash": "0x14971aeb6f54a48563610e3250e0051c3f4f86b0647bcc7fd9e38d0a1031c74a", + "id": 488, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 100, + "timeStamp": 1537615836000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 47, + "txReceiptStatus": 1, + "updatedAt": 1568222398579, + "value": 100 + }, + { + "blockHash": "0x45ad129b15d6c25aac3fb29c4152d8f61a48323ba389a319cdf25bfb751858c4", + "blockNumber": 4091054, + "confirmations": 2280258, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187600438, + "cumulativeGasUsed": 2726711, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 91266, + "gasPrice": 45633, + "gasUsed": 45633, + "hash": "0x4cef15ddc18331482543214e23ca42131137f73c5470006bee4f93184f1ee039", + "id": 489, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 99, + "timeStamp": 1537615836000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 46, + "txReceiptStatus": 0, + "updatedAt": 1568222402831, + "value": 0 + }, + { + "blockHash": "0x45ad129b15d6c25aac3fb29c4152d8f61a48323ba389a319cdf25bfb751858c4", + "blockNumber": 4091054, + "confirmations": 2280258, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187606526, + "cumulativeGasUsed": 2681078, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 58706, + "gasPrice": 29353, + "gasUsed": 29353, + "hash": "0x12129d235a7fa6707abc8336ba29be445b9e17ba17956af0a1545269cdefb9e2", + "id": 490, + "input": "0x095ea7b300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 98, + "timeStamp": 1537615836000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 45, + "txReceiptStatus": 0, + "updatedAt": 1568222406478, + "value": 0 + }, + { + "blockHash": "0x45ad129b15d6c25aac3fb29c4152d8f61a48323ba389a319cdf25bfb751858c4", + "blockNumber": 4091054, + "confirmations": 2280258, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187612420, + "cumulativeGasUsed": 2651725, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 88706, + "gasPrice": 44353, + "gasUsed": 44353, + "hash": "0xbfedd38694aeae0e7d41c4e0d77e4fbd83e1d1246ff3c864bb5d02207497c144", + "id": 491, + "input": "0x095ea7b300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 97, + "timeStamp": 1537615836000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 44, + "txReceiptStatus": 0, + "updatedAt": 1568222411738, + "value": 0 + }, + { + "blockHash": "0x892abe22ee60915c1fddabdc4512cc0741f934c569cad4035f0793e096b8c942", + "blockNumber": 4090588, + "confirmations": 2280724, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187612834, + "cumulativeGasUsed": 7480527, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 95050, + "gasPrice": 47525, + "gasUsed": 23763, + "hash": "0xad9af90564691c1905b1517138b5b15a5bf9c582ae83cc21d10d38213ee5b19d", + "id": 492, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 96, + "timeStamp": 1537609995000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 107, + "txReceiptStatus": 1, + "updatedAt": 1568222411949, + "value": 100 + }, + { + "blockHash": "0x892abe22ee60915c1fddabdc4512cc0741f934c569cad4035f0793e096b8c942", + "blockNumber": 4090588, + "confirmations": 2280724, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187615359, + "cumulativeGasUsed": 7456764, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 179486, + "gasPrice": 89743, + "gasUsed": 74743, + "hash": "0x2b923a5434baa2332fe51947af67a2e46b08876e16f15ff73a94c22ef43e4b98", + "id": 493, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 95, + "timeStamp": 1537609995000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 106, + "txReceiptStatus": 1, + "updatedAt": 1568222412733, + "value": 100 + }, + { + "blockHash": "0x892abe22ee60915c1fddabdc4512cc0741f934c569cad4035f0793e096b8c942", + "blockNumber": 4090588, + "confirmations": 2280724, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187621406, + "cumulativeGasUsed": 7382021, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 91266, + "gasPrice": 45633, + "gasUsed": 45633, + "hash": "0x14bc0f8ad2b91eea3c6328a9d382ccb148b927b5bca139f827507eb905fb51f3", + "id": 494, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 94, + "timeStamp": 1537609995000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 105, + "txReceiptStatus": 0, + "updatedAt": 1568222414583, + "value": 0 + }, + { + "blockHash": "0x892abe22ee60915c1fddabdc4512cc0741f934c569cad4035f0793e096b8c942", + "blockNumber": 4090588, + "confirmations": 2280724, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187621739, + "cumulativeGasUsed": 7336388, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 95050, + "gasPrice": 47525, + "gasUsed": 23763, + "hash": "0x16521934a0411d86c9d8c5899287edf575782f3d7471ab6be4a45de938aa25f2", + "id": 495, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 93, + "timeStamp": 1537609995000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 104, + "txReceiptStatus": 1, + "updatedAt": 1568222415032, + "value": 100 + }, + { + "blockHash": "0x892abe22ee60915c1fddabdc4512cc0741f934c569cad4035f0793e096b8c942", + "blockNumber": 4090588, + "confirmations": 2280724, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187624356, + "cumulativeGasUsed": 7312625, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 179486, + "gasPrice": 89743, + "gasUsed": 74743, + "hash": "0x11dabc8c562b57d5d1f1841e6b6562a8ed1b43fc59f8736fc3248729b354e8dd", + "id": 496, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 92, + "timeStamp": 1537609995000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 103, + "txReceiptStatus": 1, + "updatedAt": 1568222416682, + "value": 100 + }, + { + "blockHash": "0x892abe22ee60915c1fddabdc4512cc0741f934c569cad4035f0793e096b8c942", + "blockNumber": 4090588, + "confirmations": 2280724, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187630124, + "cumulativeGasUsed": 7237882, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 91266, + "gasPrice": 45633, + "gasUsed": 45633, + "hash": "0x83153da458010a87c29bdee87a794bd8d610c58fc2acf4d98486aa5a1418a472", + "id": 497, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 91, + "timeStamp": 1537609995000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 102, + "txReceiptStatus": 0, + "updatedAt": 1568222422637, + "value": 0 + }, + { + "blockHash": "0x438cf102658838258d020ad96ec1907ef950aeb6e871c9128e77086c3979f460", + "blockNumber": 4090493, + "confirmations": 2280819, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187630453, + "cumulativeGasUsed": 4296845, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 95050, + "gasPrice": 47525, + "gasUsed": 23763, + "hash": "0x14e77909b949bced9b5c763f8e8d97e9ae63709241c25e0565ae2b5a5890503f", + "id": 498, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 90, + "timeStamp": 1537608712000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 66, + "txReceiptStatus": 1, + "updatedAt": 1568222423249, + "value": 100 + }, + { + "blockHash": "0x438cf102658838258d020ad96ec1907ef950aeb6e871c9128e77086c3979f460", + "blockNumber": 4090493, + "confirmations": 2280819, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187633289, + "cumulativeGasUsed": 4273082, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 179486, + "gasPrice": 89743, + "gasUsed": 74743, + "hash": "0x90c6b494e45495bc69a0fa4434ea69d17dc9acc072bda944ca8d2f0a028fb0e1", + "id": 499, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 89, + "timeStamp": 1537608712000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 65, + "txReceiptStatus": 1, + "updatedAt": 1568222423884, + "value": 100 + }, + { + "blockHash": "0x438cf102658838258d020ad96ec1907ef950aeb6e871c9128e77086c3979f460", + "blockNumber": 4090493, + "confirmations": 2280819, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187642444, + "cumulativeGasUsed": 4198339, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 91266, + "gasPrice": 45633, + "gasUsed": 45633, + "hash": "0x0fc9f47b4280f98ce0d2ccde54f485d7cdd8b47b2abee2fb28d09abc98d4d5cf", + "id": 500, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 88, + "timeStamp": 1537608712000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 64, + "txReceiptStatus": 0, + "updatedAt": 1568222425939, + "value": 0 + }, + { + "blockHash": "0x438cf102658838258d020ad96ec1907ef950aeb6e871c9128e77086c3979f460", + "blockNumber": 4090493, + "confirmations": 2280819, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187642785, + "cumulativeGasUsed": 4152706, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 95050, + "gasPrice": 47525, + "gasUsed": 23763, + "hash": "0xe3d82cf644f6d9bf129b8a3c7bf17c7900190f983f44e0a81dd49378ad4b89a5", + "id": 501, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 87, + "timeStamp": 1537608712000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 63, + "txReceiptStatus": 1, + "updatedAt": 1568222426495, + "value": 100 + }, + { + "blockHash": "0x438cf102658838258d020ad96ec1907ef950aeb6e871c9128e77086c3979f460", + "blockNumber": 4090493, + "confirmations": 2280819, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187643384, + "cumulativeGasUsed": 4128943, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 179486, + "gasPrice": 89743, + "gasUsed": 74743, + "hash": "0xb0004e0d6a7652fcbebe8bc6cf65759562b0a6b8101caf2d58531d21cae596a7", + "id": 502, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 86, + "timeStamp": 1537608712000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 62, + "txReceiptStatus": 1, + "updatedAt": 1568222427589, + "value": 100 + }, + { + "blockHash": "0x438cf102658838258d020ad96ec1907ef950aeb6e871c9128e77086c3979f460", + "blockNumber": 4090493, + "confirmations": 2280819, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187648471, + "cumulativeGasUsed": 4054200, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 91266, + "gasPrice": 45633, + "gasUsed": 45633, + "hash": "0x4cc2056e300db320f5c0012ce259a7d1ebc63fe634b3f25f4ad5d1eaaf5e9d16", + "id": 503, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 85, + "timeStamp": 1537608712000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 61, + "txReceiptStatus": 0, + "updatedAt": 1568222429088, + "value": 0 + }, + { + "blockHash": "0x6de8f347c362bc8998e7356b94335823bedaef48a968a875d45a4f1b2f17ef0c", + "blockNumber": 4090432, + "confirmations": 2280880, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187648854, + "cumulativeGasUsed": 7547011, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 95050, + "gasPrice": 47525, + "gasUsed": 23763, + "hash": "0xfd7118e2c1d736de0c2dbe9c9985213d551702b0d7d42be3ba8357d9861a0ac0", + "id": 504, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 84, + "timeStamp": 1537607921000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 104, + "txReceiptStatus": 1, + "updatedAt": 1568222429695, + "value": 100 + }, + { + "blockHash": "0x6de8f347c362bc8998e7356b94335823bedaef48a968a875d45a4f1b2f17ef0c", + "blockNumber": 4090432, + "confirmations": 2280880, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187651223, + "cumulativeGasUsed": 7523248, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 179486, + "gasPrice": 89743, + "gasUsed": 74743, + "hash": "0x026f803b33a6237813c9be2747f13b128a3a6fd85fd0433c76c9974bfc6f2514", + "id": 505, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 83, + "timeStamp": 1537607921000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 103, + "txReceiptStatus": 1, + "updatedAt": 1568222430287, + "value": 100 + }, + { + "blockHash": "0x6de8f347c362bc8998e7356b94335823bedaef48a968a875d45a4f1b2f17ef0c", + "blockNumber": 4090432, + "confirmations": 2280880, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187657413, + "cumulativeGasUsed": 7448505, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 91266, + "gasPrice": 45633, + "gasUsed": 45633, + "hash": "0x309c913de581805a797b5fb35949b21aa79bff2081cf5f69d21cab07db5e5952", + "id": 506, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 82, + "timeStamp": 1537607921000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 102, + "txReceiptStatus": 0, + "updatedAt": 1568222434640, + "value": 0 + }, + { + "blockHash": "0x6de8f347c362bc8998e7356b94335823bedaef48a968a875d45a4f1b2f17ef0c", + "blockNumber": 4090432, + "confirmations": 2280880, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187659012, + "cumulativeGasUsed": 7402872, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 95050, + "gasPrice": 47525, + "gasUsed": 23763, + "hash": "0x46e70a6de568a0b7ab00af1632d02e93b8ea142df92716fcfbe7c44939833546", + "id": 507, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 81, + "timeStamp": 1537607921000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 101, + "txReceiptStatus": 1, + "updatedAt": 1568222434998, + "value": 100 + }, + { + "blockHash": "0x6de8f347c362bc8998e7356b94335823bedaef48a968a875d45a4f1b2f17ef0c", + "blockNumber": 4090432, + "confirmations": 2280880, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187659417, + "cumulativeGasUsed": 7379109, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 179486, + "gasPrice": 89743, + "gasUsed": 74743, + "hash": "0x2d5f0353fa4dfc86f71fee8a6005a12a07a69b8a2e4eee68792c751625947435", + "id": 508, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 80, + "timeStamp": 1537607921000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 100, + "txReceiptStatus": 1, + "updatedAt": 1568222437197, + "value": 100 + }, + { + "blockHash": "0x6de8f347c362bc8998e7356b94335823bedaef48a968a875d45a4f1b2f17ef0c", + "blockNumber": 4090432, + "confirmations": 2280880, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187663445, + "cumulativeGasUsed": 7304366, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 91266, + "gasPrice": 45633, + "gasUsed": 45633, + "hash": "0x4003680cc2f34a1df9cfdb76d567022cb2a5a44e45af583f761e16b3814bdb6f", + "id": 509, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 79, + "timeStamp": 1537607921000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 99, + "txReceiptStatus": 0, + "updatedAt": 1568222441189, + "value": 0 + }, + { + "blockHash": "0x6de8f347c362bc8998e7356b94335823bedaef48a968a875d45a4f1b2f17ef0c", + "blockNumber": 4090432, + "confirmations": 2280880, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187663681, + "cumulativeGasUsed": 7258733, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 95050, + "gasPrice": 47525, + "gasUsed": 23763, + "hash": "0xc8bdd336f00f45d3b1adae9ed4506659661a4e69faffaf313e33777b8ab2cc5d", + "id": 510, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 78, + "timeStamp": 1537607921000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 98, + "txReceiptStatus": 1, + "updatedAt": 1568222441539, + "value": 100 + }, + { + "blockHash": "0x6de8f347c362bc8998e7356b94335823bedaef48a968a875d45a4f1b2f17ef0c", + "blockNumber": 4090432, + "confirmations": 2280880, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187666266, + "cumulativeGasUsed": 7234970, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 179486, + "gasPrice": 89743, + "gasUsed": 74743, + "hash": "0x3daf4effab4148199adaedeb3cc731ebc43f86b18c7ec41ac4d16450eab98648", + "id": 511, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 77, + "timeStamp": 1537607921000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 97, + "txReceiptStatus": 1, + "updatedAt": 1568222442140, + "value": 100 + }, + { + "blockHash": "0x6de8f347c362bc8998e7356b94335823bedaef48a968a875d45a4f1b2f17ef0c", + "blockNumber": 4090432, + "confirmations": 2280880, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187672435, + "cumulativeGasUsed": 7160227, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 91266, + "gasPrice": 45633, + "gasUsed": 45633, + "hash": "0xe7845fdbdfd88b273d32f622735b45af0b3f0329e01d1f13ea97df738ac5ce16", + "id": 512, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 76, + "timeStamp": 1537607921000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 96, + "txReceiptStatus": 0, + "updatedAt": 1568222446842, + "value": 0 + }, + { + "blockHash": "0x6de8f347c362bc8998e7356b94335823bedaef48a968a875d45a4f1b2f17ef0c", + "blockNumber": 4090432, + "confirmations": 2280880, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187672755, + "cumulativeGasUsed": 7114594, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 95050, + "gasPrice": 47525, + "gasUsed": 23763, + "hash": "0x2901d4485fcf695f87dfdacd12171e56a7e5d098b17e093a7d741b2878c5846b", + "id": 513, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 75, + "timeStamp": 1537607921000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 95, + "txReceiptStatus": 1, + "updatedAt": 1568222447189, + "value": 100 + }, + { + "blockHash": "0x6de8f347c362bc8998e7356b94335823bedaef48a968a875d45a4f1b2f17ef0c", + "blockNumber": 4090432, + "confirmations": 2280880, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187675393, + "cumulativeGasUsed": 7090831, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 179486, + "gasPrice": 89743, + "gasUsed": 74743, + "hash": "0x551f5cb2485d366c7f148cacf0a9abd5e186488a3bc703826b6d378fedadecc9", + "id": 514, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 74, + "timeStamp": 1537607921000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 94, + "txReceiptStatus": 1, + "updatedAt": 1568222449539, + "value": 100 + }, + { + "blockHash": "0x6de8f347c362bc8998e7356b94335823bedaef48a968a875d45a4f1b2f17ef0c", + "blockNumber": 4090432, + "confirmations": 2280880, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187681559, + "cumulativeGasUsed": 7016088, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 91266, + "gasPrice": 45633, + "gasUsed": 45633, + "hash": "0xc6fd67830d639aa2b7353dfee006ae5d93eaad0e95dfe0f036015bf57b3cf720", + "id": 515, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 73, + "timeStamp": 1537607921000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 93, + "txReceiptStatus": 0, + "updatedAt": 1568222454688, + "value": 0 + }, + { + "blockHash": "0x6de8f347c362bc8998e7356b94335823bedaef48a968a875d45a4f1b2f17ef0c", + "blockNumber": 4090432, + "confirmations": 2280880, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187681982, + "cumulativeGasUsed": 6970455, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 95050, + "gasPrice": 47525, + "gasUsed": 23763, + "hash": "0x8640112fc7fcb1ed788b2c96eee910902c1df870d37c24dd2a8754bc8ace4306", + "id": 516, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 72, + "timeStamp": 1537607921000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 92, + "txReceiptStatus": 1, + "updatedAt": 1568222454991, + "value": 100 + }, + { + "blockHash": "0x6de8f347c362bc8998e7356b94335823bedaef48a968a875d45a4f1b2f17ef0c", + "blockNumber": 4090432, + "confirmations": 2280880, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187684346, + "cumulativeGasUsed": 6946692, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 179486, + "gasPrice": 89743, + "gasUsed": 74743, + "hash": "0xace989fc965af33e0ee411d3bcb18ed5aaeed163d0797a98047aeb232cd626ca", + "id": 517, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 71, + "timeStamp": 1537607921000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 91, + "txReceiptStatus": 1, + "updatedAt": 1568222456185, + "value": 100 + }, + { + "blockHash": "0x6de8f347c362bc8998e7356b94335823bedaef48a968a875d45a4f1b2f17ef0c", + "blockNumber": 4090432, + "confirmations": 2280880, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187690473, + "cumulativeGasUsed": 6871949, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 91266, + "gasPrice": 45633, + "gasUsed": 45633, + "hash": "0xd292fca84e8db26d8e1512a8356baa37edb2fc07e4fe02f7399ce3b49b1f0b70", + "id": 518, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 70, + "timeStamp": 1537607921000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 90, + "txReceiptStatus": 0, + "updatedAt": 1568222457936, + "value": 0 + }, + { + "blockHash": "0x6de8f347c362bc8998e7356b94335823bedaef48a968a875d45a4f1b2f17ef0c", + "blockNumber": 4090432, + "confirmations": 2280880, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187690808, + "cumulativeGasUsed": 6826316, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 95050, + "gasPrice": 47525, + "gasUsed": 23763, + "hash": "0x84b04e4fa69391afb321f44fd65a7b94607ee9f786023d3195c2d8bcbfcf7fd5", + "id": 519, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 69, + "timeStamp": 1537607921000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 89, + "txReceiptStatus": 1, + "updatedAt": 1568222458401, + "value": 100 + }, + { + "blockHash": "0x6de8f347c362bc8998e7356b94335823bedaef48a968a875d45a4f1b2f17ef0c", + "blockNumber": 4090432, + "confirmations": 2280880, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187693381, + "cumulativeGasUsed": 6802553, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 179486, + "gasPrice": 89743, + "gasUsed": 74743, + "hash": "0xe1c3a7321993267c2576d7c0c6d3a40d4a587b5c206155d88bc4c6d0c65ec597", + "id": 520, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 68, + "timeStamp": 1537607921000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 88, + "txReceiptStatus": 1, + "updatedAt": 1568222460834, + "value": 100 + }, + { + "blockHash": "0x6de8f347c362bc8998e7356b94335823bedaef48a968a875d45a4f1b2f17ef0c", + "blockNumber": 4090432, + "confirmations": 2280880, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187699450, + "cumulativeGasUsed": 6727810, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 91266, + "gasPrice": 45633, + "gasUsed": 45633, + "hash": "0x5a7a9c83892c395bc10827f109a7b7fad1fe3f2d94aef384f01a8621d8953ff0", + "id": 521, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 67, + "timeStamp": 1537607921000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 87, + "txReceiptStatus": 0, + "updatedAt": 1568222463943, + "value": 0 + }, + { + "blockHash": "0x6de8f347c362bc8998e7356b94335823bedaef48a968a875d45a4f1b2f17ef0c", + "blockNumber": 4090432, + "confirmations": 2280880, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187699816, + "cumulativeGasUsed": 6682177, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 95050, + "gasPrice": 47525, + "gasUsed": 23763, + "hash": "0x515587ff1ee6560c7eb4103374a10886076bb8da5c66b09aa83248067d04d4b3", + "id": 522, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 66, + "timeStamp": 1537607921000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 86, + "txReceiptStatus": 1, + "updatedAt": 1568222464232, + "value": 400 + }, + { + "blockHash": "0x6de8f347c362bc8998e7356b94335823bedaef48a968a875d45a4f1b2f17ef0c", + "blockNumber": 4090432, + "confirmations": 2280880, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187702257, + "cumulativeGasUsed": 6658414, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 119486, + "gasPrice": 59743, + "gasUsed": 44743, + "hash": "0x7d7f6fb32a2aab60d9cfd173024ef11060f242e6f5c18d20ac5b572b436ca93c", + "id": 523, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 65, + "timeStamp": 1537607921000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 85, + "txReceiptStatus": 1, + "updatedAt": 1568222467433, + "value": 100 + }, + { + "blockHash": "0x6de8f347c362bc8998e7356b94335823bedaef48a968a875d45a4f1b2f17ef0c", + "blockNumber": 4090432, + "confirmations": 2280880, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187706010, + "cumulativeGasUsed": 6613671, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 91266, + "gasPrice": 45633, + "gasUsed": 45633, + "hash": "0xd1c3d8016390aa8e61fe1aff39dd748efde398c07cccb4b2ce2c7f050797c363", + "id": 524, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 64, + "timeStamp": 1537607921000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 84, + "txReceiptStatus": 0, + "updatedAt": 1568222471635, + "value": 0 + }, + { + "blockHash": "0x6de8f347c362bc8998e7356b94335823bedaef48a968a875d45a4f1b2f17ef0c", + "blockNumber": 4090432, + "confirmations": 2280880, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187706923, + "cumulativeGasUsed": 6568038, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 119486, + "gasPrice": 59743, + "gasUsed": 44743, + "hash": "0x13a6d6d085c12b16b67c7d89926a0374d1da682b8a9ee8ba5cdf10f25346fdc6", + "id": 525, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 63, + "timeStamp": 1537607921000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 83, + "txReceiptStatus": 1, + "updatedAt": 1568222471930, + "value": 100 + }, + { + "blockHash": "0x6de8f347c362bc8998e7356b94335823bedaef48a968a875d45a4f1b2f17ef0c", + "blockNumber": 4090432, + "confirmations": 2280880, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187711828, + "cumulativeGasUsed": 6523295, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 91266, + "gasPrice": 45633, + "gasUsed": 45633, + "hash": "0xf3bc4ea7b616f728d5e87d4aca6a500eecf5b079e1c6d96fcedd347fdc685225", + "id": 526, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 62, + "timeStamp": 1537607921000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 82, + "txReceiptStatus": 0, + "updatedAt": 1568222476633, + "value": 0 + }, + { + "blockHash": "0x6de8f347c362bc8998e7356b94335823bedaef48a968a875d45a4f1b2f17ef0c", + "blockNumber": 4090432, + "confirmations": 2280880, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187712917, + "cumulativeGasUsed": 6477662, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 119486, + "gasPrice": 59743, + "gasUsed": 44743, + "hash": "0x5fa443b5731ffa45f3a4ddcaf270aeec97a2328a9c2e53e868ab71406e13f5d7", + "id": 527, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 61, + "timeStamp": 1537607921000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 81, + "txReceiptStatus": 1, + "updatedAt": 1568222476931, + "value": 100 + }, + { + "blockHash": "0x6de8f347c362bc8998e7356b94335823bedaef48a968a875d45a4f1b2f17ef0c", + "blockNumber": 4090432, + "confirmations": 2280880, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187720428, + "cumulativeGasUsed": 6432919, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 91266, + "gasPrice": 45633, + "gasUsed": 45633, + "hash": "0xf536a6ea52d31aa184ce15fd4dcceffe96f7a6c73e6c8b464f0efab13fbc41d3", + "id": 528, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 60, + "timeStamp": 1537607921000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 80, + "txReceiptStatus": 0, + "updatedAt": 1568222483039, + "value": 0 + }, + { + "blockHash": "0x6de8f347c362bc8998e7356b94335823bedaef48a968a875d45a4f1b2f17ef0c", + "blockNumber": 4090432, + "confirmations": 2280880, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187720913, + "cumulativeGasUsed": 6387286, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 179486, + "gasPrice": 89743, + "gasUsed": 74743, + "hash": "0x4b31dc455d238ce1383ef096ca41456f83392067b7cfdb8dfe491201c1604e8a", + "id": 529, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 59, + "timeStamp": 1537607921000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 79, + "txReceiptStatus": 1, + "updatedAt": 1568222483588, + "value": 100 + }, + { + "blockHash": "0x6de8f347c362bc8998e7356b94335823bedaef48a968a875d45a4f1b2f17ef0c", + "blockNumber": 4090432, + "confirmations": 2280880, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187723979, + "cumulativeGasUsed": 6312543, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 91266, + "gasPrice": 45633, + "gasUsed": 45633, + "hash": "0xc4bae00f7b817d39039a5f764530280ef8fb48e75f80bcd414381a282856ab6d", + "id": 530, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 58, + "timeStamp": 1537607921000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 78, + "txReceiptStatus": 0, + "updatedAt": 1568222489993, + "value": 0 + }, + { + "blockHash": "0x4ee0f0e38fc6c60bf51f3fdcf5aac6f13328c124058774e3373717818b46ea9e", + "blockNumber": 4090258, + "confirmations": 2281054, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187724217, + "cumulativeGasUsed": 2444065, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 95050, + "gasPrice": 47525, + "gasUsed": 23763, + "hash": "0x15cc7bce8015a5fc982dede346a12bdde5f298f40e666317b0ef361e7185f1eb", + "id": 531, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 57, + "timeStamp": 1537605632000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 32, + "txReceiptStatus": 1, + "updatedAt": 1568222490486, + "value": 100 + }, + { + "blockHash": "0x4ee0f0e38fc6c60bf51f3fdcf5aac6f13328c124058774e3373717818b46ea9e", + "blockNumber": 4090258, + "confirmations": 2281054, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187727038, + "cumulativeGasUsed": 2420302, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 179486, + "gasPrice": 89743, + "gasUsed": 74743, + "hash": "0xa1451a6e87b389d544728b1a432c36e80d0b94284402540d13a3977a8b20474a", + "id": 532, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 56, + "timeStamp": 1537605632000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 31, + "txReceiptStatus": 1, + "updatedAt": 1568222490838, + "value": 100 + }, + { + "blockHash": "0x4ee0f0e38fc6c60bf51f3fdcf5aac6f13328c124058774e3373717818b46ea9e", + "blockNumber": 4090258, + "confirmations": 2281054, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187728786, + "cumulativeGasUsed": 2345559, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 91266, + "gasPrice": 45633, + "gasUsed": 45633, + "hash": "0xed36a244d808edafd659e0f436d14274d000739e8662e2f255ca978a32d61fba", + "id": 533, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 55, + "timeStamp": 1537605632000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 30, + "txReceiptStatus": 0, + "updatedAt": 1568222494351, + "value": 0 + }, + { + "blockHash": "0x64728aee259fdaab91a3ecf6c61fc041e087721e9e0fb4283ea2a3181d439e4b", + "blockNumber": 4090226, + "confirmations": 2281086, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187729405, + "cumulativeGasUsed": 2683701, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 95050, + "gasPrice": 47525, + "gasUsed": 23763, + "hash": "0x4c0caa6313349e951114799b131b79eae45a847aff79b86758ead64d09e87b44", + "id": 534, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 54, + "timeStamp": 1537605256000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 16, + "txReceiptStatus": 1, + "updatedAt": 1568222494636, + "value": 100 + }, + { + "blockHash": "0x64728aee259fdaab91a3ecf6c61fc041e087721e9e0fb4283ea2a3181d439e4b", + "blockNumber": 4090226, + "confirmations": 2281086, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187731546, + "cumulativeGasUsed": 2659938, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 179486, + "gasPrice": 89743, + "gasUsed": 74743, + "hash": "0x5adeb6685e66cb6aff29cfe85629946e60d0aa4c07144d4b39584d03e0fac752", + "id": 535, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 53, + "timeStamp": 1537605256000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 15, + "txReceiptStatus": 1, + "updatedAt": 1568222496485, + "value": 100 + }, + { + "blockHash": "0x64728aee259fdaab91a3ecf6c61fc041e087721e9e0fb4283ea2a3181d439e4b", + "blockNumber": 4090226, + "confirmations": 2281086, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187733199, + "cumulativeGasUsed": 2585195, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 91266, + "gasPrice": 45633, + "gasUsed": 45633, + "hash": "0xc54674a20c8edcd9ec37ed13f40db405006c946e499518c3ba63417d4279867a", + "id": 536, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 52, + "timeStamp": 1537605256000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 14, + "txReceiptStatus": 0, + "updatedAt": 1568222500435, + "value": 0 + }, + { + "blockHash": "0x8d6d601e3892cf28166130792fb86a4f6d6a40e4e7bcc9389aa9c3c939b0ddfb", + "blockNumber": 4090211, + "confirmations": 2281101, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187733540, + "cumulativeGasUsed": 2703442, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 95050, + "gasPrice": 47525, + "gasUsed": 23763, + "hash": "0xbd727bb9405799d8db1f4a3b9db0837d772836cd4981e372e3e213657b53eaeb", + "id": 537, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 51, + "timeStamp": 1537605059000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 33, + "txReceiptStatus": 1, + "updatedAt": 1568222500734, + "value": 100 + }, + { + "blockHash": "0x8d6d601e3892cf28166130792fb86a4f6d6a40e4e7bcc9389aa9c3c939b0ddfb", + "blockNumber": 4090211, + "confirmations": 2281101, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187735378, + "cumulativeGasUsed": 2679679, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 179486, + "gasPrice": 89743, + "gasUsed": 74743, + "hash": "0x224cb8d92df20e9252bb68b41730639fc066ef70f8cbc40697a4e7a13307d24f", + "id": 538, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 50, + "timeStamp": 1537605059000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 32, + "txReceiptStatus": 1, + "updatedAt": 1568222501883, + "value": 100 + }, + { + "blockHash": "0x8d6d601e3892cf28166130792fb86a4f6d6a40e4e7bcc9389aa9c3c939b0ddfb", + "blockNumber": 4090211, + "confirmations": 2281101, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187738923, + "cumulativeGasUsed": 2604936, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 91266, + "gasPrice": 45633, + "gasUsed": 45633, + "hash": "0x3522941d666ef18e7f8c9da678091b50a277988d50a56466f009ffa52807f25a", + "id": 539, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 49, + "timeStamp": 1537605059000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 31, + "txReceiptStatus": 0, + "updatedAt": 1568222505636, + "value": 0 + }, + { + "blockHash": "0x8f37b77d82e120d68558b469f6c597afd29ca5cb9a762aff35ad1e6072d43565", + "blockNumber": 4090189, + "confirmations": 2281123, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187739520, + "cumulativeGasUsed": 3309734, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 95050, + "gasPrice": 47525, + "gasUsed": 23763, + "hash": "0xabfbe72b1b7a725bb2aa12f1cecd8329abe4323593b312e4998d18871abfda0d", + "id": 540, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 48, + "timeStamp": 1537604688000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 29, + "txReceiptStatus": 1, + "updatedAt": 1568222506083, + "value": 100 + }, + { + "blockHash": "0x8f37b77d82e120d68558b469f6c597afd29ca5cb9a762aff35ad1e6072d43565", + "blockNumber": 4090189, + "confirmations": 2281123, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187741470, + "cumulativeGasUsed": 3285971, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 179486, + "gasPrice": 89743, + "gasUsed": 74743, + "hash": "0xda5af3ad40dbcfc862e5b228563a9f4e4de8c7c61ddb03da7cf3827aa53dd2d6", + "id": 541, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 47, + "timeStamp": 1537604688000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 28, + "txReceiptStatus": 1, + "updatedAt": 1568222506801, + "value": 100 + }, + { + "blockHash": "0x8f37b77d82e120d68558b469f6c597afd29ca5cb9a762aff35ad1e6072d43565", + "blockNumber": 4090189, + "confirmations": 2281123, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187743777, + "cumulativeGasUsed": 3211228, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 91266, + "gasPrice": 45633, + "gasUsed": 45633, + "hash": "0x878cb04c2e2f019940db4219e8a43e3a8bfe855e0e23de809f4b0461602dbe3e", + "id": 542, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 46, + "timeStamp": 1537604688000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 27, + "txReceiptStatus": 0, + "updatedAt": 1568222511134, + "value": 0 + }, + { + "blockHash": "0x22c9a42f5196e21f222b32a3c4594125aa94dd39c37ee3fc2692384d53c00c39", + "blockNumber": 4090174, + "confirmations": 2281138, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187744094, + "cumulativeGasUsed": 2806687, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 95050, + "gasPrice": 47525, + "gasUsed": 23763, + "hash": "0x1b5be6ee9ff7af17532d4dcca3f64af3390769c714053cdc777a19f8e53e3333", + "id": 543, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 45, + "timeStamp": 1537604496000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 44, + "txReceiptStatus": 1, + "updatedAt": 1568222511583, + "value": 100 + }, + { + "blockHash": "0x22c9a42f5196e21f222b32a3c4594125aa94dd39c37ee3fc2692384d53c00c39", + "blockNumber": 4090174, + "confirmations": 2281138, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187744597, + "cumulativeGasUsed": 2782924, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 179486, + "gasPrice": 89743, + "gasUsed": 74743, + "hash": "0x71e436d241189ee60a64bafe7340d8b2c67922f4ac793bfb05a125823167587b", + "id": 544, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 44, + "timeStamp": 1537604496000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 43, + "txReceiptStatus": 1, + "updatedAt": 1568222512134, + "value": 100 + }, + { + "blockHash": "0x22c9a42f5196e21f222b32a3c4594125aa94dd39c37ee3fc2692384d53c00c39", + "blockNumber": 4090174, + "confirmations": 2281138, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187750509, + "cumulativeGasUsed": 2708181, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 91266, + "gasPrice": 45633, + "gasUsed": 45633, + "hash": "0x8123a377fdff1f1040b67ccd9816d176e47665ecf0f75db131868434eff3c0fc", + "id": 545, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 43, + "timeStamp": 1537604496000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 42, + "txReceiptStatus": 0, + "updatedAt": 1568222515135, + "value": 0 + }, + { + "blockHash": "0xbf550bd40c9616189e86ef041b17091d61858a08e04c28bbcb760af8317b673f", + "blockNumber": 4090126, + "confirmations": 2281186, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187751085, + "cumulativeGasUsed": 2024319, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 95050, + "gasPrice": 47525, + "gasUsed": 23763, + "hash": "0x549704e9db483ff72873d1a14d526fc8c51f15d9d231f6c1ccb18cb4c0483f2d", + "id": 546, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 42, + "timeStamp": 1537603988000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 15, + "txReceiptStatus": 1, + "updatedAt": 1568222515537, + "value": 100 + }, + { + "blockHash": "0xbf550bd40c9616189e86ef041b17091d61858a08e04c28bbcb760af8317b673f", + "blockNumber": 4090126, + "confirmations": 2281186, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187753644, + "cumulativeGasUsed": 2000556, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 179486, + "gasPrice": 89743, + "gasUsed": 74743, + "hash": "0x809d7459f86d1bc5935ffe7e3ab66c30430342744bb94df24c7a1db497cdbe52", + "id": 547, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 41, + "timeStamp": 1537603988000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 14, + "txReceiptStatus": 1, + "updatedAt": 1568222517551, + "value": 100 + }, + { + "blockHash": "0xbf550bd40c9616189e86ef041b17091d61858a08e04c28bbcb760af8317b673f", + "blockNumber": 4090126, + "confirmations": 2281186, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187759440, + "cumulativeGasUsed": 1925813, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 91266, + "gasPrice": 45633, + "gasUsed": 45633, + "hash": "0xfb5d6506653a72fdcc75d860650723b8bb19231c47acfbe4a2441952c389fbbf", + "id": 548, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 40, + "timeStamp": 1537603988000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 13, + "txReceiptStatus": 0, + "updatedAt": 1568222521435, + "value": 0 + }, + { + "blockHash": "0xe4eea0efd8f10615b4f5abacf2c8bc6c77d1f82ca349e4f3a77d1f60491a6767", + "blockNumber": 4090110, + "confirmations": 2281202, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187759763, + "cumulativeGasUsed": 3108434, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 60000, + "gasPrice": 52000000000, + "gasUsed": 37744, + "hash": "0x9820a9aa78b4d12e7c130c87b304e53badc380f42543e5324451bec4fd14618b", + "id": 549, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 39, + "timeStamp": 1537603837000, + "to": "0x603fc6daa3dbb1e052180ec91854a7d6af873fdb", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 50, + "txReceiptStatus": 1, + "updatedAt": 1568222521682, + "value": 100 + }, + { + "blockHash": "0xe4eea0efd8f10615b4f5abacf2c8bc6c77d1f82ca349e4f3a77d1f60491a6767", + "blockNumber": 4090110, + "confirmations": 2281202, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187762324, + "cumulativeGasUsed": 3070690, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 95050, + "gasPrice": 47525, + "gasUsed": 23763, + "hash": "0x0f1179b19ba169297f0e9078ea1347f5865925f7b8c62abd46fed3d7012da9c3", + "id": 550, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 38, + "timeStamp": 1537603837000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 49, + "txReceiptStatus": 1, + "updatedAt": 1568222522982, + "value": 100 + }, + { + "blockHash": "0xe4eea0efd8f10615b4f5abacf2c8bc6c77d1f82ca349e4f3a77d1f60491a6767", + "blockNumber": 4090110, + "confirmations": 2281202, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187765349, + "cumulativeGasUsed": 3046927, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 179486, + "gasPrice": 89743, + "gasUsed": 74743, + "hash": "0x5fc9e5028a3d7a4f3ffdeb6a363b92283cdde55fbcd20787097396fce9f88e88", + "id": 551, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 37, + "timeStamp": 1537603837000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 48, + "txReceiptStatus": 1, + "updatedAt": 1568222524631, + "value": 100 + }, + { + "blockHash": "0xe4eea0efd8f10615b4f5abacf2c8bc6c77d1f82ca349e4f3a77d1f60491a6767", + "blockNumber": 4090110, + "confirmations": 2281202, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187771778, + "cumulativeGasUsed": 2972184, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 91266, + "gasPrice": 45633, + "gasUsed": 45633, + "hash": "0x9a5dc61a385865d84434be10d90c57572081ebdbc355f9e3899781702f258d3e", + "id": 552, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 36, + "timeStamp": 1537603837000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 47, + "txReceiptStatus": 0, + "updatedAt": 1568222528288, + "value": 0 + }, + { + "blockHash": "0xb213191a4337df8840f8de7f7079f977f9987eb5189e0bba3d9f6e2a8cd5101e", + "blockNumber": 4086348, + "confirmations": 2284964, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187772003, + "cumulativeGasUsed": 7836054, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 60000, + "gasPrice": 48000000000, + "gasUsed": 52744, + "hash": "0x51ebd3b2ecf044a80343e5c69d8917ca896c7eabac2e1d758304ecc16569b823", + "id": 553, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 35, + "timeStamp": 1537556067000, + "to": "0x603fc6daa3dbb1e052180ec91854a7d6af873fdb", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 10, + "txReceiptStatus": 1, + "updatedAt": 1568222528702, + "value": 100 + }, + { + "blockHash": "0xb213191a4337df8840f8de7f7079f977f9987eb5189e0bba3d9f6e2a8cd5101e", + "blockNumber": 4086348, + "confirmations": 2284964, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187773864, + "cumulativeGasUsed": 7783310, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 95050, + "gasPrice": 47525, + "gasUsed": 23763, + "hash": "0x1ca9d460906bcc98eb64821ada5ee9c3b32c34e70ed7a7839683f5a0238420bf", + "id": 554, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 34, + "timeStamp": 1537556067000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 9, + "txReceiptStatus": 1, + "updatedAt": 1568222529730, + "value": 200 + }, + { + "blockHash": "0xb213191a4337df8840f8de7f7079f977f9987eb5189e0bba3d9f6e2a8cd5101e", + "blockNumber": 4086348, + "confirmations": 2284964, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187774915, + "cumulativeGasUsed": 7759547, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 119486, + "gasPrice": 59743, + "gasUsed": 44743, + "hash": "0xf59448ad5b5a6920a795f8a652e9208e9d1e41b360d652525ba81351bb8f28bc", + "id": 555, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 33, + "timeStamp": 1537556067000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 8, + "txReceiptStatus": 1, + "updatedAt": 1568222530251, + "value": 100 + }, + { + "blockHash": "0xb213191a4337df8840f8de7f7079f977f9987eb5189e0bba3d9f6e2a8cd5101e", + "blockNumber": 4086348, + "confirmations": 2284964, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187779533, + "cumulativeGasUsed": 7714804, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 91266, + "gasPrice": 45633, + "gasUsed": 45633, + "hash": "0x4e6a3fa0a3592b17a8ede1635b80ea4d472acc15a5dc2d587bd819fefcc847c3", + "id": 556, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 32, + "timeStamp": 1537556067000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 7, + "txReceiptStatus": 0, + "updatedAt": 1568222532781, + "value": 0 + }, + { + "blockHash": "0x934dd743fb5f7ca0c3003240b9528a223447b7774f1f049069c3281045278063", + "blockNumber": 4086229, + "confirmations": 2285083, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187779768, + "cumulativeGasUsed": 7158773, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 179486, + "gasPrice": 89743, + "gasUsed": 74743, + "hash": "0x0418ebaa78192bd8c5e7eba828dd104ef982b62f03e5b729b4836b51d5d72708", + "id": 557, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 31, + "timeStamp": 1537554664000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 16, + "txReceiptStatus": 1, + "updatedAt": 1568222532982, + "value": 100 + }, + { + "blockHash": "0x934dd743fb5f7ca0c3003240b9528a223447b7774f1f049069c3281045278063", + "blockNumber": 4086229, + "confirmations": 2285083, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187789819, + "cumulativeGasUsed": 7084030, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 91266, + "gasPrice": 45633, + "gasUsed": 45633, + "hash": "0xc5fe17dab0214873b762e49e6a84e02e1d9962c8d92c0ad1ff5561c7a6d89423", + "id": 558, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 30, + "timeStamp": 1537554664000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 15, + "txReceiptStatus": 0, + "updatedAt": 1568222536082, + "value": 0 + }, + { + "blockHash": "0x934dd743fb5f7ca0c3003240b9528a223447b7774f1f049069c3281045278063", + "blockNumber": 4086229, + "confirmations": 2285083, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568187790239, + "cumulativeGasUsed": 7038397, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 95050, + "gasPrice": 47525, + "gasUsed": 23763, + "hash": "0x75cb3af226cc6337e6bc91cf8d217793342aa41869af451eccbcd73a9511d360", + "id": 559, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 29, + "timeStamp": 1537554664000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 14, + "txReceiptStatus": 1, + "updatedAt": 1568222536528, + "value": 300 + }, + { + "blockHash": "0x934dd743fb5f7ca0c3003240b9528a223447b7774f1f049069c3281045278063", + "blockNumber": 4086229, + "confirmations": 2285083, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568222537935, + "cumulativeGasUsed": 7014634, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 119486, + "gasPrice": 59743, + "gasUsed": 44743, + "hash": "0x0a9cd343466d8c27d8d0bb288d18da76f3d68dfadf2efab6b031de956704159d", + "id": 560, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 28, + "timeStamp": 1537554664000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 13, + "txReceiptStatus": 1, + "updatedAt": 1568222537935, + "value": 100 + }, + { + "blockHash": "0x934dd743fb5f7ca0c3003240b9528a223447b7774f1f049069c3281045278063", + "blockNumber": 4086229, + "confirmations": 2285083, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568222540531, + "cumulativeGasUsed": 6969891, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 91266, + "gasPrice": 45633, + "gasUsed": 45633, + "hash": "0xe2eac77bb92e70b08bae385b0f02c75144f0d6c62db25065c5321877eedf6b4d", + "id": 561, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 27, + "timeStamp": 1537554664000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 12, + "txReceiptStatus": 0, + "updatedAt": 1568222540531, + "value": 0 + }, + { + "blockHash": "0x053d6e6732a5f2cdb3e8be51748b6b50a166729a8407a456d5754ce832f784c8", + "blockNumber": 4086192, + "confirmations": 2285120, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568222541187, + "cumulativeGasUsed": 7778038, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 119486, + "gasPrice": 59743, + "gasUsed": 44743, + "hash": "0x334d4d48b2c7e6d6f7215a01d4bc9fdf176c3e648a3fdf42b3035667b4180e37", + "id": 562, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 26, + "timeStamp": 1537554295000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 7, + "txReceiptStatus": 1, + "updatedAt": 1568222541187, + "value": 100 + }, + { + "blockHash": "0x053d6e6732a5f2cdb3e8be51748b6b50a166729a8407a456d5754ce832f784c8", + "blockNumber": 4086192, + "confirmations": 2285120, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568222543881, + "cumulativeGasUsed": 7733295, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 91266, + "gasPrice": 45633, + "gasUsed": 45633, + "hash": "0x2c73a2eb4913e22f463a41cd2302a42e6d6d29c1ad445a2ea6ea39c7feccf3cf", + "id": 563, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 25, + "timeStamp": 1537554295000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 6, + "txReceiptStatus": 0, + "updatedAt": 1568222543881, + "value": 0 + }, + { + "blockHash": "0xfc144a10831c85478584ff10f755c1107a7fe67b156ef402f55e8e4113c80c13", + "blockNumber": 4086152, + "confirmations": 2285160, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568222544281, + "cumulativeGasUsed": 37744, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 60000, + "gasPrice": 49000000000, + "gasUsed": 37744, + "hash": "0x1374c005c2c1837c79fbf9effff857892a06e45fa809f5d1398ff90e69afc9a5", + "id": 564, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 24, + "timeStamp": 1537553833000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 0, + "txReceiptStatus": 1, + "updatedAt": 1568222544281, + "value": 105 + }, + { + "blockHash": "0xff301c7040120de29a3db0eacee8ef627326c9e11b125c816fda08c295ca2594", + "blockNumber": 4086149, + "confirmations": 2285163, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568222544981, + "cumulativeGasUsed": 7839773, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 179486, + "gasPrice": 89743, + "gasUsed": 74743, + "hash": "0x3680ed8f13c5aaa27e5c4cd4c655227ab6383b5ba8f663114f64c7dee7801da6", + "id": 565, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 23, + "timeStamp": 1537553785000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 27, + "txReceiptStatus": 1, + "updatedAt": 1568222544981, + "value": 100 + }, + { + "blockHash": "0xff301c7040120de29a3db0eacee8ef627326c9e11b125c816fda08c295ca2594", + "blockNumber": 4086149, + "confirmations": 2285163, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568222548635, + "cumulativeGasUsed": 7765030, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 91266, + "gasPrice": 45633, + "gasUsed": 45633, + "hash": "0xce88440c06913a54c93aebc282b9968b4359594ffc56c68e2e198de1cc28a292", + "id": 566, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 22, + "timeStamp": 1537553785000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 26, + "txReceiptStatus": 0, + "updatedAt": 1568222548635, + "value": 0 + }, + { + "blockHash": "0x5e214ec6ac10b2088e8639805ba2e61e4b4b20d6df38fb442364af0da30d46f9", + "blockNumber": 4086134, + "confirmations": 2285178, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568222549282, + "cumulativeGasUsed": 7914546, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 95050, + "gasPrice": 47525, + "gasUsed": 23763, + "hash": "0xe2eabd4abb427393ea7164d868e5d52f88bd6790b11f8b55061ce68b6ebb10f9", + "id": 567, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 21, + "timeStamp": 1537553623000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 7, + "txReceiptStatus": 1, + "updatedAt": 1568222549282, + "value": 100 + }, + { + "blockHash": "0x5e214ec6ac10b2088e8639805ba2e61e4b4b20d6df38fb442364af0da30d46f9", + "blockNumber": 4086134, + "confirmations": 2285178, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568222550579, + "cumulativeGasUsed": 7890783, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 179486, + "gasPrice": 89743, + "gasUsed": 74743, + "hash": "0x69fb94fea347f275740c53ea360fcad3fb0e36055d05e70c2425bff67d0df706", + "id": 568, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 20, + "timeStamp": 1537553623000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 6, + "txReceiptStatus": 1, + "updatedAt": 1568222550579, + "value": 100 + }, + { + "blockHash": "0x5add77d8b0b4fcdfbfbbfd4889906a15f601dffe1773ae3539ce357c217c27c7", + "blockNumber": 4086132, + "confirmations": 2285180, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568222552281, + "cumulativeGasUsed": 7898408, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 91266, + "gasPrice": 45633, + "gasUsed": 45633, + "hash": "0xbd5bc53addd7285d407c8a1622521fef6da697eeed7d7cebaf19f66dc181078e", + "id": 569, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000056bc75e2d63100000", + "isError": 0, + "networkId": 3, + "nonce": 19, + "timeStamp": 1537553598000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 9, + "txReceiptStatus": 0, + "updatedAt": 1568222552281, + "value": 0 + }, + { + "blockHash": "0x6d1aa0857e04370a9bf508c97388a5002d799f5f7ed21cf9689b0824a7742f40", + "blockNumber": 4085934, + "confirmations": 2285378, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568222552481, + "cumulativeGasUsed": 7891961, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 95050, + "gasPrice": 47525, + "gasUsed": 23763, + "hash": "0x2268587d78ff7546ec7575941c270523fc75b9156a1a81183b0e8f36caa0e872", + "id": 570, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 18, + "timeStamp": 1537551168000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 10, + "txReceiptStatus": 1, + "updatedAt": 1568222552481, + "value": 1e-16 + }, + { + "blockHash": "0x6d1aa0857e04370a9bf508c97388a5002d799f5f7ed21cf9689b0824a7742f40", + "blockNumber": 4085934, + "confirmations": 2285378, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568222553199, + "cumulativeGasUsed": 7868198, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 178718, + "gasPrice": 89359, + "gasUsed": 74359, + "hash": "0xcf2518089146c1f587b4becca3a368678659c1ab7bee6548104d12cfee7ac065", + "id": 571, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 17, + "timeStamp": 1537551168000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 9, + "txReceiptStatus": 1, + "updatedAt": 1568222553199, + "value": 1e-16 + }, + { + "blockHash": "0x6d1aa0857e04370a9bf508c97388a5002d799f5f7ed21cf9689b0824a7742f40", + "blockNumber": 4085934, + "confirmations": 2285378, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568222555531, + "cumulativeGasUsed": 7793839, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 90498, + "gasPrice": 45249, + "gasUsed": 45249, + "hash": "0xc969a9ecaf0957f2fde5e060b9d4b1dfbb8e310e4b1690f679d09cad566401d2", + "id": 572, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000000000000000000064", + "isError": 0, + "networkId": 3, + "nonce": 16, + "timeStamp": 1537551168000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 8, + "txReceiptStatus": 0, + "updatedAt": 1568222555531, + "value": 0 + }, + { + "blockHash": "0x82892b33beaaedd5797295f63253648b881a8300368aefea3a71b98e7f6770b9", + "blockNumber": 4085889, + "confirmations": 2285423, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568222555781, + "cumulativeGasUsed": 7817747, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 95050, + "gasPrice": 47525, + "gasUsed": 23763, + "hash": "0xdd29fdf67c273127f9232e5e91b1641a67fc6516ebd922e038c0433ac4243911", + "id": 573, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 15, + "timeStamp": 1537550496000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 10, + "txReceiptStatus": 1, + "updatedAt": 1568222555781, + "value": 1e-16 + }, + { + "blockHash": "0x82892b33beaaedd5797295f63253648b881a8300368aefea3a71b98e7f6770b9", + "blockNumber": 4085889, + "confirmations": 2285423, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568222556746, + "cumulativeGasUsed": 7793984, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 178718, + "gasPrice": 89359, + "gasUsed": 74359, + "hash": "0xdbedb2bd5df050fd985c9b54f97c8d0acb0645703c75b8a26bf674fefbe67214", + "id": 574, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 14, + "timeStamp": 1537550496000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 9, + "txReceiptStatus": 1, + "updatedAt": 1568222556746, + "value": 1e-16 + }, + { + "blockHash": "0x82892b33beaaedd5797295f63253648b881a8300368aefea3a71b98e7f6770b9", + "blockNumber": 4085889, + "confirmations": 2285423, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568222559884, + "cumulativeGasUsed": 7719625, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 90498, + "gasPrice": 45249, + "gasUsed": 45249, + "hash": "0xeb829332bb2bbbb6ea9ce5384b30893a7e81907cc951baab23a2af6acf3e21d0", + "id": 575, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000000000000000000064", + "isError": 0, + "networkId": 3, + "nonce": 13, + "timeStamp": 1537550496000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 8, + "txReceiptStatus": 0, + "updatedAt": 1568222559884, + "value": 0 + }, + { + "blockHash": "0x82892b33beaaedd5797295f63253648b881a8300368aefea3a71b98e7f6770b9", + "blockNumber": 4085889, + "confirmations": 2285423, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568222560129, + "cumulativeGasUsed": 7674376, + "from": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "gas": 95050, + "gasPrice": 47525, + "gasUsed": 23763, + "hash": "0x125e2ec353a992be8bb2f51de9d2f0142e4aaf1f0fb0da857775025f26ed2250", + "id": 576, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 12, + "timeStamp": 1537550496000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 7, + "txReceiptStatus": 1, + "updatedAt": 1568222560129, + "value": 6e-16 + }, + { + "blockHash": "0x82892b33beaaedd5797295f63253648b881a8300368aefea3a71b98e7f6770b9", + "blockNumber": 4085889, + "confirmations": 2285423, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568222561479, + "cumulativeGasUsed": 7650613, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 118718, + "gasPrice": 59359, + "gasUsed": 44359, + "hash": "0x70318395a1fae4eb253328146c77577004d7a0a37271010c1e34de5372ef28cb", + "id": 577, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 11, + "timeStamp": 1537550496000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 6, + "txReceiptStatus": 1, + "updatedAt": 1568222561479, + "value": 1e-16 + }, + { + "blockHash": "0xc75afedbf2cc34bd56bb94b9238febbdff260773b2523f97b06dd1ffafbce98d", + "blockNumber": 4085883, + "confirmations": 2285429, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568222564083, + "cumulativeGasUsed": 7881277, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 90498, + "gasPrice": 45249, + "gasUsed": 45249, + "hash": "0x636f10fb46ed7a403f5a89313ebe663307df78d7835db6716ea8964cb11f5689", + "id": 578, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000000000000000000064", + "isError": 0, + "networkId": 3, + "nonce": 10, + "timeStamp": 1537550465000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 8, + "txReceiptStatus": 0, + "updatedAt": 1568222564083, + "value": 0 + }, + { + "blockHash": "0xda394f18632624c3a07aa280397e668e3a5b0e1cccb6c50aaed68c63444fa16b", + "blockNumber": 4085760, + "confirmations": 2285552, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568222564739, + "cumulativeGasUsed": 7386494, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 59359, + "gasUsed": 44359, + "hash": "0x0ea80495e8449603745ffd92fce7d447d1ee88a2dba6e6403d49c4e0ae7ad504", + "id": 579, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 9, + "timeStamp": 1537548797000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 10, + "txReceiptStatus": 1, + "updatedAt": 1568222564739, + "value": 1e-16 + }, + { + "blockHash": "0xda394f18632624c3a07aa280397e668e3a5b0e1cccb6c50aaed68c63444fa16b", + "blockNumber": 4085760, + "confirmations": 2285552, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568222567981, + "cumulativeGasUsed": 7342135, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 45249, + "gasUsed": 45249, + "hash": "0xfe01ea2e76fc02ad27dbfcd3ca154bebc10a55c5ca3fca71db01220fad0d10e6", + "id": 580, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000000000000000000064", + "isError": 0, + "networkId": 3, + "nonce": 8, + "timeStamp": 1537548797000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 9, + "txReceiptStatus": 0, + "updatedAt": 1568222567981, + "value": 0 + }, + { + "blockHash": "0xda394f18632624c3a07aa280397e668e3a5b0e1cccb6c50aaed68c63444fa16b", + "blockNumber": 4085760, + "confirmations": 2285552, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568222568281, + "cumulativeGasUsed": 7275886, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 59359, + "gasUsed": 44359, + "hash": "0x71556d48a9c1b1f29fdac9dbf31ff0fbe33d95bcff6e0b75052f07ae86b23756", + "id": 581, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 7, + "timeStamp": 1537548797000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 7, + "txReceiptStatus": 1, + "updatedAt": 1568222568281, + "value": 1e-16 + }, + { + "blockHash": "0xf993776949e3e93865ec18b4a556b01bcbdbb8d2a15b4bc1f42c37e33cc7bef9", + "blockNumber": 4085712, + "confirmations": 2285600, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568222569799, + "cumulativeGasUsed": 7790582, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 30249, + "gasUsed": 45249, + "hash": "0x0284955943628bb986e867dbfcaba0eb104beb1f1aa01879db09c394e33d90e5", + "id": 582, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000000000000000000064", + "isError": 0, + "networkId": 3, + "nonce": 6, + "timeStamp": 1537548230000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 7, + "txReceiptStatus": 0, + "updatedAt": 1568222569799, + "value": 0 + }, + { + "blockHash": "0xf993776949e3e93865ec18b4a556b01bcbdbb8d2a15b4bc1f42c37e33cc7bef9", + "blockNumber": 4085712, + "confirmations": 2285600, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568222570079, + "cumulativeGasUsed": 7745333, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 59359, + "gasUsed": 44359, + "hash": "0xdb68299a71b5e2b85bd283ae6c3e2c0fb5be0899fba7b0330fdde7465c74d9ff", + "id": 583, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 5, + "timeStamp": 1537548230000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 6, + "txReceiptStatus": 1, + "updatedAt": 1568222570079, + "value": 1e-16 + }, + { + "blockHash": "0xaf685ad6b8364fbf9363d40069c2472c31e11557b14f656876ef4e491ca697ee", + "blockNumber": 4085696, + "confirmations": 2285616, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568222575981, + "cumulativeGasUsed": 7899514, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 45249, + "gasUsed": 45249, + "hash": "0x03399164df84510a8eb2fd85d1dbe1f739dedf3b8a20c18e26dd460a3bb7d9ef", + "id": 584, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000000000000000000064", + "isError": 0, + "networkId": 3, + "nonce": 4, + "timeStamp": 1537548091000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 11, + "txReceiptStatus": 0, + "updatedAt": 1568222575981, + "value": 0 + }, + { + "blockHash": "0xaf685ad6b8364fbf9363d40069c2472c31e11557b14f656876ef4e491ca697ee", + "blockNumber": 4085696, + "confirmations": 2285616, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568222576248, + "cumulativeGasUsed": 7854265, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 59359, + "gasUsed": 44359, + "hash": "0x41a9b0da268592d2259e893281905c951f38a5d7736664a2138758acc3dcf3d4", + "id": 585, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 3, + "timeStamp": 1537548091000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 10, + "txReceiptStatus": 1, + "updatedAt": 1568222576248, + "value": 1e-16 + }, + { + "blockHash": "0x23cfea92152c1a56d952de7d05cb60d04563044dffc8aa2fd36fd76e8212f6e0", + "blockNumber": 4085669, + "confirmations": 2285643, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568222581078, + "cumulativeGasUsed": 6564898, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 45249, + "gasUsed": 45249, + "hash": "0xfbb5365eb4a693ffc5c3d270319ebdfcf083f2ef38f28f997e7fa3cbe749d62a", + "id": 586, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000000000000000000064", + "isError": 0, + "networkId": 3, + "nonce": 2, + "timeStamp": 1537547680000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 49, + "txReceiptStatus": 0, + "updatedAt": 1568222581078, + "value": 0 + }, + { + "blockHash": "0x382b51c2c961998bcdba0129e357466c99f66a7a80b848a3203ea1c19db2d701", + "blockNumber": 4085657, + "confirmations": 2285655, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568222581726, + "cumulativeGasUsed": 6828236, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 89359, + "gasUsed": 74359, + "hash": "0x29a2db6eec89ed47c1e4e4e45201a1e7b79d2c8996bfec21ab3f9b04079485e1", + "id": 587, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 1, + "timeStamp": 1537547524000, + "to": "0x0ff0970e38486970e53361c3595ad516a648e41d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 44, + "txReceiptStatus": 1, + "updatedAt": 1568222581726, + "value": 1e-16 + }, + { + "blockHash": "0x4ce4b832bfc60948cb49caed75d4a91242664d3b4f2811b37e8b44ffd14f971d", + "blockNumber": 4085618, + "confirmations": 2285694, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568222588178, + "cumulativeGasUsed": 7724655, + "from": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "gas": 100000, + "gasPrice": 45249, + "gasUsed": 45249, + "hash": "0xf34e97bf5e296732f7f10e8d3e2348c92f855cf0df64b1ee8beae6cef7af11e0", + "id": 588, + "input": "0x095ea7b30000000000000000000000000ff0970e38486970e53361c3595ad516a648e41d0000000000000000000000000000000000000000000000000000000000000064", + "isError": 0, + "networkId": 3, + "nonce": 0, + "timeStamp": 1537547085000, + "to": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 8, + "txReceiptStatus": 0, + "updatedAt": 1568222588178, + "value": 0 + }, + { + "blockHash": "0xfe75c34eda700722c43774b786870c802e015e46edcceb30bf19823eac8e4057", + "blockNumber": 4059769, + "confirmations": 2311543, + "contractAddress": null, + "createdAt": 1568222588284, + "cumulativeGasUsed": 565659, + "from": "0x687422eea2cb73b5d3e242ba5456b782919afc85", + "gas": 314150, + "gasPrice": 1000000000, + "gasUsed": 21000, + "hash": "0x4b1424546becc95ae8e6dc3836874835692188fc956789c480f0a4b0adfef107", + "id": 589, + "input": "0x", + "isError": 0, + "networkId": 3, + "nonce": 801939, + "timeStamp": 1537209462000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": null, + "tokenName": null, + "tokenSymbol": null, + "transactionIndex": 12, + "txReceiptStatus": 1, + "updatedAt": 1568222588284, + "value": 1 + }, + { + "blockHash": "0x6d881dd3642e11c5dbeb01db0db4aaa1ff02326f079021093a72954487d0f006", + "blockNumber": 4057385, + "confirmations": 2313927, + "contractAddress": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568222591131, + "cumulativeGasUsed": 310045, + "from": "0x1b3c6e11c79567d8534873cb98250daa75b9c5f6", + "gas": 55744, + "gasPrice": 41000000000, + "gasUsed": 52744, + "hash": "0x88d01e02033cb1f5890988297c1297c930bb36d7ea2472683981083c59487d5b", + "id": 592, + "input": "deprecated", + "isError": null, + "networkId": 3, + "nonce": 53, + "timeStamp": 1537184797000, + "to": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "tokenDecimal": 18, + "tokenName": "Self-KI", + "tokenSymbol": "KI", + "transactionIndex": 1, + "txReceiptStatus": 1, + "updatedAt": 1568222591131, + "value": 1000000 + } + ], + "processing": false + }, + "app": { + "walletsLoading": false, + "wallets": [ + { + "createdAt": 1568104735030, + "did": null, + "id": 1, + "isSetupFinished": 0, + "keystoreFilePath": "/Users/maximk/Library/Application Support/Electron/wallets/0xBBc024B6bC7885EC486F6586A25b465Ec59Ede1d", + "name": "test", + "path": null, + "privateKey": null, + "profile": "local", + "profilePicture": null, + "address": "0xbbc024b6bc7885ec486f6586a25b465ec59ede1d", + "updatedAt": 1568104786548 + } + ], + "hardwareWallets": [], + "error": "", + "walletType": "existingAddress", + "settings": {}, + "isOnline": true, + "goBackPath": "", + "goNextPath": "", + "autoUpdate": { "info": {}, "progress": {}, "downloaded": false } + }, + "gas": { "didGasLimit": 0 }, + "kyc": { + "relyingParties": [], + "relyingPartiesByName": {}, + "currentApplication": null, + "cancelRoute": "", + "applications": [], + "applicationsById": {}, + "processing": false + }, + "tokens": { + "tokens": [ + { + "address": "0x4cc19356f2d37338b9802aa8e8fc58b0373296e7", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 1, + "isCustom": 0, + "symbol": "KEY", + "updatedAt": null + }, + { + "address": "0xcfec6722f119240b97effd5afe04c8a97caa02ee", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 2, + "isCustom": 0, + "symbol": "KI", + "updatedAt": null + }, + { + "address": "0xAf30D2a7E90d7DC361c8C4585e9BB7D2F6f15bc7", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 3, + "isCustom": 0, + "symbol": "1ST", + "updatedAt": null + }, + { + "address": "0xaEc98A708810414878c3BCDF46Aad31dEd4a4557", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 4, + "isCustom": 0, + "symbol": "300", + "updatedAt": null + }, + { + "address": "0x13f1b7fdfbe1fc66676d56483e21b1ecb40b58e2", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 5, + "isCustom": 0, + "symbol": "ACC", + "updatedAt": null + }, + { + "address": "0x422866a8F0b032c5cf1DfBDEf31A20F4509562b0", + "createdAt": 1568104699215, + "decimal": 0, + "icon": null, + "id": 6, + "isCustom": 0, + "symbol": "ADST", + "updatedAt": null + }, + { + "address": "0xD0D6D6C5Fe4a677D343cC433536BB717bAe167dD", + "createdAt": 1568104699215, + "decimal": 9, + "icon": null, + "id": 7, + "isCustom": 0, + "symbol": "ADT", + "updatedAt": null + }, + { + "address": "0x4470BB87d77b963A013DB939BE332f927f2b992e", + "createdAt": 1568104699215, + "decimal": 4, + "icon": null, + "id": 8, + "isCustom": 0, + "symbol": "ADX", + "updatedAt": null + }, + { + "address": "0x27dce1ec4d3f72c3e457cc50354f1f975ddef488", + "createdAt": 1568104699215, + "decimal": 8, + "icon": null, + "id": 9, + "isCustom": 0, + "symbol": "AIR", + "updatedAt": null + }, + { + "address": "0xEA610B1153477720748DC13ED378003941d84fAB", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 10, + "isCustom": 0, + "symbol": "ALIS", + "updatedAt": null + }, + { + "address": "0x4dc3643dbc642b72c158e7f3d2ff232df61cb6ce", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 11, + "isCustom": 0, + "symbol": "AMB", + "updatedAt": null + }, + { + "address": "0x638ac149ea8ef9a1286c41b977017aa7359e6cfa", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 12, + "isCustom": 0, + "symbol": "ALTS", + "updatedAt": null + }, + { + "address": "0x949bEd886c739f1A3273629b3320db0C5024c719", + "createdAt": 1568104699215, + "decimal": 9, + "icon": null, + "id": 13, + "isCustom": 0, + "symbol": "AMIS", + "updatedAt": null + }, + { + "address": "0x960b236A07cf122663c4303350609A66A7B288C0", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 14, + "isCustom": 0, + "symbol": "ANT", + "updatedAt": null + }, + { + "address": "0x23aE3C5B39B12f0693e05435EeaA1e51d8c61530", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 15, + "isCustom": 0, + "symbol": "APT", + "updatedAt": null + }, + { + "address": "0xAc709FcB44a43c35F0DA4e3163b117A17F3770f5", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 16, + "isCustom": 0, + "symbol": "ARC", + "updatedAt": null + }, + { + "address": "0xBA5F11b16B155792Cf3B2E6880E8706859A8AEB6", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 17, + "isCustom": 0, + "symbol": "ARN", + "updatedAt": null + }, + { + "address": "0xfec0cF7fE078a500abf15F1284958F22049c2C7e", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 18, + "isCustom": 0, + "symbol": "ART", + "updatedAt": null + }, + { + "address": "0x27054b13b1B798B345b591a4d22e6562d47eA75a", + "createdAt": 1568104699215, + "decimal": 4, + "icon": null, + "id": 19, + "isCustom": 0, + "symbol": "AST", + "updatedAt": null + }, + { + "address": "0x17052d51E954592C1046320c2371AbaB6C73Ef10", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 20, + "isCustom": 0, + "symbol": "ATH", + "updatedAt": null + }, + { + "address": "0x78B7FADA55A64dD895D8c8c35779DD8b67fA8a05", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 21, + "isCustom": 0, + "symbol": "ATL", + "updatedAt": null + }, + { + "address": "0xeD247980396B10169BB1d36f6e278eD16700a60f", + "createdAt": 1568104699215, + "decimal": 4, + "icon": null, + "id": 22, + "isCustom": 0, + "symbol": "AVA 🐴", + "updatedAt": null + }, + { + "address": "0x0d88ed6e74bbfd96b831231638b66c05571e824f", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 23, + "isCustom": 0, + "symbol": "AVT", + "updatedAt": null + }, + { + "address": "0x0D8775F648430679A709E98d2b0Cb6250d2887EF", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 24, + "isCustom": 0, + "symbol": "BAT", + "updatedAt": null + }, + { + "address": "0x1e797Ce986C3CFF4472F7D38d5C4aba55DfEFE40", + "createdAt": 1568104699215, + "decimal": 15, + "icon": null, + "id": 25, + "isCustom": 0, + "symbol": "BCDN", + "updatedAt": null + }, + { + "address": "0x1c4481750daa5Ff521A2a7490d9981eD46465Dbd", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 26, + "isCustom": 0, + "symbol": "BCPT", + "updatedAt": null + }, + { + "address": "0x3A0181e8f2DD081ace83EaC027EEC2E0c2255Ed5", + "createdAt": 1568104699215, + "decimal": 2, + "icon": null, + "id": 27, + "isCustom": 0, + "symbol": "BCV", + "updatedAt": null + }, + { + "address": "0x74C1E4b8caE59269ec1D85D3D4F324396048F4ac", + "createdAt": 1568104699215, + "decimal": 0, + "icon": null, + "id": 28, + "isCustom": 0, + "symbol": "BeerCoin 🍺 ", + "updatedAt": null + }, + { + "address": "0x8aA33A7899FCC8eA5fBe6A608A109c3893A1B8b2", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 29, + "isCustom": 0, + "symbol": "BET", + "updatedAt": null + }, + { + "address": "0xb2bfeb70b903f1baac7f2ba2c62934c7e5b974c4", + "createdAt": 1568104699215, + "decimal": 8, + "icon": null, + "id": 30, + "isCustom": 0, + "symbol": "BKB", + "updatedAt": null + }, + { + "address": "0xce59d29b09aae565feeef8e52f47c3cd5368c663", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 31, + "isCustom": 0, + "symbol": "BLX? Bullion Crypto", + "updatedAt": null + }, + { + "address": "0xE5a7c12972f3bbFe70ed29521C8949b8Af6a0970", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 32, + "isCustom": 0, + "symbol": "BLX? Iconomi", + "updatedAt": null + }, + { + "address": "0xdf6ef343350780bf8c3410bf062e0c015b1dd671", + "createdAt": 1568104699215, + "decimal": 8, + "icon": null, + "id": 33, + "isCustom": 0, + "symbol": "BMC", + "updatedAt": null + }, + { + "address": "0xf028adee51533b1b47beaa890feb54a457f51e89", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 34, + "isCustom": 0, + "symbol": "BMT", + "updatedAt": null + }, + { + "address": "0xdD6Bf56CA2ada24c683FAC50E37783e55B57AF9F", + "createdAt": 1568104699215, + "decimal": 12, + "icon": null, + "id": 35, + "isCustom": 0, + "symbol": "BNC", + "updatedAt": null + }, + { + "address": "0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 36, + "isCustom": 0, + "symbol": "BNT", + "updatedAt": null + }, + { + "address": "0x7f1e2c7d6a69bf34824d72c53b4550e895c0d8c2", + "createdAt": 1568104699215, + "decimal": 8, + "icon": null, + "id": 37, + "isCustom": 0, + "symbol": "BOP", + "updatedAt": null + }, + { + "address": "0xC2C63F23ec5E97efbD7565dF9Ec764FDc7d4e91d", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 38, + "isCustom": 0, + "symbol": "BOU", + "updatedAt": null + }, + { + "address": "0x9E77D5a1251b6F7D456722A6eaC6D2d5980bd891", + "createdAt": 1568104699215, + "decimal": 8, + "icon": null, + "id": 39, + "isCustom": 0, + "symbol": "BRAT", + "updatedAt": null + }, + { + "address": "0x5Af2Be193a6ABCa9c8817001F45744777Db30756", + "createdAt": 1568104699215, + "decimal": 8, + "icon": null, + "id": 40, + "isCustom": 0, + "symbol": "ETHOS", + "updatedAt": null + }, + { + "address": "0x73dd069c299a5d691e9836243bcaec9c8c1d8734", + "createdAt": 1568104699215, + "decimal": 8, + "icon": null, + "id": 41, + "isCustom": 0, + "symbol": "BTE", + "updatedAt": null + }, + { + "address": "0xfad572db566e5234ac9fc3d570c4edc0050eaa92", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 42, + "isCustom": 0, + "symbol": "BTH", + "updatedAt": null + }, + { + "address": "0x26E75307Fc0C021472fEb8F727839531F112f317", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 43, + "isCustom": 0, + "symbol": "C20", + "updatedAt": null + }, + { + "address": "0x7d4b8Cce0591C9044a22ee543533b72E976E36C3", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 44, + "isCustom": 0, + "symbol": "CAG", + "updatedAt": null + }, + { + "address": "0x1d462414fe14cf489c7A21CaC78509f4bF8CD7c0", + "createdAt": 1568104699215, + "decimal": 6, + "icon": null, + "id": 45, + "isCustom": 0, + "symbol": "CAN", + "updatedAt": null + }, + { + "address": "0x56ba2Ee7890461f463F7be02aAC3099f6d5811A8", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 46, + "isCustom": 0, + "symbol": "CAT", + "updatedAt": null + }, + { + "address": "0x28577A6d31559bd265Ce3ADB62d0458550F7b8a7", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 47, + "isCustom": 0, + "symbol": "CCC", + "updatedAt": null + }, + { + "address": "0x5301c5e92e03474a751d015aeed0873a4db01357", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 48, + "isCustom": 0, + "symbol": "CDL", + "updatedAt": null + }, + { + "address": "0x177d39AC676ED1C67A2b268AD7F1E58826E5B0af", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 49, + "isCustom": 0, + "symbol": "CDT", + "updatedAt": null + }, + { + "address": "0x12FEF5e57bF45873Cd9B62E9DBd7BFb99e32D73e", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 50, + "isCustom": 0, + "symbol": "CFI", + "updatedAt": null + }, + { + "address": "0x7fce2856899a6806eeef70807985fc7554c66340", + "createdAt": 1568104699215, + "decimal": 9, + "icon": null, + "id": 51, + "isCustom": 0, + "symbol": "CLP", + "updatedAt": null + }, + { + "address": "0x7e667525521cF61352e2E01b50FaaaE7Df39749a", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 52, + "isCustom": 0, + "symbol": "CMC", + "updatedAt": null + }, + { + "address": "0xEEEE4c4eb88d03013E9C1E188B79A054Db6147CB", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 53, + "isCustom": 0, + "symbol": "CMT", + "updatedAt": null + }, + { + "address": "0xb2f7eb1f2c37645be61d73953035360e768d81e6", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 54, + "isCustom": 0, + "symbol": "COB", + "updatedAt": null + }, + { + "address": "0x65292eeadf1426cd2df1c4793a3d7519f253913b", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 55, + "isCustom": 0, + "symbol": "COSS", + "updatedAt": null + }, + { + "address": "0xAef38fBFBF932D1AeF3B808Bc8fBd8Cd8E1f8BC5", + "createdAt": 1568104699215, + "decimal": 8, + "icon": null, + "id": 56, + "isCustom": 0, + "symbol": "CRB", + "updatedAt": null + }, + { + "address": "0x4E0603e2A27A30480E5e3a4Fe548e29EF12F64bE", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 57, + "isCustom": 0, + "symbol": "CREDO", + "updatedAt": null + }, + { + "address": "0xE4c94d45f7Aef7018a5D66f44aF780ec6023378e", + "createdAt": 1568104699215, + "decimal": 6, + "icon": null, + "id": 58, + "isCustom": 0, + "symbol": "CryptoCarbon", + "updatedAt": null + }, + { + "address": "0xBf4cFD7d1eDeeEA5f6600827411B41A21eB08abd", + "createdAt": 1568104699215, + "decimal": 2, + "icon": null, + "id": 59, + "isCustom": 0, + "symbol": "CTL", + "updatedAt": null + }, + { + "address": "0x41e5560054824eA6B0732E656E3Ad64E20e94E45", + "createdAt": 1568104699215, + "decimal": 8, + "icon": null, + "id": 60, + "isCustom": 0, + "symbol": "CVC", + "updatedAt": null + }, + { + "address": "0xdab0C31BF34C897Fb0Fe90D12EC9401caf5c36Ec", + "createdAt": 1568104699215, + "decimal": 0, + "icon": null, + "id": 61, + "isCustom": 0, + "symbol": "DAB", + "updatedAt": null + }, + { + "address": "0x07d9e49ea402194bf48a8276dafb16e4ed633317", + "createdAt": 1568104699215, + "decimal": 8, + "icon": null, + "id": 62, + "isCustom": 0, + "symbol": "DALC", + "updatedAt": null + }, + { + "address": "0xBB9bc244D798123fDe783fCc1C72d3Bb8C189413", + "createdAt": 1568104699215, + "decimal": 16, + "icon": null, + "id": 63, + "isCustom": 0, + "symbol": "DAO", + "updatedAt": null + }, + { + "address": "0x0cf0ee63788a0849fe5297f3407f701e122cc023", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 64, + "isCustom": 0, + "symbol": "DATA (Streamr)", + "updatedAt": null + }, + { + "address": "0x1b5f21ee98eed48d292e8e2d3ed82b40a9728a22", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 65, + "isCustom": 0, + "symbol": "DATA (DataBrokerDAO)", + "updatedAt": null + }, + { + "address": "0xcC4eF9EEAF656aC1a2Ab886743E98e97E090ed38", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 66, + "isCustom": 0, + "symbol": "DDF", + "updatedAt": null + }, + { + "address": "0x3597bfD533a99c9aa083587B074434E61Eb0A258", + "createdAt": 1568104699215, + "decimal": 8, + "icon": null, + "id": 67, + "isCustom": 0, + "symbol": "DENT", + "updatedAt": null + }, + { + "address": "0xE0B7927c4aF23765Cb51314A0E0521A9645F0E2A", + "createdAt": 1568104699215, + "decimal": 9, + "icon": null, + "id": 68, + "isCustom": 0, + "symbol": "DGD", + "updatedAt": null + }, + { + "address": "0x55b9a11c2e8351b4Ffc7b11561148bfaC9977855", + "createdAt": 1568104699215, + "decimal": 9, + "icon": null, + "id": 69, + "isCustom": 0, + "symbol": "DGX 1.0", + "updatedAt": null + }, + { + "address": "0x2e071D2966Aa7D8dECB1005885bA1977D6038A65", + "createdAt": 1568104699215, + "decimal": 16, + "icon": null, + "id": 70, + "isCustom": 0, + "symbol": "DICE", + "updatedAt": null + }, + { + "address": "0x07e3c70653548b04f0a75970c1f81b4cbbfb606f", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 71, + "isCustom": 0, + "symbol": "DLT", + "updatedAt": null + }, + { + "address": "0x0AbdAce70D3790235af448C88547603b945604ea", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 72, + "isCustom": 0, + "symbol": "DNT", + "updatedAt": null + }, + { + "address": "0x3c75226555FC496168d48B88DF83B95F16771F37", + "createdAt": 1568104699215, + "decimal": 0, + "icon": null, + "id": 73, + "isCustom": 0, + "symbol": "DROP", + "updatedAt": null + }, + { + "address": "0x01b3Ec4aAe1B8729529BEB4965F27d008788B0EB", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 74, + "isCustom": 0, + "symbol": "DPP", + "updatedAt": null + }, + { + "address": "0x621d78f2EF2fd937BFca696CabaF9A779F59B3Ed", + "createdAt": 1568104699215, + "decimal": 2, + "icon": null, + "id": 75, + "isCustom": 0, + "symbol": "DRP", + "updatedAt": null + }, + { + "address": "0xa578aCc0cB7875781b7880903F4594D13cFa8B98", + "createdAt": 1568104699215, + "decimal": 2, + "icon": null, + "id": 76, + "isCustom": 0, + "symbol": "ECN", + "updatedAt": null + }, + { + "address": "0xced4e93198734ddaff8492d525bd258d49eb388e", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 77, + "isCustom": 0, + "symbol": "EDO", + "updatedAt": null + }, + { + "address": "0xf9F0FC7167c311Dd2F1e21E9204F87EBA9012fB2", + "createdAt": 1568104699215, + "decimal": 8, + "icon": null, + "id": 78, + "isCustom": 0, + "symbol": "EHT", + "updatedAt": null + }, + { + "address": "0x08711D3B02C8758F2FB3ab4e80228418a7F8e39c", + "createdAt": 1568104699215, + "decimal": 0, + "icon": null, + "id": 79, + "isCustom": 0, + "symbol": "EDG", + "updatedAt": null + }, + { + "address": "0xc8C6A31A4A806d3710A7B38b7B296D2fABCCDBA8", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 80, + "isCustom": 0, + "symbol": "ELIX", + "updatedAt": null + }, + { + "address": "0xB802b24E0637c2B87D2E8b7784C055BBE921011a", + "createdAt": 1568104699215, + "decimal": 2, + "icon": null, + "id": 81, + "isCustom": 0, + "symbol": "EMV", + "updatedAt": null + }, + { + "address": "0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 82, + "isCustom": 0, + "symbol": "ENJ", + "updatedAt": null + }, + { + "address": "0x86Fa049857E0209aa7D9e616F7eb3b3B78ECfdb0", + "createdAt": 1568104699215, + "decimal": 18, + "icon": null, + "id": 83, + "isCustom": 0, + "symbol": "EOS", + "updatedAt": null + }, + { + "address": "0x1b9743f556d65e757c4c650b4555baf354cb8bd3", + "createdAt": 1568104699215, + "decimal": 12, + "icon": null, + "id": 84, + "isCustom": 0, + "symbol": "ETBS", + "updatedAt": null + }, + { + "address": "0x3a26746Ddb79B1B8e4450e3F4FFE3285A307387E", + "createdAt": 1568104699215, + "decimal": 8, + "icon": null, + "id": 85, + "isCustom": 0, + "symbol": "ETHB", + "updatedAt": null + }, + { + "address": "0xf3db5fa2c66b7af3eb0c0b782510816cbe4813b8", + "createdAt": 1568104699215, + "decimal": 4, + "icon": null, + "id": 86, + "isCustom": 0, + "symbol": "EVX", + "updatedAt": null + }, + { + "address": "0x190e569bE071F40c704e15825F285481CB74B6cC", + "createdAt": 1568104699216, + "decimal": 12, + "icon": null, + "id": 87, + "isCustom": 0, + "symbol": "FAM", + "updatedAt": null + }, + { + "address": "0xf04a8ac553FceDB5BA99A64799155826C136b0Be", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 88, + "isCustom": 0, + "symbol": "FLIXX", + "updatedAt": null + }, + { + "address": "0x0ABeFb7611Cb3A01EA3FaD85f33C3C934F8e2cF4", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 89, + "isCustom": 0, + "symbol": "FRD", + "updatedAt": null + }, + { + "address": "0xe6f74dcfa0e20883008d8c16b6d9a329189d0c30", + "createdAt": 1568104699216, + "decimal": 2, + "icon": null, + "id": 90, + "isCustom": 0, + "symbol": "FTC", + "updatedAt": null + }, + { + "address": "0xEA38eAa3C86c8F9B751533Ba2E562deb9acDED40", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 91, + "isCustom": 0, + "symbol": "FUEL", + "updatedAt": null + }, + { + "address": "0x419D0d8BdD9aF5e606Ae2232ed285Aff190E711b", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 92, + "isCustom": 0, + "symbol": "FUN", + "updatedAt": null + }, + { + "address": "0x88FCFBc22C6d3dBaa25aF478C578978339BDe77a", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 93, + "isCustom": 0, + "symbol": "FYN", + "updatedAt": null + }, + { + "address": "0x7585F835ae2d522722d2684323a0ba83401f32f5", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 94, + "isCustom": 0, + "symbol": "GBT", + "updatedAt": null + }, + { + "address": "0x24083Bb30072643C3bB90B44B7285860a755e687", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 95, + "isCustom": 0, + "symbol": "GELD", + "updatedAt": null + }, + { + "address": "0xae4f56f072c34c0a65b3ae3e4db797d831439d93", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 96, + "isCustom": 0, + "symbol": "GIM", + "updatedAt": null + }, + { + "address": "0xb3Bd49E28f8F832b8d1E246106991e546c323502", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 97, + "isCustom": 0, + "symbol": "GMT", + "updatedAt": null + }, + { + "address": "0x6810e776880C02933D47DB1b9fc05908e5386b96", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 98, + "isCustom": 0, + "symbol": "GNO", + "updatedAt": null + }, + { + "address": "0xa74476443119A942dE498590Fe1f2454d7D4aC0d", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 99, + "isCustom": 0, + "symbol": "GNT", + "updatedAt": null + }, + { + "address": "0x12b19d3e2ccc14da04fae33e63652ce469b3f2fd", + "createdAt": 1568104699216, + "decimal": 12, + "icon": null, + "id": 100, + "isCustom": 0, + "symbol": "GRID", + "updatedAt": null + }, + { + "address": "0xB70835D7822eBB9426B56543E391846C107bd32C", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 101, + "isCustom": 0, + "symbol": "GTC", + "updatedAt": null + }, + { + "address": "0x025abAD9e518516fdaAFBDcdB9701b37fb7eF0FA", + "createdAt": 1568104699216, + "decimal": 0, + "icon": null, + "id": 102, + "isCustom": 0, + "symbol": "GTKT", + "updatedAt": null + }, + { + "address": "0xf7B098298f7C69Fc14610bf71d5e02c60792894C", + "createdAt": 1568104699216, + "decimal": 3, + "icon": null, + "id": 103, + "isCustom": 0, + "symbol": "GUP", + "updatedAt": null + }, + { + "address": "0x103c3A209da59d3E7C4A89307e66521e081CFDF0", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 104, + "isCustom": 0, + "symbol": "GVT", + "updatedAt": null + }, + { + "address": "0xFeeD1a53bd53FFE453D265FC6E70dD85f8e993b6", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 105, + "isCustom": 0, + "symbol": "H2O", + "updatedAt": null + }, + { + "address": "0xffe8196bc259e8dedc544d935786aa4709ec3e64", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 106, + "isCustom": 0, + "symbol": "HDG", + "updatedAt": null + }, + { + "address": "0xba2184520A1cC49a6159c57e61E1844E085615B6", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 107, + "isCustom": 0, + "symbol": "HGT", + "updatedAt": null + }, + { + "address": "0x14F37B574242D366558dB61f3335289a5035c506", + "createdAt": 1568104699216, + "decimal": 3, + "icon": null, + "id": 108, + "isCustom": 0, + "symbol": "HKG", + "updatedAt": null + }, + { + "address": "0xcbCC0F036ED4788F63FC0fEE32873d6A7487b908", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 109, + "isCustom": 0, + "symbol": "HMQ", + "updatedAt": null + }, + { + "address": "0x554C20B7c486beeE439277b4540A434566dC4C02", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 110, + "isCustom": 0, + "symbol": "HST", + "updatedAt": null + }, + { + "address": "0x5a84969bb663fb64F6d015DcF9F622Aedc796750", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 111, + "isCustom": 0, + "symbol": "ICE", + "updatedAt": null + }, + { + "address": "0x888666CA69E0f178DED6D75b5726Cee99A87D698", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 112, + "isCustom": 0, + "symbol": "ICN", + "updatedAt": null + }, + { + "address": "0x014B50466590340D41307Cc54DCee990c8D58aa8", + "createdAt": 1568104699216, + "decimal": 6, + "icon": null, + "id": 113, + "isCustom": 0, + "symbol": "ICOS", + "updatedAt": null + }, + { + "address": "0x814cafd4782d2e728170fda68257983f03321c58", + "createdAt": 1568104699216, + "decimal": 0, + "icon": null, + "id": 114, + "isCustom": 0, + "symbol": "IDEA", + "updatedAt": null + }, + { + "address": "0x7654915a1b82d6d2d0afc37c52af556ea8983c7e", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 115, + "isCustom": 0, + "symbol": "IFT", + "updatedAt": null + }, + { + "address": "0x88AE96845e157558ef59e9Ff90E766E22E480390", + "createdAt": 1568104699216, + "decimal": 0, + "icon": null, + "id": 116, + "isCustom": 0, + "symbol": "IKB", + "updatedAt": null + }, + { + "address": "0x22E5F62D0FA19974749faa194e3d3eF6d89c08d7", + "createdAt": 1568104699216, + "decimal": 0, + "icon": null, + "id": 117, + "isCustom": 0, + "symbol": "IMT", + "updatedAt": null + }, + { + "address": "0xf8e386EDa857484f5a12e4B5DAa9984E06E73705", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 118, + "isCustom": 0, + "symbol": "IND", + "updatedAt": null + }, + { + "address": "0xa8006c4ca56f24d6836727d106349320db7fef82", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 119, + "isCustom": 0, + "symbol": "INXT", + "updatedAt": null + }, + { + "address": "0x0aeF06DcCCC531e581f0440059E6FfCC206039EE", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 120, + "isCustom": 0, + "symbol": "ITT", + "updatedAt": null + }, + { + "address": "0xfca47962d45adfdfd1ab2d972315db4ce7ccf094", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 121, + "isCustom": 0, + "symbol": "IXT", + "updatedAt": null + }, + { + "address": "0x8727c112C712c4a03371AC87a74dD6aB104Af768", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 122, + "isCustom": 0, + "symbol": "JET (new)", + "updatedAt": null + }, + { + "address": "0xc1E6C6C681B286Fb503B36a9dD6c1dbFF85E73CF", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 123, + "isCustom": 0, + "symbol": "JET (old)", + "updatedAt": null + }, + { + "address": "0x773450335eD4ec3DB45aF74f34F2c85348645D39", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 124, + "isCustom": 0, + "symbol": "JetCoins", + "updatedAt": null + }, + { + "address": "0x27695E09149AdC738A978e9A678F99E4c39e9eb9", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 125, + "isCustom": 0, + "symbol": "KICK", + "updatedAt": null + }, + { + "address": "0x818Fc6C2Ec5986bc6E2CBf00939d90556aB12ce5", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 126, + "isCustom": 0, + "symbol": "KIN", + "updatedAt": null + }, + { + "address": "0xdd974D5C2e2928deA5F71b9825b8b646686BD200", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 127, + "isCustom": 0, + "symbol": "KNC", + "updatedAt": null + }, + { + "address": "0x9541FD8B9b5FA97381783783CeBF2F5fA793C262", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 128, + "isCustom": 0, + "symbol": "KZN", + "updatedAt": null + }, + { + "address": "0xff18dbc487b4c2e3222d115952babfda8ba52f5f", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 129, + "isCustom": 0, + "symbol": "LIFE", + "updatedAt": null + }, + { + "address": "0x514910771af9ca656af840dff83e8264ecf986ca", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 130, + "isCustom": 0, + "symbol": "LINK", + "updatedAt": null + }, + { + "address": "0x24A77c1F17C547105E14813e517be06b0040aa76", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 131, + "isCustom": 0, + "symbol": "LIVE", + "updatedAt": null + }, + { + "address": "0x21aE23B882A340A22282162086bC98D3E2B73018", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 132, + "isCustom": 0, + "symbol": "LOK", + "updatedAt": null + }, + { + "address": "0x63e634330A20150DbB61B15648bC73855d6CCF07", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 133, + "isCustom": 0, + "symbol": "LNC", + "updatedAt": null + }, + { + "address": "0xEF68e7C694F40c8202821eDF525dE3782458639f", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 134, + "isCustom": 0, + "symbol": "LRC", + "updatedAt": null + }, + { + "address": "0xFB12e3CcA983B9f59D90912Fd17F8D745A8B2953", + "createdAt": 1568104699216, + "decimal": 0, + "icon": null, + "id": 135, + "isCustom": 0, + "symbol": "LUCK", + "updatedAt": null + }, + { + "address": "0xfa05A73FfE78ef8f1a739473e462c54bae6567D9", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 136, + "isCustom": 0, + "symbol": "LUN", + "updatedAt": null + }, + { + "address": "0x5e3346444010135322268a4630d2ed5f8d09446c", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 137, + "isCustom": 0, + "symbol": "LOC", + "updatedAt": null + }, + { + "address": "0x0F5D2fB29fb7d3CFeE444a200298f468908cC942", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 138, + "isCustom": 0, + "symbol": "MANA", + "updatedAt": null + }, + { + "address": "0x386467f1f3ddbe832448650418311a479eecfc57", + "createdAt": 1568104699216, + "decimal": 0, + "icon": null, + "id": 139, + "isCustom": 0, + "symbol": "MBRS", + "updatedAt": null + }, + { + "address": "0x93E682107d1E9defB0b5ee701C71707a4B2E46Bc", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 140, + "isCustom": 0, + "symbol": "MCAP", + "updatedAt": null + }, + { + "address": "0x138A8752093F4f9a79AaeDF48d4B9248fab93c9C", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 141, + "isCustom": 0, + "symbol": "MCI", + "updatedAt": null + }, + { + "address": "0xB63B606Ac810a52cCa15e44bB630fd42D8d1d83d", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 142, + "isCustom": 0, + "symbol": "MCO", + "updatedAt": null + }, + { + "address": "0x51DB5Ad35C671a87207d88fC11d593AC0C8415bd", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 143, + "isCustom": 0, + "symbol": "MDA", + "updatedAt": null + }, + { + "address": "0x40395044Ac3c0C57051906dA938B54BD6557F212", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 144, + "isCustom": 0, + "symbol": "MGO", + "updatedAt": null + }, + { + "address": "0xe23cd160761f63FC3a1cF78Aa034b6cdF97d3E0C", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 145, + "isCustom": 0, + "symbol": "MIT", + "updatedAt": null + }, + { + "address": "0xC66eA802717bFb9833400264Dd12c2bCeAa34a6d", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 146, + "isCustom": 0, + "symbol": "MKR", + "updatedAt": null + }, + { + "address": "0xBEB9eF514a379B997e0798FDcC901Ee474B6D9A1", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 147, + "isCustom": 0, + "symbol": "MLN", + "updatedAt": null + }, + { + "address": "0x1a95B271B0535D15fa49932Daba31BA612b52946", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 148, + "isCustom": 0, + "symbol": "MNE", + "updatedAt": null + }, + { + "address": "0x957c30aB0426e0C93CD8241E2c60392d08c6aC8e", + "createdAt": 1568104699216, + "decimal": 0, + "icon": null, + "id": 149, + "isCustom": 0, + "symbol": "MOD", + "updatedAt": null + }, + { + "address": "0xAB6CF87a50F17d7F5E1FEaf81B6fE9FfBe8EBF84", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 150, + "isCustom": 0, + "symbol": "MRV", + "updatedAt": null + }, + { + "address": "0x68AA3F232dA9bdC2343465545794ef3eEa5209BD", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 151, + "isCustom": 0, + "symbol": "MSP", + "updatedAt": null + }, + { + "address": "0xaF4DcE16Da2877f8c9e00544c93B62Ac40631F16", + "createdAt": 1568104699216, + "decimal": 5, + "icon": null, + "id": 152, + "isCustom": 0, + "symbol": "MTH", + "updatedAt": null + }, + { + "address": "0xF433089366899D83a9f26A773D59ec7eCF30355e", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 153, + "isCustom": 0, + "symbol": "MTL", + "updatedAt": null + }, + { + "address": "0x7FC408011165760eE31bE2BF20dAf450356692Af", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 154, + "isCustom": 0, + "symbol": "MTR", + "updatedAt": null + }, + { + "address": "0x0AF44e2784637218dD1D32A322D44e603A8f0c6A", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 155, + "isCustom": 0, + "symbol": "MTX", + "updatedAt": null + }, + { + "address": "0xf7e983781609012307f2514f63D526D83D24F466", + "createdAt": 1568104699216, + "decimal": 16, + "icon": null, + "id": 156, + "isCustom": 0, + "symbol": "MYD", + "updatedAt": null + }, + { + "address": "0xa645264C5603E96c3b0B078cdab68733794B0A71", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 157, + "isCustom": 0, + "symbol": "MYST", + "updatedAt": null + }, + { + "address": "0xcfb98637bcae43C13323EAa1731cED2B716962fD", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 158, + "isCustom": 0, + "symbol": "NET", + "updatedAt": null + }, + { + "address": "0x1776e1F26f98b1A5dF9cD347953a26dd3Cb46671", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 159, + "isCustom": 0, + "symbol": "NMR", + "updatedAt": null + }, + { + "address": "0x45e42D659D9f9466cD5DF622506033145a9b89Bc", + "createdAt": 1568104699216, + "decimal": 3, + "icon": null, + "id": 160, + "isCustom": 0, + "symbol": "NxC", + "updatedAt": null + }, + { + "address": "0x5c6183d10A00CD747a6Dbb5F658aD514383e9419", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 161, + "isCustom": 0, + "symbol": "NXX", + "updatedAt": null + }, + { + "address": "0xe26517A9967299453d3F1B48Aa005E6127e67210", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 162, + "isCustom": 0, + "symbol": "NIMFA", + "updatedAt": null + }, + { + "address": "0x701C244b988a513c945973dEFA05de933b23Fe1D", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 163, + "isCustom": 0, + "symbol": "OAX", + "updatedAt": null + }, + { + "address": "0x7F2176cEB16dcb648dc924eff617c3dC2BEfd30d", + "createdAt": 1568104699216, + "decimal": 0, + "icon": null, + "id": 164, + "isCustom": 0, + "symbol": "OHNI", + "updatedAt": null + }, + { + "address": "0xd26114cd6EE289AccF82350c8d8487fedB8A0C07", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 165, + "isCustom": 0, + "symbol": "OMG", + "updatedAt": null + }, + { + "address": "0xb23be73573bc7e03db6e5dfc62405368716d28a8", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 166, + "isCustom": 0, + "symbol": "ONEK", + "updatedAt": null + }, + { + "address": "0x4355fC160f74328f9b383dF2EC589bB3dFd82Ba0", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 167, + "isCustom": 0, + "symbol": "OPT", + "updatedAt": null + }, + { + "address": "0xB97048628DB6B661D4C2aA833e95Dbe1A905B280", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 168, + "isCustom": 0, + "symbol": "PAY", + "updatedAt": null + }, + { + "address": "0x8eFFd494eB698cc399AF6231fCcd39E08fd20B15", + "createdAt": 1568104699216, + "decimal": 0, + "icon": null, + "id": 169, + "isCustom": 0, + "symbol": "PIX", + "updatedAt": null + }, + { + "address": "0xE477292f1B3268687A29376116B0ED27A9c76170", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 170, + "isCustom": 0, + "symbol": "PLAY", + "updatedAt": null + }, + { + "address": "0x0AfFa06e7Fbe5bC9a764C979aA66E8256A631f02", + "createdAt": 1568104699216, + "decimal": 6, + "icon": null, + "id": 171, + "isCustom": 0, + "symbol": "PLBT", + "updatedAt": null + }, + { + "address": "0xe3818504c1B32bF1557b16C238B2E01Fd3149C17", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 172, + "isCustom": 0, + "symbol": "PLR", + "updatedAt": null + }, + { + "address": "0xD8912C10681D8B21Fd3742244f44658dBA12264E", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 173, + "isCustom": 0, + "symbol": "PLU", + "updatedAt": null + }, + { + "address": "0x0e0989b1f9b8a38983c2ba8053269ca62ec9b195", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 174, + "isCustom": 0, + "symbol": "POE", + "updatedAt": null + }, + { + "address": "0x779B7b713C86e3E6774f5040D9cCC2D43ad375F8", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 175, + "isCustom": 0, + "symbol": "POOL", + "updatedAt": null + }, + { + "address": "0xee609fe292128cad03b786dbb9bc2634ccdbe7fc", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 176, + "isCustom": 0, + "symbol": "POS", + "updatedAt": null + }, + { + "address": "0xc42209accc14029c1012fb5680d95fbd6036e2a0", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 177, + "isCustom": 0, + "symbol": "PPP", + "updatedAt": null + }, + { + "address": "0xd4fa1460F537bb9085d22C7bcCB5DD450Ef28e3a", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 178, + "isCustom": 0, + "symbol": "PPT", + "updatedAt": null + }, + { + "address": "0x226bb599a12C826476e3A771454697EA52E9E220", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 179, + "isCustom": 0, + "symbol": "PRO", + "updatedAt": null + }, + { + "address": "0x163733bcc28dbf26B41a8CfA83e369b5B3af741b", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 180, + "isCustom": 0, + "symbol": "PRS", + "updatedAt": null + }, + { + "address": "0x0c04d4f331da8df75f9e2e271e3f3f1494c66c36", + "createdAt": 1568104699216, + "decimal": 9, + "icon": null, + "id": 181, + "isCustom": 0, + "symbol": "PRSP", + "updatedAt": null + }, + { + "address": "0x66497a283e0a007ba3974e837784c6ae323447de", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 182, + "isCustom": 0, + "symbol": "PT", + "updatedAt": null + }, + { + "address": "0x8Ae4BF2C33a8e667de34B54938B0ccD03Eb8CC06", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 183, + "isCustom": 0, + "symbol": "PTOY", + "updatedAt": null + }, + { + "address": "0x671AbBe5CE652491985342e85428EB1b07bC6c64", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 184, + "isCustom": 0, + "symbol": "QAU", + "updatedAt": null + }, + { + "address": "0x2C3C1F05187dBa7A5f2Dd47Dca57281C4d4F183F", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 185, + "isCustom": 0, + "symbol": "QTQ", + "updatedAt": null + }, + { + "address": "0x9a642d6b3368ddc662CA244bAdf32cDA716005BC", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 186, + "isCustom": 0, + "symbol": "QTUM", + "updatedAt": null + }, + { + "address": "0x697beac28B09E122C4332D163985e8a73121b97F", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 187, + "isCustom": 0, + "symbol": "QRL", + "updatedAt": null + }, + { + "address": "0xE94327D07Fc17907b4DB788E5aDf2ed424adDff6", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 188, + "isCustom": 0, + "symbol": "REP", + "updatedAt": null + }, + { + "address": "0xf05a9382A4C3F29E2784502754293D88b835109C", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 189, + "isCustom": 0, + "symbol": "REX", + "updatedAt": null + }, + { + "address": "0x607F4C5BB672230e8672085532f7e901544a7375", + "createdAt": 1568104699216, + "decimal": 9, + "icon": null, + "id": 190, + "isCustom": 0, + "symbol": "RLC", + "updatedAt": null + }, + { + "address": "0xcCeD5B8288086BE8c38E23567e684C3740be4D48", + "createdAt": 1568104699216, + "decimal": 10, + "icon": null, + "id": 191, + "isCustom": 0, + "symbol": "RLT", + "updatedAt": null + }, + { + "address": "0x4a42d2c580f83dce404acad18dab26db11a1750e", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 192, + "isCustom": 0, + "symbol": "RLX", + "updatedAt": null + }, + { + "address": "0x0996bfb5d057faa237640e2506be7b4f9c46de0b", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 193, + "isCustom": 0, + "symbol": "RNDR", + "updatedAt": null + }, + { + "address": "0xb4efd85c19999d84251304bda99e90b92300bd93", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 194, + "isCustom": 0, + "symbol": "RPL", + "updatedAt": null + }, + { + "address": "0x4993CB95c7443bdC06155c5f5688Be9D8f6999a5", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 195, + "isCustom": 0, + "symbol": "ROUND", + "updatedAt": null + }, + { + "address": "0x3d1ba9be9f66b8ee101911bc36d3fb562eac2244", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 196, + "isCustom": 0, + "symbol": "RVT", + "updatedAt": null + }, + { + "address": "0x8f8221aFbB33998d8584A2B05749bA73c37a938a", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 197, + "isCustom": 0, + "symbol": "REQ", + "updatedAt": null + }, + { + "address": "0x4156D3342D5c385a87D264F90653733592000581", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 198, + "isCustom": 0, + "symbol": "SALT", + "updatedAt": null + }, + { + "address": "0x7C5A0CE9267ED19B22F8cae653F198e3E8daf098", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 199, + "isCustom": 0, + "symbol": "SAN", + "updatedAt": null + }, + { + "address": "0xd7631787B4dCc87b1254cfd1e5cE48e96823dEe8", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 200, + "isCustom": 0, + "symbol": "SCL", + "updatedAt": null + }, + { + "address": "0x4ca74185532dc1789527194e5b9c866dd33f4e82", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 201, + "isCustom": 0, + "symbol": "sense", + "updatedAt": null + }, + { + "address": "0xa1ccc166faf0E998b3E33225A1A0301B1C86119D", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 202, + "isCustom": 0, + "symbol": "SGEL", + "updatedAt": null + }, + { + "address": "0xd248B0D48E44aaF9c49aea0312be7E13a6dc1468", + "createdAt": 1568104699216, + "decimal": 1, + "icon": null, + "id": 203, + "isCustom": 0, + "symbol": "SGT", + "updatedAt": null + }, + { + "address": "0xEF2E9966eb61BB494E5375d5Df8d67B7dB8A780D", + "createdAt": 1568104699216, + "decimal": 0, + "icon": null, + "id": 204, + "isCustom": 0, + "symbol": "SHIT", + "updatedAt": null + }, + { + "address": "0x8a187d5285d316bcbc9adafc08b51d70a0d8e000", + "createdAt": 1568104699216, + "decimal": 0, + "icon": null, + "id": 205, + "isCustom": 0, + "symbol": "SIFT", + "updatedAt": null + }, + { + "address": "0x2bDC0D42996017fCe214b21607a515DA41A9E0C5", + "createdAt": 1568104699216, + "decimal": 6, + "icon": null, + "id": 206, + "isCustom": 0, + "symbol": "SKIN", + "updatedAt": null + }, + { + "address": "0x4994e81897a920c0FEA235eb8CEdEEd3c6fFF697", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 207, + "isCustom": 0, + "symbol": "SKO1", + "updatedAt": null + }, + { + "address": "0x4c382F8E09615AC86E08CE58266CC227e7d4D913", + "createdAt": 1568104699216, + "decimal": 6, + "icon": null, + "id": 208, + "isCustom": 0, + "symbol": "SKR", + "updatedAt": null + }, + { + "address": "0x7A5fF295Dc8239d5C2374E4D894202aAF029Cab6", + "createdAt": 1568104699216, + "decimal": 3, + "icon": null, + "id": 209, + "isCustom": 0, + "symbol": "SLT", + "updatedAt": null + }, + { + "address": "0x6F6DEb5db0C4994A8283A01D6CFeEB27Fc3bBe9C", + "createdAt": 1568104699216, + "decimal": 0, + "icon": null, + "id": 210, + "isCustom": 0, + "symbol": "Smart", + "updatedAt": null + }, + { + "address": "0xF4134146AF2d511Dd5EA8cDB1C4AC88C57D60404", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 211, + "isCustom": 0, + "symbol": "SNC", + "updatedAt": null + }, + { + "address": "0xaeC2E87E0A235266D9C5ADc9DEb4b2E29b54D009", + "createdAt": 1568104699216, + "decimal": 0, + "icon": null, + "id": 212, + "isCustom": 0, + "symbol": "SNGLS", + "updatedAt": null + }, + { + "address": "0xf333b2Ace992ac2bBD8798bF57Bc65a06184afBa", + "createdAt": 1568104699216, + "decimal": 0, + "icon": null, + "id": 213, + "isCustom": 0, + "symbol": "SND", + "updatedAt": null + }, + { + "address": "0x983F6d60db79ea8cA4eB9968C6aFf8cfA04B3c63", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 214, + "isCustom": 0, + "symbol": "SNM", + "updatedAt": null + }, + { + "address": "0x744d70FDBE2Ba4CF95131626614a1763DF805B9E", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 215, + "isCustom": 0, + "symbol": "SNT", + "updatedAt": null + }, + { + "address": "0x58bf7df57d9DA7113c4cCb49d8463D4908C735cb", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 216, + "isCustom": 0, + "symbol": "SPARC", + "updatedAt": null + }, + { + "address": "0x24aef3bf1a47561500f9430d74ed4097c47f51f2", + "createdAt": 1568104699216, + "decimal": 4, + "icon": null, + "id": 217, + "isCustom": 0, + "symbol": "SPARTA", + "updatedAt": null + }, + { + "address": "0xB64ef51C888972c908CFacf59B47C1AfBC0Ab8aC", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 218, + "isCustom": 0, + "symbol": "STORJ", + "updatedAt": null + }, + { + "address": "0x599346779e90fc3F5F997b5ea715349820F91571", + "createdAt": 1568104699216, + "decimal": 4, + "icon": null, + "id": 219, + "isCustom": 0, + "symbol": "STN", + "updatedAt": null + }, + { + "address": "0x46492473755e8dF960F8034877F61732D718CE96", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 220, + "isCustom": 0, + "symbol": "STRC", + "updatedAt": null + }, + { + "address": "0x006BeA43Baa3f7A6f765F14f10A1a1b08334EF45", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 221, + "isCustom": 0, + "symbol": "STX", + "updatedAt": null + }, + { + "address": "0x12480E24eb5bec1a9D4369CaB6a80caD3c0A377A", + "createdAt": 1568104699216, + "decimal": 2, + "icon": null, + "id": 222, + "isCustom": 0, + "symbol": "SUB", + "updatedAt": null + }, + { + "address": "0xB9e7F8568e08d5659f5D29C4997173d84CdF2607", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 223, + "isCustom": 0, + "symbol": "SWT", + "updatedAt": null + }, + { + "address": "0x10b123fddde003243199aad03522065dc05827a0", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 224, + "isCustom": 0, + "symbol": "SYN", + "updatedAt": null + }, + { + "address": "0xE7775A6e9Bcf904eb39DA2b68c5efb4F9360e08C", + "createdAt": 1568104699216, + "decimal": 6, + "icon": null, + "id": 225, + "isCustom": 0, + "symbol": "TaaS", + "updatedAt": null + }, + { + "address": "0xAFe60511341a37488de25Bef351952562E31fCc1", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 226, + "isCustom": 0, + "symbol": "TBT", + "updatedAt": null + }, + { + "address": "0xa7f976C360ebBeD4465c2855684D1AAE5271eFa9", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 227, + "isCustom": 0, + "symbol": "TFL", + "updatedAt": null + }, + { + "address": "0xFACCD5Fc83c3E4C3c1AC1EF35D15adf06bCF209C", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 228, + "isCustom": 0, + "symbol": "TBC2", + "updatedAt": null + }, + { + "address": "0x6531f133e6DeeBe7F2dcE5A0441aA7ef330B4e53", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 229, + "isCustom": 0, + "symbol": "TIME", + "updatedAt": null + }, + { + "address": "0xEa1f346faF023F974Eb5adaf088BbCdf02d761F4", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 230, + "isCustom": 0, + "symbol": "TIX", + "updatedAt": null + }, + { + "address": "0xaAAf91D9b90dF800Df4F55c205fd6989c977E73a", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 231, + "isCustom": 0, + "symbol": "TKN", + "updatedAt": null + }, + { + "address": "0x08f5a9235b08173b7569f83645d2c7fb55e8ccd8", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 232, + "isCustom": 0, + "symbol": "TNT", + "updatedAt": null + }, + { + "address": "0xCb94be6f13A1182E4A4B6140cb7bf2025d28e41B", + "createdAt": 1568104699216, + "decimal": 6, + "icon": null, + "id": 233, + "isCustom": 0, + "symbol": "TRST", + "updatedAt": null + }, + { + "address": "0xf230b790e05390fc8295f4d3f60332c93bed42e2", + "createdAt": 1568104699216, + "decimal": 6, + "icon": null, + "id": 234, + "isCustom": 0, + "symbol": "TRX", + "updatedAt": null + }, + { + "address": "0x89205A3A3b2A69De6Dbf7f01ED13B2108B2c43e7", + "createdAt": 1568104699216, + "decimal": 0, + "icon": null, + "id": 235, + "isCustom": 0, + "symbol": "Unicorn 🦄", + "updatedAt": null + }, + { + "address": "0x8f3470A7388c05eE4e7AF3d01D8C722b0FF52374", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 236, + "isCustom": 0, + "symbol": "VERI", + "updatedAt": null + }, + { + "address": "0xD850942eF8811f2A866692A623011bDE52a462C1", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 237, + "isCustom": 0, + "symbol": "VEN", + "updatedAt": null + }, + { + "address": "0xe8ff5c9c75deb346acac493c463c8950be03dfba", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 238, + "isCustom": 0, + "symbol": "VIBE", + "updatedAt": null + }, + { + "address": "0x882448f83d90b2bf477af2ea79327fdea1335d93", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 239, + "isCustom": 0, + "symbol": "VIBEX", + "updatedAt": null + }, + { + "address": "0x2C974B2d0BA1716E644c1FC59982a89DDD2fF724", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 240, + "isCustom": 0, + "symbol": "VIB", + "updatedAt": null + }, + { + "address": "0x83eEA00D838f92dEC4D1475697B9f4D3537b56E3", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 241, + "isCustom": 0, + "symbol": "VOISE", + "updatedAt": null + }, + { + "address": "0xeDBaF3c5100302dCddA53269322f3730b1F0416d", + "createdAt": 1568104699216, + "decimal": 5, + "icon": null, + "id": 242, + "isCustom": 0, + "symbol": "VRS", + "updatedAt": null + }, + { + "address": "0x5c543e7AE0A1104f78406C340E9C64FD9fCE5170", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 243, + "isCustom": 0, + "symbol": "VSL", + "updatedAt": null + }, + { + "address": "0x82665764ea0b58157E1e5E9bab32F68c76Ec0CdF", + "createdAt": 1568104699216, + "decimal": 0, + "icon": null, + "id": 244, + "isCustom": 0, + "symbol": "VSM(OLD)", + "updatedAt": null + }, + { + "address": "0x03c18d649e743ee0b09f28a81d33575f03af9826", + "createdAt": 1568104699216, + "decimal": 7, + "icon": null, + "id": 245, + "isCustom": 0, + "symbol": "WBC", + "updatedAt": null + }, + { + "address": "0x6a0A97E47d15aAd1D132a1Ac79a480E3F2079063", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 246, + "isCustom": 0, + "symbol": "WCT", + "updatedAt": null + }, + { + "address": "0x5e4ABE6419650CA839Ce5BB7Db422b881a6064bB", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 247, + "isCustom": 0, + "symbol": "WiC", + "updatedAt": null + }, + { + "address": "0x667088b212ce3d06a1b553a7221E1fD19000d9aF", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 248, + "isCustom": 0, + "symbol": "WINGS", + "updatedAt": null + }, + { + "address": "0xF6B55acBBC49f4524Aa48D19281A9A77c54DE10f", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 249, + "isCustom": 0, + "symbol": "WLK", + "updatedAt": null + }, + { + "address": "0x728781E75735dc0962Df3a51d7Ef47E798A7107E", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 250, + "isCustom": 0, + "symbol": "WOLK", + "updatedAt": null + }, + { + "address": "0xcA46C2716C85624ecDfF0C18071C95B6543B4862", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 251, + "isCustom": 0, + "symbol": "WRC", + "updatedAt": null + }, + { + "address": "0x4DF812F6064def1e5e029f1ca858777CC98D2D81", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 252, + "isCustom": 0, + "symbol": "XAUR", + "updatedAt": null + }, + { + "address": "0xB110eC7B1dcb8FAB8dEDbf28f53Bc63eA5BEdd84", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 253, + "isCustom": 0, + "symbol": "XID", + "updatedAt": null + }, + { + "address": "0xB24754bE79281553dc1adC160ddF5Cd9b74361a4", + "createdAt": 1568104699216, + "decimal": 9, + "icon": null, + "id": 254, + "isCustom": 0, + "symbol": "XRL", + "updatedAt": null + }, + { + "address": "0x0F33bb20a282A7649C7B3AFf644F084a9348e933", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 255, + "isCustom": 0, + "symbol": "YUPIE", + "updatedAt": null + }, + { + "address": "0x6781a0f84c7e9e846dcb84a9a5bd49333067b104", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 256, + "isCustom": 0, + "symbol": "ZAP", + "updatedAt": null + }, + { + "address": "0xE41d2489571d322189246DaFA5ebDe1F4699F498", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 257, + "isCustom": 0, + "symbol": "ZRX", + "updatedAt": null + }, + { + "address": "0xe386b139ed3715ca4b18fd52671bdcea1cdfe4b1", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 258, + "isCustom": 0, + "symbol": "ZST", + "updatedAt": null + }, + { + "address": "0xa89b5934863447f6e4fc53b315a93e873bda69a3", + "createdAt": 1568104699216, + "decimal": 18, + "icon": null, + "id": 259, + "isCustom": 0, + "symbol": "LUM", + "updatedAt": null + }, + { + "address": "0xE64509F0bf07ce2d29A7eF19A8A9bc065477C1B4", + "createdAt": 1568104699216, + "decimal": 8, + "icon": null, + "id": 260, + "isCustom": 0, + "symbol": "PIPL", + "updatedAt": null + } + ], + "tokenError": "" + }, + "scheduler": { + "processing": false, + "processingJobs": [ + "e7afccd0-d532-11e9-9d58-8fa9fdbe2680", + "e7aff3e0-d532-11e9-9d58-8fa9fdbe2680", + "e7afccd1-d532-11e9-9d58-8fa9fdbe2680", + "f3a070d0-d532-11e9-9d58-8fa9fdbe2680", + "f3a070d1-d532-11e9-9d58-8fa9fdbe2680", + "f3a097e0-d532-11e9-9d58-8fa9fdbe2680" + ], + "config": {}, + "queue": ["f3a097e1-d532-11e9-9d58-8fa9fdbe2680"], + "finished": [ + "e7afccd0-d532-11e9-9d58-8fa9fdbe2680", + "e7aff3e0-d532-11e9-9d58-8fa9fdbe2680", + "e7afccd1-d532-11e9-9d58-8fa9fdbe2680" + ], + "jobsById": { + "e7afccd0-d532-11e9-9d58-8fa9fdbe2680": { + "at": 0, + "category": "vendor-sync-job", + "id": "e7afccd0-d532-11e9-9d58-8fa9fdbe2680", + "data": {}, + "processTs": 1568275024886, + "progress": [ + { + "progress": 0, + "progressTs": 1568275024888, + "data": { "message": "starting sync" } + }, + { + "progress": 0, + "progressTs": 1568275024888, + "data": { "message": "fetching remote vendors" } + }, + { + "progress": 25, + "progressTs": 1568275026166, + "data": { "message": "remote vendors fetched" } + }, + { + "progress": 25, + "progressTs": 1568275026166, + "data": { "message": "load db vendors" } + }, + { + "progress": 50, + "progressTs": 1568275026554, + "data": { "message": "load db vendors" } + }, + { + "progress": 50, + "progressTs": 1568275026554, + "data": { "message": "Merging remote and local data" } + }, + { + "progress": 75, + "progressTs": 1568275026555, + "data": { "message": "Updating db data" } + }, + { + "progress": 25, + "progressTs": 1568275041455, + "data": { "message": "Removing obsolete vendors" } + }, + { + "progress": 95, + "progressTs": 1568275042271, + "data": { "message": "Fetching updated vendors list" } + }, + { + "progress": 100, + "progressTs": 1568275042393, + "data": { "message": "Done!" } + } + ], + "finishStatus": "success", + "result": { + "0": { + "categories": ["exchanges"], + "contactEmail": "", + "createdAt": 1568104716898, + "description": "Non-custodial service for simple and fast cryptocurrency exchanges. More than 170 coins available. The fiat option is also available - you can buy cryptocurrency with Visa or MasterCard through their third-party partner Indacoin.", + "did": "", + "env": "development", + "id": 1, + "inventorySource": "selfkey", + "name": "ChangeNOW", + "paymentAddress": "", + "privacyPolicy": "", + "relyingPartyConfig": { + "did": true, + "endpoints": { + "/templates/:id": "https://dev.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://dev.instance.kyc-chain.com/api/v2/" + }, + "status": "inactive", + "termsOfService": null, + "updatedAt": 1568275027308, + "vendorId": "change_now" + }, + "1": { + "categories": ["exchanges"], + "contactEmail": "", + "createdAt": 1568104716898, + "description": "XS2 is a crypto to crypto exchange. This means you can trade cryptocurrencies and tokens in markets, such as the ETH/BTC market in which you can buy or sell Ethereum for Bitcoin. You don't exchange with us, but instead you trade with other customers on the exchange in an open market.", + "did": "", + "env": "development", + "id": 2, + "inventorySource": "selfkey", + "name": "XS2", + "paymentAddress": "", + "privacyPolicy": "", + "relyingPartyConfig": { + "did": true, + "endpoints": { + "/templates/:id": "https://dev.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://dev.instance.kyc-chain.com/api/v2/" + }, + "status": "inactive", + "termsOfService": null, + "updatedAt": 1568275027308, + "vendorId": "xs2" + }, + "2": { + "categories": ["exchanges"], + "contactEmail": "", + "createdAt": 1568104716898, + "description": "Kyber Network is a decentralized exchange for cryptocurrencies that focuses on both security and usability. The platform guarantees the liquidity with a novel design that incorporates all market makers or liquidity providers in our exchange. The trade in Kyber Network is fast, easy and happens almost instantly as compared to the 5-10 minutes waiting time on other exchanges. Most importantly, Kyber Network is powered by smart contract, a new technology enabled by the Ethereum blockchain, which allows users to trade without trusting Kyber Network and protects them from hacking incidents. Kyber Network will benefit a wider class of mainstream users who have less technical background and allow them to trade more securely, more efficiently.", + "did": "", + "env": "development", + "id": 3, + "inventorySource": "selfkey", + "name": "Kyber Network", + "paymentAddress": "", + "privacyPolicy": "", + "relyingPartyConfig": { + "did": true, + "endpoints": { + "/templates/:id": "https://dev.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://dev.instance.kyc-chain.com/api/v2/" + }, + "status": "inactive", + "termsOfService": null, + "updatedAt": 1568275027308, + "vendorId": "kyber_network" + }, + "3": { + "categories": ["exchanges"], + "contactEmail": "", + "createdAt": 1568104716898, + "description": "World class secure trading platform using the latest technologies with a simple and clean UI, regular security audits, 2FA & usage of secure offline cold wallets for your security", + "did": "", + "env": "development", + "id": 4, + "inventorySource": "selfkey", + "name": "Cryptokart", + "paymentAddress": "", + "privacyPolicy": "", + "relyingPartyConfig": { + "did": true, + "endpoints": { + "/templates/:id": "https://dev.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://dev.instance.kyc-chain.com/api/v2/" + }, + "status": "inactive", + "termsOfService": null, + "updatedAt": 1568275027310, + "vendorId": "cryptokart" + }, + "4": { + "categories": ["exchanges"], + "contactEmail": "", + "createdAt": 1568104716898, + "description": "Our Mission at Golix is to give every person in Africa financial autonomy.", + "did": "", + "env": "development", + "id": 5, + "inventorySource": "selfkey", + "name": "golix", + "paymentAddress": "", + "privacyPolicy": "", + "relyingPartyConfig": { + "did": true, + "endpoints": { + "/templates/:id": "https://dev.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://dev.instance.kyc-chain.com/api/v2/" + }, + "status": "inactive", + "termsOfService": null, + "updatedAt": 1568275027310, + "vendorId": "golix" + }, + "5": { + "categories": ["exchanges"], + "contactEmail": "", + "createdAt": 1568104716898, + "description": "WandX is a decentralized exchange that enables seamless creation and trade of any ERC20 Token or ERC20 Token baskets. Create and trade a basket of ERC20 Tokens with a single transaction. Token basket themes such as decentralized identity or decentralized exchanges can be created. The WAND Token can be used to get a 75% discount on the exchange fee.", + "did": "", + "env": "development", + "id": 6, + "inventorySource": "selfkey", + "name": "WandX", + "paymentAddress": "", + "privacyPolicy": "", + "relyingPartyConfig": { + "did": true, + "endpoints": { + "/templates/:id": "https://dev.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://dev.instance.kyc-chain.com/api/v2/" + }, + "status": "active", + "termsOfService": null, + "updatedAt": 1568275027310, + "vendorId": "wandx" + }, + "6": { + "categories": ["exchanges"], + "contactEmail": "", + "createdAt": 1568104716898, + "description": "Tagcash wallets can handle multiple fiat currencies, with all the benefits of a distributed ledger, but with more control to comply with regulations. Custom tokens can be created for many uses - rewards, cryptocurrency, private currencies, assets representing physical items and more.", + "did": "", + "env": "development", + "id": 7, + "inventorySource": "selfkey", + "name": "TagCash", + "paymentAddress": "", + "privacyPolicy": "", + "relyingPartyConfig": { + "did": true, + "endpoints": { + "/templates/:id": "https://dev.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://dev.instance.kyc-chain.com/api/v2/" + }, + "status": "inactive", + "termsOfService": null, + "updatedAt": 1568275027310, + "vendorId": "tag_cash" + }, + "7": { + "categories": ["exchanges"], + "contactEmail": "", + "createdAt": 1568104716898, + "description": "Cross-chain non custodial next generation exchange platform. Directly at market price at almost no time. Personal data are never in any way shared with a third part. Granted anonymity", + "did": "", + "env": "development", + "id": 8, + "inventorySource": "selfkey", + "name": "InstaSwap", + "paymentAddress": "", + "privacyPolicy": "", + "relyingPartyConfig": { + "did": true, + "endpoints": { + "/templates/:id": "https://dev.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://dev.instance.kyc-chain.com/api/v2/" + }, + "status": "inactive", + "termsOfService": null, + "updatedAt": 1568275027310, + "vendorId": "instaswap" + }, + "8": { + "categories": ["exchanges"], + "contactEmail": "", + "createdAt": 1568104716898, + "description": "Our core consists of a group of experienced traders in the Forex and Crypto markets. As we have several years of experience in the Forex trading world, we have the feeling that something is missing in the relative new market of cryptocurrencies. Thus, Finrax was born.\n\nOur goal is to take the best practices of the Forex world and implement this into the cryptocurrency markets. We focus on user experience, security and simplicity.\n\nWe have designed and developed our trading platform from the ground up, with you the end user in mind. Our trading platform is easy to use for the novice trader as well as for the more experienced trader (check the previews of the platform below).\n\nWe offer easy registration, real-time document verification, fast and professional customer support (ticketing and livechat) and due to BitGo Enterprise™ we offer Multi-sig cryptocurrency wallets to ensure the safety of your crypto assets.\n\nYou will be able to trade more than 20 cryptocurrencies paired with fiat currencies. Our platform supports low-fee credit card deposits, free of charge bank deposits and local payment methods.", + "did": "", + "env": "development", + "id": 9, + "inventorySource": "selfkey", + "name": "Finrax", + "paymentAddress": "", + "privacyPolicy": "", + "relyingPartyConfig": { + "did": true, + "endpoints": { + "/templates/:id": "https://dev.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://dev.instance.kyc-chain.com/api/v2/" + }, + "status": "inactive", + "termsOfService": null, + "updatedAt": 1568275027310, + "vendorId": "finrax" + }, + "9": { + "categories": ["banking"], + "contactEmail": "", + "createdAt": 1568104716898, + "description": "Flagtheory Banking", + "did": "", + "env": "development", + "id": 10, + "inventorySource": "external", + "name": "Flagtheory Banking", + "paymentAddress": "", + "privacyPolicy": "", + "relyingPartyConfig": { + "did": true, + "endpoints": { + "/templates/:id": "https://dev.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://dev.instance.kyc-chain.com/api/v2/" + }, + "status": "active", + "termsOfService": null, + "updatedAt": 1568275027310, + "vendorId": "flagtheory_banking" + }, + "10": { + "categories": ["incorporations"], + "contactEmail": "", + "createdAt": 1568104716899, + "description": "Incorporations", + "did": "", + "env": "development", + "id": 11, + "inventorySource": "external", + "name": "Incorporations", + "paymentAddress": "", + "privacyPolicy": "", + "relyingPartyConfig": { + "did": true, + "endpoints": { + "/templates/:id": "https://dev.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://dev.instance.kyc-chain.com/api/v2/" + }, + "status": "active", + "termsOfService": null, + "updatedAt": 1568275027310, + "vendorId": "flagtheory_incorporations" + }, + "11": { + "categories": ["exchanges"], + "contactEmail": "", + "createdAt": 1568104716899, + "description": "GBX is a regulated, insured and licensed exchange with multiple fiat currency onboarding available", + "did": "", + "env": "development", + "id": 12, + "inventorySource": "selfkey", + "name": "Gibraltar Blockchain Exchange (GBX)", + "paymentAddress": "", + "privacyPolicy": "", + "relyingPartyConfig": { + "did": true, + "endpoints": { + "/templates/:id": "https://dev.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://dev.instance.kyc-chain.com/api/v2/" + }, + "status": "inactive", + "termsOfService": null, + "updatedAt": 1568275027310, + "vendorId": "gbx" + }, + "12": { + "categories": ["exchanges"], + "contactEmail": "", + "createdAt": 1568104716898, + "description": "Safe and fast way to exchange among 57 Cryptocurrencies and more than 3150 possible pairs at the best rates. Secure and anonymous transactions with no account registration needed. No custodial risk for your funds and information. Transactions are processed over SSL/TLS certificate.", + "did": "", + "env": "development", + "id": 13, + "inventorySource": "selfkey", + "name": "Easyrabbit", + "paymentAddress": "", + "privacyPolicy": "", + "relyingPartyConfig": { + "did": true, + "endpoints": { + "/templates/:id": "https://dev.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://dev.instance.kyc-chain.com/api/v2/" + }, + "status": "inactive", + "termsOfService": null, + "updatedAt": 1568275027308, + "vendorId": "easyrabbit" + }, + "13": { + "categories": ["exchanges"], + "contactEmail": "", + "createdAt": 1568104716898, + "description": "Tagcash wallets can handle multiple fiat currencies, with all the benefits of a distributed ledger, but with more control to comply with regulations. Custom tokens can be created for many uses - rewards, cryptocurrency, private currencies, assets representing physical items and more.", + "did": "", + "env": "development", + "id": 14, + "inventorySource": "selfkey", + "name": "XStar.io", + "paymentAddress": "", + "privacyPolicy": "", + "relyingPartyConfig": { + "did": true, + "endpoints": { + "/templates/:id": "https://dev.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://dev.instance.kyc-chain.com/api/v2/" + }, + "status": "inactive", + "termsOfService": null, + "updatedAt": 1568275027308, + "vendorId": "xstar" + }, + "14": { + "categories": ["exchanges"], + "contactEmail": "", + "createdAt": 1568104716898, + "description": "Koinex is India's most advanced digital assets exchange. It's the first complete exchange supporting multiple cryptocurrencies/ tokens on a single platform. Built entirely from scratch, Koinex is aimed at bringing the magic of blockchain technology to India. Bitcoin - the world's first cryptocurrency - was introduced in 2009 and since then over 1000 tradable tokens have come into existence. However, for a long time India missed out on the tremendous opportunity that the rest of the world had been enjoying. And Koinex has been built to bridge that gap.", + "did": "", + "env": "development", + "id": 15, + "inventorySource": "selfkey", + "name": "KoinEX", + "paymentAddress": "", + "privacyPolicy": "", + "relyingPartyConfig": { + "did": true, + "endpoints": { + "/templates/:id": "https://dev.instance.kyc-chain.com/api/v2/templates/:id?format=minimum" + }, + "rootEndpoint": "https://dev.instance.kyc-chain.com/api/v2/" + }, + "status": "inactive", + "termsOfService": null, + "updatedAt": 1568275027308, + "vendorId": "koin_ex" + } + }, + "finishTs": 1568275042393 + }, + "e7afccd1-d532-11e9-9d58-8fa9fdbe2680": { + "at": 0, + "category": "marketplace-country-sync-job", + "id": "e7afccd1-d532-11e9-9d58-8fa9fdbe2680", + "data": {}, + "processTs": 1568275024886, + "progress": [ + { + "progress": 0, + "progressTs": 1568275024890, + "data": { "message": "starting sync" } + }, + { + "progress": 0, + "progressTs": 1568275024891, + "data": { "message": "fetching remote countries" } + }, + { + "progress": 25, + "progressTs": 1568275026520, + "data": { "message": "remote countries fetched" } + }, + { + "progress": 25, + "progressTs": 1568275026521, + "data": { "message": "load db countries" } + }, + { + "progress": 50, + "progressTs": 1568275027080, + "data": { "message": "load db countries complete" } + }, + { + "progress": 50, + "progressTs": 1568275027081, + "data": { "message": "Merging remote and local data" } + }, + { + "progress": 75, + "progressTs": 1568275027085, + "data": { "message": "Updating db data" } + }, + { + "progress": 25, + "progressTs": 1568275042264, + "data": { "message": "Removing obsolete countries" } + }, + { + "progress": 95, + "progressTs": 1568275042377, + "data": { "message": "Fetching updated country list" } + }, + { + "progress": 100, + "progressTs": 1568275042377, + "data": { "message": "Done!" } + } + ], + "finishStatus": "success", + "result": { + "0": { + "areaInSqKm": "468.0", + "capital": "Andorra la Vella", + "code": "AD", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "1.7865427778319827", + "env": "development", + "fipsCode": "AN", + "geonameId": "3041565", + "id": 1, + "isoAlpha3": "AND", + "isoNumeric": "020", + "languages": ["ca"], + "name": "Andorra", + "north": "42.65604389629997", + "population": 84000, + "south": "42.42849259876837", + "updatedAt": 1568275041037, + "west": "1.4071867141112762" + }, + "1": { + "areaInSqKm": "82880.0", + "capital": "Abu Dhabi", + "code": "AE", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "AED", + "east": "56.38166046142578", + "env": "development", + "fipsCode": "AE", + "geonameId": "290557", + "id": 2, + "isoAlpha3": "ARE", + "isoNumeric": "784", + "languages": ["ar-AE", "fa", "en", "hi", "ur"], + "name": "United Arab Emirates", + "north": "26.08415985107422", + "population": 4975593, + "south": "22.633329391479492", + "updatedAt": 1568275041037, + "west": "51.58332824707031" + }, + "2": { + "areaInSqKm": "28748.0", + "capital": "Tirana", + "code": "AL", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "ALL", + "east": "21.068472", + "env": "development", + "fipsCode": "AL", + "geonameId": "783754", + "id": 3, + "isoAlpha3": "ALB", + "isoNumeric": "008", + "languages": ["sq", "el"], + "name": "Albania", + "north": "42.665611", + "population": 2986952, + "south": "39.648361", + "updatedAt": 1568275041037, + "west": "19.293972" + }, + "3": { + "areaInSqKm": "29800.0", + "capital": "Yerevan", + "code": "AM", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "AMD", + "east": "46.772435045159995", + "env": "development", + "fipsCode": "AM", + "geonameId": "174982", + "id": 4, + "isoAlpha3": "ARM", + "isoNumeric": "051", + "languages": ["hy"], + "name": "Armenia", + "north": "41.301834", + "population": 2968000, + "south": "38.830528", + "updatedAt": 1568275041037, + "west": "43.44978" + }, + "4": { + "areaInSqKm": "1246700.0", + "capital": "Luanda", + "code": "AO", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "AOA", + "east": "24.082119", + "env": "development", + "fipsCode": "AO", + "geonameId": "3351879", + "id": 5, + "isoAlpha3": "AGO", + "isoNumeric": "024", + "languages": ["pt-AO"], + "name": "Angola", + "north": "-4.376826", + "population": 13068161, + "south": "-18.042076", + "updatedAt": 1568275041037, + "west": "11.679219" + }, + "5": { + "areaInSqKm": "1.4E7", + "capital": "", + "code": "AQ", + "continent": "AN", + "continentName": "Antarctica", + "createdAt": 1568104730276, + "currencyCode": "", + "east": "179.9999", + "env": "development", + "fipsCode": "AY", + "geonameId": "6697173", + "id": 6, + "isoAlpha3": "ATA", + "isoNumeric": "010", + "languages": [], + "name": "Antarctica", + "north": "-60.515533", + "population": 0, + "south": "-89.9999", + "updatedAt": 1568275041037, + "west": "-179.9999" + }, + "6": { + "areaInSqKm": "2766890.0", + "capital": "Buenos Aires", + "code": "AR", + "continent": "SA", + "continentName": "South America", + "createdAt": 1568104730276, + "currencyCode": "ARS", + "east": "-53.591835", + "env": "development", + "fipsCode": "AR", + "geonameId": "3865483", + "id": 7, + "isoAlpha3": "ARG", + "isoNumeric": "032", + "languages": ["es-AR", "en", "it", "de", "fr", "gn"], + "name": "Argentina", + "north": "-21.781277", + "population": 41343201, + "south": "-55.061314", + "updatedAt": 1568275041037, + "west": "-73.58297" + }, + "7": { + "areaInSqKm": "199.0", + "capital": "Pago Pago", + "code": "AS", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "USD", + "east": "-169.416077", + "env": "development", + "fipsCode": "AQ", + "geonameId": "5880801", + "id": 8, + "isoAlpha3": "ASM", + "isoNumeric": "016", + "languages": ["en-AS", "sm", "to"], + "name": "American Samoa", + "north": "-11.0497", + "population": 57881, + "south": "-14.382478", + "updatedAt": 1568275041037, + "west": "-171.091888" + }, + "8": { + "areaInSqKm": "7686850.0", + "capital": "Canberra", + "code": "AU", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "AUD", + "east": "153.639252", + "env": "development", + "fipsCode": "AS", + "geonameId": "2077456", + "id": 9, + "isoAlpha3": "AUS", + "isoNumeric": "036", + "languages": ["en-AU"], + "name": "Australia", + "north": "-10.062805", + "population": 21515754, + "south": "-43.64397", + "updatedAt": 1568275041037, + "west": "112.911057" + }, + "9": { + "areaInSqKm": "193.0", + "capital": "Oranjestad", + "code": "AW", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "AWG", + "east": "-69.86575120104982", + "env": "development", + "fipsCode": "AA", + "geonameId": "3577279", + "id": 10, + "isoAlpha3": "ABW", + "isoNumeric": "533", + "languages": ["nl-AW", "es", "en"], + "name": "Aruba", + "north": "12.623718127152925", + "population": 71566, + "south": "12.411707706190716", + "updatedAt": 1568275041037, + "west": "-70.0644737196045" + }, + "10": { + "areaInSqKm": "", + "capital": "Mariehamn", + "code": "AX", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "21.011862", + "env": "development", + "fipsCode": "", + "geonameId": "661882", + "id": 11, + "isoAlpha3": "ALA", + "isoNumeric": "248", + "languages": ["sv-AX"], + "name": "Åland", + "north": "60.488861", + "population": 26711, + "south": "59.90675", + "updatedAt": 1568275041037, + "west": "19.317694" + }, + "11": { + "areaInSqKm": "86600.0", + "capital": "Baku", + "code": "AZ", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "AZN", + "east": "50.370083", + "env": "development", + "fipsCode": "AJ", + "geonameId": "587116", + "id": 12, + "isoAlpha3": "AZE", + "isoNumeric": "031", + "languages": ["az", "ru", "hy"], + "name": "Azerbaijan", + "north": "41.90564", + "population": 8303512, + "south": "38.38915252685547", + "updatedAt": 1568275041038, + "west": "44.774113" + }, + "12": { + "areaInSqKm": "51129.0", + "capital": "Sarajevo", + "code": "BA", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "BAM", + "east": "19.622223", + "env": "development", + "fipsCode": "BK", + "geonameId": "3277605", + "id": 13, + "isoAlpha3": "BIH", + "isoNumeric": "070", + "languages": ["bs", "hr-BA", "sr-BA"], + "name": "Bosnia and Herzegovina", + "north": "45.239193", + "population": 4590000, + "south": "42.546112", + "updatedAt": 1568275041038, + "west": "15.718945" + }, + "13": { + "areaInSqKm": "431.0", + "capital": "Bridgetown", + "code": "BB", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "BBD", + "east": "-59.420376", + "env": "development", + "fipsCode": "BB", + "geonameId": "3374084", + "id": 14, + "isoAlpha3": "BRB", + "isoNumeric": "052", + "languages": ["en-BB"], + "name": "Barbados", + "north": "13.327257", + "population": 285653, + "south": "13.039844", + "updatedAt": 1568275041038, + "west": "-59.648922" + }, + "14": { + "areaInSqKm": "144000.0", + "capital": "Dhaka", + "code": "BD", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "BDT", + "east": "92.673668", + "env": "development", + "fipsCode": "BG", + "geonameId": "1210997", + "id": 15, + "isoAlpha3": "BGD", + "isoNumeric": "050", + "languages": ["bn-BD", "en"], + "name": "Bangladesh", + "north": "26.631945", + "population": 156118464, + "south": "20.743334", + "updatedAt": 1568275041038, + "west": "88.028336" + }, + "15": { + "areaInSqKm": "30510.0", + "capital": "Brussels", + "code": "BE", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "6.403861", + "env": "development", + "fipsCode": "BE", + "geonameId": "2802361", + "id": 16, + "isoAlpha3": "BEL", + "isoNumeric": "056", + "languages": ["nl-BE", "fr-BE", "de-BE"], + "name": "Belgium", + "north": "51.505444", + "population": 10403000, + "south": "49.49361", + "updatedAt": 1568275041038, + "west": "2.546944" + }, + "16": { + "areaInSqKm": "274200.0", + "capital": "Ouagadougou", + "code": "BF", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "XOF", + "east": "2.405395", + "env": "development", + "fipsCode": "UV", + "geonameId": "2361809", + "id": 17, + "isoAlpha3": "BFA", + "isoNumeric": "854", + "languages": ["fr-BF"], + "name": "Burkina Faso", + "north": "15.082593", + "population": 16241811, + "south": "9.401108", + "updatedAt": 1568275041038, + "west": "-5.518916" + }, + "17": { + "areaInSqKm": "110910.0", + "capital": "Sofia", + "code": "BG", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "BGN", + "east": "28.612167", + "env": "development", + "fipsCode": "BU", + "geonameId": "732800", + "id": 18, + "isoAlpha3": "BGR", + "isoNumeric": "100", + "languages": ["bg", "tr-BG"], + "name": "Bulgaria", + "north": "44.21764", + "population": 7148785, + "south": "41.242084", + "updatedAt": 1568275041038, + "west": "22.371166" + }, + "18": { + "areaInSqKm": "665.0", + "capital": "Manama", + "code": "BH", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "BHD", + "east": "50.664471", + "env": "development", + "fipsCode": "BA", + "geonameId": "290291", + "id": 19, + "isoAlpha3": "BHR", + "isoNumeric": "048", + "languages": ["ar-BH", "en", "fa", "ur"], + "name": "Bahrain", + "north": "26.282583", + "population": 738004, + "south": "25.796862", + "updatedAt": 1568275041038, + "west": "50.45414" + }, + "19": { + "areaInSqKm": "27830.0", + "capital": "Bujumbura", + "code": "BI", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "BIF", + "east": "30.847729", + "env": "development", + "fipsCode": "BY", + "geonameId": "433561", + "id": 20, + "isoAlpha3": "BDI", + "isoNumeric": "108", + "languages": ["fr-BI", "rn"], + "name": "Burundi", + "north": "-2.310123", + "population": 9863117, + "south": "-4.465713", + "updatedAt": 1568275041038, + "west": "28.993061" + }, + "20": { + "areaInSqKm": "112620.0", + "capital": "Porto-Novo", + "code": "BJ", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "XOF", + "east": "3.851701", + "env": "development", + "fipsCode": "BN", + "geonameId": "2395170", + "id": 21, + "isoAlpha3": "BEN", + "isoNumeric": "204", + "languages": ["fr-BJ"], + "name": "Benin", + "north": "12.418347", + "population": 9056010, + "south": "6.225748", + "updatedAt": 1568275041038, + "west": "0.774575" + }, + "21": { + "areaInSqKm": "21.0", + "capital": "Gustavia", + "code": "BL", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "-62.788983372985854", + "env": "development", + "fipsCode": "TB", + "geonameId": "3578476", + "id": 22, + "isoAlpha3": "BLM", + "isoNumeric": "652", + "languages": ["fr"], + "name": "Saint Barthélemy", + "north": "17.928808791949283", + "population": 8450, + "south": "17.878183227405575", + "updatedAt": 1568275041038, + "west": "-62.8739118253784" + }, + "22": { + "areaInSqKm": "53.0", + "capital": "Hamilton", + "code": "BM", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "BMD", + "east": "-64.651993", + "env": "development", + "fipsCode": "BD", + "geonameId": "3573345", + "id": 23, + "isoAlpha3": "BMU", + "isoNumeric": "060", + "languages": ["en-BM", "pt"], + "name": "Bermuda", + "north": "32.393833", + "population": 65365, + "south": "32.246639", + "updatedAt": 1568275041038, + "west": "-64.89605" + }, + "23": { + "areaInSqKm": "5770.0", + "capital": "Bandar Seri Begawan", + "code": "BN", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "BND", + "east": "115.359444", + "env": "development", + "fipsCode": "BX", + "geonameId": "1820814", + "id": 24, + "isoAlpha3": "BRN", + "isoNumeric": "096", + "languages": ["ms-BN", "en-BN"], + "name": "Brunei", + "north": "5.047167", + "population": 395027, + "south": "4.003083", + "updatedAt": 1568275041038, + "west": "114.071442" + }, + "24": { + "areaInSqKm": "1098580.0", + "capital": "Sucre", + "code": "BO", + "continent": "SA", + "continentName": "South America", + "createdAt": 1568104730276, + "currencyCode": "BOB", + "east": "-57.45809600000001", + "env": "development", + "fipsCode": "BL", + "geonameId": "3923057", + "id": 25, + "isoAlpha3": "BOL", + "isoNumeric": "068", + "languages": ["es-BO", "qu", "ay"], + "name": "Bolivia", + "north": "-9.680567", + "population": 9947418, + "south": "-22.896133", + "updatedAt": 1568275041038, + "west": "-69.640762" + }, + "25": { + "areaInSqKm": "", + "capital": "", + "code": "BQ", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "USD", + "east": "-68.192307", + "env": "development", + "fipsCode": "", + "geonameId": "7626844", + "id": 26, + "isoAlpha3": "BES", + "isoNumeric": "535", + "languages": ["nl", "pap", "en"], + "name": "Bonaire", + "north": "12.304535", + "population": 18012, + "south": "12.017149", + "updatedAt": 1568275041038, + "west": "-68.416458" + }, + "26": { + "areaInSqKm": "8511965.0", + "capital": "Brasília", + "code": "BR", + "continent": "SA", + "continentName": "South America", + "createdAt": 1568104730276, + "currencyCode": "BRL", + "east": "-32.392998", + "env": "development", + "fipsCode": "BR", + "geonameId": "3469034", + "id": 27, + "isoAlpha3": "BRA", + "isoNumeric": "076", + "languages": ["pt-BR", "es", "en", "fr"], + "name": "Brazil", + "north": "5.264877", + "population": 201103330, + "south": "-33.750706", + "updatedAt": 1568275041038, + "west": "-73.985535" + }, + "27": { + "areaInSqKm": "13940.0", + "capital": "Nassau", + "code": "BS", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "BSD", + "east": "-74.423874", + "env": "development", + "fipsCode": "BF", + "geonameId": "3572887", + "id": 28, + "isoAlpha3": "BHS", + "isoNumeric": "044", + "languages": ["en-BS"], + "name": "Bahamas", + "north": "26.919243", + "population": 301790, + "south": "22.852743", + "updatedAt": 1568275041038, + "west": "-78.995911" + }, + "28": { + "areaInSqKm": "47000.0", + "capital": "Thimphu", + "code": "BT", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "BTN", + "east": "92.125191", + "env": "development", + "fipsCode": "BT", + "geonameId": "1252634", + "id": 29, + "isoAlpha3": "BTN", + "isoNumeric": "064", + "languages": ["dz"], + "name": "Bhutan", + "north": "28.323778", + "population": 699847, + "south": "26.70764", + "updatedAt": 1568275041038, + "west": "88.75972" + }, + "29": { + "areaInSqKm": "", + "capital": "", + "code": "BV", + "continent": "AN", + "continentName": "Antarctica", + "createdAt": 1568104730276, + "currencyCode": "NOK", + "east": "3.487976", + "env": "development", + "fipsCode": "BV", + "geonameId": "3371123", + "id": 30, + "isoAlpha3": "BVT", + "isoNumeric": "074", + "languages": [], + "name": "Bouvet Island", + "north": "-54.400322", + "population": 0, + "south": "-54.462383", + "updatedAt": 1568275041038, + "west": "3.335499" + }, + "30": { + "areaInSqKm": "600370.0", + "capital": "Gaborone", + "code": "BW", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "BWP", + "east": "29.360781", + "env": "development", + "fipsCode": "BC", + "geonameId": "933860", + "id": 31, + "isoAlpha3": "BWA", + "isoNumeric": "072", + "languages": ["en-BW", "tn-BW"], + "name": "Botswana", + "north": "-17.780813", + "population": 2029307, + "south": "-26.907246", + "updatedAt": 1568275041038, + "west": "19.999535" + }, + "31": { + "areaInSqKm": "207600.0", + "capital": "Minsk", + "code": "BY", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "BYR", + "east": "32.770805", + "env": "development", + "fipsCode": "BO", + "geonameId": "630336", + "id": 32, + "isoAlpha3": "BLR", + "isoNumeric": "112", + "languages": ["be", "ru"], + "name": "Belarus", + "north": "56.165806", + "population": 9685000, + "south": "51.256416", + "updatedAt": 1568275041038, + "west": "23.176889" + }, + "32": { + "areaInSqKm": "22966.0", + "capital": "Belmopan", + "code": "BZ", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "BZD", + "east": "-87.776985", + "env": "development", + "fipsCode": "BH", + "geonameId": "3582678", + "id": 33, + "isoAlpha3": "BLZ", + "isoNumeric": "084", + "languages": ["en-BZ", "es"], + "name": "Belize", + "north": "18.496557", + "population": 314522, + "south": "15.8893", + "updatedAt": 1568275041038, + "west": "-89.224815" + }, + "33": { + "areaInSqKm": "9984670.0", + "capital": "Ottawa", + "code": "CA", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "CAD", + "east": "-52.636291", + "env": "development", + "fipsCode": "CA", + "geonameId": "6251999", + "id": 34, + "isoAlpha3": "CAN", + "isoNumeric": "124", + "languages": ["en-CA", "fr-CA", "iu"], + "name": "Canada", + "north": "83.110626", + "population": 33679000, + "south": "41.67598", + "updatedAt": 1568275041038, + "west": "-141" + }, + "34": { + "areaInSqKm": "14.0", + "capital": "West Island", + "code": "CC", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "AUD", + "east": "96.929489344", + "env": "development", + "fipsCode": "CK", + "geonameId": "1547376", + "id": 35, + "isoAlpha3": "CCK", + "isoNumeric": "166", + "languages": ["ms-CC", "en"], + "name": "Cocos [Keeling] Islands", + "north": "-12.072459094", + "population": 628, + "south": "-12.208725839", + "updatedAt": 1568275041038, + "west": "96.816941408" + }, + "35": { + "areaInSqKm": "2345410.0", + "capital": "Kinshasa", + "code": "CD", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "CDF", + "east": "31.305912", + "env": "development", + "fipsCode": "CG", + "geonameId": "203312", + "id": 36, + "isoAlpha3": "COD", + "isoNumeric": "180", + "languages": ["fr-CD", "ln", "kg"], + "name": "Democratic Republic of the Congo", + "north": "5.386098", + "population": 70916439, + "south": "-13.455675", + "updatedAt": 1568275041038, + "west": "12.204144" + }, + "36": { + "areaInSqKm": "622984.0", + "capital": "Bangui", + "code": "CF", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "XAF", + "east": "27.463421", + "env": "development", + "fipsCode": "CT", + "geonameId": "239880", + "id": 37, + "isoAlpha3": "CAF", + "isoNumeric": "140", + "languages": ["fr-CF", "sg", "ln", "kg"], + "name": "Central African Republic", + "north": "11.007569", + "population": 4844927, + "south": "2.220514", + "updatedAt": 1568275041038, + "west": "14.420097" + }, + "37": { + "areaInSqKm": "342000.0", + "capital": "Brazzaville", + "code": "CG", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "XAF", + "east": "18.649839", + "env": "development", + "fipsCode": "CF", + "geonameId": "2260494", + "id": 38, + "isoAlpha3": "COG", + "isoNumeric": "178", + "languages": ["fr-CG", "kg", "ln-CG"], + "name": "Republic of the Congo", + "north": "3.703082", + "population": 3039126, + "south": "-5.027223", + "updatedAt": 1568275041038, + "west": "11.205009" + }, + "38": { + "areaInSqKm": "41290.0", + "capital": "Berne", + "code": "CH", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "CHF", + "east": "10.491472", + "env": "development", + "fipsCode": "SZ", + "geonameId": "2658434", + "id": 39, + "isoAlpha3": "CHE", + "isoNumeric": "756", + "languages": ["de-CH", "fr-CH", "it-CH", "rm"], + "name": "Switzerland", + "north": "47.805332", + "population": 7581000, + "south": "45.825695", + "updatedAt": 1568275041038, + "west": "5.957472" + }, + "39": { + "areaInSqKm": "322460.0", + "capital": "Yamoussoukro", + "code": "CI", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "XOF", + "east": "-2.494897", + "env": "development", + "fipsCode": "IV", + "geonameId": "2287781", + "id": 40, + "isoAlpha3": "CIV", + "isoNumeric": "384", + "languages": ["fr-CI"], + "name": "Ivory Coast", + "north": "10.736642", + "population": 21058798, + "south": "4.357067", + "updatedAt": 1568275041038, + "west": "-8.599302" + }, + "40": { + "areaInSqKm": "240.0", + "capital": "Avarua", + "code": "CK", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "NZD", + "east": "-157.312134", + "env": "development", + "fipsCode": "CW", + "geonameId": "1899402", + "id": 41, + "isoAlpha3": "COK", + "isoNumeric": "184", + "languages": ["en-CK", "mi"], + "name": "Cook Islands", + "north": "-10.023114", + "population": 21388, + "south": "-21.944164", + "updatedAt": 1568275041038, + "west": "-161.093658" + }, + "41": { + "areaInSqKm": "756950.0", + "capital": "Santiago", + "code": "CL", + "continent": "SA", + "continentName": "South America", + "createdAt": 1568104730276, + "currencyCode": "CLP", + "east": "-66.417557", + "env": "development", + "fipsCode": "CI", + "geonameId": "3895114", + "id": 42, + "isoAlpha3": "CHL", + "isoNumeric": "152", + "languages": ["es-CL"], + "name": "Chile", + "north": "-17.507553", + "population": 16746491, + "south": "-55.9256225109217", + "updatedAt": 1568275041038, + "west": "-80.785851" + }, + "42": { + "areaInSqKm": "475440.0", + "capital": "Yaoundé", + "code": "CM", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "XAF", + "east": "16.192116", + "env": "development", + "fipsCode": "CM", + "geonameId": "2233387", + "id": 43, + "isoAlpha3": "CMR", + "isoNumeric": "120", + "languages": ["en-CM", "fr-CM"], + "name": "Cameroon", + "north": "13.078056", + "population": 19294149, + "south": "1.652548", + "updatedAt": 1568275041038, + "west": "8.494763" + }, + "43": { + "areaInSqKm": "9596960.0", + "capital": "Beijing", + "code": "CN", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "CNY", + "east": "134.773911", + "env": "development", + "fipsCode": "CH", + "geonameId": "1814991", + "id": 44, + "isoAlpha3": "CHN", + "isoNumeric": "156", + "languages": ["zh-CN", "yue", "wuu", "dta", "ug", "za"], + "name": "China", + "north": "53.56086", + "population": 1330044000, + "south": "15.775416", + "updatedAt": 1568275041038, + "west": "73.557693" + }, + "44": { + "areaInSqKm": "1138910.0", + "capital": "Bogotá", + "code": "CO", + "continent": "SA", + "continentName": "South America", + "createdAt": 1568104730276, + "currencyCode": "COP", + "east": "-66.869835", + "env": "development", + "fipsCode": "CO", + "geonameId": "3686110", + "id": 45, + "isoAlpha3": "COL", + "isoNumeric": "170", + "languages": ["es-CO"], + "name": "Colombia", + "north": "13.380502", + "population": 47790000, + "south": "-4.225869", + "updatedAt": 1568275041038, + "west": "-81.728111" + }, + "45": { + "areaInSqKm": "51100.0", + "capital": "San José", + "code": "CR", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "CRC", + "east": "-82.555992", + "env": "development", + "fipsCode": "CS", + "geonameId": "3624060", + "id": 46, + "isoAlpha3": "CRI", + "isoNumeric": "188", + "languages": ["es-CR", "en"], + "name": "Costa Rica", + "north": "11.216819", + "population": 4516220, + "south": "8.032975", + "updatedAt": 1568275041038, + "west": "-85.950623" + }, + "46": { + "areaInSqKm": "110860.0", + "capital": "Havana", + "code": "CU", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "CUP", + "east": "-74.131775", + "env": "development", + "fipsCode": "CU", + "geonameId": "3562981", + "id": 47, + "isoAlpha3": "CUB", + "isoNumeric": "192", + "languages": ["es-CU"], + "name": "Cuba", + "north": "23.226042", + "population": 11423000, + "south": "19.828083", + "updatedAt": 1568275041038, + "west": "-84.957428" + }, + "47": { + "areaInSqKm": "4033.0", + "capital": "Praia", + "code": "CV", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "CVE", + "east": "-22.669443", + "env": "development", + "fipsCode": "CV", + "geonameId": "3374766", + "id": 48, + "isoAlpha3": "CPV", + "isoNumeric": "132", + "languages": ["pt-CV"], + "name": "Cape Verde", + "north": "17.197178", + "population": 508659, + "south": "14.808022", + "updatedAt": 1568275041038, + "west": "-25.358747" + }, + "48": { + "areaInSqKm": "", + "capital": "Willemstad", + "code": "CW", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "ANG", + "east": "-68.733948", + "env": "development", + "fipsCode": "UC", + "geonameId": "7626836", + "id": 49, + "isoAlpha3": "CUW", + "isoNumeric": "531", + "languages": ["nl", "pap"], + "name": "Curacao", + "north": "12.385672", + "population": 141766, + "south": "12.032745", + "updatedAt": 1568275041038, + "west": "-69.157204" + }, + "49": { + "areaInSqKm": "135.0", + "capital": "The Settlement", + "code": "CX", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "AUD", + "east": "105.712596992", + "env": "development", + "fipsCode": "KT", + "geonameId": "2078138", + "id": 50, + "isoAlpha3": "CXR", + "isoNumeric": "162", + "languages": ["en", "zh", "ms-CC"], + "name": "Christmas Island", + "north": "-10.412356007", + "population": 1500, + "south": "-10.5704829995", + "updatedAt": 1568275041038, + "west": "105.533276992" + }, + "50": { + "areaInSqKm": "647500.0", + "capital": "Kabul", + "code": "AF", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "AFN", + "east": "74.879448", + "env": "development", + "fipsCode": "AF", + "geonameId": "1149361", + "id": 51, + "isoAlpha3": "AFG", + "isoNumeric": "004", + "languages": ["fa-AF", "ps", "uz-AF", "tk"], + "name": "Afghanistan", + "north": "38.483418", + "population": 29121286, + "south": "29.377472", + "updatedAt": 1568275041037, + "west": "60.478443" + }, + "51": { + "areaInSqKm": "78866.0", + "capital": "Prague", + "code": "CZ", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "CZK", + "east": "18.860111", + "env": "development", + "fipsCode": "EZ", + "geonameId": "3077311", + "id": 52, + "isoAlpha3": "CZE", + "isoNumeric": "203", + "languages": ["cs", "sk"], + "name": "Czech Republic", + "north": "51.058887", + "population": 10476000, + "south": "48.542915", + "updatedAt": 1568275041038, + "west": "12.096194" + }, + "52": { + "areaInSqKm": "102.0", + "capital": "The Valley", + "code": "AI", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "XCD", + "east": "-62.971359", + "env": "development", + "fipsCode": "AV", + "geonameId": "3573511", + "id": 53, + "isoAlpha3": "AIA", + "isoNumeric": "660", + "languages": ["en-AI"], + "name": "Anguilla", + "north": "18.283424", + "population": 13254, + "south": "18.166815", + "updatedAt": 1568275041037, + "west": "-63.172901" + }, + "53": { + "areaInSqKm": "9250.0", + "capital": "Nicosia", + "code": "CY", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "34.59791599999994", + "env": "development", + "fipsCode": "CY", + "geonameId": "146669", + "id": 54, + "isoAlpha3": "CYP", + "isoNumeric": "196", + "languages": ["el-CY", "tr-CY", "en"], + "name": "Cyprus", + "north": "35.701527", + "population": 1102677, + "south": "34.6332846722908", + "updatedAt": 1568275041038, + "west": "32.27308300000004" + }, + "54": { + "areaInSqKm": "43094.0", + "capital": "Copenhagen", + "code": "DK", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "DKK", + "east": "15.158834", + "env": "development", + "fipsCode": "DA", + "geonameId": "2623032", + "id": 55, + "isoAlpha3": "DNK", + "isoNumeric": "208", + "languages": ["da-DK", "en", "fo", "de-DK"], + "name": "Denmark", + "north": "57.748417", + "population": 5484000, + "south": "54.562389", + "updatedAt": 1568275041038, + "west": "8.075611" + }, + "55": { + "areaInSqKm": "443.0", + "capital": "St. John's", + "code": "AG", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "XCD", + "east": "-61.672421", + "env": "development", + "fipsCode": "AC", + "geonameId": "3576396", + "id": 56, + "isoAlpha3": "ATG", + "isoNumeric": "028", + "languages": ["en-AG"], + "name": "Antigua and Barbuda", + "north": "17.729387", + "population": 86754, + "south": "16.996979", + "updatedAt": 1568275041037, + "west": "-61.906425" + }, + "56": { + "areaInSqKm": "357021.0", + "capital": "Berlin", + "code": "DE", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "15.039889", + "env": "development", + "fipsCode": "GM", + "geonameId": "2921044", + "id": 57, + "isoAlpha3": "DEU", + "isoNumeric": "276", + "languages": ["de"], + "name": "Germany", + "north": "55.055637", + "population": 81802257, + "south": "47.275776", + "updatedAt": 1568275041038, + "west": "5.865639" + }, + "57": { + "areaInSqKm": "2381740.0", + "capital": "Algiers", + "code": "DZ", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "DZD", + "east": "11.979548", + "env": "development", + "fipsCode": "AG", + "geonameId": "2589581", + "id": 58, + "isoAlpha3": "DZA", + "isoNumeric": "012", + "languages": ["ar-DZ"], + "name": "Algeria", + "north": "37.093723", + "population": 34586184, + "south": "18.960028", + "updatedAt": 1568275041038, + "west": "-8.673868" + }, + "58": { + "areaInSqKm": "283560.0", + "capital": "Quito", + "code": "EC", + "continent": "SA", + "continentName": "South America", + "createdAt": 1568104730276, + "currencyCode": "USD", + "east": "-75.184586", + "env": "development", + "fipsCode": "EC", + "geonameId": "3658394", + "id": 59, + "isoAlpha3": "ECU", + "isoNumeric": "218", + "languages": ["es-EC"], + "name": "Ecuador", + "north": "1.43902", + "population": 14790608, + "south": "-4.998823", + "updatedAt": 1568275041038, + "west": "-81.078598" + }, + "59": { + "areaInSqKm": "45226.0", + "capital": "Tallinn", + "code": "EE", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "28.209972", + "env": "development", + "fipsCode": "EN", + "geonameId": "453733", + "id": 60, + "isoAlpha3": "EST", + "isoNumeric": "233", + "languages": ["et", "ru"], + "name": "Estonia", + "north": "59.676224", + "population": 1291170, + "south": "57.516193", + "updatedAt": 1568275041038, + "west": "21.837584" + }, + "60": { + "areaInSqKm": "1001450.0", + "capital": "Cairo", + "code": "EG", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "EGP", + "east": "36.89833068847656", + "env": "development", + "fipsCode": "EG", + "geonameId": "357994", + "id": 61, + "isoAlpha3": "EGY", + "isoNumeric": "818", + "languages": ["ar-EG", "en", "fr"], + "name": "Egypt", + "north": "31.667334", + "population": 80471869, + "south": "21.725389", + "updatedAt": 1568275041038, + "west": "24.698111" + }, + "61": { + "areaInSqKm": "23000.0", + "capital": "Djibouti", + "code": "DJ", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "DJF", + "east": "43.416973", + "env": "development", + "fipsCode": "DJ", + "geonameId": "223816", + "id": 62, + "isoAlpha3": "DJI", + "isoNumeric": "262", + "languages": ["fr-DJ", "ar", "so-DJ", "aa"], + "name": "Djibouti", + "north": "12.706833", + "population": 740528, + "south": "10.909917", + "updatedAt": 1568275041038, + "west": "41.773472" + }, + "62": { + "areaInSqKm": "754.0", + "capital": "Roseau", + "code": "DM", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "XCD", + "east": "-61.244152", + "env": "development", + "fipsCode": "DO", + "geonameId": "3575830", + "id": 63, + "isoAlpha3": "DMA", + "isoNumeric": "212", + "languages": ["en-DM"], + "name": "Dominica", + "north": "15.631809", + "population": 72813, + "south": "15.20169", + "updatedAt": 1568275041038, + "west": "-61.484108" + }, + "63": { + "areaInSqKm": "504782.0", + "capital": "Madrid", + "code": "ES", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "4.32778473043961", + "env": "development", + "fipsCode": "SP", + "geonameId": "2510769", + "id": 64, + "isoAlpha3": "ESP", + "isoNumeric": "724", + "languages": ["es-ES", "ca", "gl", "eu", "oc"], + "name": "Spain", + "north": "43.7913565913767", + "population": 46505963, + "south": "36.0001044260548", + "updatedAt": 1568275041038, + "west": "-9.30151567231899" + }, + "64": { + "areaInSqKm": "1127127.0", + "capital": "Addis Ababa", + "code": "ET", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "ETB", + "east": "47.986179", + "env": "development", + "fipsCode": "ET", + "geonameId": "337996", + "id": 65, + "isoAlpha3": "ETH", + "isoNumeric": "231", + "languages": ["am", "en-ET", "om-ET", "ti-ET", "so-ET", "sid"], + "name": "Ethiopia", + "north": "14.89375", + "population": 88013491, + "south": "3.402422", + "updatedAt": 1568275041038, + "west": "32.999939" + }, + "65": { + "areaInSqKm": "337030.0", + "capital": "Helsinki", + "code": "FI", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "31.580944", + "env": "development", + "fipsCode": "FI", + "geonameId": "660013", + "id": 66, + "isoAlpha3": "FIN", + "isoNumeric": "246", + "languages": ["fi-FI", "sv-FI", "smn"], + "name": "Finland", + "north": "70.096054", + "population": 5244000, + "south": "59.808777", + "updatedAt": 1568275041038, + "west": "20.556944" + }, + "66": { + "areaInSqKm": "18270.0", + "capital": "Suva", + "code": "FJ", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "FJD", + "east": "-178.424438", + "env": "development", + "fipsCode": "FJ", + "geonameId": "2205218", + "id": 67, + "isoAlpha3": "FJI", + "isoNumeric": "242", + "languages": ["en-FJ", "fj"], + "name": "Fiji", + "north": "-12.480111", + "population": 875983, + "south": "-20.67597", + "updatedAt": 1568275041038, + "west": "177.129334" + }, + "67": { + "areaInSqKm": "12173.0", + "capital": "Stanley", + "code": "FK", + "continent": "SA", + "continentName": "South America", + "createdAt": 1568104730276, + "currencyCode": "FKP", + "east": "-57.712486", + "env": "development", + "fipsCode": "FK", + "geonameId": "3474414", + "id": 68, + "isoAlpha3": "FLK", + "isoNumeric": "238", + "languages": ["en-FK"], + "name": "Falkland Islands", + "north": "-51.24065", + "population": 2638, + "south": "-52.360512", + "updatedAt": 1568275041038, + "west": "-61.345192" + }, + "68": { + "areaInSqKm": "702.0", + "capital": "Palikir", + "code": "FM", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "USD", + "east": "163.03717", + "env": "development", + "fipsCode": "FM", + "geonameId": "2081918", + "id": 69, + "isoAlpha3": "FSM", + "isoNumeric": "583", + "languages": [ + "en-FM", + "chk", + "pon", + "yap", + "kos", + "uli", + "woe", + "nkr", + "kpg" + ], + "name": "Micronesia", + "north": "10.08904", + "population": 107708, + "south": "1.02629", + "updatedAt": 1568275041038, + "west": "137.33648" + }, + "69": { + "areaInSqKm": "1399.0", + "capital": "Tórshavn", + "code": "FO", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "DKK", + "east": "-6.399583", + "env": "development", + "fipsCode": "FO", + "geonameId": "2622320", + "id": 70, + "isoAlpha3": "FRO", + "isoNumeric": "234", + "languages": ["fo", "da-FO"], + "name": "Faroe Islands", + "north": "62.400749", + "population": 48228, + "south": "61.394943", + "updatedAt": 1568275041038, + "west": "-7.458" + }, + "70": { + "areaInSqKm": "547030.0", + "capital": "Paris", + "code": "FR", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "9.561556", + "env": "development", + "fipsCode": "FR", + "geonameId": "3017382", + "id": 71, + "isoAlpha3": "FRA", + "isoNumeric": "250", + "languages": ["fr-FR", "frp", "br", "co", "ca", "eu", "oc"], + "name": "France", + "north": "51.092804", + "population": 64768389, + "south": "41.371582", + "updatedAt": 1568275041038, + "west": "-5.142222" + }, + "71": { + "areaInSqKm": "267667.0", + "capital": "Libreville", + "code": "GA", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "XAF", + "east": "14.502347", + "env": "development", + "fipsCode": "GB", + "geonameId": "2400553", + "id": 72, + "isoAlpha3": "GAB", + "isoNumeric": "266", + "languages": ["fr-GA"], + "name": "Gabon", + "north": "2.322612", + "population": 1545255, + "south": "-3.978806", + "updatedAt": 1568275041038, + "west": "8.695471" + }, + "72": { + "areaInSqKm": "244820.0", + "capital": "London", + "code": "GB", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "GBP", + "east": "1.759", + "env": "development", + "fipsCode": "UK", + "geonameId": "2635167", + "id": 73, + "isoAlpha3": "GBR", + "isoNumeric": "826", + "languages": ["en-GB", "cy-GB", "gd"], + "name": "United Kingdom", + "north": "59.360249", + "population": 62348447, + "south": "49.906193", + "updatedAt": 1568275041038, + "west": "-8.623555" + }, + "73": { + "areaInSqKm": "344.0", + "capital": "St. George's", + "code": "GD", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "XCD", + "east": "-61.57676970108031", + "env": "development", + "fipsCode": "GJ", + "geonameId": "3580239", + "id": 74, + "isoAlpha3": "GRD", + "isoNumeric": "308", + "languages": ["en-GD"], + "name": "Grenada", + "north": "12.318283928171299", + "population": 107818, + "south": "11.986893", + "updatedAt": 1568275041038, + "west": "-61.802344" + }, + "74": { + "areaInSqKm": "69700.0", + "capital": "Tbilisi", + "code": "GE", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "GEL", + "east": "46.725971", + "env": "development", + "fipsCode": "GG", + "geonameId": "614540", + "id": 75, + "isoAlpha3": "GEO", + "isoNumeric": "268", + "languages": ["ka", "ru", "hy", "az"], + "name": "Georgia", + "north": "43.586498", + "population": 4630000, + "south": "41.053196", + "updatedAt": 1568275041038, + "west": "40.010139" + }, + "75": { + "areaInSqKm": "91000.0", + "capital": "Cayenne", + "code": "GF", + "continent": "SA", + "continentName": "South America", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "-51.613949", + "env": "development", + "fipsCode": "FG", + "geonameId": "3381670", + "id": 76, + "isoAlpha3": "GUF", + "isoNumeric": "254", + "languages": ["fr-GF"], + "name": "French Guiana", + "north": "5.776496", + "population": 195506, + "south": "2.127094", + "updatedAt": 1568275041038, + "west": "-54.542511" + }, + "76": { + "areaInSqKm": "78.0", + "capital": "St Peter Port", + "code": "GG", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "GBP", + "east": "-2.1577152112246267", + "env": "development", + "fipsCode": "GK", + "geonameId": "3042362", + "id": 77, + "isoAlpha3": "GGY", + "isoNumeric": "831", + "languages": ["en", "fr"], + "name": "Guernsey", + "north": "49.731727816705416", + "population": 65228, + "south": "49.40764156876899", + "updatedAt": 1568275041038, + "west": "-2.673194593476069" + }, + "77": { + "areaInSqKm": "239460.0", + "capital": "Accra", + "code": "GH", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "GHS", + "east": "1.191781", + "env": "development", + "fipsCode": "GH", + "geonameId": "2300660", + "id": 78, + "isoAlpha3": "GHA", + "isoNumeric": "288", + "languages": ["en-GH", "ak", "ee", "tw"], + "name": "Ghana", + "north": "11.173301", + "population": 24339838, + "south": "4.736723", + "updatedAt": 1568275041038, + "west": "-3.25542" + }, + "78": { + "areaInSqKm": "6.5", + "capital": "Gibraltar", + "code": "GI", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "GIP", + "east": "-5.338285164001491", + "env": "development", + "fipsCode": "GI", + "geonameId": "2411586", + "id": 79, + "isoAlpha3": "GIB", + "isoNumeric": "292", + "languages": ["en-GI", "es", "it", "pt"], + "name": "Gibraltar", + "north": "36.155439135670726", + "population": 27884, + "south": "36.10903070140248", + "updatedAt": 1568275041038, + "west": "-5.36626149743654" + }, + "79": { + "areaInSqKm": "2166086.0", + "capital": "Nuuk", + "code": "GL", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "DKK", + "east": "-11.312319", + "env": "development", + "fipsCode": "GL", + "geonameId": "3425505", + "id": 80, + "isoAlpha3": "GRL", + "isoNumeric": "304", + "languages": ["kl", "da-GL", "en"], + "name": "Greenland", + "north": "83.627357", + "population": 56375, + "south": "59.777401", + "updatedAt": 1568275041038, + "west": "-73.04203" + }, + "80": { + "areaInSqKm": "11300.0", + "capital": "Banjul", + "code": "GM", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "GMD", + "east": "-13.797793", + "env": "development", + "fipsCode": "GA", + "geonameId": "2413451", + "id": 81, + "isoAlpha3": "GMB", + "isoNumeric": "270", + "languages": ["en-GM", "mnk", "wof", "wo", "ff"], + "name": "Gambia", + "north": "13.826571", + "population": 1593256, + "south": "13.064252", + "updatedAt": 1568275041038, + "west": "-16.825079" + }, + "81": { + "areaInSqKm": "245857.0", + "capital": "Conakry", + "code": "GN", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "GNF", + "east": "-7.641071", + "env": "development", + "fipsCode": "GV", + "geonameId": "2420477", + "id": 82, + "isoAlpha3": "GIN", + "isoNumeric": "324", + "languages": ["fr-GN"], + "name": "Guinea", + "north": "12.67622", + "population": 10324025, + "south": "7.193553", + "updatedAt": 1568275041038, + "west": "-14.926619" + }, + "82": { + "areaInSqKm": "1780.0", + "capital": "Basse-Terre", + "code": "GP", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "-61", + "env": "development", + "fipsCode": "GP", + "geonameId": "3579143", + "id": 83, + "isoAlpha3": "GLP", + "isoNumeric": "312", + "languages": ["fr-GP"], + "name": "Guadeloupe", + "north": "16.516848", + "population": 443000, + "south": "15.867565", + "updatedAt": 1568275041038, + "west": "-61.544765" + }, + "83": { + "areaInSqKm": "28051.0", + "capital": "Malabo", + "code": "GQ", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "XAF", + "east": "11.335724", + "env": "development", + "fipsCode": "EK", + "geonameId": "2309096", + "id": 84, + "isoAlpha3": "GNQ", + "isoNumeric": "226", + "languages": ["es-GQ", "fr"], + "name": "Equatorial Guinea", + "north": "2.346989", + "population": 1014999, + "south": "0.92086", + "updatedAt": 1568275041038, + "west": "9.346865" + }, + "84": { + "areaInSqKm": "131940.0", + "capital": "Athens", + "code": "GR", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "28.2470831714347", + "env": "development", + "fipsCode": "GR", + "geonameId": "390903", + "id": 85, + "isoAlpha3": "GRC", + "isoNumeric": "300", + "languages": ["el-GR", "en", "fr"], + "name": "Greece", + "north": "41.7484999849641", + "population": 11000000, + "south": "34.8020663391466", + "updatedAt": 1568275041038, + "west": "19.3736035624134" + }, + "85": { + "areaInSqKm": "3903.0", + "capital": "Grytviken", + "code": "GS", + "continent": "AN", + "continentName": "Antarctica", + "createdAt": 1568104730276, + "currencyCode": "GBP", + "east": "-26.229326", + "env": "development", + "fipsCode": "SX", + "geonameId": "3474415", + "id": 86, + "isoAlpha3": "SGS", + "isoNumeric": "239", + "languages": ["en"], + "name": "South Georgia and the South Sandwich Islands", + "north": "-53.970467", + "population": 30, + "south": "-59.479259", + "updatedAt": 1568275041038, + "west": "-38.021175" + }, + "86": { + "areaInSqKm": "108890.0", + "capital": "Guatemala City", + "code": "GT", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "GTQ", + "east": "-88.223198", + "env": "development", + "fipsCode": "GT", + "geonameId": "3595528", + "id": 87, + "isoAlpha3": "GTM", + "isoNumeric": "320", + "languages": ["es-GT"], + "name": "Guatemala", + "north": "17.81522", + "population": 13550440, + "south": "13.737302", + "updatedAt": 1568275041038, + "west": "-92.23629" + }, + "87": { + "areaInSqKm": "549.0", + "capital": "Hagåtña", + "code": "GU", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "USD", + "east": "144.956894", + "env": "development", + "fipsCode": "GQ", + "geonameId": "4043988", + "id": 88, + "isoAlpha3": "GUM", + "isoNumeric": "316", + "languages": ["en-GU", "ch-GU"], + "name": "Guam", + "north": "13.654402", + "population": 159358, + "south": "13.23376", + "updatedAt": 1568275041038, + "west": "144.61806" + }, + "88": { + "areaInSqKm": "36120.0", + "capital": "Bissau", + "code": "GW", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "XOF", + "east": "-13.636522", + "env": "development", + "fipsCode": "PU", + "geonameId": "2372248", + "id": 89, + "isoAlpha3": "GNB", + "isoNumeric": "624", + "languages": ["pt-GW", "pov"], + "name": "Guinea-Bissau", + "north": "12.680789", + "population": 1565126, + "south": "10.924265", + "updatedAt": 1568275041038, + "west": "-16.717535" + }, + "89": { + "areaInSqKm": "214970.0", + "capital": "Georgetown", + "code": "GY", + "continent": "SA", + "continentName": "South America", + "createdAt": 1568104730276, + "currencyCode": "GYD", + "east": "-56.480251", + "env": "development", + "fipsCode": "GY", + "geonameId": "3378535", + "id": 90, + "isoAlpha3": "GUY", + "isoNumeric": "328", + "languages": ["en-GY"], + "name": "Guyana", + "north": "8.557567", + "population": 748486, + "south": "1.17508", + "updatedAt": 1568275041038, + "west": "-61.384762" + }, + "90": { + "areaInSqKm": "1092.0", + "capital": "Hong Kong", + "code": "HK", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "HKD", + "east": "114.434753", + "env": "development", + "fipsCode": "HK", + "geonameId": "1819730", + "id": 91, + "isoAlpha3": "HKG", + "isoNumeric": "344", + "languages": ["zh-HK", "yue", "zh", "en"], + "name": "Hong Kong", + "north": "22.559778", + "population": 6898686, + "south": "22.15325", + "updatedAt": 1568275041038, + "west": "113.837753" + }, + "91": { + "areaInSqKm": "412.0", + "capital": "", + "code": "HM", + "continent": "AN", + "continentName": "Antarctica", + "createdAt": 1568104730276, + "currencyCode": "AUD", + "east": "73.859146", + "env": "development", + "fipsCode": "HM", + "geonameId": "1547314", + "id": 92, + "isoAlpha3": "HMD", + "isoNumeric": "334", + "languages": [], + "name": "Heard Island and McDonald Islands", + "north": "-52.909416", + "population": 0, + "south": "-53.192001", + "updatedAt": 1568275041038, + "west": "72.596535" + }, + "92": { + "areaInSqKm": "112090.0", + "capital": "Tegucigalpa", + "code": "HN", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "HNL", + "east": "-83.155403", + "env": "development", + "fipsCode": "HO", + "geonameId": "3608932", + "id": 93, + "isoAlpha3": "HND", + "isoNumeric": "340", + "languages": ["es-HN"], + "name": "Honduras", + "north": "16.510256", + "population": 7989415, + "south": "12.982411", + "updatedAt": 1568275041038, + "west": "-89.350792" + }, + "93": { + "areaInSqKm": "56542.0", + "capital": "Zagreb", + "code": "HR", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "HRK", + "east": "19.427389", + "env": "development", + "fipsCode": "HR", + "geonameId": "3202326", + "id": 94, + "isoAlpha3": "HRV", + "isoNumeric": "191", + "languages": ["hr-HR", "sr"], + "name": "Croatia", + "north": "46.53875", + "population": 4491000, + "south": "42.43589", + "updatedAt": 1568275041038, + "west": "13.493222" + }, + "94": { + "areaInSqKm": "27750.0", + "capital": "Port-au-Prince", + "code": "HT", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "HTG", + "east": "-71.613358", + "env": "development", + "fipsCode": "HA", + "geonameId": "3723988", + "id": 95, + "isoAlpha3": "HTI", + "isoNumeric": "332", + "languages": ["ht", "fr-HT"], + "name": "Haiti", + "north": "20.08782", + "population": 9648924, + "south": "18.021032", + "updatedAt": 1568275041038, + "west": "-74.478584" + }, + "95": { + "areaInSqKm": "93030.0", + "capital": "Budapest", + "code": "HU", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "HUF", + "east": "22.906", + "env": "development", + "fipsCode": "HU", + "geonameId": "719819", + "id": 96, + "isoAlpha3": "HUN", + "isoNumeric": "348", + "languages": ["hu-HU"], + "name": "Hungary", + "north": "48.585667", + "population": 9982000, + "south": "45.74361", + "updatedAt": 1568275041038, + "west": "16.111889" + }, + "96": { + "areaInSqKm": "1919440.0", + "capital": "Jakarta", + "code": "ID", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "IDR", + "east": "141.021805", + "env": "development", + "fipsCode": "ID", + "geonameId": "1643084", + "id": 97, + "isoAlpha3": "IDN", + "isoNumeric": "360", + "languages": ["id", "en", "nl", "jv"], + "name": "Indonesia", + "north": "5.904417", + "population": 242968342, + "south": "-10.941861", + "updatedAt": 1568275041038, + "west": "95.009331" + }, + "97": { + "areaInSqKm": "70280.0", + "capital": "Dublin", + "code": "IE", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "-6.002389", + "env": "development", + "fipsCode": "EI", + "geonameId": "2963597", + "id": 98, + "isoAlpha3": "IRL", + "isoNumeric": "372", + "languages": ["en-IE", "ga-IE"], + "name": "Ireland", + "north": "55.387917", + "population": 4622917, + "south": "51.451584", + "updatedAt": 1568275041038, + "west": "-10.478556" + }, + "98": { + "areaInSqKm": "20770.0", + "capital": "", + "code": "IL", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "ILS", + "east": "35.876804", + "env": "development", + "fipsCode": "IS", + "geonameId": "294640", + "id": 99, + "isoAlpha3": "ISR", + "isoNumeric": "376", + "languages": ["he", "ar-IL", "en-IL"], + "name": "Israel", + "north": "33.340137", + "population": 7353985, + "south": "29.496639", + "updatedAt": 1568275041038, + "west": "34.270278754419145" + }, + "99": { + "areaInSqKm": "572.0", + "capital": "Douglas", + "code": "IM", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "GBP", + "east": "-4.3115", + "env": "development", + "fipsCode": "IM", + "geonameId": "3042225", + "id": 100, + "isoAlpha3": "IMN", + "isoNumeric": "833", + "languages": ["en", "gv"], + "name": "Isle of Man", + "north": "54.419724", + "population": 75049, + "south": "54.055916", + "updatedAt": 1568275041038, + "west": "-4.798722" + }, + "100": { + "areaInSqKm": "3287590.0", + "capital": "New Delhi", + "code": "IN", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "INR", + "east": "97.403305", + "env": "development", + "fipsCode": "IN", + "geonameId": "1269750", + "id": 101, + "isoAlpha3": "IND", + "isoNumeric": "356", + "languages": [ + "en-IN", + "hi", + "bn", + "te", + "mr", + "ta", + "ur", + "gu", + "kn", + "ml", + "or", + "pa", + "as", + "bh", + "sat", + "ks", + "ne", + "sd", + "kok", + "doi", + "mni", + "sit", + "sa", + "fr", + "lus", + "inc" + ], + "name": "India", + "north": "35.504223", + "population": 1173108018, + "south": "6.747139", + "updatedAt": 1568275041038, + "west": "68.186691" + }, + "101": { + "areaInSqKm": "60.0", + "capital": "", + "code": "IO", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "USD", + "east": "72.493164", + "env": "development", + "fipsCode": "IO", + "geonameId": "1282588", + "id": 102, + "isoAlpha3": "IOT", + "isoNumeric": "086", + "languages": ["en-IO"], + "name": "British Indian Ocean Territory", + "north": "-5.268333", + "population": 4000, + "south": "-7.438028", + "updatedAt": 1568275041038, + "west": "71.259972" + }, + "102": { + "areaInSqKm": "437072.0", + "capital": "Baghdad", + "code": "IQ", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "IQD", + "east": "48.575916", + "env": "development", + "fipsCode": "IZ", + "geonameId": "99237", + "id": 103, + "isoAlpha3": "IRQ", + "isoNumeric": "368", + "languages": ["ar-IQ", "ku", "hy"], + "name": "Iraq", + "north": "37.378029", + "population": 29671605, + "south": "29.069445", + "updatedAt": 1568275041038, + "west": "38.795887" + }, + "103": { + "areaInSqKm": "1648000.0", + "capital": "Tehran", + "code": "IR", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "IRR", + "east": "63.317471", + "env": "development", + "fipsCode": "IR", + "geonameId": "130758", + "id": 104, + "isoAlpha3": "IRN", + "isoNumeric": "364", + "languages": ["fa-IR", "ku"], + "name": "Iran", + "north": "39.777222", + "population": 76923300, + "south": "25.064083", + "updatedAt": 1568275041038, + "west": "44.047279" + }, + "104": { + "areaInSqKm": "103000.0", + "capital": "Reykjavik", + "code": "IS", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "ISK", + "east": "-13.495815", + "env": "development", + "fipsCode": "IC", + "geonameId": "2629691", + "id": 105, + "isoAlpha3": "ISL", + "isoNumeric": "352", + "languages": ["is", "en", "de", "da", "sv", "no"], + "name": "Iceland", + "north": "66.53463", + "population": 308910, + "south": "63.393253", + "updatedAt": 1568275041038, + "west": "-24.546524" + }, + "105": { + "areaInSqKm": "301230.0", + "capital": "Rome", + "code": "IT", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "18.513445", + "env": "development", + "fipsCode": "IT", + "geonameId": "3175395", + "id": 106, + "isoAlpha3": "ITA", + "isoNumeric": "380", + "languages": ["it-IT", "de-IT", "fr-IT", "sc", "ca", "co", "sl"], + "name": "Italy", + "north": "47.095196", + "population": 60340328, + "south": "36.652779", + "updatedAt": 1568275041038, + "west": "6.614889" + }, + "106": { + "areaInSqKm": "116.0", + "capital": "Saint Helier", + "code": "JE", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "GBP", + "east": "-2.022083", + "env": "development", + "fipsCode": "JE", + "geonameId": "3042142", + "id": 107, + "isoAlpha3": "JEY", + "isoNumeric": "832", + "languages": ["en", "pt"], + "name": "Jersey", + "north": "49.265057", + "population": 90812, + "south": "49.169834", + "updatedAt": 1568275041038, + "west": "-2.260028" + }, + "107": { + "areaInSqKm": "10991.0", + "capital": "Kingston", + "code": "JM", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "JMD", + "east": "-76.180321", + "env": "development", + "fipsCode": "JM", + "geonameId": "3489940", + "id": 108, + "isoAlpha3": "JAM", + "isoNumeric": "388", + "languages": ["en-JM"], + "name": "Jamaica", + "north": "18.526976", + "population": 2847232, + "south": "17.703554", + "updatedAt": 1568275041038, + "west": "-78.366638" + }, + "108": { + "areaInSqKm": "92300.0", + "capital": "Amman", + "code": "JO", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "JOD", + "east": "39.301167", + "env": "development", + "fipsCode": "JO", + "geonameId": "248816", + "id": 109, + "isoAlpha3": "JOR", + "isoNumeric": "400", + "languages": ["ar-JO", "en"], + "name": "Jordan", + "north": "33.367668", + "population": 6407085, + "south": "29.185888", + "updatedAt": 1568275041038, + "west": "34.959999" + }, + "109": { + "areaInSqKm": "377835.0", + "capital": "Tokyo", + "code": "JP", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "JPY", + "east": "145.820892", + "env": "development", + "fipsCode": "JA", + "geonameId": "1861060", + "id": 110, + "isoAlpha3": "JPN", + "isoNumeric": "392", + "languages": ["ja"], + "name": "Japan", + "north": "45.52314", + "population": 127288000, + "south": "24.249472", + "updatedAt": 1568275041038, + "west": "122.93853" + }, + "110": { + "areaInSqKm": "582650.0", + "capital": "Nairobi", + "code": "KE", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "KES", + "east": "41.899078", + "env": "development", + "fipsCode": "KE", + "geonameId": "192950", + "id": 111, + "isoAlpha3": "KEN", + "isoNumeric": "404", + "languages": ["en-KE", "sw-KE"], + "name": "Kenya", + "north": "5.019938", + "population": 40046566, + "south": "-4.678047", + "updatedAt": 1568275041038, + "west": "33.908859" + }, + "111": { + "areaInSqKm": "198500.0", + "capital": "Bishkek", + "code": "KG", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "KGS", + "east": "80.283165", + "env": "development", + "fipsCode": "KG", + "geonameId": "1527747", + "id": 112, + "isoAlpha3": "KGZ", + "isoNumeric": "417", + "languages": ["ky", "uz", "ru"], + "name": "Kyrgyzstan", + "north": "43.238224", + "population": 5508626, + "south": "39.172832", + "updatedAt": 1568275041038, + "west": "69.276611" + }, + "112": { + "areaInSqKm": "181040.0", + "capital": "Phnom Penh", + "code": "KH", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "KHR", + "east": "107.627724", + "env": "development", + "fipsCode": "CB", + "geonameId": "1831722", + "id": 113, + "isoAlpha3": "KHM", + "isoNumeric": "116", + "languages": ["km", "fr", "en"], + "name": "Cambodia", + "north": "14.686417", + "population": 14453680, + "south": "10.409083", + "updatedAt": 1568275041038, + "west": "102.339996" + }, + "113": { + "areaInSqKm": "811.0", + "capital": "Tarawa", + "code": "KI", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "AUD", + "east": "-150.215347", + "env": "development", + "fipsCode": "KR", + "geonameId": "4030945", + "id": 114, + "isoAlpha3": "KIR", + "isoNumeric": "296", + "languages": ["en-KI", "gil"], + "name": "Kiribati", + "north": "4.71957", + "population": 92533, + "south": "-11.446881150186856", + "updatedAt": 1568275041038, + "west": "169.556137" + }, + "114": { + "areaInSqKm": "2170.0", + "capital": "Moroni", + "code": "KM", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "KMF", + "east": "44.538223", + "env": "development", + "fipsCode": "CN", + "geonameId": "921929", + "id": 115, + "isoAlpha3": "COM", + "isoNumeric": "174", + "languages": ["ar", "fr-KM"], + "name": "Comoros", + "north": "-11.362381", + "population": 773407, + "south": "-12.387857", + "updatedAt": 1568275041038, + "west": "43.21579" + }, + "115": { + "areaInSqKm": "261.0", + "capital": "Basseterre", + "code": "KN", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "XCD", + "east": "-62.543266", + "env": "development", + "fipsCode": "SC", + "geonameId": "3575174", + "id": 116, + "isoAlpha3": "KNA", + "isoNumeric": "659", + "languages": ["en-KN"], + "name": "Saint Kitts and Nevis", + "north": "17.420118", + "population": 51134, + "south": "17.095343", + "updatedAt": 1568275041038, + "west": "-62.86956" + }, + "116": { + "areaInSqKm": "120540.0", + "capital": "Pyongyang", + "code": "KP", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "KPW", + "east": "130.674866", + "env": "development", + "fipsCode": "KN", + "geonameId": "1873107", + "id": 117, + "isoAlpha3": "PRK", + "isoNumeric": "408", + "languages": ["ko-KP"], + "name": "North Korea", + "north": "43.006054", + "population": 22912177, + "south": "37.673332", + "updatedAt": 1568275041038, + "west": "124.315887" + }, + "117": { + "areaInSqKm": "98480.0", + "capital": "Seoul", + "code": "KR", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "KRW", + "east": "129.584671", + "env": "development", + "fipsCode": "KS", + "geonameId": "1835841", + "id": 118, + "isoAlpha3": "KOR", + "isoNumeric": "410", + "languages": ["ko-KR", "en"], + "name": "South Korea", + "north": "38.612446", + "population": 48422644, + "south": "33.190945", + "updatedAt": 1568275041038, + "west": "125.887108" + }, + "118": { + "areaInSqKm": "17820.0", + "capital": "Kuwait City", + "code": "KW", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "KWD", + "east": "48.431473", + "env": "development", + "fipsCode": "KU", + "geonameId": "285570", + "id": 119, + "isoAlpha3": "KWT", + "isoNumeric": "414", + "languages": ["ar-KW", "en"], + "name": "Kuwait", + "north": "30.095945", + "population": 2789132, + "south": "28.524611", + "updatedAt": 1568275041038, + "west": "46.555557" + }, + "119": { + "areaInSqKm": "262.0", + "capital": "George Town", + "code": "KY", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "KYD", + "east": "-79.727272", + "env": "development", + "fipsCode": "CJ", + "geonameId": "3580718", + "id": 120, + "isoAlpha3": "CYM", + "isoNumeric": "136", + "languages": ["en-KY"], + "name": "Cayman Islands", + "north": "19.7617", + "population": 44270, + "south": "19.263029", + "updatedAt": 1568275041038, + "west": "-81.432777" + }, + "120": { + "areaInSqKm": "2717300.0", + "capital": "Astana", + "code": "KZ", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "KZT", + "east": "87.312668", + "env": "development", + "fipsCode": "KZ", + "geonameId": "1522867", + "id": 121, + "isoAlpha3": "KAZ", + "isoNumeric": "398", + "languages": ["kk", "ru"], + "name": "Kazakhstan", + "north": "55.451195", + "population": 15340000, + "south": "40.936333", + "updatedAt": 1568275041038, + "west": "46.491859" + }, + "121": { + "areaInSqKm": "236800.0", + "capital": "Vientiane", + "code": "LA", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "LAK", + "east": "107.697029", + "env": "development", + "fipsCode": "LA", + "geonameId": "1655842", + "id": 122, + "isoAlpha3": "LAO", + "isoNumeric": "418", + "languages": ["lo", "fr", "en"], + "name": "Laos", + "north": "22.500389", + "population": 6368162, + "south": "13.910027", + "updatedAt": 1568275041038, + "west": "100.093056" + }, + "122": { + "areaInSqKm": "10400.0", + "capital": "Beirut", + "code": "LB", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "LBP", + "east": "36.639194", + "env": "development", + "fipsCode": "LE", + "geonameId": "272103", + "id": 123, + "isoAlpha3": "LBN", + "isoNumeric": "422", + "languages": ["ar-LB", "fr-LB", "en", "hy"], + "name": "Lebanon", + "north": "34.691418", + "population": 4125247, + "south": "33.05386", + "updatedAt": 1568275041038, + "west": "35.114277" + }, + "123": { + "areaInSqKm": "616.0", + "capital": "Castries", + "code": "LC", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "XCD", + "east": "-60.874203", + "env": "development", + "fipsCode": "ST", + "geonameId": "3576468", + "id": 124, + "isoAlpha3": "LCA", + "isoNumeric": "662", + "languages": ["en-LC"], + "name": "Saint Lucia", + "north": "14.103245", + "population": 160922, + "south": "13.704778", + "updatedAt": 1568275041038, + "west": "-61.07415" + }, + "124": { + "areaInSqKm": "160.0", + "capital": "Vaduz", + "code": "LI", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "CHF", + "east": "9.63564281136796", + "env": "development", + "fipsCode": "LS", + "geonameId": "3042058", + "id": 125, + "isoAlpha3": "LIE", + "isoNumeric": "438", + "languages": ["de-LI"], + "name": "Liechtenstein", + "north": "47.2706251386959", + "population": 35000, + "south": "47.0484284123471", + "updatedAt": 1568275041038, + "west": "9.47167359782014" + }, + "125": { + "areaInSqKm": "65610.0", + "capital": "Colombo", + "code": "LK", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "LKR", + "east": "81.881279", + "env": "development", + "fipsCode": "CE", + "geonameId": "1227603", + "id": 126, + "isoAlpha3": "LKA", + "isoNumeric": "144", + "languages": ["si", "ta", "en"], + "name": "Sri Lanka", + "north": "9.831361", + "population": 21513990, + "south": "5.916833", + "updatedAt": 1568275041038, + "west": "79.652916" + }, + "126": { + "areaInSqKm": "111370.0", + "capital": "Monrovia", + "code": "LR", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "LRD", + "east": "-7.365113", + "env": "development", + "fipsCode": "LI", + "geonameId": "2275384", + "id": 127, + "isoAlpha3": "LBR", + "isoNumeric": "430", + "languages": ["en-LR"], + "name": "Liberia", + "north": "8.551791", + "population": 3685076, + "south": "4.353057", + "updatedAt": 1568275041038, + "west": "-11.492083" + }, + "127": { + "areaInSqKm": "30355.0", + "capital": "Maseru", + "code": "LS", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "LSL", + "east": "29.465761", + "env": "development", + "fipsCode": "LT", + "geonameId": "932692", + "id": 128, + "isoAlpha3": "LSO", + "isoNumeric": "426", + "languages": ["en-LS", "st", "zu", "xh"], + "name": "Lesotho", + "north": "-28.572058", + "population": 1919552, + "south": "-30.668964", + "updatedAt": 1568275041038, + "west": "27.029068" + }, + "128": { + "areaInSqKm": "65200.0", + "capital": "Vilnius", + "code": "LT", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "LTL", + "east": "26.871944", + "env": "development", + "fipsCode": "LH", + "geonameId": "597427", + "id": 129, + "isoAlpha3": "LTU", + "isoNumeric": "440", + "languages": ["lt", "ru", "pl"], + "name": "Lithuania", + "north": "56.446918", + "population": 2944459, + "south": "53.901306", + "updatedAt": 1568275041038, + "west": "20.941528" + }, + "129": { + "areaInSqKm": "2586.0", + "capital": "Luxembourg", + "code": "LU", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "6.528472", + "env": "development", + "fipsCode": "LU", + "geonameId": "2960313", + "id": 130, + "isoAlpha3": "LUX", + "isoNumeric": "442", + "languages": ["lb", "de-LU", "fr-LU"], + "name": "Luxembourg", + "north": "50.184944", + "population": 497538, + "south": "49.446583", + "updatedAt": 1568275041038, + "west": "5.734556" + }, + "130": { + "areaInSqKm": "64589.0", + "capital": "Riga", + "code": "LV", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "28.241167", + "env": "development", + "fipsCode": "LG", + "geonameId": "458258", + "id": 131, + "isoAlpha3": "LVA", + "isoNumeric": "428", + "languages": ["lv", "ru", "lt"], + "name": "Latvia", + "north": "58.082306", + "population": 2217969, + "south": "55.668861", + "updatedAt": 1568275041038, + "west": "20.974277" + }, + "131": { + "areaInSqKm": "1759540.0", + "capital": "Tripoli", + "code": "LY", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "LYD", + "east": "25.150612", + "env": "development", + "fipsCode": "LY", + "geonameId": "2215636", + "id": 132, + "isoAlpha3": "LBY", + "isoNumeric": "434", + "languages": ["ar-LY", "it", "en"], + "name": "Libya", + "north": "33.168999", + "population": 6461454, + "south": "19.508045", + "updatedAt": 1568275041038, + "west": "9.38702" + }, + "132": { + "areaInSqKm": "446550.0", + "capital": "Rabat", + "code": "MA", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "MAD", + "east": "-0.991750000000025", + "env": "development", + "fipsCode": "MO", + "geonameId": "2542007", + "id": 133, + "isoAlpha3": "MAR", + "isoNumeric": "504", + "languages": ["ar-MA", "fr"], + "name": "Morocco", + "north": "35.9224966985384", + "population": 31627428, + "south": "27.662115", + "updatedAt": 1568275041038, + "west": "-13.168586" + }, + "133": { + "areaInSqKm": "1.95", + "capital": "Monaco", + "code": "MC", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "7.439939260482788", + "env": "development", + "fipsCode": "MN", + "geonameId": "2993457", + "id": 134, + "isoAlpha3": "MCO", + "isoNumeric": "492", + "languages": ["fr-MC", "en", "it"], + "name": "Monaco", + "north": "43.75196717037228", + "population": 32965, + "south": "43.72472839869377", + "updatedAt": 1568275041038, + "west": "7.408962249755859" + }, + "134": { + "areaInSqKm": "33843.0", + "capital": "Chişinău", + "code": "MD", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "MDL", + "east": "30.135445", + "env": "development", + "fipsCode": "MD", + "geonameId": "617790", + "id": 135, + "isoAlpha3": "MDA", + "isoNumeric": "498", + "languages": ["ro", "ru", "gag", "tr"], + "name": "Moldova", + "north": "48.490166", + "population": 4324000, + "south": "45.468887", + "updatedAt": 1568275041038, + "west": "26.618944" + }, + "135": { + "areaInSqKm": "14026.0", + "capital": "Podgorica", + "code": "ME", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "20.358833", + "env": "development", + "fipsCode": "MJ", + "geonameId": "3194884", + "id": 136, + "isoAlpha3": "MNE", + "isoNumeric": "499", + "languages": ["sr", "hu", "bs", "sq", "hr", "rom"], + "name": "Montenegro", + "north": "43.570137", + "population": 666730, + "south": "41.850166", + "updatedAt": 1568275041038, + "west": "18.461306" + }, + "136": { + "areaInSqKm": "53.0", + "capital": "Marigot", + "code": "MF", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "-63.012993", + "env": "development", + "fipsCode": "RN", + "geonameId": "3578421", + "id": 137, + "isoAlpha3": "MAF", + "isoNumeric": "663", + "languages": ["fr"], + "name": "Saint Martin", + "north": "18.130354", + "population": 35925, + "south": "18.052231", + "updatedAt": 1568275041038, + "west": "-63.152767" + }, + "137": { + "areaInSqKm": "587040.0", + "capital": "Antananarivo", + "code": "MG", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "MGA", + "east": "50.48378", + "env": "development", + "fipsCode": "MA", + "geonameId": "1062947", + "id": 138, + "isoAlpha3": "MDG", + "isoNumeric": "450", + "languages": ["fr-MG", "mg"], + "name": "Madagascar", + "north": "-11.945433", + "population": 21281844, + "south": "-25.608952", + "updatedAt": 1568275041038, + "west": "43.224876" + }, + "138": { + "areaInSqKm": "181.3", + "capital": "Majuro", + "code": "MH", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "USD", + "east": "171.931808", + "env": "development", + "fipsCode": "RM", + "geonameId": "2080185", + "id": 139, + "isoAlpha3": "MHL", + "isoNumeric": "584", + "languages": ["mh", "en-MH"], + "name": "Marshall Islands", + "north": "14.62", + "population": 65859, + "south": "5.587639", + "updatedAt": 1568275041038, + "west": "165.524918" + }, + "139": { + "areaInSqKm": "25333.0", + "capital": "Skopje", + "code": "MK", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "MKD", + "east": "23.038139", + "env": "development", + "fipsCode": "MK", + "geonameId": "718075", + "id": 140, + "isoAlpha3": "MKD", + "isoNumeric": "807", + "languages": ["mk", "sq", "tr", "rmm", "sr"], + "name": "Macedonia", + "north": "42.361805", + "population": 2062294, + "south": "40.860195", + "updatedAt": 1568275041038, + "west": "20.464695" + }, + "140": { + "areaInSqKm": "1240000.0", + "capital": "Bamako", + "code": "ML", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "XOF", + "east": "4.244968", + "env": "development", + "fipsCode": "ML", + "geonameId": "2453866", + "id": 141, + "isoAlpha3": "MLI", + "isoNumeric": "466", + "languages": ["fr-ML", "bm"], + "name": "Mali", + "north": "25.000002", + "population": 13796354, + "south": "10.159513", + "updatedAt": 1568275041038, + "west": "-12.242614" + }, + "141": { + "areaInSqKm": "678500.0", + "capital": "Nay Pyi Taw", + "code": "MM", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "MMK", + "east": "101.176781", + "env": "development", + "fipsCode": "BM", + "geonameId": "1327865", + "id": 142, + "isoAlpha3": "MMR", + "isoNumeric": "104", + "languages": ["my"], + "name": "Myanmar [Burma]", + "north": "28.543249", + "population": 53414374, + "south": "9.784583", + "updatedAt": 1568275041038, + "west": "92.189278" + }, + "142": { + "areaInSqKm": "1565000.0", + "capital": "Ulan Bator", + "code": "MN", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "MNT", + "east": "119.924309", + "env": "development", + "fipsCode": "MG", + "geonameId": "2029969", + "id": 143, + "isoAlpha3": "MNG", + "isoNumeric": "496", + "languages": ["mn", "ru"], + "name": "Mongolia", + "north": "52.154251", + "population": 3086918, + "south": "41.567638", + "updatedAt": 1568275041038, + "west": "87.749664" + }, + "143": { + "areaInSqKm": "254.0", + "capital": "Macao", + "code": "MO", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "MOP", + "east": "113.565834", + "env": "development", + "fipsCode": "MC", + "geonameId": "1821275", + "id": 144, + "isoAlpha3": "MAC", + "isoNumeric": "446", + "languages": ["zh", "zh-MO", "pt"], + "name": "Macao", + "north": "22.222334", + "population": 449198, + "south": "22.180389", + "updatedAt": 1568275041038, + "west": "113.528946" + }, + "144": { + "areaInSqKm": "121320.0", + "capital": "Asmara", + "code": "ER", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "ERN", + "east": "43.13464", + "env": "development", + "fipsCode": "ER", + "geonameId": "338010", + "id": 145, + "isoAlpha3": "ERI", + "isoNumeric": "232", + "languages": ["aa-ER", "ar", "tig", "kun", "ti-ER"], + "name": "Eritrea", + "north": "18.003084", + "population": 5792984, + "south": "12.359555", + "updatedAt": 1568275041038, + "west": "36.438778" + }, + "145": { + "areaInSqKm": "48730.0", + "capital": "Santo Domingo", + "code": "DO", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "DOP", + "east": "-68.32", + "env": "development", + "fipsCode": "DR", + "geonameId": "3508796", + "id": 146, + "isoAlpha3": "DOM", + "isoNumeric": "214", + "languages": ["es-DO"], + "name": "Dominican Republic", + "north": "19.929859", + "population": 9823821, + "south": "17.543159", + "updatedAt": 1568275041038, + "west": "-72.003487" + }, + "146": { + "areaInSqKm": "1030700.0", + "capital": "Nouakchott", + "code": "MR", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "MRO", + "east": "-4.827674", + "env": "development", + "fipsCode": "MR", + "geonameId": "2378080", + "id": 147, + "isoAlpha3": "MRT", + "isoNumeric": "478", + "languages": ["ar-MR", "fuc", "snk", "fr", "mey", "wo"], + "name": "Mauritania", + "north": "27.298073", + "population": 3205060, + "south": "14.715547", + "updatedAt": 1568275041038, + "west": "-17.066521" + }, + "147": { + "areaInSqKm": "266000.0", + "capital": "El Aaiún", + "code": "EH", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "MAD", + "east": "-8.670276", + "env": "development", + "fipsCode": "WI", + "geonameId": "2461445", + "id": 148, + "isoAlpha3": "ESH", + "isoNumeric": "732", + "languages": ["ar", "mey"], + "name": "Western Sahara", + "north": "27.669674", + "population": 273008, + "south": "20.774158", + "updatedAt": 1568275041038, + "west": "-17.103182" + }, + "148": { + "areaInSqKm": "316.0", + "capital": "Valletta", + "code": "MT", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "14.5764915000002", + "env": "development", + "fipsCode": "MT", + "geonameId": "2562770", + "id": 149, + "isoAlpha3": "MLT", + "isoNumeric": "470", + "languages": ["mt", "en-MT"], + "name": "Malta", + "north": "36.0821530995456", + "population": 403000, + "south": "35.8061835000002", + "updatedAt": 1568275041038, + "west": "14.1834251000001" + }, + "149": { + "areaInSqKm": "2040.0", + "capital": "Port Louis", + "code": "MU", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "MUR", + "east": "63.500179", + "env": "development", + "fipsCode": "MP", + "geonameId": "934292", + "id": 150, + "isoAlpha3": "MUS", + "isoNumeric": "480", + "languages": ["en-MU", "bho", "fr"], + "name": "Mauritius", + "north": "-10.319255", + "population": 1294104, + "south": "-20.525717", + "updatedAt": 1568275041038, + "west": "56.512718" + }, + "150": { + "areaInSqKm": "300.0", + "capital": "Malé", + "code": "MV", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "MVR", + "east": "73.637276", + "env": "development", + "fipsCode": "MV", + "geonameId": "1282028", + "id": 151, + "isoAlpha3": "MDV", + "isoNumeric": "462", + "languages": ["dv", "en"], + "name": "Maldives", + "north": "7.091587495414767", + "population": 395650, + "south": "-0.692694", + "updatedAt": 1568275041038, + "west": "72.693222" + }, + "151": { + "areaInSqKm": "118480.0", + "capital": "Lilongwe", + "code": "MW", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "MWK", + "east": "35.916821", + "env": "development", + "fipsCode": "MI", + "geonameId": "927384", + "id": 152, + "isoAlpha3": "MWI", + "isoNumeric": "454", + "languages": ["ny", "yao", "tum", "swk"], + "name": "Malawi", + "north": "-9.367541", + "population": 15447500, + "south": "-17.125", + "updatedAt": 1568275041038, + "west": "32.67395" + }, + "152": { + "areaInSqKm": "1972550.0", + "capital": "Mexico City", + "code": "MX", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "MXN", + "east": "-86.703392", + "env": "development", + "fipsCode": "MX", + "geonameId": "3996063", + "id": 153, + "isoAlpha3": "MEX", + "isoNumeric": "484", + "languages": ["es-MX"], + "name": "Mexico", + "north": "32.716759", + "population": 112468855, + "south": "14.532866", + "updatedAt": 1568275041038, + "west": "-118.453949" + }, + "153": { + "areaInSqKm": "1100.0", + "capital": "Fort-de-France", + "code": "MQ", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "-60.81551", + "env": "development", + "fipsCode": "MB", + "geonameId": "3570311", + "id": 154, + "isoAlpha3": "MTQ", + "isoNumeric": "474", + "languages": ["fr-MQ"], + "name": "Martinique", + "north": "14.878819", + "population": 432900, + "south": "14.392262", + "updatedAt": 1568275041038, + "west": "-61.230118" + }, + "154": { + "areaInSqKm": "102.0", + "capital": "Plymouth", + "code": "MS", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "XCD", + "east": "-62.144100129608205", + "env": "development", + "fipsCode": "MH", + "geonameId": "3578097", + "id": 155, + "isoAlpha3": "MSR", + "isoNumeric": "500", + "languages": ["en-MS"], + "name": "Montserrat", + "north": "16.824060205313184", + "population": 9341, + "south": "16.674768935441556", + "updatedAt": 1568275041038, + "west": "-62.24138237036129" + }, + "155": { + "areaInSqKm": "825418.0", + "capital": "Windhoek", + "code": "NA", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "NAD", + "east": "25.256701", + "env": "development", + "fipsCode": "WA", + "geonameId": "3355338", + "id": 156, + "isoAlpha3": "NAM", + "isoNumeric": "516", + "languages": ["en-NA", "af", "de", "hz", "naq"], + "name": "Namibia", + "north": "-16.959894", + "population": 2128471, + "south": "-28.97143", + "updatedAt": 1568275041038, + "west": "11.71563" + }, + "156": { + "areaInSqKm": "329750.0", + "capital": "Kuala Lumpur", + "code": "MY", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "MYR", + "east": "119.267502", + "env": "development", + "fipsCode": "MY", + "geonameId": "1733045", + "id": 157, + "isoAlpha3": "MYS", + "isoNumeric": "458", + "languages": ["ms-MY", "en", "zh", "ta", "te", "ml", "pa", "th"], + "name": "Malaysia", + "north": "7.363417", + "population": 28274729, + "south": "0.855222", + "updatedAt": 1568275041038, + "west": "99.643448" + }, + "157": { + "areaInSqKm": "801590.0", + "capital": "Maputo", + "code": "MZ", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "MZN", + "east": "40.842995", + "env": "development", + "fipsCode": "MZ", + "geonameId": "1036973", + "id": 158, + "isoAlpha3": "MOZ", + "isoNumeric": "508", + "languages": ["pt-MZ", "vmw"], + "name": "Mozambique", + "north": "-10.471883", + "population": 22061451, + "south": "-26.868685", + "updatedAt": 1568275041038, + "west": "30.217319" + }, + "158": { + "areaInSqKm": "34.6", + "capital": "Kingston", + "code": "NF", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "AUD", + "east": "167.99773740209957", + "env": "development", + "fipsCode": "NF", + "geonameId": "2155115", + "id": 159, + "isoAlpha3": "NFK", + "isoNumeric": "574", + "languages": ["en-NF"], + "name": "Norfolk Island", + "north": "-28.995170686948427", + "population": 1828, + "south": "-29.063076742954735", + "updatedAt": 1568275041038, + "west": "167.91543230151365" + }, + "159": { + "areaInSqKm": "923768.0", + "capital": "Abuja", + "code": "NG", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "NGN", + "east": "14.680073", + "env": "development", + "fipsCode": "NI", + "geonameId": "2328926", + "id": 160, + "isoAlpha3": "NGA", + "isoNumeric": "566", + "languages": ["en-NG", "ha", "yo", "ig", "ff"], + "name": "Nigeria", + "north": "13.892007", + "population": 154000000, + "south": "4.277144", + "updatedAt": 1568275041038, + "west": "2.668432" + }, + "160": { + "areaInSqKm": "129494.0", + "capital": "Managua", + "code": "NI", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "NIO", + "east": "-82.738289", + "env": "development", + "fipsCode": "NU", + "geonameId": "3617476", + "id": 161, + "isoAlpha3": "NIC", + "isoNumeric": "558", + "languages": ["es-NI", "en"], + "name": "Nicaragua", + "north": "15.025909", + "population": 5995928, + "south": "10.707543", + "updatedAt": 1568275041038, + "west": "-87.690308" + }, + "161": { + "areaInSqKm": "1267000.0", + "capital": "Niamey", + "code": "NE", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "XOF", + "east": "15.995643", + "env": "development", + "fipsCode": "NG", + "geonameId": "2440476", + "id": 162, + "isoAlpha3": "NER", + "isoNumeric": "562", + "languages": ["fr-NE", "ha", "kr", "dje"], + "name": "Niger", + "north": "23.525026", + "population": 15878271, + "south": "11.696975", + "updatedAt": 1568275041038, + "west": "0.16625" + }, + "162": { + "areaInSqKm": "324220.0", + "capital": "Oslo", + "code": "NO", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "NOK", + "east": "31.078052520751953", + "env": "development", + "fipsCode": "NO", + "geonameId": "3144096", + "id": 163, + "isoAlpha3": "NOR", + "isoNumeric": "578", + "languages": ["no", "nb", "nn", "se", "fi"], + "name": "Norway", + "north": "71.18811", + "population": 5009150, + "south": "57.977917", + "updatedAt": 1568275041038, + "west": "4.650167" + }, + "163": { + "areaInSqKm": "140800.0", + "capital": "Kathmandu", + "code": "NP", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "NPR", + "east": "88.199333", + "env": "development", + "fipsCode": "NP", + "geonameId": "1282988", + "id": 164, + "isoAlpha3": "NPL", + "isoNumeric": "524", + "languages": ["ne", "en"], + "name": "Nepal", + "north": "30.43339", + "population": 28951852, + "south": "26.356722", + "updatedAt": 1568275041038, + "west": "80.056274" + }, + "164": { + "areaInSqKm": "21.0", + "capital": "", + "code": "NR", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "AUD", + "east": "166.945282", + "env": "development", + "fipsCode": "NR", + "geonameId": "2110425", + "id": 165, + "isoAlpha3": "NRU", + "isoNumeric": "520", + "languages": ["na", "en-NR"], + "name": "Nauru", + "north": "-0.504306", + "population": 10065, + "south": "-0.552333", + "updatedAt": 1568275041038, + "west": "166.899033" + }, + "165": { + "areaInSqKm": "260.0", + "capital": "Alofi", + "code": "NU", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "NZD", + "east": "-169.775177", + "env": "development", + "fipsCode": "NE", + "geonameId": "4036232", + "id": 166, + "isoAlpha3": "NIU", + "isoNumeric": "570", + "languages": ["niu", "en-NU"], + "name": "Niue", + "north": "-18.951069", + "population": 2166, + "south": "-19.152193", + "updatedAt": 1568275041038, + "west": "-169.951004" + }, + "166": { + "areaInSqKm": "477.0", + "capital": "Saipan", + "code": "MP", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "USD", + "east": "146.06528", + "env": "development", + "fipsCode": "CQ", + "geonameId": "4041468", + "id": 167, + "isoAlpha3": "MNP", + "isoNumeric": "580", + "languages": ["fil", "tl", "zh", "ch-MP", "en-MP"], + "name": "Northern Mariana Islands", + "north": "20.55344", + "population": 53883, + "south": "14.11023", + "updatedAt": 1568275041038, + "west": "144.88626" + }, + "167": { + "areaInSqKm": "212460.0", + "capital": "Muscat", + "code": "OM", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "OMR", + "east": "59.836582", + "env": "development", + "fipsCode": "MU", + "geonameId": "286963", + "id": 168, + "isoAlpha3": "OMN", + "isoNumeric": "512", + "languages": ["ar-OM", "en", "bal", "ur"], + "name": "Oman", + "north": "26.387972", + "population": 2967717, + "south": "16.64575", + "updatedAt": 1568275041038, + "west": "51.882" + }, + "168": { + "areaInSqKm": "78200.0", + "capital": "Panama City", + "code": "PA", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "PAB", + "east": "-77.17411", + "env": "development", + "fipsCode": "PM", + "geonameId": "3703430", + "id": 169, + "isoAlpha3": "PAN", + "isoNumeric": "591", + "languages": ["es-PA", "en"], + "name": "Panama", + "north": "9.637514", + "population": 3410676, + "south": "7.197906", + "updatedAt": 1568275041038, + "west": "-83.051445" + }, + "169": { + "areaInSqKm": "1285220.0", + "capital": "Lima", + "code": "PE", + "continent": "SA", + "continentName": "South America", + "createdAt": 1568104730276, + "currencyCode": "PEN", + "east": "-68.677986", + "env": "development", + "fipsCode": "PE", + "geonameId": "3932488", + "id": 170, + "isoAlpha3": "PER", + "isoNumeric": "604", + "languages": ["es-PE", "qu", "ay"], + "name": "Peru", + "north": "-0.012977", + "population": 29907003, + "south": "-18.349728", + "updatedAt": 1568275041038, + "west": "-81.326744" + }, + "170": { + "areaInSqKm": "4167.0", + "capital": "Papeete", + "code": "PF", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "XPF", + "east": "-134.929825", + "env": "development", + "fipsCode": "FP", + "geonameId": "4030656", + "id": 171, + "isoAlpha3": "PYF", + "isoNumeric": "258", + "languages": ["fr-PF", "ty"], + "name": "French Polynesia", + "north": "-7.903573", + "population": 270485, + "south": "-27.653572", + "updatedAt": 1568275041038, + "west": "-152.877167" + }, + "171": { + "areaInSqKm": "462840.0", + "capital": "Port Moresby", + "code": "PG", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "PGK", + "east": "155.96344", + "env": "development", + "fipsCode": "PP", + "geonameId": "2088628", + "id": 172, + "isoAlpha3": "PNG", + "isoNumeric": "598", + "languages": ["en-PG", "ho", "meu", "tpi"], + "name": "Papua New Guinea", + "north": "-1.318639", + "population": 6064515, + "south": "-11.657861", + "updatedAt": 1568275041038, + "west": "140.842865" + }, + "172": { + "areaInSqKm": "300000.0", + "capital": "Manila", + "code": "PH", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "PHP", + "east": "126.601524", + "env": "development", + "fipsCode": "RP", + "geonameId": "1694008", + "id": 173, + "isoAlpha3": "PHL", + "isoNumeric": "608", + "languages": ["tl", "en-PH", "fil"], + "name": "Philippines", + "north": "21.120611", + "population": 99900177, + "south": "4.643306", + "updatedAt": 1568275041038, + "west": "116.931557" + }, + "173": { + "areaInSqKm": "803940.0", + "capital": "Islamabad", + "code": "PK", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "PKR", + "east": "77.840919", + "env": "development", + "fipsCode": "PK", + "geonameId": "1168579", + "id": 174, + "isoAlpha3": "PAK", + "isoNumeric": "586", + "languages": ["ur-PK", "en-PK", "pa", "sd", "ps", "brh"], + "name": "Pakistan", + "north": "37.097", + "population": 184404791, + "south": "23.786722", + "updatedAt": 1568275041038, + "west": "60.878613" + }, + "174": { + "areaInSqKm": "312685.0", + "capital": "Warsaw", + "code": "PL", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "PLN", + "east": "24.150749", + "env": "development", + "fipsCode": "PL", + "geonameId": "798544", + "id": 175, + "isoAlpha3": "POL", + "isoNumeric": "616", + "languages": ["pl"], + "name": "Poland", + "north": "54.839138", + "population": 38500000, + "south": "49.006363", + "updatedAt": 1568275041038, + "west": "14.123" + }, + "175": { + "areaInSqKm": "242.0", + "capital": "Saint-Pierre", + "code": "PM", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "-56.252991", + "env": "development", + "fipsCode": "SB", + "geonameId": "3424932", + "id": 176, + "isoAlpha3": "SPM", + "isoNumeric": "666", + "languages": ["fr-PM"], + "name": "Saint Pierre and Miquelon", + "north": "47.146286", + "population": 7012, + "south": "46.786041", + "updatedAt": 1568275041038, + "west": "-56.420658" + }, + "176": { + "areaInSqKm": "47.0", + "capital": "Adamstown", + "code": "PN", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "NZD", + "east": "-124.77285", + "env": "development", + "fipsCode": "PC", + "geonameId": "4030699", + "id": 177, + "isoAlpha3": "PCN", + "isoNumeric": "612", + "languages": ["en-PN"], + "name": "Pitcairn Islands", + "north": "-24.315865", + "population": 46, + "south": "-24.672565", + "updatedAt": 1568275041038, + "west": "-128.346436" + }, + "177": { + "areaInSqKm": "268680.0", + "capital": "Wellington", + "code": "NZ", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "NZD", + "east": "-180", + "env": "development", + "fipsCode": "NZ", + "geonameId": "2186224", + "id": 178, + "isoAlpha3": "NZL", + "isoNumeric": "554", + "languages": ["en-NZ", "mi"], + "name": "New Zealand", + "north": "-34.389668", + "population": 4252277, + "south": "-47.286026", + "updatedAt": 1568275041038, + "west": "166.7155" + }, + "178": { + "areaInSqKm": "5970.0", + "capital": "", + "code": "PS", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "ILS", + "east": "35.5732955932617", + "env": "development", + "fipsCode": "WE", + "geonameId": "6254930", + "id": 179, + "isoAlpha3": "PSE", + "isoNumeric": "275", + "languages": ["ar-PS"], + "name": "Palestine", + "north": "32.54638671875", + "population": 3800000, + "south": "31.216541290283203", + "updatedAt": 1568275041038, + "west": "34.21665954589844" + }, + "179": { + "areaInSqKm": "92391.0", + "capital": "Lisbon", + "code": "PT", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "-6.18915930748288", + "env": "development", + "fipsCode": "PO", + "geonameId": "2264397", + "id": 180, + "isoAlpha3": "PRT", + "isoNumeric": "620", + "languages": ["pt-PT", "mwl"], + "name": "Portugal", + "north": "42.154311127408", + "population": 10676000, + "south": "36.96125", + "updatedAt": 1568275041038, + "west": "-9.50052660716588" + }, + "180": { + "areaInSqKm": "458.0", + "capital": "Melekeok - Palau State Capital", + "code": "PW", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "USD", + "east": "134.72307", + "env": "development", + "fipsCode": "PS", + "geonameId": "1559582", + "id": 181, + "isoAlpha3": "PLW", + "isoNumeric": "585", + "languages": ["pau", "sov", "en-PW", "tox", "ja", "fil", "zh"], + "name": "Palau", + "north": "8.46966", + "population": 19907, + "south": "2.8036", + "updatedAt": 1568275041038, + "west": "131.11788" + }, + "181": { + "areaInSqKm": "406750.0", + "capital": "Asunción", + "code": "PY", + "continent": "SA", + "continentName": "South America", + "createdAt": 1568104730276, + "currencyCode": "PYG", + "east": "-54.259354", + "env": "development", + "fipsCode": "PA", + "geonameId": "3437598", + "id": 182, + "isoAlpha3": "PRY", + "isoNumeric": "600", + "languages": ["es-PY", "gn"], + "name": "Paraguay", + "north": "-19.294041", + "population": 6375830, + "south": "-27.608738", + "updatedAt": 1568275041038, + "west": "-62.647076" + }, + "182": { + "areaInSqKm": "11437.0", + "capital": "Doha", + "code": "QA", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "QAR", + "east": "51.636639", + "env": "development", + "fipsCode": "QA", + "geonameId": "289688", + "id": 183, + "isoAlpha3": "QAT", + "isoNumeric": "634", + "languages": ["ar-QA", "es"], + "name": "Qatar", + "north": "26.154722", + "population": 840926, + "south": "24.482944", + "updatedAt": 1568275041038, + "west": "50.757221" + }, + "183": { + "areaInSqKm": "2517.0", + "capital": "Saint-Denis", + "code": "RE", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "55.838193901930026", + "env": "development", + "fipsCode": "RE", + "geonameId": "935317", + "id": 184, + "isoAlpha3": "REU", + "isoNumeric": "638", + "languages": ["fr-RE"], + "name": "Réunion", + "north": "-20.868391324576944", + "population": 776948, + "south": "-21.383747301469107", + "updatedAt": 1568275041038, + "west": "55.21219224792685" + }, + "184": { + "areaInSqKm": "237500.0", + "capital": "Bucharest", + "code": "RO", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "RON", + "east": "29.691055", + "env": "development", + "fipsCode": "RO", + "geonameId": "798549", + "id": 185, + "isoAlpha3": "ROU", + "isoNumeric": "642", + "languages": ["ro", "hu", "rom"], + "name": "Romania", + "north": "48.266945", + "population": 21959278, + "south": "43.627304", + "updatedAt": 1568275041038, + "west": "20.269972" + }, + "185": { + "areaInSqKm": "9104.0", + "capital": "San Juan", + "code": "PR", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "USD", + "east": "-65.242737", + "env": "development", + "fipsCode": "RQ", + "geonameId": "4566966", + "id": 186, + "isoAlpha3": "PRI", + "isoNumeric": "630", + "languages": ["en-PR", "es-PR"], + "name": "Puerto Rico", + "north": "18.520166", + "population": 3916632, + "south": "17.926405", + "updatedAt": 1568275041038, + "west": "-67.942726" + }, + "186": { + "areaInSqKm": "88361.0", + "capital": "Belgrade", + "code": "RS", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "RSD", + "east": "23.00499725341797", + "env": "development", + "fipsCode": "RI", + "geonameId": "6290252", + "id": 187, + "isoAlpha3": "SRB", + "isoNumeric": "688", + "languages": ["sr", "hu", "bs", "rom"], + "name": "Serbia", + "north": "46.18138885498047", + "population": 7344847, + "south": "42.232215881347656", + "updatedAt": 1568275041038, + "west": "18.817020416259766" + }, + "187": { + "areaInSqKm": "19060.0", + "capital": "Noumea", + "code": "NC", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "XPF", + "east": "168.129135", + "env": "development", + "fipsCode": "NC", + "geonameId": "2139685", + "id": 188, + "isoAlpha3": "NCL", + "isoNumeric": "540", + "languages": ["fr-NC"], + "name": "New Caledonia", + "north": "-19.549778", + "population": 216494, + "south": "-22.698", + "updatedAt": 1568275041038, + "west": "163.564667" + }, + "188": { + "areaInSqKm": "41526.0", + "capital": "Amsterdam", + "code": "NL", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "7.227944", + "env": "development", + "fipsCode": "NL", + "geonameId": "2750405", + "id": 189, + "isoAlpha3": "NLD", + "isoNumeric": "528", + "languages": ["nl-NL", "fy-NL"], + "name": "Netherlands", + "north": "53.512196", + "population": 16645000, + "south": "50.753918", + "updatedAt": 1568275041038, + "west": "3.362556" + }, + "189": { + "areaInSqKm": "28450.0", + "capital": "Honiara", + "code": "SB", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "SBD", + "east": "166.980865", + "env": "development", + "fipsCode": "BP", + "geonameId": "2103350", + "id": 190, + "isoAlpha3": "SLB", + "isoNumeric": "090", + "languages": ["en-SB", "tpi"], + "name": "Solomon Islands", + "north": "-6.589611", + "population": 559198, + "south": "-11.850555", + "updatedAt": 1568275041038, + "west": "155.508606" + }, + "190": { + "areaInSqKm": "455.0", + "capital": "Victoria", + "code": "SC", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "SCR", + "east": "56.29770287937299", + "env": "development", + "fipsCode": "SE", + "geonameId": "241170", + "id": 191, + "isoAlpha3": "SYC", + "isoNumeric": "690", + "languages": ["en-SC", "fr-SC"], + "name": "Seychelles", + "north": "-4.283717", + "population": 88340, + "south": "-9.753867", + "updatedAt": 1568275041038, + "west": "46.204769" + }, + "191": { + "areaInSqKm": "1861484.0", + "capital": "Khartoum", + "code": "SD", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "SDG", + "east": "38.60749816894531", + "env": "development", + "fipsCode": "SU", + "geonameId": "366755", + "id": 192, + "isoAlpha3": "SDN", + "isoNumeric": "729", + "languages": ["ar-SD", "en", "fia"], + "name": "Sudan", + "north": "22.232219696044922", + "population": 35000000, + "south": "8.684720993041992", + "updatedAt": 1568275041038, + "west": "21.827774047851562" + }, + "192": { + "areaInSqKm": "449964.0", + "capital": "Stockholm", + "code": "SE", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "SEK", + "east": "24.1562924839185", + "env": "development", + "fipsCode": "SW", + "geonameId": "2661886", + "id": 193, + "isoAlpha3": "SWE", + "isoNumeric": "752", + "languages": ["sv-SE", "se", "sma", "fi-SE"], + "name": "Sweden", + "north": "69.0625", + "population": 9555893, + "south": "55.337112", + "updatedAt": 1568275041038, + "west": "11.118694" + }, + "193": { + "areaInSqKm": "692.7", + "capital": "Singapore", + "code": "SG", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "SGD", + "east": "104.007469", + "env": "development", + "fipsCode": "SN", + "geonameId": "1880251", + "id": 194, + "isoAlpha3": "SGP", + "isoNumeric": "702", + "languages": ["cmn", "en-SG", "ms-SG", "ta-SG", "zh-SG"], + "name": "Singapore", + "north": "1.471278", + "population": 4701069, + "south": "1.258556", + "updatedAt": 1568275041038, + "west": "103.638275" + }, + "194": { + "areaInSqKm": "410.0", + "capital": "Jamestown", + "code": "SH", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "SHP", + "east": "-5.638753", + "env": "development", + "fipsCode": "SH", + "geonameId": "3370751", + "id": 195, + "isoAlpha3": "SHN", + "isoNumeric": "654", + "languages": ["en-SH"], + "name": "Saint Helena", + "north": "-7.887815", + "population": 7460, + "south": "-16.019543", + "updatedAt": 1568275041038, + "west": "-14.42123" + }, + "195": { + "areaInSqKm": "20273.0", + "capital": "Ljubljana", + "code": "SI", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "16.6106311807", + "env": "development", + "fipsCode": "SI", + "geonameId": "3190538", + "id": 196, + "isoAlpha3": "SVN", + "isoNumeric": "705", + "languages": ["sl", "sh"], + "name": "Slovenia", + "north": "46.8766275518195", + "population": 2007000, + "south": "45.421812998164", + "updatedAt": 1568275041038, + "west": "13.3753342064709" + }, + "196": { + "areaInSqKm": "62049.0", + "capital": "Longyearbyen", + "code": "SJ", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "NOK", + "east": "33.287334", + "env": "development", + "fipsCode": "SV", + "geonameId": "607072", + "id": 197, + "isoAlpha3": "SJM", + "isoNumeric": "744", + "languages": ["no", "ru"], + "name": "Svalbard and Jan Mayen", + "north": "80.762085", + "population": 2550, + "south": "79.220306", + "updatedAt": 1568275041038, + "west": "17.699389" + }, + "197": { + "areaInSqKm": "48845.0", + "capital": "Bratislava", + "code": "SK", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "22.570444", + "env": "development", + "fipsCode": "LO", + "geonameId": "3057568", + "id": 198, + "isoAlpha3": "SVK", + "isoNumeric": "703", + "languages": ["sk", "hu"], + "name": "Slovakia", + "north": "49.603168", + "population": 5455000, + "south": "47.728111", + "updatedAt": 1568275041038, + "west": "16.84775" + }, + "198": { + "areaInSqKm": "71740.0", + "capital": "Freetown", + "code": "SL", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "SLL", + "east": "-10.284238", + "env": "development", + "fipsCode": "SL", + "geonameId": "2403846", + "id": 199, + "isoAlpha3": "SLE", + "isoNumeric": "694", + "languages": ["en-SL", "men", "tem"], + "name": "Sierra Leone", + "north": "10", + "population": 5245695, + "south": "6.929611", + "updatedAt": 1568275041038, + "west": "-13.307631" + }, + "199": { + "areaInSqKm": "61.2", + "capital": "San Marino", + "code": "SM", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "12.51653186779788", + "env": "development", + "fipsCode": "SM", + "geonameId": "3168068", + "id": 200, + "isoAlpha3": "SMR", + "isoNumeric": "674", + "languages": ["it-SM"], + "name": "San Marino", + "north": "43.99223730851663", + "population": 31477, + "south": "43.8937092171425", + "updatedAt": 1568275041038, + "west": "12.403538978820734" + }, + "200": { + "areaInSqKm": "196190.0", + "capital": "Dakar", + "code": "SN", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "XOF", + "east": "-11.355887", + "env": "development", + "fipsCode": "SG", + "geonameId": "2245662", + "id": 201, + "isoAlpha3": "SEN", + "isoNumeric": "686", + "languages": ["fr-SN", "wo", "fuc", "mnk"], + "name": "Senegal", + "north": "16.691633", + "population": 12323252, + "south": "12.307275", + "updatedAt": 1568275041038, + "west": "-17.535236" + }, + "201": { + "areaInSqKm": "637657.0", + "capital": "Mogadishu", + "code": "SO", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "SOS", + "east": "51.412636", + "env": "development", + "fipsCode": "SO", + "geonameId": "51537", + "id": 202, + "isoAlpha3": "SOM", + "isoNumeric": "706", + "languages": ["so-SO", "ar-SO", "it", "en-SO"], + "name": "Somalia", + "north": "11.979166", + "population": 10112453, + "south": "-1.674868", + "updatedAt": 1568275041038, + "west": "40.986595" + }, + "202": { + "areaInSqKm": "163270.0", + "capital": "Paramaribo", + "code": "SR", + "continent": "SA", + "continentName": "South America", + "createdAt": 1568104730276, + "currencyCode": "SRD", + "east": "-53.977493", + "env": "development", + "fipsCode": "NS", + "geonameId": "3382998", + "id": 203, + "isoAlpha3": "SUR", + "isoNumeric": "740", + "languages": ["nl-SR", "en", "srn", "hns", "jv"], + "name": "Suriname", + "north": "6.004546", + "population": 492829, + "south": "1.831145", + "updatedAt": 1568275041038, + "west": "-58.086563" + }, + "203": { + "areaInSqKm": "644329.0", + "capital": "Juba", + "code": "SS", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "SSP", + "east": "35.9405517578125", + "env": "development", + "fipsCode": "OD", + "geonameId": "7909807", + "id": 204, + "isoAlpha3": "SSD", + "isoNumeric": "728", + "languages": ["en"], + "name": "South Sudan", + "north": "12.219148635864258", + "population": 8260490, + "south": "3.493394374847412", + "updatedAt": 1568275041038, + "west": "24.140274047851562" + }, + "204": { + "areaInSqKm": "1001.0", + "capital": "São Tomé", + "code": "ST", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "STD", + "east": "7.466374", + "env": "development", + "fipsCode": "TP", + "geonameId": "2410758", + "id": 205, + "isoAlpha3": "STP", + "isoNumeric": "678", + "languages": ["pt-ST"], + "name": "São Tomé and Príncipe", + "north": "1.701323", + "population": 175808, + "south": "0.024766", + "updatedAt": 1568275041038, + "west": "6.47017" + }, + "205": { + "areaInSqKm": "21040.0", + "capital": "San Salvador", + "code": "SV", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "USD", + "east": "-87.692162", + "env": "development", + "fipsCode": "ES", + "geonameId": "3585968", + "id": 206, + "isoAlpha3": "SLV", + "isoNumeric": "222", + "languages": ["es-SV"], + "name": "El Salvador", + "north": "14.445067", + "population": 6052064, + "south": "13.148679", + "updatedAt": 1568275041038, + "west": "-90.128662" + }, + "206": { + "areaInSqKm": "", + "capital": "Philipsburg", + "code": "SX", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "ANG", + "east": "-63.012993", + "env": "development", + "fipsCode": "NN", + "geonameId": "7609695", + "id": 207, + "isoAlpha3": "SXM", + "isoNumeric": "534", + "languages": ["nl", "en"], + "name": "Sint Maarten", + "north": "18.070248", + "population": 37429, + "south": "18.011692", + "updatedAt": 1568275041038, + "west": "-63.144039" + }, + "207": { + "areaInSqKm": "185180.0", + "capital": "Damascus", + "code": "SY", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "SYP", + "east": "42.385029", + "env": "development", + "fipsCode": "SY", + "geonameId": "163843", + "id": 208, + "isoAlpha3": "SYR", + "isoNumeric": "760", + "languages": ["ar-SY", "ku", "hy", "arc", "fr", "en"], + "name": "Syria", + "north": "37.319138", + "population": 22198110, + "south": "32.310665", + "updatedAt": 1568275041038, + "west": "35.727222" + }, + "208": { + "areaInSqKm": "17363.0", + "capital": "Mbabane", + "code": "SZ", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "SZL", + "east": "32.13726", + "env": "development", + "fipsCode": "WZ", + "geonameId": "934841", + "id": 209, + "isoAlpha3": "SWZ", + "isoNumeric": "748", + "languages": ["en-SZ", "ss-SZ"], + "name": "Swaziland", + "north": "-25.719648", + "population": 1354051, + "south": "-27.317101", + "updatedAt": 1568275041038, + "west": "30.794107" + }, + "209": { + "areaInSqKm": "430.0", + "capital": "Cockburn Town", + "code": "TC", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "USD", + "east": "-71.123642", + "env": "development", + "fipsCode": "TK", + "geonameId": "3576916", + "id": 210, + "isoAlpha3": "TCA", + "isoNumeric": "796", + "languages": ["en-TC"], + "name": "Turks and Caicos Islands", + "north": "21.961878", + "population": 20556, + "south": "21.422626", + "updatedAt": 1568275041038, + "west": "-72.483871" + }, + "210": { + "areaInSqKm": "1284000.0", + "capital": "N'Djamena", + "code": "TD", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "XAF", + "east": "24.002661", + "env": "development", + "fipsCode": "CD", + "geonameId": "2434508", + "id": 211, + "isoAlpha3": "TCD", + "isoNumeric": "148", + "languages": ["fr-TD", "ar-TD", "sre"], + "name": "Chad", + "north": "23.450369", + "population": 10543464, + "south": "7.441068", + "updatedAt": 1568275041038, + "west": "13.473475" + }, + "211": { + "areaInSqKm": "7829.0", + "capital": "Port-aux-Français", + "code": "TF", + "continent": "AN", + "continentName": "Antarctica", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "77.598808", + "env": "development", + "fipsCode": "FS", + "geonameId": "1546748", + "id": 212, + "isoAlpha3": "ATF", + "isoNumeric": "260", + "languages": ["fr"], + "name": "French Southern Territories", + "north": "-37.790722", + "population": 140, + "south": "-49.735184", + "updatedAt": 1568275041038, + "west": "50.170258" + }, + "212": { + "areaInSqKm": "56785.0", + "capital": "Lomé", + "code": "TG", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "XOF", + "east": "1.806693", + "env": "development", + "fipsCode": "TO", + "geonameId": "2363686", + "id": 213, + "isoAlpha3": "TGO", + "isoNumeric": "768", + "languages": ["fr-TG", "ee", "hna", "kbp", "dag", "ha"], + "name": "Togo", + "north": "11.138977", + "population": 6587239, + "south": "6.104417", + "updatedAt": 1568275041038, + "west": "-0.147324" + }, + "213": { + "areaInSqKm": "514000.0", + "capital": "Bangkok", + "code": "TH", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "THB", + "east": "105.639389", + "env": "development", + "fipsCode": "TH", + "geonameId": "1605651", + "id": 214, + "isoAlpha3": "THA", + "isoNumeric": "764", + "languages": ["th", "en"], + "name": "Thailand", + "north": "20.463194", + "population": 67089500, + "south": "5.61", + "updatedAt": 1568275041038, + "west": "97.345642" + }, + "214": { + "areaInSqKm": "143100.0", + "capital": "Dushanbe", + "code": "TJ", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "TJS", + "east": "75.137222", + "env": "development", + "fipsCode": "TI", + "geonameId": "1220409", + "id": 215, + "isoAlpha3": "TJK", + "isoNumeric": "762", + "languages": ["tg", "ru"], + "name": "Tajikistan", + "north": "41.042252", + "population": 7487489, + "south": "36.674137", + "updatedAt": 1568275041038, + "west": "67.387138" + }, + "215": { + "areaInSqKm": "10.0", + "capital": "", + "code": "TK", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "NZD", + "east": "-171.21142578125", + "env": "development", + "fipsCode": "TL", + "geonameId": "4031074", + "id": 216, + "isoAlpha3": "TKL", + "isoNumeric": "772", + "languages": ["tkl", "en-TK"], + "name": "Tokelau", + "north": "-8.553613662719727", + "population": 1466, + "south": "-9.381111145019531", + "updatedAt": 1568275041038, + "west": "-172.50033569335938" + }, + "216": { + "areaInSqKm": "15007.0", + "capital": "Dili", + "code": "TL", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "USD", + "east": "127.30859375", + "env": "development", + "fipsCode": "TT", + "geonameId": "1966436", + "id": 217, + "isoAlpha3": "TLS", + "isoNumeric": "626", + "languages": ["tet", "pt-TL", "id", "en"], + "name": "East Timor", + "north": "-8.135833740234375", + "population": 1154625, + "south": "-9.463626861572266", + "updatedAt": 1568275041038, + "west": "124.04609680175781" + }, + "217": { + "areaInSqKm": "488100.0", + "capital": "Ashgabat", + "code": "TM", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "TMT", + "east": "66.684303", + "env": "development", + "fipsCode": "TX", + "geonameId": "1218197", + "id": 218, + "isoAlpha3": "TKM", + "isoNumeric": "795", + "languages": ["tk", "ru", "uz"], + "name": "Turkmenistan", + "north": "42.795555", + "population": 4940916, + "south": "35.141083", + "updatedAt": 1568275041038, + "west": "52.441444" + }, + "218": { + "areaInSqKm": "163610.0", + "capital": "Tunis", + "code": "TN", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "TND", + "east": "11.598278", + "env": "development", + "fipsCode": "TS", + "geonameId": "2464461", + "id": 219, + "isoAlpha3": "TUN", + "isoNumeric": "788", + "languages": ["ar-TN", "fr"], + "name": "Tunisia", + "north": "37.543915", + "population": 10589025, + "south": "30.240417", + "updatedAt": 1568275041038, + "west": "7.524833" + }, + "219": { + "areaInSqKm": "748.0", + "capital": "Nuku'alofa", + "code": "TO", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "TOP", + "east": "-173.907578", + "env": "development", + "fipsCode": "TN", + "geonameId": "4032283", + "id": 220, + "isoAlpha3": "TON", + "isoNumeric": "776", + "languages": ["to", "en-TO"], + "name": "Tonga", + "north": "-15.562988", + "population": 122580, + "south": "-21.455057", + "updatedAt": 1568275041038, + "west": "-175.682266" + }, + "220": { + "areaInSqKm": "780580.0", + "capital": "Ankara", + "code": "TR", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "TRY", + "east": "44.834999", + "env": "development", + "fipsCode": "TU", + "geonameId": "298795", + "id": 221, + "isoAlpha3": "TUR", + "isoNumeric": "792", + "languages": ["tr-TR", "ku", "diq", "az", "av"], + "name": "Turkey", + "north": "42.107613", + "population": 77804122, + "south": "35.815418", + "updatedAt": 1568275041038, + "west": "25.668501" + }, + "221": { + "areaInSqKm": "5128.0", + "capital": "Port of Spain", + "code": "TT", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "TTD", + "east": "-60.517933", + "env": "development", + "fipsCode": "TD", + "geonameId": "3573591", + "id": 222, + "isoAlpha3": "TTO", + "isoNumeric": "780", + "languages": ["en-TT", "hns", "fr", "es", "zh"], + "name": "Trinidad and Tobago", + "north": "11.338342", + "population": 1228691, + "south": "10.036105", + "updatedAt": 1568275041038, + "west": "-61.923771" + }, + "222": { + "areaInSqKm": "26.0", + "capital": "Funafuti", + "code": "TV", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "AUD", + "east": "179.863281", + "env": "development", + "fipsCode": "TV", + "geonameId": "2110297", + "id": 223, + "isoAlpha3": "TUV", + "isoNumeric": "798", + "languages": ["tvl", "en", "sm", "gil"], + "name": "Tuvalu", + "north": "-5.641972", + "population": 10472, + "south": "-10.801169", + "updatedAt": 1568275041038, + "west": "176.064865" + }, + "223": { + "areaInSqKm": "35980.0", + "capital": "Taipei", + "code": "TW", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "TWD", + "east": "122.006739823315", + "env": "development", + "fipsCode": "TW", + "geonameId": "1668284", + "id": 224, + "isoAlpha3": "TWN", + "isoNumeric": "158", + "languages": ["zh-TW", "zh", "nan", "hak"], + "name": "Taiwan", + "north": "25.3002899036181", + "population": 22894384, + "south": "21.896606934717", + "updatedAt": 1568275041038, + "west": "119.534691" + }, + "224": { + "areaInSqKm": "945087.0", + "capital": "Dodoma", + "code": "TZ", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "TZS", + "east": "40.443222", + "env": "development", + "fipsCode": "TZ", + "geonameId": "149590", + "id": 225, + "isoAlpha3": "TZA", + "isoNumeric": "834", + "languages": ["sw-TZ", "en", "ar"], + "name": "Tanzania", + "north": "-0.990736", + "population": 41892895, + "south": "-11.745696", + "updatedAt": 1568275041038, + "west": "29.327168" + }, + "225": { + "areaInSqKm": "603700.0", + "capital": "Kyiv", + "code": "UA", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "UAH", + "east": "40.20739", + "env": "development", + "fipsCode": "UP", + "geonameId": "690791", + "id": 226, + "isoAlpha3": "UKR", + "isoNumeric": "804", + "languages": ["uk", "ru-UA", "rom", "pl", "hu"], + "name": "Ukraine", + "north": "52.369362", + "population": 45415596, + "south": "44.390415", + "updatedAt": 1568275041038, + "west": "22.128889" + }, + "226": { + "areaInSqKm": "236040.0", + "capital": "Kampala", + "code": "UG", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "UGX", + "east": "35.036049", + "env": "development", + "fipsCode": "UG", + "geonameId": "226074", + "id": 227, + "isoAlpha3": "UGA", + "isoNumeric": "800", + "languages": ["en-UG", "lg", "sw", "ar"], + "name": "Uganda", + "north": "4.214427", + "population": 33398682, + "south": "-1.48405", + "updatedAt": 1568275041038, + "west": "29.573252" + }, + "227": { + "areaInSqKm": "0.0", + "capital": "", + "code": "UM", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "USD", + "east": "166.654526", + "env": "development", + "fipsCode": "", + "geonameId": "5854968", + "id": 228, + "isoAlpha3": "UMI", + "isoNumeric": "581", + "languages": ["en-UM"], + "name": "U.S. Minor Outlying Islands", + "north": "28.219814", + "population": 0, + "south": "-0.389006", + "updatedAt": 1568275041038, + "west": "-177.392029" + }, + "228": { + "areaInSqKm": "9629091.0", + "capital": "Washington", + "code": "US", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "USD", + "east": "-66.954811", + "env": "development", + "fipsCode": "US", + "geonameId": "6252001", + "id": 229, + "isoAlpha3": "USA", + "isoNumeric": "840", + "languages": ["en-US", "es-US", "haw", "fr"], + "name": "United States", + "north": "49.388611", + "population": 310232863, + "south": "24.544245", + "updatedAt": 1568275041038, + "west": "-124.733253" + }, + "229": { + "areaInSqKm": "176220.0", + "capital": "Montevideo", + "code": "UY", + "continent": "SA", + "continentName": "South America", + "createdAt": 1568104730276, + "currencyCode": "UYU", + "east": "-53.073933", + "env": "development", + "fipsCode": "UY", + "geonameId": "3439705", + "id": 230, + "isoAlpha3": "URY", + "isoNumeric": "858", + "languages": ["es-UY"], + "name": "Uruguay", + "north": "-30.082224", + "population": 3477000, + "south": "-34.980816", + "updatedAt": 1568275041038, + "west": "-58.442722" + }, + "230": { + "areaInSqKm": "447400.0", + "capital": "Tashkent", + "code": "UZ", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "UZS", + "east": "73.132278", + "env": "development", + "fipsCode": "UZ", + "geonameId": "1512440", + "id": 231, + "isoAlpha3": "UZB", + "isoNumeric": "860", + "languages": ["uz", "ru", "tg"], + "name": "Uzbekistan", + "north": "45.575001", + "population": 27865738, + "south": "37.184444", + "updatedAt": 1568275041038, + "west": "55.996639" + }, + "231": { + "areaInSqKm": "0.44", + "capital": "Vatican", + "code": "VA", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "12.45837546629481", + "env": "development", + "fipsCode": "VT", + "geonameId": "3164670", + "id": 232, + "isoAlpha3": "VAT", + "isoNumeric": "336", + "languages": ["la", "it", "fr"], + "name": "Vatican City", + "north": "41.90743830885576", + "population": 921, + "south": "41.90027960306854", + "updatedAt": 1568275041038, + "west": "12.44570678169205" + }, + "232": { + "areaInSqKm": "389.0", + "capital": "Kingstown", + "code": "VC", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "XCD", + "east": "-61.11388", + "env": "development", + "fipsCode": "VC", + "geonameId": "3577815", + "id": 233, + "isoAlpha3": "VCT", + "isoNumeric": "670", + "languages": ["en-VC", "fr"], + "name": "Saint Vincent and the Grenadines", + "north": "13.377834", + "population": 104217, + "south": "12.583984810969037", + "updatedAt": 1568275041038, + "west": "-61.46090317727658" + }, + "233": { + "areaInSqKm": "912050.0", + "capital": "Caracas", + "code": "VE", + "continent": "SA", + "continentName": "South America", + "createdAt": 1568104730276, + "currencyCode": "VEF", + "east": "-59.80378", + "env": "development", + "fipsCode": "VE", + "geonameId": "3625428", + "id": 234, + "isoAlpha3": "VEN", + "isoNumeric": "862", + "languages": ["es-VE"], + "name": "Venezuela", + "north": "12.201903", + "population": 27223228, + "south": "0.626311", + "updatedAt": 1568275041038, + "west": "-73.354073" + }, + "234": { + "areaInSqKm": "153.0", + "capital": "Road Town", + "code": "VG", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "USD", + "east": "-64.268768", + "env": "development", + "fipsCode": "VI", + "geonameId": "3577718", + "id": 235, + "isoAlpha3": "VGB", + "isoNumeric": "092", + "languages": ["en-VG"], + "name": "British Virgin Islands", + "north": "18.757221", + "population": 21730, + "south": "18.383710898211305", + "updatedAt": 1568275041038, + "west": "-64.71312752730364" + }, + "235": { + "areaInSqKm": "352.0", + "capital": "Charlotte Amalie", + "code": "VI", + "continent": "NA", + "continentName": "North America", + "createdAt": 1568104730276, + "currencyCode": "USD", + "east": "-64.565193", + "env": "development", + "fipsCode": "VQ", + "geonameId": "4796775", + "id": 236, + "isoAlpha3": "VIR", + "isoNumeric": "850", + "languages": ["en-VI"], + "name": "U.S. Virgin Islands", + "north": "18.415382", + "population": 108708, + "south": "17.673931", + "updatedAt": 1568275041038, + "west": "-65.101333" + }, + "236": { + "areaInSqKm": "329560.0", + "capital": "Hanoi", + "code": "VN", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "VND", + "east": "109.464638", + "env": "development", + "fipsCode": "VM", + "geonameId": "1562822", + "id": 237, + "isoAlpha3": "VNM", + "isoNumeric": "704", + "languages": ["vi", "en", "fr", "zh", "km"], + "name": "Vietnam", + "north": "23.388834", + "population": 89571130, + "south": "8.559611", + "updatedAt": 1568275041038, + "west": "102.148224" + }, + "237": { + "areaInSqKm": "12200.0", + "capital": "Port Vila", + "code": "VU", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "VUV", + "east": "169.904785", + "env": "development", + "fipsCode": "NH", + "geonameId": "2134431", + "id": 238, + "isoAlpha3": "VUT", + "isoNumeric": "548", + "languages": ["bi", "en-VU", "fr-VU"], + "name": "Vanuatu", + "north": "-13.073444", + "population": 221552, + "south": "-20.248945", + "updatedAt": 1568275041038, + "west": "166.524979" + }, + "238": { + "areaInSqKm": "274.0", + "capital": "Mata-Utu", + "code": "WF", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "XPF", + "east": "-176.16174317718253", + "env": "development", + "fipsCode": "WF", + "geonameId": "4034749", + "id": 239, + "isoAlpha3": "WLF", + "isoNumeric": "876", + "languages": ["wls", "fud", "fr-WF"], + "name": "Wallis and Futuna", + "north": "-13.216758181061444", + "population": 16025, + "south": "-14.314559989820843", + "updatedAt": 1568275041038, + "west": "-178.1848112896414" + }, + "239": { + "areaInSqKm": "2944.0", + "capital": "Apia", + "code": "WS", + "continent": "OC", + "continentName": "Oceania", + "createdAt": 1568104730276, + "currencyCode": "WST", + "east": "-171.415741", + "env": "development", + "fipsCode": "WS", + "geonameId": "4034894", + "id": 240, + "isoAlpha3": "WSM", + "isoNumeric": "882", + "languages": ["sm", "en-WS"], + "name": "Samoa", + "north": "-13.432207", + "population": 192001, + "south": "-14.040939", + "updatedAt": 1568275041038, + "west": "-172.798599" + }, + "240": { + "areaInSqKm": "", + "capital": "Pristina", + "code": "XK", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "21.80335088694943", + "env": "development", + "fipsCode": "KV", + "geonameId": "831053", + "id": 241, + "isoAlpha3": "XKX", + "isoNumeric": "0", + "languages": ["sq", "sr"], + "name": "Kosovo", + "north": "43.2682495807952", + "population": 1800000, + "south": "41.856369601859925", + "updatedAt": 1568275041038, + "west": "19.977481504492914" + }, + "241": { + "areaInSqKm": "527970.0", + "capital": "Sanaa", + "code": "YE", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "YER", + "east": "54.5305388163283", + "env": "development", + "fipsCode": "YM", + "geonameId": "69543", + "id": 242, + "isoAlpha3": "YEM", + "isoNumeric": "887", + "languages": ["ar-YE"], + "name": "Yemen", + "north": "18.9999989031009", + "population": 23495361, + "south": "12.1110910264462", + "updatedAt": 1568275041038, + "west": "42.5325394314234" + }, + "242": { + "areaInSqKm": "374.0", + "capital": "Mamoutzou", + "code": "YT", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "45.29295", + "env": "development", + "fipsCode": "MF", + "geonameId": "1024031", + "id": 243, + "isoAlpha3": "MYT", + "isoNumeric": "175", + "languages": ["fr-YT"], + "name": "Mayotte", + "north": "-12.648891", + "population": 159042, + "south": "-13.000132", + "updatedAt": 1568275041038, + "west": "45.03796" + }, + "243": { + "areaInSqKm": "1219912.0", + "capital": "Pretoria", + "code": "ZA", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "ZAR", + "east": "32.895973", + "env": "development", + "fipsCode": "SF", + "geonameId": "953987", + "id": 244, + "isoAlpha3": "ZAF", + "isoNumeric": "710", + "languages": [ + "zu", + "xh", + "af", + "nso", + "en-ZA", + "tn", + "st", + "ts", + "ss", + "ve", + "nr" + ], + "name": "South Africa", + "north": "-22.126612", + "population": 49000000, + "south": "-34.839828", + "updatedAt": 1568275041038, + "west": "16.458021" + }, + "244": { + "areaInSqKm": "752614.0", + "capital": "Lusaka", + "code": "ZM", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "ZMW", + "east": "33.705704", + "env": "development", + "fipsCode": "ZA", + "geonameId": "895949", + "id": 245, + "isoAlpha3": "ZMB", + "isoNumeric": "894", + "languages": ["en-ZM", "bem", "loz", "lun", "lue", "ny", "toi"], + "name": "Zambia", + "north": "-8.22436", + "population": 13460305, + "south": "-18.079473", + "updatedAt": 1568275041038, + "west": "21.999371" + }, + "245": { + "areaInSqKm": "390580.0", + "capital": "Harare", + "code": "ZW", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "ZWL", + "east": "33.056305", + "env": "development", + "fipsCode": "ZI", + "geonameId": "878675", + "id": 246, + "isoAlpha3": "ZWE", + "isoNumeric": "716", + "languages": ["en-ZW", "sn", "nr", "nd"], + "name": "Zimbabwe", + "north": "-15.608835", + "population": 11651858, + "south": "-22.417738", + "updatedAt": 1568275041038, + "west": "25.237028" + }, + "246": { + "areaInSqKm": "83858.0", + "capital": "Vienna", + "code": "AT", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "EUR", + "east": "17.1620685652599", + "env": "development", + "fipsCode": "AU", + "geonameId": "2782113", + "id": 247, + "isoAlpha3": "AUT", + "isoNumeric": "040", + "languages": ["de-AT", "hr", "hu", "s"], + "name": "Austria", + "north": "49.0211627691393", + "population": 8205000, + "south": "46.3726520216244", + "updatedAt": 1568275041038, + "west": "9.53095237240833" + }, + "247": { + "areaInSqKm": "26338.0", + "capital": "Kigali", + "code": "RW", + "continent": "AF", + "continentName": "Africa", + "createdAt": 1568104730276, + "currencyCode": "RWF", + "east": "30.895958", + "env": "development", + "fipsCode": "RW", + "geonameId": "49518", + "id": 248, + "isoAlpha3": "RWA", + "isoNumeric": "646", + "languages": ["rw", "en-RW", "fr-RW", "sw"], + "name": "Rwanda", + "north": "-1.053481", + "population": 11055976, + "south": "-2.840679", + "updatedAt": 1568275041038, + "west": "28.856794" + }, + "248": { + "areaInSqKm": "1960582.0", + "capital": "Riyadh", + "code": "SA", + "continent": "AS", + "continentName": "Asia", + "createdAt": 1568104730276, + "currencyCode": "SAR", + "east": "55.666584", + "env": "development", + "fipsCode": "SA", + "geonameId": "102358", + "id": 249, + "isoAlpha3": "SAU", + "isoNumeric": "682", + "languages": ["ar-SA"], + "name": "Saudi Arabia", + "north": "32.158333", + "population": 25731776, + "south": "15.61425", + "updatedAt": 1568275041038, + "west": "34.495693" + }, + "249": { + "areaInSqKm": "1.71E7", + "capital": "Moscow", + "code": "RU", + "continent": "EU", + "continentName": "Europe", + "createdAt": 1568104730276, + "currencyCode": "RUB", + "east": "-169.05", + "env": "development", + "fipsCode": "RS", + "geonameId": "2017370", + "id": 250, + "isoAlpha3": "RUS", + "isoNumeric": "643", + "languages": [ + "ru", + "tt", + "xal", + "cau", + "ady", + "kv", + "ce", + "tyv", + "cv", + "udm", + "tut", + "mns", + "bua", + "myv", + "mdf", + "chm", + "ba", + "inh", + "tut", + "kbd", + "krc", + "ava", + "sah", + "nog" + ], + "name": "Russia", + "north": "81.857361", + "population": 140702000, + "south": "41.188862", + "updatedAt": 1568275041038, + "west": "19.25" + } + }, + "finishTs": 1568275043855 + }, + "e7aff3e0-d532-11e9-9d58-8fa9fdbe2680": { + "at": 0, + "category": "tax-treaties-sync-job", + "id": "e7aff3e0-d532-11e9-9d58-8fa9fdbe2680", + "data": {}, + "processTs": 1568275024886, + "progress": [ + { + "progress": 0, + "progressTs": 1568275024892, + "data": { "message": "starting sync" } + }, + { + "progress": 0, + "progressTs": 1568275024893, + "data": { "message": "fetching remote treaty" } + }, + { + "progress": 25, + "progressTs": 1568275026507, + "data": { "message": "remote treaty fetched" } + }, + { + "progress": 25, + "progressTs": 1568275026507, + "data": { "message": "load db treaty" } + }, + { + "progress": 50, + "progressTs": 1568275026989, + "data": { "message": "load db treaty" } + }, + { + "progress": 50, + "progressTs": 1568275026990, + "data": { "message": "Merging remote and local data" } + }, + { + "progress": 75, + "progressTs": 1568275027032, + "data": { "message": "Updating db data" } + }, + { + "progress": 25, + "progressTs": 1568275042210, + "data": { "message": "Removing obsolete treaties" } + }, + { + "progress": 95, + "progressTs": 1568275042354, + "data": { "message": "Fetching updated treaty list" } + }, + { + "progress": 100, + "progressTs": 1568275042355, + "data": { "message": "Done!" } + } + ], + "finishStatus": "success", + "result": { + "0": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2002-10-22", + "dateSigned": "2001-11-30", + "env": "development", + "id": 1, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81953685", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "1": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1979-02-12", + "dateSigned": "1978-03-07", + "env": "development", + "id": 2, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "2": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2002-11-12", + "dateSigned": "2001-04-05", + "env": "development", + "id": 3, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85207766", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "3": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1987-12-01", + "dateSigned": "1985-01-08", + "env": "development", + "id": 4, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81800860", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "4": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1959-12-29", + "dateSigned": "1959-10-14", + "env": "development", + "id": 5, + "isoNumeric": null, + "jurisdiction": "Sweden 1", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "http://google.com", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "5": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2008-03-28", + "dateSigned": "2007-05-25", + "env": "development", + "id": 6, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "6": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2008-01-20", + "dateSigned": "2007-09-10", + "env": "development", + "id": 7, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85915647", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "7": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2005-11-17", + "dateSigned": "2005-04-06", + "env": "development", + "id": 8, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85915555", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "8": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2011-02-01", + "dateSigned": "2009-07-02", + "env": "development", + "id": 9, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85204236", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "9": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2001-02-23", + "dateSigned": "2000-07-04", + "env": "development", + "id": 10, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85626114", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "10": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2002-12-30", + "dateSigned": "2000-04-13", + "env": "development", + "id": 11, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85627626", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "11": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1999-05-20", + "dateSigned": "1997-10-16", + "env": "development", + "id": 12, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85627932", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "12": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2010-12-10", + "dateSigned": "2009-09-17", + "env": "development", + "id": 13, + "isoNumeric": null, + "jurisdiction": "Andorra", + "jurisdictionCountryCode": "AD", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809315", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "13": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1979-07-13", + "dateSigned": "1978-05-29", + "env": "development", + "id": 14, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85917383", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "14": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2004-10-01", + "dateSigned": "2003-07-03", + "env": "development", + "id": 15, + "isoNumeric": null, + "jurisdiction": "Mongolia", + "jurisdictionCountryCode": "MN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85915674", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "15": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2011-02-03", + "dateSigned": "2010-07-20", + "env": "development", + "id": 16, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85915411", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "16": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1986-07-01", + "dateSigned": "1985-05-08", + "env": "development", + "id": 17, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85917097", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "17": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1973-06-28", + "dateSigned": "1971-12-29", + "env": "development", + "id": 18, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "18": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2007-04-01", + "dateSigned": "2006-02-27", + "env": "development", + "id": 19, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85917350", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "19": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1985-04-06", + "dateSigned": "1981-06-29", + "env": "development", + "id": 20, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73100831", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "20": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1999-02-01", + "dateSigned": "1997-10-01", + "env": "development", + "id": 21, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85627690", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "21": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2002-03-09", + "dateSigned": "2001-05-16", + "env": "development", + "id": 22, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85915434", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "22": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-09-16", + "env": "development", + "id": 23, + "isoNumeric": null, + "jurisdiction": "Libya", + "jurisdictionCountryCode": "LY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "23": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1978-09-04", + "dateSigned": "1977-06-23", + "env": "development", + "id": 24, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "24": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2006-09-12", + "dateSigned": "2003-06-26", + "env": "development", + "id": 25, + "isoNumeric": null, + "jurisdiction": "Cuba", + "jurisdictionCountryCode": "CU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85626415", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "25": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2002-08-18", + "dateSigned": "2000-08-24", + "env": "development", + "id": 26, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "26": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1968-01-05", + "dateSigned": "1966-05-24", + "env": "development", + "id": 27, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88867663", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "27": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2010-05-01", + "dateSigned": "2009-09-17", + "env": "development", + "id": 28, + "isoNumeric": null, + "jurisdiction": "Gibraltar", + "jurisdictionCountryCode": "GI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809322", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "28": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2006-12-01", + "dateSigned": "2003-06-17", + "env": "development", + "id": 29, + "isoNumeric": null, + "jurisdiction": "Algeria", + "jurisdictionCountryCode": "DZ", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "29": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1994-09-01", + "dateSigned": "1993-03-26", + "env": "development", + "id": 30, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88720773", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "30": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2012-01-01", + "dateSigned": "2009-09-14", + "env": "development", + "id": 31, + "isoNumeric": null, + "jurisdiction": "Saint Vincent and the Grenadines", + "jurisdictionCountryCode": "VC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74482126", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "31": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1998-02-01", + "dateSigned": "1996-05-31", + "env": "development", + "id": 32, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73571451", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "32": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1971-04-21", + "dateSigned": "1970-09-01", + "env": "development", + "id": 33, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "33": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2006-02-01", + "dateSigned": "2005-03-30", + "env": "development", + "id": 34, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85627594", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "34": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2014-11-23", + "dateSigned": "2014-05-14", + "env": "development", + "id": 35, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/269138423", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "35": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1990-12-01", + "dateSigned": "1989-09-20", + "env": "development", + "id": 36, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85337389", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "36": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2005-04-01", + "dateSigned": "2004-01-13", + "env": "development", + "id": 37, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81711072", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "37": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2012-01-01", + "dateSigned": "2010-12-16", + "env": "development", + "id": 38, + "isoNumeric": null, + "jurisdiction": "Bosnia and Herzegovina", + "jurisdictionCountryCode": "BA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85915247", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "38": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1988-10-01", + "dateSigned": "1986-07-24", + "env": "development", + "id": 39, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85626514", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "39": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2013-06-01", + "dateSigned": "2012-09-07", + "env": "development", + "id": 40, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218585055", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "40": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2004-07-11", + "dateSigned": "2002-03-11", + "env": "development", + "id": 41, + "isoNumeric": null, + "jurisdiction": "Iran", + "jurisdictionCountryCode": "IR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85626675", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "41": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2004-03-01", + "dateSigned": "2002-02-27", + "env": "development", + "id": 42, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85626036", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "42": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2007-05-16", + "dateSigned": "2005-12-14", + "env": "development", + "id": 43, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85626953", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "43": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2007-06-01", + "dateSigned": "2006-03-19", + "env": "development", + "id": 44, + "isoNumeric": null, + "jurisdiction": "Saudi Arabia", + "jurisdictionCountryCode": "SA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85627653", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "44": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1982-04-01", + "dateSigned": "1981-04-09", + "env": "development", + "id": 45, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85627491", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "45": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2006-11-12", + "dateSigned": "2002-02-27", + "env": "development", + "id": 46, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "46": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2010-08-01", + "dateSigned": "2009-09-15", + "env": "development", + "id": 47, + "isoNumeric": null, + "jurisdiction": "Monaco", + "jurisdictionCountryCode": "MC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809665", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "47": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2004-09-01", + "dateSigned": "2003-09-22", + "env": "development", + "id": 48, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85915231", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "48": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1976-07-01", + "dateSigned": "1975-05-24", + "env": "development", + "id": 49, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "49": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2007-12-01", + "dateSigned": "2006-09-21", + "env": "development", + "id": 50, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81698734", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "50": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2005-01-01", + "dateSigned": "2004-04-13", + "env": "development", + "id": 51, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85915711", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "51": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1974-12-04", + "dateSigned": "1974-01-30", + "env": "development", + "id": 52, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/269142634", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "52": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2006-03-01", + "dateSigned": "2005-04-11", + "env": "development", + "id": 53, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72671097", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "53": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1991-01-01", + "dateSigned": "1990-03-20", + "env": "development", + "id": 54, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81567714", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "54": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2001-06-27", + "dateSigned": "2000-09-21", + "env": "development", + "id": 55, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85626479", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "55": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1972-02-28", + "dateSigned": "1970-12-29", + "env": "development", + "id": 56, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "56": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1982-10-01", + "dateSigned": "1981-04-10", + "env": "development", + "id": 57, + "isoNumeric": null, + "jurisdiction": "Turkmenistan", + "jurisdictionCountryCode": "TM", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "57": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2009-04-01", + "dateSigned": "2007-07-18", + "env": "development", + "id": 58, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85213459", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "58": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2006-03-01", + "dateSigned": "2004-09-10", + "env": "development", + "id": 59, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85915501", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "59": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1981-02-17", + "dateSigned": "1976-12-09", + "env": "development", + "id": 60, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85626372", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "60": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2007-03-22", + "dateSigned": "2006-06-08", + "env": "development", + "id": 61, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "61": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2002-01-01", + "dateSigned": "2000-12-15", + "env": "development", + "id": 62, + "isoNumeric": null, + "jurisdiction": "Nepal", + "jurisdictionCountryCode": "NP", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85627445", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "62": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2005-12-01", + "dateSigned": "2004-11-24", + "env": "development", + "id": 63, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809114", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "63": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1971-01-26", + "dateSigned": "1970-01-29", + "env": "development", + "id": 64, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85626581", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "64": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2004-03-01", + "dateSigned": "2002-06-13", + "env": "development", + "id": 65, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85915464", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "65": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1970-11-13", + "dateSigned": "1969-04-30", + "env": "development", + "id": 66, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73648061", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "66": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2009-10-01", + "dateSigned": "2008-03-28", + "env": "development", + "id": 67, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85917117", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "67": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2008-09-01", + "dateSigned": "2007-12-14", + "env": "development", + "id": 68, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85626007", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "68": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2012-03-07", + "dateSigned": "2010-12-30", + "env": "development", + "id": 69, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85627540", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "69": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2003-05-01", + "dateSigned": "2001-09-18", + "env": "development", + "id": 70, + "isoNumeric": null, + "jurisdiction": "Kyrgyzstan", + "jurisdictionCountryCode": "KG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85915453", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "70": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1976-01-01", + "dateSigned": "1975-02-20", + "env": "development", + "id": 71, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "71": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1964-02-07", + "dateSigned": "1962-10-18", + "env": "development", + "id": 72, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "72": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-12-06", + "env": "development", + "id": 73, + "isoNumeric": null, + "jurisdiction": "Chile", + "jurisdictionCountryCode": "CL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218587934", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "73": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1970-12-07", + "dateSigned": "1969-11-05", + "env": "development", + "id": 74, + "isoNumeric": null, + "jurisdiction": "Liechtenstein", + "jurisdictionCountryCode": "LI", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "74": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2012-07-01", + "dateSigned": "2011-06-07", + "env": "development", + "id": 75, + "isoNumeric": null, + "jurisdiction": "Tajikistan", + "jurisdictionCountryCode": "TJ", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106336136", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "75": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2007-06-01", + "dateSigned": "2005-08-04", + "env": "development", + "id": 76, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85627527", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "76": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2003-12-01", + "dateSigned": "2002-05-08", + "env": "development", + "id": 77, + "isoNumeric": null, + "jurisdiction": "Belize", + "jurisdictionCountryCode": "BZ", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85626337", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "77": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1997-02-06", + "dateSigned": "1996-03-04", + "env": "development", + "id": 78, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/93797146", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "78": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2007-03-17", + "dateSigned": "2006-05-12", + "env": "development", + "id": 79, + "isoNumeric": null, + "jurisdiction": "Venezuela", + "jurisdictionCountryCode": "VE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85627954", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "79": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1963-04-04", + "dateSigned": "1961-12-20", + "env": "development", + "id": 80, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85626646", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "80": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2001-09-05", + "dateSigned": "1999-11-08", + "env": "development", + "id": 81, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85626603", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "81": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1996-12-01", + "dateSigned": "1995-11-28", + "env": "development", + "id": 82, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "82": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2001-08-01", + "dateSigned": "2000-06-14", + "env": "development", + "id": 83, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85627928", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "83": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1992-11-01", + "dateSigned": "1991-04-10", + "env": "development", + "id": 84, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81457164", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "84": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2001-04-01", + "dateSigned": "2000-07-26", + "env": "development", + "id": 85, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "85": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1963-10-28", + "dateSigned": "1962-10-16", + "env": "development", + "id": 86, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "86": { + "containsParas4and5": null, + "countryCode": "AD", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2011-06-18", + "dateSigned": "2010-02-24", + "env": "development", + "id": 87, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "87": { + "containsParas4and5": null, + "countryCode": "AD", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2011-03-31", + "dateSigned": "2009-11-30", + "env": "development", + "id": 88, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "88": { + "containsParas4and5": null, + "countryCode": "AD", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2011-06-18", + "dateSigned": "2010-02-24", + "env": "development", + "id": 89, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86181871", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "89": { + "containsParas4and5": null, + "countryCode": "AD", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2010-12-10", + "dateSigned": "2009-09-17", + "env": "development", + "id": 90, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809315", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "90": { + "containsParas4and5": null, + "countryCode": "AD", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2011-01-10", + "dateSigned": "2009-09-18", + "env": "development", + "id": 91, + "isoNumeric": null, + "jurisdiction": "Liechtenstein", + "jurisdictionCountryCode": "LI", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809577", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "91": { + "containsParas4and5": null, + "countryCode": "AD", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2013-12-18", + "dateSigned": "2012-06-15", + "env": "development", + "id": 92, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/106371297", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "92": { + "containsParas4and5": null, + "countryCode": "AD", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2013-04-06", + "dateSigned": "2010-02-24", + "env": "development", + "id": 93, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "93": { + "containsParas4and5": null, + "countryCode": "AD", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2011-01-01", + "dateSigned": "2009-11-06", + "env": "development", + "id": 94, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809431", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "94": { + "containsParas4and5": null, + "countryCode": "AD", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2011-02-10", + "dateSigned": "2010-01-14", + "env": "development", + "id": 95, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "95": { + "containsParas4and5": null, + "countryCode": "AD", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2012-12-03", + "dateSigned": "2011-09-24", + "env": "development", + "id": 96, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "96": { + "containsParas4and5": null, + "countryCode": "AD", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2011-02-14", + "dateSigned": "2010-02-24", + "env": "development", + "id": 97, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85321110", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "97": { + "containsParas4and5": null, + "countryCode": "AD", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2011-02-12", + "dateSigned": "2010-02-24", + "env": "development", + "id": 98, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "98": { + "containsParas4and5": null, + "countryCode": "AD", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2011-02-13", + "dateSigned": "2010-02-24", + "env": "development", + "id": 99, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81800269", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "99": { + "containsParas4and5": null, + "countryCode": "AD", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2012-01-20", + "dateSigned": "2010-11-25", + "env": "development", + "id": 100, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81590662", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "100": { + "containsParas4and5": null, + "countryCode": "AD", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2015-01-13", + "dateSigned": "2009-10-23", + "env": "development", + "id": 101, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809543", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "101": { + "containsParas4and5": null, + "countryCode": "AD", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2010-12-16", + "dateSigned": "2009-09-18", + "env": "development", + "id": 102, + "isoNumeric": null, + "jurisdiction": "Monaco", + "jurisdictionCountryCode": "MC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809504", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "102": { + "containsParas4and5": null, + "countryCode": "AD", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2014-06-05", + "dateSigned": "2013-06-11", + "env": "development", + "id": 103, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "103": { + "containsParas4and5": null, + "countryCode": "AD", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2012-06-15", + "dateSigned": "2009-10-26", + "env": "development", + "id": 104, + "isoNumeric": null, + "jurisdiction": "Argentina", + "jurisdictionCountryCode": "AR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809533", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "104": { + "containsParas4and5": null, + "countryCode": "AD", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2011-02-11", + "dateSigned": "2010-02-24", + "env": "development", + "id": 105, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218823657", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "105": { + "containsParas4and5": null, + "countryCode": "AD", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2010-12-07", + "dateSigned": "2009-09-21", + "env": "development", + "id": 106, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809707", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "106": { + "containsParas4and5": null, + "countryCode": "AD", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2010-12-22", + "dateSigned": "2009-09-22", + "env": "development", + "id": 107, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809387", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "107": { + "containsParas4and5": null, + "countryCode": "AD", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-03-17", + "env": "development", + "id": 108, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "108": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1997-02-24", + "dateSigned": "1996-04-10", + "env": "development", + "id": 109, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "109": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2012-05-22", + "dateSigned": "2011-01-17", + "env": "development", + "id": 110, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/109452256", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "110": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-03-26", + "env": "development", + "id": 111, + "isoNumeric": null, + "jurisdiction": "Comoros", + "jurisdictionCountryCode": "KM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "111": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2014-08-27", + "dateSigned": "2013-10-12", + "env": "development", + "id": 112, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "112": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-11-13", + "env": "development", + "id": 113, + "isoNumeric": null, + "jurisdiction": "Guinea", + "jurisdictionCountryCode": "GN", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "113": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2011-04-28", + "dateSigned": "2010-11-25", + "env": "development", + "id": 114, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809244", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "114": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1999-09-26", + "dateSigned": "1999-02-09", + "env": "development", + "id": 115, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "115": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-01-17", + "env": "development", + "id": 116, + "isoNumeric": null, + "jurisdiction": "Bangladesh", + "jurisdictionCountryCode": "BD", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "116": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2001-11-28", + "dateSigned": "2001-04-24", + "env": "development", + "id": 117, + "isoNumeric": null, + "jurisdiction": "Algeria", + "jurisdictionCountryCode": "DZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "117": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-10-10", + "env": "development", + "id": 118, + "isoNumeric": null, + "jurisdiction": "Uruguay", + "jurisdictionCountryCode": "UY", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "118": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2012-10-21", + "dateSigned": "2011-10-06", + "env": "development", + "id": 119, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "119": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2008-09-28", + "dateSigned": "2007-10-26", + "env": "development", + "id": 120, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109452700", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "120": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2012-03-29", + "dateSigned": "2011-04-20", + "env": "development", + "id": 121, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/106339947", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "121": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-11-20", + "env": "development", + "id": 122, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "122": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2001-11-28", + "dateSigned": "2001-03-15", + "env": "development", + "id": 123, + "isoNumeric": null, + "jurisdiction": "Sudan", + "jurisdictionCountryCode": "SD", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "123": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-03-26", + "env": "development", + "id": 124, + "isoNumeric": null, + "jurisdiction": "Montenegro", + "jurisdictionCountryCode": "ME", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "124": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2014-10-04", + "dateSigned": "2013-04-30", + "env": "development", + "id": 125, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "125": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-04-01", + "env": "development", + "id": 126, + "isoNumeric": null, + "jurisdiction": "Libya", + "jurisdictionCountryCode": "LY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "126": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-08-01", + "env": "development", + "id": 127, + "isoNumeric": null, + "jurisdiction": "Fiji", + "jurisdictionCountryCode": "FJ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "127": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2007-07-31", + "dateSigned": "2006-09-18", + "env": "development", + "id": 128, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/109452599", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "128": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2013-10-23", + "dateSigned": "2012-10-13", + "env": "development", + "id": 129, + "isoNumeric": null, + "jurisdiction": "Panama", + "jurisdictionCountryCode": "PA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113064425", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "129": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2013-07-02", + "dateSigned": "2013-01-13", + "env": "development", + "id": 130, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "130": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2001-08-25", + "dateSigned": "2001-02-13", + "env": "development", + "id": 131, + "isoNumeric": null, + "jurisdiction": "Yemen", + "jurisdictionCountryCode": "YE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "131": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1998-10-25", + "dateSigned": "1998-05-17", + "env": "development", + "id": 132, + "isoNumeric": null, + "jurisdiction": "Lebanon", + "jurisdictionCountryCode": "LB", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "132": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2014-12-19", + "dateSigned": "2013-06-30", + "env": "development", + "id": 133, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809692", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "133": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-02-27", + "env": "development", + "id": 134, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81567619", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "134": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2013-06-11", + "dateSigned": "2012-03-11", + "env": "development", + "id": 135, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "135": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-12-07", + "env": "development", + "id": 136, + "isoNumeric": null, + "jurisdiction": "Kyrgyzstan", + "jurisdictionCountryCode": "KG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "136": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2011-03-28", + "dateSigned": "2010-12-11", + "env": "development", + "id": 137, + "isoNumeric": null, + "jurisdiction": "Venezuela", + "jurisdictionCountryCode": "VE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109452279", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "137": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2004-12-29", + "dateSigned": "2002-04-22", + "env": "development", + "id": 138, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "138": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2007-04-23", + "dateSigned": "2006-09-18", + "env": "development", + "id": 139, + "isoNumeric": null, + "jurisdiction": "Seychelles", + "jurisdictionCountryCode": "SC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/109452269", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "139": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1995-03-26", + "dateSigned": "1994-12-04", + "env": "development", + "id": 140, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "140": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2013-06-23", + "dateSigned": "2011-12-07", + "env": "development", + "id": 141, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "141": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2011-06-02", + "dateSigned": "2010-07-01", + "env": "development", + "id": 142, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/84678507", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "142": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-11-11", + "env": "development", + "id": 143, + "isoNumeric": null, + "jurisdiction": "Kenya", + "jurisdictionCountryCode": "KE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809461", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "143": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2014-12-24", + "dateSigned": "2013-05-02", + "env": "development", + "id": 144, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218776170", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "144": { + "containsParas4and5": null, + "countryCode": "AD", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-10-23", + "env": "development", + "id": 145, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "145": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2009-06-19", + "dateSigned": "2005-11-20", + "env": "development", + "id": 146, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/109452520", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "146": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2004-01-29", + "dateSigned": "1993-01-31", + "env": "development", + "id": 147, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/109452647", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "147": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2007-04-02", + "dateSigned": "2006-02-04", + "env": "development", + "id": 148, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74242126", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "148": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1996-01-09", + "dateSigned": "1993-04-11", + "env": "development", + "id": 149, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/109452654", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "149": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2004-01-06", + "dateSigned": "1996-09-30", + "env": "development", + "id": 150, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86049167", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "150": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2002-11-29", + "dateSigned": "2001-02-21", + "env": "development", + "id": 151, + "isoNumeric": null, + "jurisdiction": "Mongolia", + "jurisdictionCountryCode": "MN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109452534", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "151": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2004-03-08", + "dateSigned": "2003-01-22", + "env": "development", + "id": 152, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/109452692", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "152": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2004-05-04", + "dateSigned": "2003-09-22", + "env": "development", + "id": 153, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81682514", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "153": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2009-06-30", + "dateSigned": "2008-12-22", + "env": "development", + "id": 154, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/109452245", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "154": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2000-11-12", + "dateSigned": "2000-03-01", + "env": "development", + "id": 155, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/109452660", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "155": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1994-01-29", + "dateSigned": "1993-02-07", + "env": "development", + "id": 156, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109342385", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "156": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2008-01-22", + "dateSigned": "2007-06-26", + "env": "development", + "id": 157, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109452388", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "157": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1997-08-09", + "dateSigned": "1996-09-30", + "env": "development", + "id": 158, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/109452427", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "158": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2004-05-04", + "dateSigned": "2003-10-22", + "env": "development", + "id": 159, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81698687", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "159": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2004-09-01", + "dateSigned": "2003-09-22", + "env": "development", + "id": 160, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85915231", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "160": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2007-05-18", + "dateSigned": "2006-03-13", + "env": "development", + "id": 161, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88702537", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "161": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2010-06-02", + "dateSigned": "2007-05-08", + "env": "development", + "id": 162, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88708541", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "162": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1997-11-05", + "dateSigned": "1995-01-22", + "env": "development", + "id": 163, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73357812", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "163": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2011-02-01", + "dateSigned": "2010-07-01", + "env": "development", + "id": 164, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81590710", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "164": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2004-05-04", + "dateSigned": "2003-09-24", + "env": "development", + "id": 165, + "isoNumeric": null, + "jurisdiction": "Mozambique", + "jurisdictionCountryCode": "MZ", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/109452615", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "165": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1999-11-24", + "dateSigned": "1998-06-09", + "env": "development", + "id": 166, + "isoNumeric": null, + "jurisdiction": "Turkmenistan", + "jurisdictionCountryCode": "TM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109452666", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "166": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1994-06-05", + "dateSigned": "1993-07-01", + "env": "development", + "id": 167, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81456961", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "167": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2008-10-02", + "dateSigned": "2003-09-21", + "env": "development", + "id": 168, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88688876", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "168": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1997-02-24", + "dateSigned": "1996-03-12", + "env": "development", + "id": 169, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/109452442", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "169": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-01-18", + "env": "development", + "id": 170, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/109452235", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "170": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1996-08-30", + "dateSigned": "1995-12-01", + "env": "development", + "id": 171, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81716007", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "171": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2001-06-02", + "dateSigned": "2000-02-27", + "env": "development", + "id": 172, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109452398", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "172": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1989-11-15", + "dateSigned": "1989-07-19", + "env": "development", + "id": 173, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88720360", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "173": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2000-01-29", + "dateSigned": "1995-12-17", + "env": "development", + "id": 174, + "isoNumeric": null, + "jurisdiction": "Tajikistan", + "jurisdictionCountryCode": "TJ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109452335", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "174": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1993-09-22", + "dateSigned": "1992-04-29", + "env": "development", + "id": 175, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85920025", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "175": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1996-09-18", + "dateSigned": "1995-11-28", + "env": "development", + "id": 176, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85335664", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "176": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1994-01-29", + "dateSigned": "1993-01-29", + "env": "development", + "id": 177, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/109452687", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "177": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2004-05-04", + "dateSigned": "1992-07-07", + "env": "development", + "id": 178, + "isoNumeric": null, + "jurisdiction": "Sri Lanka", + "jurisdictionCountryCode": "LK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109452509", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "178": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1996-11-08", + "dateSigned": "1995-11-30", + "env": "development", + "id": 179, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/109453467", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "179": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2007-04-30", + "dateSigned": "2006-11-20", + "env": "development", + "id": 180, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109452351", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "180": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2007-04-30", + "dateSigned": "2006-09-18", + "env": "development", + "id": 181, + "isoNumeric": null, + "jurisdiction": "Bosnia and Herzegovina", + "jurisdictionCountryCode": "BA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109452369", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "181": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1968-01-01", + "dateSigned": "1966-12-20", + "env": "development", + "id": 182, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88278254", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "182": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2010-12-17", + "dateSigned": "2010-05-07", + "env": "development", + "id": 183, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85917020", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "183": { + "containsParas4and5": null, + "countryCode": "AG", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-12-07", + "env": "development", + "id": 184, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809085", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "184": { + "containsParas4and5": null, + "countryCode": "AG", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-10-29", + "env": "development", + "id": 185, + "isoNumeric": null, + "jurisdiction": "Sint Maarten", + "jurisdictionCountryCode": "SX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85914657", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "185": { + "containsParas4and5": null, + "countryCode": "AG", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2010-12-28", + "dateSigned": "2010-03-26", + "env": "development", + "id": 186, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "186": { + "containsParas4and5": null, + "countryCode": "AG", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2003-02-10", + "dateSigned": "2001-12-06", + "env": "development", + "id": 187, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85914668", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "187": { + "containsParas4and5": null, + "countryCode": "AG", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2011-03-24", + "dateSigned": "2010-05-19", + "env": "development", + "id": 188, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "188": { + "containsParas4and5": null, + "countryCode": "AG", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 189, + "isoNumeric": null, + "jurisdiction": "Guyana", + "jurisdictionCountryCode": "GY", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "189": { + "containsParas4and5": null, + "countryCode": "AG", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 190, + "isoNumeric": null, + "jurisdiction": "Belize", + "jurisdictionCountryCode": "BZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "190": { + "containsParas4and5": null, + "countryCode": "AG", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2013-12-01", + "dateSigned": "2010-08-30", + "env": "development", + "id": 191, + "isoNumeric": null, + "jurisdiction": "Aruba", + "jurisdictionCountryCode": "AW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87946971", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "191": { + "containsParas4and5": null, + "countryCode": "AG", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2011-01-16", + "dateSigned": "2009-11-24", + "env": "development", + "id": 192, + "isoNumeric": null, + "jurisdiction": "Liechtenstein", + "jurisdictionCountryCode": "LI", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85625739", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "192": { + "containsParas4and5": null, + "countryCode": "AG", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 193, + "isoNumeric": null, + "jurisdiction": "Saint Vincent and the Grenadines", + "jurisdictionCountryCode": "VC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "193": { + "containsParas4and5": null, + "countryCode": "AG", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2013-06-01", + "dateSigned": "2010-05-19", + "env": "development", + "id": 194, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809191", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "194": { + "containsParas4and5": null, + "countryCode": "AG", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2009-12-14", + "dateSigned": "2007-01-30", + "env": "development", + "id": 195, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81442429", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "195": { + "containsParas4and5": null, + "countryCode": "AG", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 196, + "isoNumeric": null, + "jurisdiction": "Dominica", + "jurisdictionCountryCode": "DM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "196": { + "containsParas4and5": null, + "countryCode": "AG", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 197, + "isoNumeric": null, + "jurisdiction": "Jamaica", + "jurisdictionCountryCode": "JM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "197": { + "containsParas4and5": null, + "countryCode": "AG", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2011-01-15", + "dateSigned": "2010-05-19", + "env": "development", + "id": 198, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809313", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "198": { + "containsParas4and5": null, + "countryCode": "AG", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 199, + "isoNumeric": null, + "jurisdiction": "Trinidad and Tobago", + "jurisdictionCountryCode": "TT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "199": { + "containsParas4and5": null, + "countryCode": "AG", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2010-02-23", + "dateSigned": "2009-09-02", + "env": "development", + "id": 200, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809619", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "200": { + "containsParas4and5": null, + "countryCode": "AG", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2011-02-23", + "dateSigned": "2009-09-02", + "env": "development", + "id": 201, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85625715", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "201": { + "containsParas4and5": null, + "countryCode": "AG", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-09-13", + "env": "development", + "id": 202, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809701", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "202": { + "containsParas4and5": null, + "countryCode": "AG", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1963-08-26", + "dateSigned": "1963-08-26", + "env": "development", + "id": 203, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "203": { + "containsParas4and5": null, + "countryCode": "AG", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2011-05-19", + "dateSigned": "2010-01-19", + "env": "development", + "id": 204, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73588527", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "204": { + "containsParas4and5": null, + "countryCode": "AG", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 205, + "isoNumeric": null, + "jurisdiction": "Grenada", + "jurisdictionCountryCode": "GD", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "205": { + "containsParas4and5": null, + "countryCode": "AG", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2013-12-05", + "dateSigned": "2009-10-29", + "env": "development", + "id": 206, + "isoNumeric": null, + "jurisdiction": "Curaçao", + "jurisdictionCountryCode": "CW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85625696", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "206": { + "containsParas4and5": null, + "countryCode": "AG", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2011-03-04", + "dateSigned": "2009-12-15", + "env": "development", + "id": 207, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809441", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "207": { + "containsParas4and5": null, + "countryCode": "AG", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 208, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "208": { + "containsParas4and5": null, + "countryCode": "AG", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-05-19", + "env": "development", + "id": 209, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "209": { + "containsParas4and5": null, + "countryCode": "AG", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 210, + "isoNumeric": null, + "jurisdiction": "Saint Kitts and Nevis", + "jurisdictionCountryCode": "KN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "210": { + "containsParas4and5": null, + "countryCode": "AG", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 211, + "isoNumeric": null, + "jurisdiction": "Saint Lucia", + "jurisdictionCountryCode": "LC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "211": { + "containsParas4and5": null, + "countryCode": "AG", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-05-19", + "env": "development", + "id": 212, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "212": { + "containsParas4and5": null, + "countryCode": "AG", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2012-05-30", + "dateSigned": "2010-10-19", + "env": "development", + "id": 213, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81590773", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "213": { + "containsParas4and5": null, + "countryCode": "AG", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-05-19", + "env": "development", + "id": 214, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "214": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1997-06-05", + "dateSigned": "1994-12-02", + "env": "development", + "id": 215, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224327676", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "215": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1999-12-21", + "dateSigned": "1994-12-12", + "env": "development", + "id": 216, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73100653", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "216": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2005-11-17", + "dateSigned": "2004-12-22", + "env": "development", + "id": 217, + "isoNumeric": null, + "jurisdiction": "Montenegro", + "jurisdictionCountryCode": "ME", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112688200", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "217": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1994-10-18", + "dateSigned": "1994-05-11", + "env": "development", + "id": 218, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "218": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2005-10-01", + "dateSigned": "2002-12-24", + "env": "development", + "id": 219, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112933525", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "219": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2004-09-01", + "dateSigned": "2002-11-14", + "env": "development", + "id": 220, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112686052", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "220": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2000-11-23", + "dateSigned": "2000-05-02", + "env": "development", + "id": 221, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88702567", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "221": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-01-14", + "env": "development", + "id": 222, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "222": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1996-09-10", + "dateSigned": "1995-06-22", + "env": "development", + "id": 223, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112686110", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "223": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1999-08-13", + "dateSigned": "1998-10-14", + "env": "development", + "id": 224, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86181913", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "224": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2005-03-31", + "dateSigned": "2004-09-28", + "env": "development", + "id": 225, + "isoNumeric": null, + "jurisdiction": "Kosovo", + "jurisdictionCountryCode": "XK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112682888", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "225": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-10-16", + "env": "development", + "id": 226, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88867595", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "226": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2008-12-10", + "dateSigned": "2008-02-21", + "env": "development", + "id": 227, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112688157", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "227": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2007-01-13", + "dateSigned": "2006-05-07", + "env": "development", + "id": 228, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/137334886", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "228": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2010-11-25", + "dateSigned": "2010-04-05", + "env": "development", + "id": 229, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112688141", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "229": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1995-08-21", + "dateSigned": "1994-01-24", + "env": "development", + "id": 230, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85335682", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "230": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1995-01-01", + "dateSigned": "1993-03-05", + "env": "development", + "id": 231, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/84677401", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "231": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2008-12-10", + "dateSigned": "2008-02-21", + "env": "development", + "id": 232, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "232": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-09-26", + "env": "development", + "id": 233, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "233": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1999-02-09", + "dateSigned": "1998-03-26", + "env": "development", + "id": 234, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112688318", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "234": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1995-12-21", + "dateSigned": "1992-11-14", + "env": "development", + "id": 235, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112688250", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "235": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2011-12-23", + "dateSigned": "2010-04-06", + "env": "development", + "id": 236, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81590973", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "236": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1995-04-11", + "env": "development", + "id": 237, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112688273", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "237": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2001-12-13", + "dateSigned": "1995-07-14", + "env": "development", + "id": 238, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85213362", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "238": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2005-12-14", + "dateSigned": "2005-02-23", + "env": "development", + "id": 239, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112688368", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "239": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2005-11-17", + "dateSigned": "2004-12-22", + "env": "development", + "id": 240, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112688470", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "240": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1996-12-26", + "dateSigned": "1994-04-04", + "env": "development", + "id": 241, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112688420", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "241": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1999-07-01", + "dateSigned": "1998-12-09", + "env": "development", + "id": 242, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "242": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2012-05-10", + "dateSigned": "2008-06-17", + "env": "development", + "id": 243, + "isoNumeric": null, + "jurisdiction": "Bosnia and Herzegovina", + "jurisdictionCountryCode": "BA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112682137", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "243": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-11-23", + "env": "development", + "id": 244, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809610", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "244": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2005-11-15", + "dateSigned": "2004-07-22", + "env": "development", + "id": 245, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88708573", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "245": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2013-12-04", + "dateSigned": "2013-07-08", + "env": "development", + "id": 246, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "246": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2009-05-04", + "dateSigned": "2008-02-27", + "env": "development", + "id": 247, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112688341", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "247": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2008-09-01", + "dateSigned": "2007-12-14", + "env": "development", + "id": 248, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85626007", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "248": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2013-12-30", + "dateSigned": "2013-03-26", + "env": "development", + "id": 249, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218595536", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "249": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-10-18", + "env": "development", + "id": 250, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "250": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2005-07-28", + "dateSigned": "2004-09-13", + "env": "development", + "id": 251, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81457019", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "251": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2011-05-04", + "dateSigned": "2010-07-02", + "env": "development", + "id": 252, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74241977", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "252": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2000-12-12", + "dateSigned": "1999-11-12", + "env": "development", + "id": 253, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112688220", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "253": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2003-06-06", + "dateSigned": "2002-12-06", + "env": "development", + "id": 254, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112688200", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "254": { + "containsParas4and5": null, + "countryCode": "AL", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1998-09-02", + "dateSigned": "1998-01-15", + "env": "development", + "id": 255, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112681004", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "255": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2011-01-19", + "dateSigned": "2006-11-06", + "env": "development", + "id": 256, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "256": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2003-01-23", + "dateSigned": "2001-04-14", + "env": "development", + "id": 257, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85207714", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "257": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2012-12-18", + "dateSigned": "2011-07-14", + "env": "development", + "id": 258, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88867635", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "258": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1986-11-27", + "dateSigned": "1986-01-18", + "env": "development", + "id": 259, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112961899", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "259": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2004-09-09", + "dateSigned": "2003-10-31", + "env": "development", + "id": 260, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85920104", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "260": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2005-10-12", + "env": "development", + "id": 261, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "261": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2004-01-07", + "dateSigned": "2002-06-09", + "env": "development", + "id": 262, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/109452406", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "262": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1987-09-28", + "dateSigned": "1986-10-21", + "env": "development", + "id": 263, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "263": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2011-01-01", + "dateSigned": "2009-11-09", + "env": "development", + "id": 264, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "264": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2013-04-23", + "dateSigned": "2010-10-11", + "env": "development", + "id": 265, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113083853", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "265": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2009-07-15", + "dateSigned": "2008-07-06", + "env": "development", + "id": 266, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112948365", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "266": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2006-01-24", + "dateSigned": "2004-06-29", + "env": "development", + "id": 267, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "267": { + "containsParas4and5": null, + "countryCode": "AF", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2010-05-19", + "dateSigned": "2005-11-13", + "env": "development", + "id": 268, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/142024485", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "268": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2002-07-18", + "dateSigned": "1999-12-05", + "env": "development", + "id": 269, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85213418", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "269": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2012-02-21", + "dateSigned": "2011-07-13", + "env": "development", + "id": 270, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218595938", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "270": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2011-09-19", + "dateSigned": "2011-01-17", + "env": "development", + "id": 271, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81567697", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "271": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1999-01-01", + "dateSigned": "1996-12-28", + "env": "development", + "id": 272, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "272": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2009-02-18", + "dateSigned": "2009-05-22", + "env": "development", + "id": 273, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224328307", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "273": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2004-03-01", + "dateSigned": "2002-02-27", + "env": "development", + "id": 274, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85626036", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "274": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1983-06-15", + "dateSigned": "1981-11-24", + "env": "development", + "id": 275, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88132514", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "275": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2010-04-09", + "dateSigned": "2009-06-23", + "env": "development", + "id": 276, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "276": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2001-05-01", + "dateSigned": "1997-12-09", + "env": "development", + "id": 277, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88720640", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "277": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2000-12-13", + "dateSigned": "1998-09-16", + "env": "development", + "id": 278, + "isoNumeric": null, + "jurisdiction": "Lebanon", + "jurisdictionCountryCode": "LB", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106347527", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "278": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1996-11-19", + "dateSigned": "1996-05-14", + "env": "development", + "id": 279, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "279": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2002-11-22", + "dateSigned": "2001-10-31", + "env": "development", + "id": 280, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88708596", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "280": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1996-11-28", + "dateSigned": "1996-05-05", + "env": "development", + "id": 281, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81457116", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "281": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2006-01-01", + "dateSigned": "1999-07-14", + "env": "development", + "id": 282, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81950172", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "282": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2008-01-01", + "dateSigned": "2002-04-22", + "env": "development", + "id": 283, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "283": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2012-03-21", + "dateSigned": "2010-12-16", + "env": "development", + "id": 284, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218592685", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "284": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1997-07-03", + "dateSigned": "1997-11-18", + "env": "development", + "id": 285, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/156115542", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "285": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-07-07", + "env": "development", + "id": 286, + "isoNumeric": null, + "jurisdiction": "Argentina", + "jurisdictionCountryCode": "AR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "286": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2004-12-29", + "dateSigned": "2002-04-22", + "env": "development", + "id": 287, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "287": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2007-11-07", + "dateSigned": "2006-06-12", + "env": "development", + "id": 288, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112939351", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "288": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2008-05-05", + "dateSigned": "2002-06-14", + "env": "development", + "id": 289, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809370", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "289": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2001-02-26", + "dateSigned": "2000-03-13", + "env": "development", + "id": 290, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81685781", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "290": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1997-08-25", + "dateSigned": "1996-03-25", + "env": "development", + "id": 291, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "291": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2004-10-01", + "dateSigned": "2001-06-07", + "env": "development", + "id": 292, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86049178", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "292": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2012-06-16", + "dateSigned": "2009-12-07", + "env": "development", + "id": 293, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809379", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "293": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2013-04-22", + "dateSigned": "2012-12-17", + "env": "development", + "id": 294, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218584875", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "294": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1997-05-10", + "dateSigned": "1995-05-31", + "env": "development", + "id": 295, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87017387", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "295": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1979-06-04", + "dateSigned": "1976-10-30", + "env": "development", + "id": 296, + "isoNumeric": null, + "jurisdiction": "Bolivia", + "jurisdictionCountryCode": "BO", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/87017028", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "296": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1994-12-30", + "dateSigned": "1993-04-29", + "env": "development", + "id": 297, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81676857", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "297": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1982-12-07", + "dateSigned": "1980-05-17", + "env": "development", + "id": 298, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88129630", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "298": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1999-07-21", + "dateSigned": "1996-06-12", + "env": "development", + "id": 299, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87020681", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "299": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2014-05-31", + "dateSigned": "2013-09-30", + "env": "development", + "id": 300, + "isoNumeric": null, + "jurisdiction": "Aruba", + "jurisdictionCountryCode": "AW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "300": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1997-08-01", + "dateSigned": "1996-01-03", + "env": "development", + "id": 301, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73590194", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "301": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2012-01-04", + "dateSigned": "2011-07-28", + "env": "development", + "id": 302, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85210812", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "302": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2012-07-12", + "dateSigned": "2009-11-23", + "env": "development", + "id": 303, + "isoNumeric": null, + "jurisdiction": "Costa Rica", + "jurisdictionCountryCode": "CR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87017237", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "303": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2012-07-27", + "dateSigned": "2009-12-03", + "env": "development", + "id": 304, + "isoNumeric": null, + "jurisdiction": "Bahamas, The", + "jurisdictionCountryCode": "BS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74128263", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "304": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2004-10-08", + "dateSigned": "2004-10-07", + "env": "development", + "id": 305, + "isoNumeric": null, + "jurisdiction": "Peru", + "jurisdictionCountryCode": "PE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/87017365", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "305": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-05-14", + "env": "development", + "id": 306, + "isoNumeric": null, + "jurisdiction": "Curaçao", + "jurisdictionCountryCode": "CW", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "306": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2011-09-16", + "dateSigned": "2010-12-13", + "env": "development", + "id": 307, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/79078843", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "307": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2012-10-16", + "dateSigned": "2001-10-10", + "env": "development", + "id": 308, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112937855", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "308": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1997-09-03", + "dateSigned": "1995-12-12", + "env": "development", + "id": 309, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81800312", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "309": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2011-05-24", + "dateSigned": "2011-05-23", + "env": "development", + "id": 310, + "isoNumeric": null, + "jurisdiction": "Ecuador", + "jurisdictionCountryCode": "EC", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112937824", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "310": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1998-02-11", + "dateSigned": "1996-12-27", + "env": "development", + "id": 311, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87017319", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "311": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-03-20", + "env": "development", + "id": 312, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "312": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2014-11-28", + "dateSigned": "2013-08-02", + "env": "development", + "id": 313, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218585020", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "313": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2013-01-28", + "dateSigned": "2011-11-21", + "env": "development", + "id": 314, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87018808", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "314": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2010-08-08", + "dateSigned": "2009-10-13", + "env": "development", + "id": 315, + "isoNumeric": null, + "jurisdiction": "Monaco", + "jurisdictionCountryCode": "MC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112154516", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "315": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2012-08-31", + "dateSigned": "2011-10-18", + "env": "development", + "id": 316, + "isoNumeric": null, + "jurisdiction": "Cayman Islands", + "jurisdictionCountryCode": "KY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85938089", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "316": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1983-12-15", + "dateSigned": "1979-11-15", + "env": "development", + "id": 317, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73100805", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "317": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2013-02-07", + "dateSigned": "2012-04-23", + "env": "development", + "id": 318, + "isoNumeric": null, + "jurisdiction": "Uruguay", + "jurisdictionCountryCode": "UY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218584976", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "318": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1979-11-25", + "dateSigned": "1978-07-13", + "env": "development", + "id": 319, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/87017246", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "319": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1999-12-31", + "dateSigned": "1999-08-27", + "env": "development", + "id": 320, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809482", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "320": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2013-05-04", + "dateSigned": "2012-12-14", + "env": "development", + "id": 321, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218584937", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "321": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-07-07", + "env": "development", + "id": 322, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "322": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2013-12-23", + "dateSigned": "2013-03-11", + "env": "development", + "id": 323, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218592787", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "323": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2012-06-15", + "dateSigned": "2009-10-26", + "env": "development", + "id": 324, + "isoNumeric": null, + "jurisdiction": "Andorra", + "jurisdictionCountryCode": "AD", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809533", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "324": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1996-12-05", + "dateSigned": "1994-12-13", + "env": "development", + "id": 325, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "325": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2011-12-09", + "dateSigned": "2011-07-28", + "env": "development", + "id": 326, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/79079148", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "326": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2011-10-14", + "dateSigned": "2011-08-22", + "env": "development", + "id": 327, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72669361", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "327": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2001-12-30", + "dateSigned": "1997-10-08", + "env": "development", + "id": 328, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86094376", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "328": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1981-03-01", + "dateSigned": "1979-04-04", + "env": "development", + "id": 329, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88720690", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "329": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-09-05", + "env": "development", + "id": 330, + "isoNumeric": null, + "jurisdiction": "Macao, China", + "jurisdictionCountryCode": "MO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "330": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2005-01-01", + "dateSigned": "2004-04-29", + "env": "development", + "id": 331, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85915628", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "331": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1992-12-10", + "dateSigned": "1992-04-13", + "env": "development", + "id": 332, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "332": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-03-03", + "env": "development", + "id": 333, + "isoNumeric": null, + "jurisdiction": "Syrian Arab Republic", + "jurisdictionCountryCode": "SY", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "333": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2010-01-01", + "dateSigned": "2008-06-02", + "env": "development", + "id": 334, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85628036", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "334": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1999-01-28", + "dateSigned": "1997-11-27", + "env": "development", + "id": 335, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809880", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "335": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2014-10-14", + "dateSigned": "2013-07-30", + "env": "development", + "id": 336, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/269363937", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "336": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1990-12-28", + "dateSigned": "1990-10-15", + "env": "development", + "id": 337, + "isoNumeric": null, + "jurisdiction": "Fiji", + "jurisdictionCountryCode": "FJ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "337": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-03-10", + "env": "development", + "id": 338, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "338": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1992-12-14", + "dateSigned": "1992-04-22", + "env": "development", + "id": 339, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "339": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2014-07-01", + "dateSigned": "2012-12-10", + "env": "development", + "id": 340, + "isoNumeric": null, + "jurisdiction": "Uruguay", + "jurisdictionCountryCode": "UY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809365", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "340": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2001-04-11", + "dateSigned": "2000-02-02", + "env": "development", + "id": 341, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "341": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1980-06-17", + "dateSigned": "1979-05-11", + "env": "development", + "id": 342, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "342": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2008-04-04", + "dateSigned": "2007-03-01", + "env": "development", + "id": 343, + "isoNumeric": null, + "jurisdiction": "Sint Maarten", + "jurisdictionCountryCode": "SX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88694698", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "343": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2002-05-20", + "dateSigned": "2002-05-20", + "env": "development", + "id": 344, + "isoNumeric": null, + "jurisdiction": "Timor-Leste", + "jurisdictionCountryCode": "TL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "344": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2012-12-15", + "dateSigned": "2011-12-15", + "env": "development", + "id": 345, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809727", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "345": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2003-12-31", + "dateSigned": "2002-09-09", + "env": "development", + "id": 346, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "346": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-09-26", + "env": "development", + "id": 347, + "isoNumeric": null, + "jurisdiction": "Guatemala", + "jurisdictionCountryCode": "GT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "347": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2007-11-10", + "dateSigned": "2006-11-20", + "env": "development", + "id": 348, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81455415", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "348": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2013-06-05", + "dateSigned": "2010-04-29", + "env": "development", + "id": 349, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "349": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1979-11-01", + "dateSigned": "1977-10-13", + "env": "development", + "id": 350, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "350": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1983-12-21", + "dateSigned": "1983-05-31", + "env": "development", + "id": 351, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "351": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2011-11-25", + "dateSigned": "2010-11-22", + "env": "development", + "id": 352, + "isoNumeric": null, + "jurisdiction": "Montserrat", + "jurisdictionCountryCode": "MS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81443168", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "352": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2012-12-13", + "dateSigned": "2011-07-01", + "env": "development", + "id": 353, + "isoNumeric": null, + "jurisdiction": "Costa Rica", + "jurisdictionCountryCode": "CR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72671538", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "353": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2012-12-03", + "dateSigned": "2011-09-24", + "env": "development", + "id": 354, + "isoNumeric": null, + "jurisdiction": "Andorra", + "jurisdictionCountryCode": "AD", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "354": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1975-02-15", + "dateSigned": "1972-11-24", + "env": "development", + "id": 355, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "355": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2007-12-30", + "dateSigned": "2006-10-16", + "env": "development", + "id": 356, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "356": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1989-12-29", + "dateSigned": "1989-05-24", + "env": "development", + "id": 357, + "isoNumeric": null, + "jurisdiction": "Papua New Guinea", + "jurisdictionCountryCode": "PG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "357": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2012-06-21", + "dateSigned": "2011-06-21", + "env": "development", + "id": 358, + "isoNumeric": null, + "jurisdiction": "Liechtenstein", + "jurisdictionCountryCode": "LI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81455457", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "358": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1999-12-22", + "dateSigned": "1999-08-24", + "env": "development", + "id": 359, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "359": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1992-04-10", + "dateSigned": "1990-11-20", + "env": "development", + "id": 360, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "360": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1995-11-27", + "dateSigned": "1995-03-28", + "env": "development", + "id": 361, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "361": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1989-12-27", + "dateSigned": "1989-08-31", + "env": "development", + "id": 362, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "362": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1981-09-04", + "dateSigned": "1981-01-14", + "env": "development", + "id": 363, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "363": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1991-06-28", + "dateSigned": "1991-03-23", + "env": "development", + "id": 364, + "isoNumeric": null, + "jurisdiction": "Kiribati", + "jurisdictionCountryCode": "KI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "364": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1981-10-27", + "dateSigned": "1981-04-01", + "env": "development", + "id": 365, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81602177", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "365": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1981-04-29", + "dateSigned": "1980-05-21", + "env": "development", + "id": 366, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "366": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2003-12-17", + "dateSigned": "2000-09-07", + "env": "development", + "id": 367, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "367": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2008-04-04", + "dateSigned": "2007-03-01", + "env": "development", + "id": 368, + "isoNumeric": null, + "jurisdiction": "Curaçao", + "jurisdictionCountryCode": "CW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88130007", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "368": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2012-05-23", + "dateSigned": "2011-08-11", + "env": "development", + "id": 369, + "isoNumeric": null, + "jurisdiction": "Liberia", + "jurisdictionCountryCode": "LR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72671593", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "369": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1984-01-01", + "dateSigned": "1982-07-12", + "env": "development", + "id": 370, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81800883", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "370": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2010-07-01", + "dateSigned": "2010-03-30", + "env": "development", + "id": 371, + "isoNumeric": null, + "jurisdiction": "Bahamas, The", + "jurisdictionCountryCode": "BS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74128274", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "371": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2010-03-19", + "dateSigned": "2009-06-26", + "env": "development", + "id": 372, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81698646", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "372": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2007-09-20", + "dateSigned": "2005-11-10", + "env": "development", + "id": 373, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/56676495", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "373": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2010-01-05", + "dateSigned": "2009-01-29", + "env": "development", + "id": 374, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81442907", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "374": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2011-02-17", + "dateSigned": "2010-03-19", + "env": "development", + "id": 375, + "isoNumeric": null, + "jurisdiction": "Anguilla", + "jurisdictionCountryCode": "AI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809686", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "375": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2007-09-12", + "dateSigned": "2006-08-08", + "env": "development", + "id": 376, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81454948", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "376": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1983-12-01", + "dateSigned": "1982-08-06", + "env": "development", + "id": 377, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73571486", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "377": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1976-09-27", + "dateSigned": "1976-03-17", + "env": "development", + "id": 378, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88708629", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "378": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2009-12-14", + "dateSigned": "2007-01-30", + "env": "development", + "id": 379, + "isoNumeric": null, + "jurisdiction": "Antigua and Barbuda", + "jurisdictionCountryCode": "AG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81442429", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "379": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1992-03-04", + "dateSigned": "1991-05-07", + "env": "development", + "id": 380, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81711101", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "380": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2012-01-09", + "dateSigned": "2010-03-30", + "env": "development", + "id": 381, + "isoNumeric": null, + "jurisdiction": "Grenada", + "jurisdictionCountryCode": "GD", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809509", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "381": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1991-12-30", + "dateSigned": "1991-07-25", + "env": "development", + "id": 382, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85920166", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "382": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1992-12-10", + "dateSigned": "1992-03-24", + "env": "development", + "id": 383, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88278278", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "383": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2011-01-05", + "dateSigned": "2009-06-10", + "env": "development", + "id": 384, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809604", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "384": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2013-02-08", + "dateSigned": "2010-03-10", + "env": "development", + "id": 385, + "isoNumeric": null, + "jurisdiction": "Chile", + "jurisdictionCountryCode": "CL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81455682", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "385": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2011-08-17", + "dateSigned": "2009-12-16", + "env": "development", + "id": 386, + "isoNumeric": null, + "jurisdiction": "Aruba", + "jurisdictionCountryCode": "AW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809460", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "386": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2011-11-25", + "dateSigned": "2010-05-12", + "env": "development", + "id": 387, + "isoNumeric": null, + "jurisdiction": "Marshall Islands", + "jurisdictionCountryCode": "MH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809696", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "387": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1999-12-21", + "dateSigned": "1999-07-01", + "env": "development", + "id": 388, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74502851", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "388": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1969-06-04", + "dateSigned": "1969-02-11", + "env": "development", + "id": 389, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81455024", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "389": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2011-09-01", + "dateSigned": "2010-04-21", + "env": "development", + "id": 390, + "isoNumeric": null, + "jurisdiction": "Vanuatu", + "jurisdictionCountryCode": "VU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809697", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "390": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1990-12-28", + "dateSigned": "1988-11-17", + "env": "development", + "id": 391, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81457297", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "391": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2010-07-26", + "dateSigned": "2009-08-26", + "env": "development", + "id": 392, + "isoNumeric": null, + "jurisdiction": "Gibraltar", + "jurisdictionCountryCode": "GI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809803", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "392": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2011-01-11", + "dateSigned": "2010-03-05", + "env": "development", + "id": 393, + "isoNumeric": null, + "jurisdiction": "Saint Vincent and the Grenadines", + "jurisdictionCountryCode": "VC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74482221", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "393": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2003-12-17", + "dateSigned": "2003-08-21", + "env": "development", + "id": 394, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73590218", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "394": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2011-12-08", + "dateSigned": "2010-03-31", + "env": "development", + "id": 395, + "isoNumeric": null, + "jurisdiction": "Dominica", + "jurisdictionCountryCode": "DM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809591", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "395": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2011-01-11", + "dateSigned": "2010-03-05", + "env": "development", + "id": 396, + "isoNumeric": null, + "jurisdiction": "Saint Kitts and Nevis", + "jurisdictionCountryCode": "KN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809118", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "396": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1981-06-26", + "dateSigned": "1980-08-20", + "env": "development", + "id": 397, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81443793", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "397": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2009-06-01", + "dateSigned": "2006-06-20", + "env": "development", + "id": 398, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81442836", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "398": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2011-02-11", + "dateSigned": "2010-03-30", + "env": "development", + "id": 399, + "isoNumeric": null, + "jurisdiction": "Saint Lucia", + "jurisdictionCountryCode": "LC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809572", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "399": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2011-01-13", + "dateSigned": "2010-04-01", + "env": "development", + "id": 400, + "isoNumeric": null, + "jurisdiction": "Monaco", + "jurisdictionCountryCode": "MC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809519", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "400": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1999-12-31", + "dateSigned": "1999-08-27", + "env": "development", + "id": 401, + "isoNumeric": null, + "jurisdiction": "Argentina", + "jurisdictionCountryCode": "AR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809482", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "401": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1985-11-05", + "dateSigned": "1982-12-14", + "env": "development", + "id": 402, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73100858", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "402": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2008-12-03", + "dateSigned": "2008-01-31", + "env": "development", + "id": 403, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73347357", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "403": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2010-07-01", + "dateSigned": "2010-03-31", + "env": "development", + "id": 404, + "isoNumeric": null, + "jurisdiction": "Belize", + "jurisdictionCountryCode": "BZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809299", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "404": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2012-02-24", + "dateSigned": "2010-03-20", + "env": "development", + "id": 405, + "isoNumeric": null, + "jurisdiction": "Samoa", + "jurisdictionCountryCode": "WS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809153", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "405": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1988-09-01", + "dateSigned": "1986-07-08", + "env": "development", + "id": 406, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85626091", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "406": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2011-01-11", + "dateSigned": "2010-03-04", + "env": "development", + "id": 407, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809848", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "407": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2011-09-02", + "dateSigned": "2009-10-27", + "env": "development", + "id": 408, + "isoNumeric": null, + "jurisdiction": "Cook Islands", + "jurisdictionCountryCode": "CK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809156", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "408": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2011-02-14", + "dateSigned": "2010-03-30", + "env": "development", + "id": 409, + "isoNumeric": null, + "jurisdiction": "Cayman Islands", + "jurisdictionCountryCode": "KY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809668", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "409": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2010-07-01", + "dateSigned": "2010-03-30", + "env": "development", + "id": 410, + "isoNumeric": null, + "jurisdiction": "Turks and Caicos Islands", + "jurisdictionCountryCode": "TC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809651", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "410": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2010-07-27", + "dateSigned": "2009-10-07", + "env": "development", + "id": 411, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809199", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "411": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1985-05-20", + "dateSigned": "1984-05-09", + "env": "development", + "id": 412, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88702593", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "412": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2013-04-22", + "dateSigned": "2012-12-17", + "env": "development", + "id": 413, + "isoNumeric": null, + "jurisdiction": "Argentina", + "jurisdictionCountryCode": "AR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218584875", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "413": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2009-01-01", + "dateSigned": "2008-02-18", + "env": "development", + "id": 414, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/127384070", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "414": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2010-03-11", + "dateSigned": "2009-02-16", + "env": "development", + "id": 415, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/127745780", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "415": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1994-10-01", + "dateSigned": "1988-01-25", + "env": "development", + "id": 416, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "416": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2000-07-30", + "dateSigned": "1999-07-30", + "env": "development", + "id": 417, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/127745677", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "417": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1997-05-07", + "dateSigned": "1996-09-16", + "env": "development", + "id": 418, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809801", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "418": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2001-02-23", + "dateSigned": "2000-07-04", + "env": "development", + "id": 419, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85626114", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "419": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2009-12-18", + "dateSigned": "2008-09-22", + "env": "development", + "id": 420, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88708643", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "420": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2006-02-14", + "dateSigned": "2004-09-07", + "env": "development", + "id": 421, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/127383688", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "421": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2006-11-29", + "dateSigned": "2005-09-29", + "env": "development", + "id": 422, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/127382317", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "422": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2012-01-19", + "dateSigned": "2004-07-21", + "env": "development", + "id": 423, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/127383483", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "423": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2005-10-01", + "dateSigned": "2001-12-20", + "env": "development", + "id": 424, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88722391", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "424": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-10-18", + "env": "development", + "id": 425, + "isoNumeric": null, + "jurisdiction": "Bosnia and Herzegovina", + "jurisdictionCountryCode": "BA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "425": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2008-02-11", + "dateSigned": "2007-08-13", + "env": "development", + "id": 426, + "isoNumeric": null, + "jurisdiction": "Tajikistan", + "jurisdictionCountryCode": "TJ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/127745457", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "426": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2010-01-25", + "dateSigned": "2009-03-10", + "env": "development", + "id": 427, + "isoNumeric": null, + "jurisdiction": "Iran", + "jurisdictionCountryCode": "IR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809080", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "427": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2004-01-29", + "dateSigned": "2002-10-29", + "env": "development", + "id": 428, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/127393036", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "428": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1995-10-03", + "dateSigned": "1994-02-23", + "env": "development", + "id": 429, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73648132", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "429": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2005-12-28", + "dateSigned": "2004-08-25", + "env": "development", + "id": 430, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88132544", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "430": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2009-07-02", + "dateSigned": "2006-06-16", + "env": "development", + "id": 431, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "431": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2012-09-10", + "dateSigned": "2011-06-09", + "env": "development", + "id": 432, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113083854", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "432": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1996-09-20", + "dateSigned": "1996-04-24", + "env": "development", + "id": 433, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/127384863", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "433": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1996-11-02", + "dateSigned": "1996-09-16", + "env": "development", + "id": 434, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809714", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "434": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2006-08-12", + "dateSigned": "2004-05-18", + "env": "development", + "id": 435, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/86049245", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "435": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2008-02-24", + "dateSigned": "2007-08-28", + "env": "development", + "id": 436, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/127385132", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "436": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2008-11-27", + "dateSigned": "2007-10-30", + "env": "development", + "id": 437, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85587611", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "437": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2006-01-01", + "dateSigned": "1997-08-26", + "env": "development", + "id": 438, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88701739", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "438": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2002-04-29", + "dateSigned": "2001-08-08", + "env": "development", + "id": 439, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/127379545", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "439": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2008-11-25", + "dateSigned": "2007-11-12", + "env": "development", + "id": 440, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/127381769", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "440": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2006-06-16", + "dateSigned": "2005-11-24", + "env": "development", + "id": 441, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "441": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2007-07-13", + "dateSigned": "2006-02-23", + "env": "development", + "id": 442, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809109", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "442": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1997-12-01", + "dateSigned": "1997-02-18", + "env": "development", + "id": 443, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/127382721", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "443": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1999-07-24", + "dateSigned": "1996-04-10", + "env": "development", + "id": 444, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109342710", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "444": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2010-12-01", + "dateSigned": "2009-11-12", + "env": "development", + "id": 445, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "445": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2004-11-13", + "dateSigned": "2004-04-02", + "env": "development", + "id": 446, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81685944", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "446": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2010-12-01", + "dateSigned": "2010-05-13", + "env": "development", + "id": 447, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809380", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "447": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1999-01-01", + "dateSigned": "1997-07-03", + "env": "development", + "id": 448, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/127745195", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "448": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2004-10-01", + "dateSigned": "1988-01-25", + "env": "development", + "id": 449, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "449": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1997-09-01", + "dateSigned": "1994-02-09", + "env": "development", + "id": 450, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/127745567", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "450": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2006-04-19", + "dateSigned": "2005-10-03", + "env": "development", + "id": 451, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/127383907", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "451": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2008-11-25", + "dateSigned": "2008-05-19", + "env": "development", + "id": 452, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/137334886", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "452": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-03-12", + "env": "development", + "id": 453, + "isoNumeric": null, + "jurisdiction": "Montenegro", + "jurisdictionCountryCode": "ME", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "453": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2013-03-18", + "dateSigned": "2012-03-12", + "env": "development", + "id": 454, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224328949", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "454": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2015-05-01", + "dateSigned": "2014-05-13", + "env": "development", + "id": 455, + "isoNumeric": null, + "jurisdiction": "Saudi Arabia", + "jurisdictionCountryCode": "SA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "455": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1986-11-27", + "dateSigned": "1986-01-18", + "env": "development", + "id": 456, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/137334886", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "456": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2005-08-17", + "dateSigned": "2005-03-17", + "env": "development", + "id": 457, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81457319", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "457": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2007-04-30", + "dateSigned": "2006-11-20", + "env": "development", + "id": 458, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109452351", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "458": { + "containsParas4and5": null, + "countryCode": "BA", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "1983-09-01", + "env": "development", + "id": 459, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86094845", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "459": { + "containsParas4and5": null, + "countryCode": "BA", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2010-05-12", + "dateSigned": "2007-11-20", + "env": "development", + "id": 460, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112948467", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "460": { + "containsParas4and5": null, + "countryCode": "BA", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1975-08-01", + "dateSigned": "1974-03-28", + "env": "development", + "id": 461, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "461": { + "containsParas4and5": null, + "countryCode": "BA", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2012-07-30", + "dateSigned": "2007-06-21", + "env": "development", + "id": 462, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "462": { + "containsParas4and5": null, + "countryCode": "BA", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1988-12-25", + "dateSigned": "1987-03-26", + "env": "development", + "id": 463, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81591233", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "463": { + "containsParas4and5": null, + "countryCode": "BA", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-10-18", + "env": "development", + "id": 464, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "464": { + "containsParas4and5": null, + "countryCode": "BA", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1985-07-03", + "dateSigned": "1982-02-24", + "env": "development", + "id": 465, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "465": { + "containsParas4and5": null, + "countryCode": "BA", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2006-11-20", + "dateSigned": "2006-05-16", + "env": "development", + "id": 466, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113083878", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "466": { + "containsParas4and5": null, + "countryCode": "BA", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2005-06-22", + "dateSigned": "2004-06-07", + "env": "development", + "id": 467, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224329293", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "467": { + "containsParas4and5": null, + "countryCode": "BA", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2011-01-04", + "dateSigned": "2008-02-05", + "env": "development", + "id": 468, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74484577", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "468": { + "containsParas4and5": null, + "countryCode": "BA", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1986-01-01", + "dateSigned": "1985-01-10", + "env": "development", + "id": 469, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81711119", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "469": { + "containsParas4and5": null, + "countryCode": "BA", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2012-01-01", + "dateSigned": "2010-12-16", + "env": "development", + "id": 470, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85915247", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "470": { + "containsParas4and5": null, + "countryCode": "BA", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-07-21", + "env": "development", + "id": 471, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/77244423", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "471": { + "containsParas4and5": null, + "countryCode": "BA", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1983-04-17", + "dateSigned": "1981-11-02", + "env": "development", + "id": 472, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74475168", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "472": { + "containsParas4and5": null, + "countryCode": "BA", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1988-01-01", + "dateSigned": "1985-10-17", + "env": "development", + "id": 473, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "473": { + "containsParas4and5": null, + "countryCode": "BA", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1983-02-06", + "dateSigned": "1982-02-22", + "env": "development", + "id": 474, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "474": { + "containsParas4and5": null, + "countryCode": "BA", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2012-05-10", + "dateSigned": "2008-06-17", + "env": "development", + "id": 475, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112682137", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "475": { + "containsParas4and5": null, + "countryCode": "BA", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1982-01-01", + "dateSigned": "1980-06-18", + "env": "development", + "id": 476, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "476": { + "containsParas4and5": null, + "countryCode": "BA", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1987-12-18", + "dateSigned": "1986-05-08", + "env": "development", + "id": 477, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "477": { + "containsParas4and5": null, + "countryCode": "BA", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1989-12-16", + "dateSigned": "1988-12-02", + "env": "development", + "id": 478, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "478": { + "containsParas4and5": null, + "countryCode": "BA", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1982-09-18", + "dateSigned": "1981-11-06", + "env": "development", + "id": 479, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "479": { + "containsParas4and5": null, + "countryCode": "BA", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1983-05-26", + "dateSigned": "1980-11-21", + "env": "development", + "id": 480, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85917732", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "480": { + "containsParas4and5": null, + "countryCode": "BA", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2006-02-07", + "dateSigned": "2004-08-24", + "env": "development", + "id": 481, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109343580", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "481": { + "containsParas4and5": null, + "countryCode": "BA", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2008-09-18", + "dateSigned": "2005-02-16", + "env": "development", + "id": 482, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "482": { + "containsParas4and5": null, + "countryCode": "BA", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2012-05-10", + "dateSigned": "2009-11-03", + "env": "development", + "id": 483, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81678450", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "483": { + "containsParas4and5": null, + "countryCode": "BA", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1987-12-22", + "dateSigned": "1986-04-29", + "env": "development", + "id": 484, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "484": { + "containsParas4and5": null, + "countryCode": "BA", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2007-04-30", + "dateSigned": "2006-09-18", + "env": "development", + "id": 485, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109452369", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "485": { + "containsParas4and5": null, + "countryCode": "BD", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1997-04-10", + "dateSigned": "1996-09-12", + "env": "development", + "id": 486, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81457503", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "486": { + "containsParas4and5": null, + "countryCode": "BD", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1984-08-22", + "dateSigned": "1983-05-10", + "env": "development", + "id": 487, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81682806", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "487": { + "containsParas4and5": null, + "countryCode": "BD", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2003-12-23", + "dateSigned": "1999-10-31", + "env": "development", + "id": 488, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "488": { + "containsParas4and5": null, + "countryCode": "BD", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2005-12-22", + "dateSigned": "2004-09-15", + "env": "development", + "id": 489, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86094859", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "489": { + "containsParas4and5": null, + "countryCode": "BD", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1993-02-21", + "dateSigned": "1990-05-29", + "env": "development", + "id": 490, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81591270", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "490": { + "containsParas4and5": null, + "countryCode": "BD", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2009-12-13", + "dateSigned": "2007-12-10", + "env": "development", + "id": 491, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112939441", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "491": { + "containsParas4and5": null, + "countryCode": "BD", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2010-05-19", + "dateSigned": "2005-11-13", + "env": "development", + "id": 492, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/142024485", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "492": { + "containsParas4and5": null, + "countryCode": "BD", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-01-17", + "env": "development", + "id": 493, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "493": { + "containsParas4and5": null, + "countryCode": "BD", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2006-08-07", + "dateSigned": "2004-09-26", + "env": "development", + "id": 494, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73571549", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "494": { + "containsParas4and5": null, + "countryCode": "BD", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1987-07-08", + "dateSigned": "1981-10-15", + "env": "development", + "id": 495, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/207121759", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "495": { + "containsParas4and5": null, + "countryCode": "BD", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1984-01-01", + "dateSigned": "1983-04-19", + "env": "development", + "id": 496, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85337422", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "496": { + "containsParas4and5": null, + "countryCode": "BD", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2000-01-01", + "dateSigned": "1997-07-08", + "env": "development", + "id": 497, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81711147", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "497": { + "containsParas4and5": null, + "countryCode": "BD", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2011-10-01", + "dateSigned": "2011-01-04", + "env": "development", + "id": 498, + "isoNumeric": null, + "jurisdiction": "Saudi Arabia", + "jurisdictionCountryCode": "SA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106371853", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "498": { + "containsParas4and5": null, + "countryCode": "BD", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2003-10-24", + "dateSigned": "1997-09-08", + "env": "development", + "id": 499, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "499": { + "containsParas4and5": null, + "countryCode": "BD", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1981-12-22", + "dateSigned": "1980-12-19", + "env": "development", + "id": 500, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81716218", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "500": { + "containsParas4and5": null, + "countryCode": "BD", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1988-08-21", + "dateSigned": "1987-03-13", + "env": "development", + "id": 501, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "501": { + "containsParas4and5": null, + "countryCode": "BD", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1997-12-09", + "dateSigned": "1990-10-18", + "env": "development", + "id": 502, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85917745", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "502": { + "containsParas4and5": null, + "countryCode": "BD", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1996-12-18", + "dateSigned": "1996-07-16", + "env": "development", + "id": 503, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81602246", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "503": { + "containsParas4and5": null, + "countryCode": "BD", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1988-09-01", + "dateSigned": "1987-03-09", + "env": "development", + "id": 504, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88722443", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "504": { + "containsParas4and5": null, + "countryCode": "BD", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2010-09-15", + "dateSigned": "2009-12-21", + "env": "development", + "id": 505, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85328269", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "505": { + "containsParas4and5": null, + "countryCode": "BD", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1991-06-15", + "dateSigned": "1991-02-28", + "env": "development", + "id": 506, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112961994", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "506": { + "containsParas4and5": null, + "countryCode": "BD", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1994-06-08", + "dateSigned": "1993-07-13", + "env": "development", + "id": 507, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88708731", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "507": { + "containsParas4and5": null, + "countryCode": "BD", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2006-07-11", + "dateSigned": "2003-06-19", + "env": "development", + "id": 508, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "508": { + "containsParas4and5": null, + "countryCode": "BD", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1983-08-19", + "dateSigned": "1982-05-03", + "env": "development", + "id": 509, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "509": { + "containsParas4and5": null, + "countryCode": "BD", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1990-07-08", + "dateSigned": "1979-08-08", + "env": "development", + "id": 510, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "510": { + "containsParas4and5": null, + "countryCode": "BD", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1996-07-07", + "dateSigned": "1990-03-20", + "env": "development", + "id": 511, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73100934", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "511": { + "containsParas4and5": null, + "countryCode": "BD", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1985-01-18", + "dateSigned": "1982-02-15", + "env": "development", + "id": 512, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81676890", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "512": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2013-10-18", + "dateSigned": "2012-09-19", + "env": "development", + "id": 513, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "513": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1988-12-28", + "dateSigned": "1988-06-21", + "env": "development", + "id": 514, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "514": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2001-10-25", + "dateSigned": "1999-03-03", + "env": "development", + "id": 515, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "515": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2001-05-02", + "dateSigned": "1999-11-12", + "env": "development", + "id": 516, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "516": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1994-06-08", + "env": "development", + "id": 517, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "517": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1988-05-01", + "dateSigned": "1987-03-14", + "env": "development", + "id": 518, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88723366", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "518": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1999-07-01", + "dateSigned": "1998-11-26", + "env": "development", + "id": 519, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112961325", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "519": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2011-02-03", + "dateSigned": "2010-07-20", + "env": "development", + "id": 520, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85915411", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "520": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2004-10-27", + "dateSigned": "2004-04-29", + "env": "development", + "id": 521, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74502947", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "521": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2006-12-27", + "dateSigned": "2006-05-09", + "env": "development", + "id": 522, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/130521871", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "522": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1991-11-28", + "dateSigned": "1988-10-25", + "env": "development", + "id": 523, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "523": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1999-07-02", + "dateSigned": "1998-04-09", + "env": "development", + "id": 524, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "524": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2010-12-23", + "dateSigned": "2010-03-22", + "env": "development", + "id": 525, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "525": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1998-07-30", + "dateSigned": "1997-07-15", + "env": "development", + "id": 526, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224329606", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "526": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1991-06-10", + "dateSigned": "1988-09-21", + "env": "development", + "id": 527, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73102009", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "527": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2008-11-25", + "dateSigned": "2007-11-12", + "env": "development", + "id": 528, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/127381769", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "528": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1995-09-12", + "dateSigned": "1994-06-01", + "env": "development", + "id": 529, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "529": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1998-07-24", + "dateSigned": "1997-11-13", + "env": "development", + "id": 530, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "530": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1992-05-25", + "dateSigned": "1991-01-11", + "env": "development", + "id": 531, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "531": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2008-12-30", + "dateSigned": "2008-10-13", + "env": "development", + "id": 532, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85587647", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "532": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-06-11", + "env": "development", + "id": 533, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/268837492", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "533": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1999-07-01", + "dateSigned": "1998-12-09", + "env": "development", + "id": 534, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "534": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1994-03-15", + "dateSigned": "1992-01-27", + "env": "development", + "id": 535, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "535": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1993-06-08", + "env": "development", + "id": 536, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "536": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "1988-09-01", + "dateSigned": "1986-07-08", + "env": "development", + "id": 537, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85626091", + "typeEOI": null, + "updatedAt": 1568275028677 + }, + "537": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1989-03-27", + "dateSigned": "1988-12-02", + "env": "development", + "id": 538, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81602279", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "538": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1986-04-21", + "dateSigned": "1985-04-25", + "env": "development", + "id": 539, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "539": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1999-12-06", + "dateSigned": "1996-05-22", + "env": "development", + "id": 540, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/107175714", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "540": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2001-01-03", + "dateSigned": "2000-10-30", + "env": "development", + "id": 541, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81677199", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "541": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1997-10-03", + "dateSigned": "1995-11-20", + "env": "development", + "id": 542, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "542": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1987-12-28", + "dateSigned": "1987-09-16", + "env": "development", + "id": 543, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73588458", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "543": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2001-11-10", + "dateSigned": "1999-06-01", + "env": "development", + "id": 544, + "isoNumeric": null, + "jurisdiction": "Lebanon", + "jurisdictionCountryCode": "LB", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106347569", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "544": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2004-08-18", + "dateSigned": "2003-12-04", + "env": "development", + "id": 545, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "545": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1997-12-26", + "dateSigned": "1996-12-13", + "env": "development", + "id": 546, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81716265", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "546": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2002-01-22", + "dateSigned": "1991-02-15", + "env": "development", + "id": 547, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85588210", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "547": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1996-07-18", + "dateSigned": "1995-06-15", + "env": "development", + "id": 548, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88689939", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "548": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1994-04-11", + "env": "development", + "id": 549, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81950197", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "549": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2004-05-04", + "dateSigned": "2003-10-20", + "env": "development", + "id": 550, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113083899", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "550": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2008-01-22", + "dateSigned": "2007-06-26", + "env": "development", + "id": 551, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109452388", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "551": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1994-05-11", + "dateSigned": "1990-07-06", + "env": "development", + "id": 552, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88708769", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "552": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1995-06-23", + "dateSigned": "1994-05-26", + "env": "development", + "id": 553, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86049622", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "553": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1991-08-09", + "dateSigned": "1991-03-07", + "env": "development", + "id": 554, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112962010", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "554": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2010-12-21", + "dateSigned": "2010-01-25", + "env": "development", + "id": 555, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81591343", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "555": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2010-11-09", + "dateSigned": "2009-06-26", + "env": "development", + "id": 556, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85204256", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "556": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1990-05-25", + "dateSigned": "1989-11-06", + "env": "development", + "id": 557, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81677007", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "557": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1988-01-01", + "dateSigned": "1986-07-23", + "env": "development", + "id": 558, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88702780", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "558": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1995-06-22", + "dateSigned": "1994-03-11", + "env": "development", + "id": 559, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81682906", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "559": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2003-01-01", + "dateSigned": "2000-01-18", + "env": "development", + "id": 560, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809243", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "560": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2008-12-15", + "dateSigned": "2007-02-23", + "env": "development", + "id": 561, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73571615", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "561": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1989-04-01", + "dateSigned": "1988-03-01", + "env": "development", + "id": 562, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86094937", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "562": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2001-01-05", + "dateSigned": "2000-10-05", + "env": "development", + "id": 563, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81678469", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "563": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1991-06-14", + "dateSigned": "1990-03-06", + "env": "development", + "id": 564, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88278302", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "564": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2014-07-11", + "dateSigned": "2011-07-24", + "env": "development", + "id": 565, + "isoNumeric": null, + "jurisdiction": "Sri Lanka", + "jurisdictionCountryCode": "LK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85313206", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "565": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2011-01-12", + "dateSigned": "2009-06-05", + "env": "development", + "id": 566, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85207333", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "566": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2000-07-31", + "dateSigned": "1999-06-14", + "env": "development", + "id": 567, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85588817", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "567": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2012-02-22", + "dateSigned": "2010-10-10", + "env": "development", + "id": 568, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85313273", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "568": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2010-11-09", + "dateSigned": "2009-10-29", + "env": "development", + "id": 569, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81678479", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "569": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2003-09-29", + "dateSigned": "2000-06-11", + "env": "development", + "id": 570, + "isoNumeric": null, + "jurisdiction": "Algeria", + "jurisdictionCountryCode": "DZ", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "570": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2009-11-24", + "dateSigned": "2008-04-16", + "env": "development", + "id": 571, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85313314", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "571": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2011-02-01", + "dateSigned": "2009-07-02", + "env": "development", + "id": 572, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85204236", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "572": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2012-02-03", + "dateSigned": "2010-04-24", + "env": "development", + "id": 573, + "isoNumeric": null, + "jurisdiction": "Seychelles", + "jurisdictionCountryCode": "SC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113063211", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "573": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2012-04-10", + "dateSigned": "2011-05-24", + "env": "development", + "id": 574, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85204471", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "574": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2012-07-04", + "dateSigned": "2011-10-14", + "env": "development", + "id": 575, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809336", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "575": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2001-02-10", + "dateSigned": "2000-04-07", + "env": "development", + "id": 576, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "576": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2013-07-16", + "dateSigned": "2012-12-03", + "env": "development", + "id": 577, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218585582", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "577": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2012-12-15", + "dateSigned": "2011-12-15", + "env": "development", + "id": 578, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809727", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "578": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2010-11-10", + "dateSigned": "2009-05-06", + "env": "development", + "id": 579, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85204852", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "579": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2009-10-27", + "dateSigned": "2005-06-27", + "env": "development", + "id": 580, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85207220", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "580": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-02-24", + "env": "development", + "id": 581, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218585696", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "581": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2005-09-13", + "dateSigned": "2003-08-07", + "env": "development", + "id": 582, + "isoNumeric": null, + "jurisdiction": "Lebanon", + "jurisdictionCountryCode": "LB", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "582": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2012-09-05", + "dateSigned": "2011-10-14", + "env": "development", + "id": 583, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72681213", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "583": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2007-09-02", + "dateSigned": "2005-11-14", + "env": "development", + "id": 584, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85313441", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "584": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2014-04-03", + "dateSigned": "2013-06-04", + "env": "development", + "id": 585, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218585628", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "585": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2012-08-15", + "dateSigned": "2011-10-14", + "env": "development", + "id": 586, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/121460503", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "586": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2007-11-17", + "dateSigned": "2002-10-19", + "env": "development", + "id": 587, + "isoNumeric": null, + "jurisdiction": "Iran", + "jurisdictionCountryCode": "IR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85204767", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "587": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2007-11-04", + "env": "development", + "id": 588, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "588": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2012-01-29", + "dateSigned": "2010-04-22", + "env": "development", + "id": 589, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/80753359", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "589": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2008-04-16", + "dateSigned": "2002-10-27", + "env": "development", + "id": 590, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85204361", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "590": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2010-11-09", + "dateSigned": "2009-06-26", + "env": "development", + "id": 591, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85204256", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "591": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2012-08-01", + "dateSigned": "2011-07-18", + "env": "development", + "id": 592, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85207503", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "592": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2004-12-13", + "dateSigned": "2004-02-18", + "env": "development", + "id": 593, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81716401", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "593": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2003-10-14", + "dateSigned": "2001-11-07", + "env": "development", + "id": 594, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85313387", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "594": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2013-04-11", + "dateSigned": "2012-05-31", + "env": "development", + "id": 595, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/124129449", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "595": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2012-12-19", + "dateSigned": "2010-03-10", + "env": "development", + "id": 596, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85204456", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "596": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2012-05-13", + "dateSigned": "2011-02-09", + "env": "development", + "id": 597, + "isoNumeric": null, + "jurisdiction": "Turkmenistan", + "jurisdictionCountryCode": "TM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85207361", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "597": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2012-07-12", + "dateSigned": "2011-10-14", + "env": "development", + "id": 598, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86095294", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "598": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1994-08-10", + "dateSigned": "1993-05-10", + "env": "development", + "id": 599, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88723432", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "599": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2013-04-26", + "dateSigned": "2012-05-01", + "env": "development", + "id": 600, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218777341", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "600": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2002-08-15", + "dateSigned": "2002-05-16", + "env": "development", + "id": 601, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81458062", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "601": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-10-14", + "env": "development", + "id": 602, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218823774", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "602": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2013-12-23", + "dateSigned": "2012-10-12", + "env": "development", + "id": 603, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218592221", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "603": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2012-02-28", + "dateSigned": "2010-04-12", + "env": "development", + "id": 604, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85313230", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "604": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2012-07-11", + "dateSigned": "2011-10-14", + "env": "development", + "id": 605, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809688", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "605": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2013-07-23", + "dateSigned": "2011-10-14", + "env": "development", + "id": 606, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809102", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "606": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "2012-03-08", + "dateSigned": "2011-02-03", + "env": "development", + "id": 607, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85320788", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "607": { + "containsParas4and5": null, + "countryCode": "BH", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-03-09", + "env": "development", + "id": 608, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/260020052", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "608": { + "containsParas4and5": null, + "countryCode": "BN", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-06-27", + "env": "development", + "id": 609, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/105458055", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "609": { + "containsParas4and5": null, + "countryCode": "BN", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-12-30", + "env": "development", + "id": 610, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "610": { + "containsParas4and5": null, + "countryCode": "BN", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2013-03-15", + "dateSigned": "2012-06-27", + "env": "development", + "id": 611, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/105458036", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "611": { + "containsParas4and5": null, + "countryCode": "BN", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-06-27", + "env": "development", + "id": 612, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/105457957", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "612": { + "containsParas4and5": null, + "countryCode": "BN", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2011-06-02", + "dateSigned": "2009-04-13", + "env": "development", + "id": 613, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "613": { + "containsParas4and5": null, + "countryCode": "BN", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-06-27", + "env": "development", + "id": 614, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/105457976", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "614": { + "containsParas4and5": null, + "countryCode": "BN", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2015-05-01", + "dateSigned": "2012-06-27", + "env": "development", + "id": 615, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/105457992", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "615": { + "containsParas4and5": null, + "countryCode": "BN", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2010-01-01", + "dateSigned": "2009-12-25", + "env": "development", + "id": 616, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85207565", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "616": { + "containsParas4and5": null, + "countryCode": "BN", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2006-12-14", + "dateSigned": "2005-08-19", + "env": "development", + "id": 617, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81953876", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "617": { + "containsParas4and5": null, + "countryCode": "BN", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-08-06", + "env": "development", + "id": 618, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "618": { + "containsParas4and5": null, + "countryCode": "BN", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-06-27", + "env": "development", + "id": 619, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/105458025", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "619": { + "containsParas4and5": null, + "countryCode": "BN", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-05-21", + "env": "development", + "id": 620, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "620": { + "containsParas4and5": null, + "countryCode": "BN", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2002-08-14", + "dateSigned": "2000-02-27", + "env": "development", + "id": 621, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809302", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "621": { + "containsParas4and5": null, + "countryCode": "BN", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2014-12-26", + "dateSigned": "2013-05-09", + "env": "development", + "id": 622, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "622": { + "containsParas4and5": null, + "countryCode": "BN", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-06-27", + "env": "development", + "id": 623, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/105458010", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "623": { + "containsParas4and5": null, + "countryCode": "BN", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-04-03", + "env": "development", + "id": 624, + "isoNumeric": null, + "jurisdiction": "Tajikistan", + "jurisdictionCountryCode": "TJ", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "624": { + "containsParas4and5": null, + "countryCode": "BN", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1950-12-08", + "dateSigned": "1950-12-08", + "env": "development", + "id": 625, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "625": { + "containsParas4and5": null, + "countryCode": "BN", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-12-09", + "env": "development", + "id": 626, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "626": { + "containsParas4and5": null, + "countryCode": "BN", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2010-01-01", + "dateSigned": "2009-06-28", + "env": "development", + "id": 627, + "isoNumeric": null, + "jurisdiction": "Oman", + "jurisdictionCountryCode": "OM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85207507", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "627": { + "containsParas4and5": null, + "countryCode": "BN", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2009-07-18", + "dateSigned": "2008-01-14", + "env": "development", + "id": 628, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809722", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "628": { + "containsParas4and5": null, + "countryCode": "BN", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2009-12-19", + "dateSigned": "2009-01-20", + "env": "development", + "id": 629, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73347512", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "629": { + "containsParas4and5": null, + "countryCode": "BN", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2010-06-17", + "dateSigned": "2009-08-05", + "env": "development", + "id": 630, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809800", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "630": { + "containsParas4and5": null, + "countryCode": "BN", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2006-12-29", + "dateSigned": "2004-09-21", + "env": "development", + "id": 631, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809416", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "631": { + "containsParas4and5": null, + "countryCode": "BO", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2005-01-01", + "dateSigned": "2004-05-04", + "env": "development", + "id": 632, + "isoNumeric": null, + "jurisdiction": "Colombia", + "jurisdictionCountryCode": "CO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "632": { + "containsParas4and5": null, + "countryCode": "BO", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1995-10-04", + "dateSigned": "1994-01-14", + "env": "development", + "id": 633, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "633": { + "containsParas4and5": null, + "countryCode": "BO", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1996-11-01", + "dateSigned": "1994-12-15", + "env": "development", + "id": 634, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88723736", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "634": { + "containsParas4and5": null, + "countryCode": "BO", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1995-10-23", + "dateSigned": "1994-11-03", + "env": "development", + "id": 635, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73591005", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "635": { + "containsParas4and5": null, + "countryCode": "BO", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1979-06-04", + "dateSigned": "1976-10-30", + "env": "development", + "id": 636, + "isoNumeric": null, + "jurisdiction": "Argentina", + "jurisdictionCountryCode": "AR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/87017028", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "636": { + "containsParas4and5": null, + "countryCode": "BO", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1998-11-23", + "dateSigned": "1997-06-30", + "env": "development", + "id": 637, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88278315", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "637": { + "containsParas4and5": null, + "countryCode": "BO", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1995-07-12", + "dateSigned": "1992-09-30", + "env": "development", + "id": 638, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88132587", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "638": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2012-10-09", + "dateSigned": "2010-12-16", + "env": "development", + "id": 639, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "639": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-10-29", + "env": "development", + "id": 640, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "640": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1982-12-07", + "dateSigned": "1980-05-17", + "env": "development", + "id": 641, + "isoNumeric": null, + "jurisdiction": "Argentina", + "jurisdictionCountryCode": "AR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88129630", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "641": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1980-07-23", + "dateSigned": "1978-11-08", + "env": "development", + "id": 642, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "642": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1975-12-03", + "dateSigned": "1974-11-14", + "env": "development", + "id": 643, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88278348", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "643": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1991-10-07", + "dateSigned": "1983-09-29", + "env": "development", + "id": 644, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88237818", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "644": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1997-12-26", + "dateSigned": "1996-04-02", + "env": "development", + "id": 645, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88129756", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "645": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-01-28", + "env": "development", + "id": 646, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218607830", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "646": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1991-01-01", + "dateSigned": "1986-06-20", + "env": "development", + "id": 647, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88129778", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "647": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1973-07-13", + "dateSigned": "1972-06-23", + "env": "development", + "id": 648, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85917768", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "648": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2006-04-25", + "dateSigned": "2002-01-16", + "env": "development", + "id": 649, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88238026", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "649": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1991-11-22", + "dateSigned": "1990-03-08", + "env": "development", + "id": 650, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88708811", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "650": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2008-07-23", + "env": "development", + "id": 651, + "isoNumeric": null, + "jurisdiction": "Trinidad and Tobago", + "jurisdictionCountryCode": "TT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113065190", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "651": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1967-12-31", + "dateSigned": "1967-01-24", + "env": "development", + "id": 652, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88129808", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "652": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1990-11-14", + "dateSigned": "1986-08-26", + "env": "development", + "id": 653, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88129710", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "653": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2001-10-05", + "dateSigned": "2000-05-16", + "env": "development", + "id": 654, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88237885", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "654": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1985-12-23", + "dateSigned": "1984-06-04", + "env": "development", + "id": 655, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81676895", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "655": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1991-11-21", + "dateSigned": "1989-03-07", + "env": "development", + "id": 656, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81683010", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "656": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2005-09-21", + "dateSigned": "2002-12-12", + "env": "development", + "id": 657, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809517", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "657": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1981-04-24", + "dateSigned": "1978-10-03", + "env": "development", + "id": 658, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73101467", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "658": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1972-05-10", + "dateSigned": "1971-09-10", + "env": "development", + "id": 659, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88723784", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "659": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1976-07-01", + "dateSigned": "1975-05-24", + "env": "development", + "id": 660, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "660": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2003-07-24", + "dateSigned": "2001-04-03", + "env": "development", + "id": 661, + "isoNumeric": null, + "jurisdiction": "Chile", + "jurisdictionCountryCode": "CL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88129652", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "661": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2009-01-19", + "dateSigned": "2004-11-22", + "env": "development", + "id": 662, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "662": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2013-03-19", + "dateSigned": "2006-03-20", + "env": "development", + "id": 663, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "663": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2006-07-24", + "dateSigned": "2003-11-08", + "env": "development", + "id": 664, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74487952", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "664": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1974-12-05", + "dateSigned": "1974-08-27", + "env": "development", + "id": 665, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81602376", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "665": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-09-28", + "env": "development", + "id": 666, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218596045", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "666": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2009-08-14", + "dateSigned": "2006-02-17", + "env": "development", + "id": 667, + "isoNumeric": null, + "jurisdiction": "Peru", + "jurisdictionCountryCode": "PE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88129829", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "667": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1992-03-11", + "dateSigned": "1988-04-26", + "env": "development", + "id": 668, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86049636", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "668": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1987-12-28", + "dateSigned": "1983-05-26", + "env": "development", + "id": 669, + "isoNumeric": null, + "jurisdiction": "Ecuador", + "jurisdictionCountryCode": "EC", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88129739", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "669": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-10-23", + "env": "development", + "id": 670, + "isoNumeric": null, + "jurisdiction": "Uruguay", + "jurisdictionCountryCode": "UY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/117223910", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "670": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-03-19", + "env": "development", + "id": 671, + "isoNumeric": null, + "jurisdiction": "Cayman Islands", + "jurisdictionCountryCode": "KY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218777415", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "671": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1981-11-26", + "dateSigned": "1980-08-21", + "env": "development", + "id": 672, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86095355", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "672": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1993-01-06", + "dateSigned": "1991-08-05", + "env": "development", + "id": 673, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81677035", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "673": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2005-01-14", + "env": "development", + "id": 674, + "isoNumeric": null, + "jurisdiction": "Venezuela", + "jurisdictionCountryCode": "VE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "674": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2006-11-30", + "dateSigned": "2003-09-25", + "env": "development", + "id": 675, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "675": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1975-12-29", + "dateSigned": "1975-04-25", + "env": "development", + "id": 676, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88237934", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "676": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1990-11-14", + "dateSigned": "1986-08-26", + "env": "development", + "id": 677, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809227", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "677": { + "containsParas4and5": null, + "countryCode": "BR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-02-06", + "env": "development", + "id": 678, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "678": { + "containsParas4and5": null, + "countryCode": "AR", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2013-12-17", + "dateSigned": "2013-04-26", + "env": "development", + "id": 679, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "679": { + "containsParas4and5": null, + "countryCode": "AT", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2011-01-01", + "dateSigned": "2010-05-25", + "env": "development", + "id": 680, + "isoNumeric": null, + "jurisdiction": "Hong Kong, China", + "jurisdictionCountryCode": "HK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809878", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "680": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-08-06", + "env": "development", + "id": 681, + "isoNumeric": null, + "jurisdiction": "Brunei Darussalam", + "jurisdictionCountryCode": "BN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "681": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2012-06-20", + "dateSigned": "2011-07-12", + "env": "development", + "id": 682, + "isoNumeric": null, + "jurisdiction": "Macao, China", + "jurisdictionCountryCode": "MO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72671715", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "682": { + "containsParas4and5": null, + "countryCode": "AZ", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2013-08-12", + "dateSigned": "2013-04-22", + "env": "development", + "id": 683, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "683": { + "containsParas4and5": null, + "countryCode": "ZW", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1983-02-11", + "dateSigned": "1982-10-19", + "env": "development", + "id": 684, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "684": { + "containsParas4and5": null, + "countryCode": "ZW", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "1994-04-28", + "env": "development", + "id": 685, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "685": { + "containsParas4and5": null, + "countryCode": "ZW", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1996-12-05", + "dateSigned": "1993-12-15", + "env": "development", + "id": 686, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88849423", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "686": { + "containsParas4and5": null, + "countryCode": "ZW", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1965-09-03", + "dateSigned": "1965-06-10", + "env": "development", + "id": 687, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74491308", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "687": { + "containsParas4and5": null, + "countryCode": "ZW", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1994-12-15", + "dateSigned": "1992-04-16", + "env": "development", + "id": 688, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "688": { + "containsParas4and5": null, + "countryCode": "ZW", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1990-12-05", + "dateSigned": "1989-03-10", + "env": "development", + "id": 689, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "689": { + "containsParas4and5": null, + "countryCode": "ZW", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2008-02-25", + "dateSigned": "2004-06-16", + "env": "development", + "id": 690, + "isoNumeric": null, + "jurisdiction": "Botswana", + "jurisdictionCountryCode": "BW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "690": { + "containsParas4and5": null, + "countryCode": "ZW", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1995-01-01", + "dateSigned": "1993-07-09", + "env": "development", + "id": 691, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81713727", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "691": { + "containsParas4and5": null, + "countryCode": "ZW", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1991-08-28", + "dateSigned": "1999-03-09", + "env": "development", + "id": 692, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86100583", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "692": { + "containsParas4and5": null, + "countryCode": "ZW", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2002-08-06", + "env": "development", + "id": 693, + "isoNumeric": null, + "jurisdiction": "Seychelles", + "jurisdictionCountryCode": "SC", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113066193", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "693": { + "containsParas4and5": null, + "countryCode": "ZW", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1991-04-21", + "dateSigned": "1989-05-18", + "env": "development", + "id": 694, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88719227", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "694": { + "containsParas4and5": null, + "countryCode": "ZW", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1990-04-22", + "dateSigned": "1988-04-22", + "env": "development", + "id": 695, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81800238", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "695": { + "containsParas4and5": null, + "countryCode": "ZW", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1992-11-05", + "dateSigned": "1992-03-06", + "env": "development", + "id": 696, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85588776", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "696": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 697, + "isoNumeric": null, + "jurisdiction": "Grenada", + "jurisdictionCountryCode": "GD", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "697": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1992-08-20", + "dateSigned": "1989-06-15", + "env": "development", + "id": 698, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "698": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1986-02-28", + "dateSigned": "1984-12-31", + "env": "development", + "id": 699, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73571515", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "699": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-11-03", + "env": "development", + "id": 700, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/72887722", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "700": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1991-07-30", + "dateSigned": "1990-11-15", + "env": "development", + "id": 701, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/106337389", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "701": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2011-02-18", + "dateSigned": "2010-06-21", + "env": "development", + "id": 702, + "isoNumeric": null, + "jurisdiction": "Panama", + "jurisdictionCountryCode": "PA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87947747", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "702": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 703, + "isoNumeric": null, + "jurisdiction": "Belize", + "jurisdictionCountryCode": "BZ", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "703": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1963-08-26", + "dateSigned": "1963-08-26", + "env": "development", + "id": 704, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "704": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-11-03", + "env": "development", + "id": 705, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/72888812", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "705": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2005-01-28", + "dateSigned": "2004-09-28", + "env": "development", + "id": 706, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85328252", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "706": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-11-25", + "env": "development", + "id": 707, + "isoNumeric": null, + "jurisdiction": "Colombia", + "jurisdictionCountryCode": "CO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "707": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2012-02-14", + "dateSigned": "2011-11-03", + "env": "development", + "id": 708, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72888108", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "708": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2013-07-16", + "dateSigned": "2012-12-03", + "env": "development", + "id": 709, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218585582", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "709": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2011-10-14", + "dateSigned": "2010-12-01", + "env": "development", + "id": 710, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74242262", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "710": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2008-04-22", + "env": "development", + "id": 711, + "isoNumeric": null, + "jurisdiction": "Ghana", + "jurisdictionCountryCode": "GH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88237742", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "711": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2007-04-01", + "dateSigned": "2006-02-27", + "env": "development", + "id": 712, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85917350", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "712": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 713, + "isoNumeric": null, + "jurisdiction": "Saint Vincent and the Grenadines", + "jurisdictionCountryCode": "VC", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "713": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 714, + "isoNumeric": null, + "jurisdiction": "Saint Lucia", + "jurisdictionCountryCode": "LC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "714": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2009-01-16", + "dateSigned": "2008-04-07", + "env": "development", + "id": 715, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88127614", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "715": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-12-22", + "env": "development", + "id": 716, + "isoNumeric": null, + "jurisdiction": "Rwanda", + "jurisdictionCountryCode": "RW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "716": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-12-06", + "env": "development", + "id": 717, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218585160", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "717": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 718, + "isoNumeric": null, + "jurisdiction": "Dominica", + "jurisdictionCountryCode": "DM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88127375", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "718": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2014-04-25", + "dateSigned": "2013-07-15", + "env": "development", + "id": 719, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218585208", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "719": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2005-08-25", + "dateSigned": "2005-02-23", + "env": "development", + "id": 720, + "isoNumeric": null, + "jurisdiction": "Botswana", + "jurisdictionCountryCode": "BW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88127270", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "720": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 721, + "isoNumeric": null, + "jurisdiction": "Trinidad and Tobago", + "jurisdictionCountryCode": "TT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "721": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2012-06-06", + "dateSigned": "2011-10-26", + "env": "development", + "id": 722, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809281", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "722": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2001-01-01", + "dateSigned": "1998-12-11", + "env": "development", + "id": 723, + "isoNumeric": null, + "jurisdiction": "Venezuela", + "jurisdictionCountryCode": "VE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/87947825", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "723": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2011-08-08", + "dateSigned": "2009-12-01", + "env": "development", + "id": 724, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88127562", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "724": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 725, + "isoNumeric": null, + "jurisdiction": "Antigua and Barbuda", + "jurisdictionCountryCode": "AG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "725": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2000-03-16", + "dateSigned": "1999-06-17", + "env": "development", + "id": 726, + "isoNumeric": null, + "jurisdiction": "Cuba", + "jurisdictionCountryCode": "CU", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88127316", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "726": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2000-10-27", + "dateSigned": "2000-05-15", + "env": "development", + "id": 727, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81457367", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "727": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2013-08-06", + "dateSigned": "2012-12-14", + "env": "development", + "id": 728, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218585266", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "728": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 729, + "isoNumeric": null, + "jurisdiction": "Guyana", + "jurisdictionCountryCode": "GY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "729": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 730, + "isoNumeric": null, + "jurisdiction": "Saint Kitts and Nevis", + "jurisdictionCountryCode": "KN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "730": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2012-06-14", + "dateSigned": "2011-11-03", + "env": "development", + "id": 731, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73331508", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "731": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1991-12-01", + "dateSigned": "1991-07-01", + "env": "development", + "id": 732, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87947805", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "732": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-10-22", + "env": "development", + "id": 733, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72671813", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "733": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 734, + "isoNumeric": null, + "jurisdiction": "Jamaica", + "jurisdictionCountryCode": "JM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "734": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2007-07-12", + "dateSigned": "2006-11-28", + "env": "development", + "id": 735, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88708680", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "735": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2012-12-19", + "dateSigned": "2012-04-26", + "env": "development", + "id": 736, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/128830751", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "736": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1980-12-22", + "dateSigned": "1980-01-22", + "env": "development", + "id": 737, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "737": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2015-01-19", + "dateSigned": "2013-09-17", + "env": "development", + "id": 738, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "738": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2002-06-19", + "dateSigned": "2001-12-05", + "env": "development", + "id": 739, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88702622", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "739": { + "containsParas4and5": null, + "countryCode": "BB", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2008-02-28", + "dateSigned": "2007-10-19", + "env": "development", + "id": 740, + "isoNumeric": null, + "jurisdiction": "Seychelles", + "jurisdictionCountryCode": "SC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87947774", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "740": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-12-07", + "env": "development", + "id": 741, + "isoNumeric": null, + "jurisdiction": "Antigua and Barbuda", + "jurisdictionCountryCode": "AG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809085", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "741": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2004-10-07", + "dateSigned": "2003-12-10", + "env": "development", + "id": 742, + "isoNumeric": null, + "jurisdiction": "Hong Kong, China", + "jurisdictionCountryCode": "HK", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/86052278", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "742": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1975-08-14", + "dateSigned": "1973-10-24", + "env": "development", + "id": 743, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85337445", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "743": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2005-05-13", + "dateSigned": "1993-01-14", + "env": "development", + "id": 744, + "isoNumeric": null, + "jurisdiction": "Gabon", + "jurisdictionCountryCode": "GA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "744": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2004-03-18", + "dateSigned": "1996-12-18", + "env": "development", + "id": 745, + "isoNumeric": null, + "jurisdiction": "Ecuador", + "jurisdictionCountryCode": "EC", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "745": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1997-09-17", + "dateSigned": "1994-07-07", + "env": "development", + "id": 746, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "746": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1993-02-24", + "dateSigned": "1991-02-05", + "env": "development", + "id": 747, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "747": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1991-01-08", + "dateSigned": "1987-12-17", + "env": "development", + "id": 748, + "isoNumeric": null, + "jurisdiction": "Turkmenistan", + "jurisdictionCountryCode": "TM", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "748": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2004-04-29", + "dateSigned": "2001-08-20", + "env": "development", + "id": 749, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88701780", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "749": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1980-07-09", + "dateSigned": "1976-10-02", + "env": "development", + "id": 750, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85919148", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "750": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2003-06-25", + "dateSigned": "1995-06-14", + "env": "development", + "id": 751, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "751": { + "containsParas4and5": null, + "countryCode": "AU", + "createdAt": 1568104719126, + "currencyCode": null, + "dateActive": "1991-10-21", + "dateSigned": "1989-12-18", + "env": "development", + "id": 752, + "isoNumeric": null, + "jurisdiction": "Sri Lanka", + "jurisdictionCountryCode": "LK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "752": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1998-10-17", + "dateSigned": "1996-03-04", + "env": "development", + "id": 753, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "753": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2004-09-01", + "dateSigned": "2002-11-14", + "env": "development", + "id": 754, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112686052", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "754": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1991-01-08", + "dateSigned": "1987-12-17", + "env": "development", + "id": 755, + "isoNumeric": null, + "jurisdiction": "Tajikistan", + "jurisdictionCountryCode": "TJ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "755": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1999-02-25", + "dateSigned": "1996-05-20", + "env": "development", + "id": 756, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86049402", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "756": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1980-12-28", + "dateSigned": "1978-10-16", + "env": "development", + "id": 757, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "757": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1965-06-17", + "dateSigned": "1964-03-10", + "env": "development", + "id": 758, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88722496", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "758": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1999-07-21", + "dateSigned": "1996-06-12", + "env": "development", + "id": 759, + "isoNumeric": null, + "jurisdiction": "Argentina", + "jurisdictionCountryCode": "AR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87020681", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "759": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1971-02-19", + "dateSigned": "1969-07-16", + "env": "development", + "id": 760, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88689058", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "760": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1975-03-05", + "dateSigned": "1972-05-04", + "env": "development", + "id": 761, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/107065106", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "761": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1998-10-10", + "dateSigned": "1995-02-01", + "env": "development", + "id": 762, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74502896", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "762": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1993-02-04", + "dateSigned": "1987-09-29", + "env": "development", + "id": 763, + "isoNumeric": null, + "jurisdiction": "Senegal", + "jurisdictionCountryCode": "SN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113065119", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "763": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1982-04-25", + "dateSigned": "1982-07-19", + "env": "development", + "id": 764, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/86049380", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "764": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2000-04-13", + "dateSigned": "1998-04-16", + "env": "development", + "id": 765, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85918946", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "765": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2004-01-06", + "dateSigned": "1996-09-30", + "env": "development", + "id": 766, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86049167", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "766": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2007-07-27", + "env": "development", + "id": 767, + "isoNumeric": null, + "jurisdiction": "Uganda", + "jurisdictionCountryCode": "UG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "767": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2008-11-27", + "dateSigned": "2006-11-06", + "env": "development", + "id": 768, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81716244", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "768": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2000-07-24", + "dateSigned": "1996-12-16", + "env": "development", + "id": 769, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86049273", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "769": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2000-06-26", + "dateSigned": "1995-06-16", + "env": "development", + "id": 770, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "770": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1979-09-19", + "dateSigned": "1977-08-29", + "env": "development", + "id": 771, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81682894", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "771": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1970-12-31", + "dateSigned": "1969-10-16", + "env": "development", + "id": 772, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "772": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1975-01-03", + "dateSigned": "1974-06-28", + "env": "development", + "id": 773, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85919042", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "773": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1983-05-26", + "dateSigned": "1980-11-21", + "env": "development", + "id": 774, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85919186", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "774": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-12-07", + "env": "development", + "id": 775, + "isoNumeric": null, + "jurisdiction": "Saint Lucia", + "jurisdictionCountryCode": "LC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809607", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "775": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-09-24", + "env": "development", + "id": 776, + "isoNumeric": null, + "jurisdiction": "Anguilla", + "jurisdictionCountryCode": "AI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218585342", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "776": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1978-12-27", + "dateSigned": "1976-05-18", + "env": "development", + "id": 777, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85918724", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "777": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1983-05-20", + "dateSigned": "1980-11-21", + "env": "development", + "id": 778, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85918975", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "778": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1991-10-08", + "dateSigned": "1987-06-02", + "env": "development", + "id": 779, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "779": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1970-04-16", + "dateSigned": "1968-03-28", + "env": "development", + "id": 780, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "780": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1973-06-28", + "dateSigned": "1971-12-29", + "env": "development", + "id": 781, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "781": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2008-10-17", + "dateSigned": "2005-06-14", + "env": "development", + "id": 782, + "isoNumeric": null, + "jurisdiction": "Ghana", + "jurisdictionCountryCode": "GH", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "782": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1997-10-01", + "dateSigned": "1993-04-26", + "env": "development", + "id": 783, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85918920", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "783": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2003-05-07", + "dateSigned": "1999-04-21", + "env": "development", + "id": 784, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "784": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1991-11-28", + "dateSigned": "1988-10-25", + "env": "development", + "id": 785, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "785": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1997-02-01", + "dateSigned": "1992-11-24", + "env": "development", + "id": 786, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "786": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-12-07", + "env": "development", + "id": 787, + "isoNumeric": null, + "jurisdiction": "Bahamas, The", + "jurisdictionCountryCode": "BS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74128279", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "787": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1973-07-13", + "dateSigned": "1972-06-23", + "env": "development", + "id": 788, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85917768", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "788": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1983-12-08", + "dateSigned": "1981-09-15", + "env": "development", + "id": 789, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85919135", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "789": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2013-01-04", + "dateSigned": "2009-10-07", + "env": "development", + "id": 790, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809531", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "790": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2007-06-25", + "dateSigned": "2005-12-21", + "env": "development", + "id": 791, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/176586352", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "791": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1999-12-08", + "dateSigned": "1996-05-14", + "env": "development", + "id": 792, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81567753", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "792": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1983-05-20", + "dateSigned": "1980-11-21", + "env": "development", + "id": 793, + "isoNumeric": null, + "jurisdiction": "Kosovo", + "jurisdictionCountryCode": "XK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "793": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1989-10-21", + "dateSigned": "1987-06-01", + "env": "development", + "id": 794, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85918760", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "794": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2006-06-19", + "env": "development", + "id": 795, + "isoNumeric": null, + "jurisdiction": "Macao, China", + "jurisdictionCountryCode": "MO", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "795": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2007-11-06", + "env": "development", + "id": 796, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "796": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-12-07", + "env": "development", + "id": 797, + "isoNumeric": null, + "jurisdiction": "Saint Vincent and the Grenadines", + "jurisdictionCountryCode": "VC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74482422", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "797": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2006-08-12", + "dateSigned": "2004-05-18", + "env": "development", + "id": 798, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/86049245", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "798": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1997-12-09", + "dateSigned": "1990-10-18", + "env": "development", + "id": 799, + "isoNumeric": null, + "jurisdiction": "Bangladesh", + "jurisdictionCountryCode": "BD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85917745", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "799": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2005-01-01", + "dateSigned": "2003-06-02", + "env": "development", + "id": 800, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "800": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-04-24", + "env": "development", + "id": 801, + "isoNumeric": null, + "jurisdiction": "Aruba", + "jurisdictionCountryCode": "AW", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "801": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1979-11-01", + "dateSigned": "1977-10-13", + "env": "development", + "id": 802, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "802": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2005-12-30", + "dateSigned": "2004-05-25", + "env": "development", + "id": 803, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "803": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1972-12-30", + "dateSigned": "1970-09-17", + "env": "development", + "id": 804, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "804": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1999-01-28", + "dateSigned": "1995-07-04", + "env": "development", + "id": 805, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85328295", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "805": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-07-16", + "env": "development", + "id": 806, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85320770", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "806": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1998-11-13", + "dateSigned": "1993-04-22", + "env": "development", + "id": 807, + "isoNumeric": null, + "jurisdiction": "Venezuela", + "jurisdictionCountryCode": "VE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "807": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1973-12-31", + "dateSigned": "1970-06-24", + "env": "development", + "id": 808, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85918883", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "808": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-07-15", + "env": "development", + "id": 809, + "isoNumeric": null, + "jurisdiction": "Monaco", + "jurisdictionCountryCode": "MC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809159", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "809": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1991-01-08", + "dateSigned": "1987-12-17", + "env": "development", + "id": 810, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "810": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2004-10-06", + "dateSigned": "2002-05-23", + "env": "development", + "id": 811, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85917789", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "811": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-04-11", + "env": "development", + "id": 812, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218585403", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "812": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2010-07-06", + "dateSigned": "2007-04-16", + "env": "development", + "id": 813, + "isoNumeric": null, + "jurisdiction": "Rwanda", + "jurisdictionCountryCode": "RW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "813": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2012-01-09", + "dateSigned": "2010-03-18", + "env": "development", + "id": 814, + "isoNumeric": null, + "jurisdiction": "Grenada", + "jurisdictionCountryCode": "GD", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809154", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "814": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1999-07-08", + "dateSigned": "1996-11-14", + "env": "development", + "id": 815, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86049420", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "815": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2003-05-05", + "dateSigned": "1998-11-26", + "env": "development", + "id": 816, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81685982", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "816": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2007-11-04", + "env": "development", + "id": 817, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "817": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2010-05-05", + "dateSigned": "2007-12-06", + "env": "development", + "id": 818, + "isoNumeric": null, + "jurisdiction": "Chile", + "jurisdictionCountryCode": "CL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81456706", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "818": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1983-09-02", + "dateSigned": "1980-03-17", + "env": "development", + "id": 819, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85919162", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "819": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2009-06-05", + "dateSigned": "2004-10-07", + "env": "development", + "id": 820, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "820": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2001-11-07", + "dateSigned": "1997-09-16", + "env": "development", + "id": 821, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85918868", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "821": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2003-04-15", + "dateSigned": "1999-11-05", + "env": "development", + "id": 822, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86049315", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "822": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2014-02-20", + "dateSigned": "2009-12-18", + "env": "development", + "id": 823, + "isoNumeric": null, + "jurisdiction": "Saint Kitts and Nevis", + "jurisdictionCountryCode": "KN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113061228", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "823": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1969-07-30", + "dateSigned": "1967-04-11", + "env": "development", + "id": 824, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "824": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1983-05-20", + "dateSigned": "1980-11-21", + "env": "development", + "id": 825, + "isoNumeric": null, + "jurisdiction": "Montenegro", + "jurisdictionCountryCode": "ME", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "825": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2015-01-13", + "dateSigned": "2009-10-23", + "env": "development", + "id": 826, + "isoNumeric": null, + "jurisdiction": "Andorra", + "jurisdictionCountryCode": "AD", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809543", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "826": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-03-13", + "env": "development", + "id": 827, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "827": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1975-11-04", + "dateSigned": "1972-07-13", + "env": "development", + "id": 828, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85918904", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "828": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2004-05-04", + "dateSigned": "2000-12-14", + "env": "development", + "id": 829, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86049335", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "829": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2002-10-02", + "dateSigned": "1998-06-22", + "env": "development", + "id": 830, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85919207", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "830": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1989-07-29", + "dateSigned": "1983-04-29", + "env": "development", + "id": 831, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73100989", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "831": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1985-06-12", + "dateSigned": "1983-02-03", + "env": "development", + "id": 832, + "isoNumeric": null, + "jurisdiction": "Sri Lanka", + "jurisdictionCountryCode": "LK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85918957", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "832": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-04-24", + "env": "development", + "id": 833, + "isoNumeric": null, + "jurisdiction": "Cayman Islands", + "jurisdictionCountryCode": "KY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "833": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1997-03-03", + "dateSigned": "1991-01-03", + "env": "development", + "id": 834, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85917936", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "834": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1991-01-08", + "dateSigned": "1987-12-17", + "env": "development", + "id": 835, + "isoNumeric": null, + "jurisdiction": "Kyrgyzstan", + "jurisdictionCountryCode": "KG", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "835": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2007-12-28", + "dateSigned": "2006-11-27", + "env": "development", + "id": 836, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73571591", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "836": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2000-10-28", + "dateSigned": "1990-03-10", + "env": "development", + "id": 837, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "837": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2003-06-19", + "dateSigned": "2000-05-23", + "env": "development", + "id": 838, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85321136", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "838": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2014-06-17", + "dateSigned": "2009-12-16", + "env": "development", + "id": 839, + "isoNumeric": null, + "jurisdiction": "Gibraltar", + "jurisdictionCountryCode": "GI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809443", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "839": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1983-05-26", + "dateSigned": "1980-11-21", + "env": "development", + "id": 840, + "isoNumeric": null, + "jurisdiction": "Bosnia and Herzegovina", + "jurisdictionCountryCode": "BA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85917732", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "840": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1999-06-25", + "dateSigned": "1996-02-28", + "env": "development", + "id": 841, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "841": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2014-03-30", + "dateSigned": "2009-12-29", + "env": "development", + "id": 842, + "isoNumeric": null, + "jurisdiction": "Belize", + "jurisdictionCountryCode": "BZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809058", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "842": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1991-10-04", + "dateSigned": "1988-04-14", + "env": "development", + "id": 843, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85919098", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "843": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-08-23", + "env": "development", + "id": 844, + "isoNumeric": null, + "jurisdiction": "Uruguay", + "jurisdictionCountryCode": "UY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/167252993", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "844": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2003-01-10", + "dateSigned": "1991-12-15", + "env": "development", + "id": 845, + "isoNumeric": null, + "jurisdiction": "Algeria", + "jurisdictionCountryCode": "DZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "845": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2006-04-27", + "env": "development", + "id": 846, + "isoNumeric": null, + "jurisdiction": "Seychelles", + "jurisdictionCountryCode": "SC", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "846": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-02-26", + "env": "development", + "id": 847, + "isoNumeric": null, + "jurisdiction": "Dominica", + "jurisdictionCountryCode": "DM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809456", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "847": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-04-24", + "env": "development", + "id": 848, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "848": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1994-10-27", + "dateSigned": "1989-11-20", + "env": "development", + "id": 849, + "isoNumeric": null, + "jurisdiction": "Nigeria", + "jurisdictionCountryCode": "NG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85589180", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "849": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2002-12-31", + "dateSigned": "2001-06-05", + "env": "development", + "id": 850, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "850": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-11-10", + "env": "development", + "id": 851, + "isoNumeric": null, + "jurisdiction": "Liechtenstein", + "jurisdictionCountryCode": "LI", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809763", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "851": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-02-16", + "env": "development", + "id": 852, + "isoNumeric": null, + "jurisdiction": "Montserrat", + "jurisdictionCountryCode": "MS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809856", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "852": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2000-06-13", + "dateSigned": "1997-01-15", + "env": "development", + "id": 853, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74484035", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "853": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2004-10-01", + "dateSigned": "2001-06-07", + "env": "development", + "id": 854, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86049178", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "854": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1998-10-13", + "dateSigned": "1995-03-07", + "env": "development", + "id": 855, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "855": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1980-12-30", + "dateSigned": "1977-11-25", + "env": "development", + "id": 856, + "isoNumeric": null, + "jurisdiction": "Côte d'Ivoire", + "jurisdictionCountryCode": "CI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "856": { + "containsParas4and5": null, + "countryCode": "BG", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1999-09-24", + "dateSigned": "1999-02-22", + "env": "development", + "id": 857, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "857": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1980-09-26", + "dateSigned": "1978-08-28", + "env": "development", + "id": 858, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112939459", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "858": { + "containsParas4and5": null, + "countryCode": "BN", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2010-12-19", + "dateSigned": "2010-07-19", + "env": "development", + "id": 859, + "isoNumeric": null, + "jurisdiction": "Hong Kong, China", + "jurisdictionCountryCode": "HK", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809723", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "859": { + "containsParas4and5": null, + "countryCode": "BN", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2006-04-22", + "env": "development", + "id": 860, + "isoNumeric": null, + "jurisdiction": "Lao People's Democratic Republic", + "jurisdictionCountryCode": "LA", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "860": { + "containsParas4and5": null, + "countryCode": "BN", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2009-01-01", + "dateSigned": "2007-08-16", + "env": "development", + "id": 861, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85207599", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "861": { + "containsParas4and5": null, + "countryCode": "BT", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2010-05-19", + "dateSigned": "2005-11-13", + "env": "development", + "id": 862, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/142024485", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "862": { + "containsParas4and5": null, + "countryCode": "BW", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2005-06-22", + "dateSigned": "2004-08-26", + "env": "development", + "id": 863, + "isoNumeric": null, + "jurisdiction": "Seychelles", + "jurisdictionCountryCode": "SC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113063220", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "863": { + "containsParas4and5": null, + "countryCode": "BW", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2005-07-01", + "dateSigned": "2004-06-16", + "env": "development", + "id": 864, + "isoNumeric": null, + "jurisdiction": "Namibia", + "jurisdictionCountryCode": "NA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "864": { + "containsParas4and5": null, + "countryCode": "BW", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-03-09", + "env": "development", + "id": 865, + "isoNumeric": null, + "jurisdiction": "Zambia", + "jurisdictionCountryCode": "ZM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/136871883", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "865": { + "containsParas4and5": null, + "countryCode": "BW", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1992-12-18", + "dateSigned": "1982-10-19", + "env": "development", + "id": 866, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "866": { + "containsParas4and5": null, + "countryCode": "BW", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-02-20", + "env": "development", + "id": 867, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809574", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "867": { + "containsParas4and5": null, + "countryCode": "BW", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-06-14", + "env": "development", + "id": 868, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/155900224", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "868": { + "containsParas4and5": null, + "countryCode": "BW", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2003-06-14", + "dateSigned": "1999-04-15", + "env": "development", + "id": 869, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88723842", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "869": { + "containsParas4and5": null, + "countryCode": "BW", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2015-05-16", + "dateSigned": "2013-02-20", + "env": "development", + "id": 870, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/126710584", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "870": { + "containsParas4and5": null, + "countryCode": "BW", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2006-09-04", + "dateSigned": "2005-09-09", + "env": "development", + "id": 871, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73590790", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "871": { + "containsParas4and5": null, + "countryCode": "BW", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2008-01-30", + "dateSigned": "2006-12-08", + "env": "development", + "id": 872, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85921526", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "872": { + "containsParas4and5": null, + "countryCode": "BW", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2004-04-20", + "dateSigned": "2003-08-07", + "env": "development", + "id": 873, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74487967", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "873": { + "containsParas4and5": null, + "countryCode": "BW", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-04-20", + "env": "development", + "id": 874, + "isoNumeric": null, + "jurisdiction": "Lesotho", + "jurisdictionCountryCode": "LS", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "874": { + "containsParas4and5": null, + "countryCode": "BW", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2005-08-25", + "dateSigned": "2005-02-23", + "env": "development", + "id": 875, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88127270", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "875": { + "containsParas4and5": null, + "countryCode": "BW", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-05-10", + "env": "development", + "id": 876, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "876": { + "containsParas4and5": null, + "countryCode": "BW", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-02-20", + "env": "development", + "id": 877, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809177", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "877": { + "containsParas4and5": null, + "countryCode": "BW", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1996-03-16", + "dateSigned": "1995-09-26", + "env": "development", + "id": 878, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85328312", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "878": { + "containsParas4and5": null, + "countryCode": "BW", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2010-01-01", + "dateSigned": "2003-04-08", + "env": "development", + "id": 879, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "879": { + "containsParas4and5": null, + "countryCode": "BW", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-04-11", + "env": "development", + "id": 880, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/137334626", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "880": { + "containsParas4and5": null, + "countryCode": "BW", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-02-20", + "env": "development", + "id": 881, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809634", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "881": { + "containsParas4and5": null, + "countryCode": "BW", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-02-20", + "env": "development", + "id": 882, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/126710293", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "882": { + "containsParas4and5": null, + "countryCode": "BW", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-02-20", + "env": "development", + "id": 883, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809135", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "883": { + "containsParas4and5": null, + "countryCode": "BW", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-02-27", + "env": "development", + "id": 884, + "isoNumeric": null, + "jurisdiction": "Mozambique", + "jurisdictionCountryCode": "MZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "884": { + "containsParas4and5": null, + "countryCode": "BW", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2008-02-25", + "dateSigned": "2004-06-16", + "env": "development", + "id": 885, + "isoNumeric": null, + "jurisdiction": "Zimbabwe", + "jurisdictionCountryCode": "ZW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "885": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2005-12-14", + "dateSigned": "2004-10-13", + "env": "development", + "id": 886, + "isoNumeric": null, + "jurisdiction": "Chinese Taipei", + "jurisdictionCountryCode": "TW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85919267", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "886": { + "containsParas4and5": null, + "countryCode": "BS", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2011-03-01", + "dateSigned": "2011-02-11", + "env": "development", + "id": 887, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85921509", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "887": { + "containsParas4and5": null, + "countryCode": "BS", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2015-04-02", + "dateSigned": "2014-03-06", + "env": "development", + "id": 888, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "888": { + "containsParas4and5": null, + "countryCode": "BS", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2010-07-01", + "dateSigned": "2010-03-30", + "env": "development", + "id": 889, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74128274", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "889": { + "containsParas4and5": null, + "countryCode": "BS", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2010-08-28", + "dateSigned": "2009-12-01", + "env": "development", + "id": 890, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74128294", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "890": { + "containsParas4and5": null, + "countryCode": "BS", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2011-11-16", + "dateSigned": "2010-06-17", + "env": "development", + "id": 891, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74128617", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "891": { + "containsParas4and5": null, + "countryCode": "BS", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2011-02-18", + "dateSigned": "2009-09-18", + "env": "development", + "id": 892, + "isoNumeric": null, + "jurisdiction": "Monaco", + "jurisdictionCountryCode": "MC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74129419", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "892": { + "containsParas4and5": null, + "countryCode": "BS", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2010-09-09", + "dateSigned": "2010-03-10", + "env": "development", + "id": 893, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74129338", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "893": { + "containsParas4and5": null, + "countryCode": "BS", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2010-09-09", + "dateSigned": "2010-03-10", + "env": "development", + "id": 894, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74129354", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "894": { + "containsParas4and5": null, + "countryCode": "BS", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2010-10-24", + "dateSigned": "2010-03-10", + "env": "development", + "id": 895, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74129363", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "895": { + "containsParas4and5": null, + "countryCode": "BS", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2011-12-12", + "dateSigned": "2010-04-09", + "env": "development", + "id": 896, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74129317", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "896": { + "containsParas4and5": null, + "countryCode": "BS", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2012-03-24", + "dateSigned": "2010-03-10", + "env": "development", + "id": 897, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74129391", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "897": { + "containsParas4and5": null, + "countryCode": "BS", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2010-09-09", + "dateSigned": "2010-03-10", + "env": "development", + "id": 898, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74128576", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "898": { + "containsParas4and5": null, + "countryCode": "BS", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2012-03-28", + "dateSigned": "2011-08-08", + "env": "development", + "id": 899, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85210853", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "899": { + "containsParas4and5": null, + "countryCode": "BS", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2011-01-07", + "dateSigned": "2009-10-29", + "env": "development", + "id": 900, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74129380", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "900": { + "containsParas4and5": null, + "countryCode": "BS", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2012-07-27", + "dateSigned": "2009-12-03", + "env": "development", + "id": 901, + "isoNumeric": null, + "jurisdiction": "Argentina", + "jurisdictionCountryCode": "AR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74128263", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "901": { + "containsParas4and5": null, + "countryCode": "BS", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-12-07", + "env": "development", + "id": 902, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74128279", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "902": { + "containsParas4and5": null, + "countryCode": "BS", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2011-08-25", + "dateSigned": "2011-01-27", + "env": "development", + "id": 903, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73347562", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "903": { + "containsParas4and5": null, + "countryCode": "BS", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2011-08-17", + "dateSigned": "2010-03-11", + "env": "development", + "id": 904, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74129345", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "904": { + "containsParas4and5": null, + "countryCode": "BS", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2012-10-01", + "dateSigned": "2011-08-08", + "env": "development", + "id": 905, + "isoNumeric": null, + "jurisdiction": "Aruba", + "jurisdictionCountryCode": "AW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74128250", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "905": { + "containsParas4and5": null, + "countryCode": "BS", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2012-10-15", + "dateSigned": "2010-03-10", + "env": "development", + "id": 906, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74129404", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "906": { + "containsParas4and5": null, + "countryCode": "BS", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2011-11-10", + "dateSigned": "2009-09-24", + "env": "development", + "id": 907, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74128603", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "907": { + "containsParas4and5": null, + "countryCode": "BS", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2012-05-25", + "dateSigned": "2011-09-14", + "env": "development", + "id": 908, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74128220", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "908": { + "containsParas4and5": null, + "countryCode": "BS", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2014-09-29", + "dateSigned": "2013-06-28", + "env": "development", + "id": 909, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218820511", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "909": { + "containsParas4and5": null, + "countryCode": "BS", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-11-18", + "env": "development", + "id": 910, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74128585", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "910": { + "containsParas4and5": null, + "countryCode": "BS", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2013-07-15", + "dateSigned": "2011-08-04", + "env": "development", + "id": 911, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74128230", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "911": { + "containsParas4and5": null, + "countryCode": "BS", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2010-12-30", + "dateSigned": "2010-02-23", + "env": "development", + "id": 912, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74129424", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "912": { + "containsParas4and5": null, + "countryCode": "BS", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2006-01-01", + "dateSigned": "2002-01-25", + "env": "development", + "id": 913, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74128955", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "913": { + "containsParas4and5": null, + "countryCode": "BS", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2012-10-30", + "dateSigned": "2012-01-18", + "env": "development", + "id": 914, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/79073267", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "914": { + "containsParas4and5": null, + "countryCode": "BS", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2010-12-01", + "dateSigned": "2009-12-04", + "env": "development", + "id": 915, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74128576", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "915": { + "containsParas4and5": null, + "countryCode": "BS", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2010-12-24", + "dateSigned": "2010-03-10", + "env": "development", + "id": 916, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74128596", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "916": { + "containsParas4and5": null, + "countryCode": "BS", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2010-09-13", + "dateSigned": "2009-12-07", + "env": "development", + "id": 917, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74129373", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "917": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2004-01-01", + "dateSigned": "2000-04-11", + "env": "development", + "id": 918, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "918": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1996-10-31", + "dateSigned": "1995-09-07", + "env": "development", + "id": 919, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "919": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2013-12-27", + "dateSigned": "2013-03-22", + "env": "development", + "id": 920, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218829728", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "920": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-03-19", + "env": "development", + "id": 921, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "921": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1995-04-21", + "env": "development", + "id": 922, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "922": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-03-22", + "env": "development", + "id": 923, + "isoNumeric": null, + "jurisdiction": "Sierra Leone", + "jurisdictionCountryCode": "SL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "923": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1986-08-07", + "dateSigned": "1985-03-01", + "env": "development", + "id": 924, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "924": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "2000-03-30", + "dateSigned": "1995-09-26", + "env": "development", + "id": 925, + "isoNumeric": null, + "jurisdiction": "Mongolia", + "jurisdictionCountryCode": "MN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85918992", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "925": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1998-07-15", + "dateSigned": "1997-07-22", + "env": "development", + "id": 926, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "926": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1999-02-12", + "dateSigned": "1998-05-29", + "env": "development", + "id": 927, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81677216", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "927": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1998-07-22", + "dateSigned": "1997-01-21", + "env": "development", + "id": 928, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85587660", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "928": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2004-06-04", + "dateSigned": "2003-06-11", + "env": "development", + "id": 929, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224331113", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "929": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1995-01-30", + "dateSigned": "1993-12-24", + "env": "development", + "id": 930, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "930": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2002-12-30", + "dateSigned": "2001-06-19", + "env": "development", + "id": 931, + "isoNumeric": null, + "jurisdiction": "Lebanon", + "jurisdictionCountryCode": "LB", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106347644", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "931": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1998-01-15", + "dateSigned": "1996-10-14", + "env": "development", + "id": 932, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "932": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2002-03-09", + "dateSigned": "2001-05-16", + "env": "development", + "id": 933, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85915434", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "933": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1997-12-31", + "dateSigned": "1996-03-26", + "env": "development", + "id": 934, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88708855", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "934": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1986-11-27", + "dateSigned": "1986-01-18", + "env": "development", + "id": 935, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112962022", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "935": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1987-09-28", + "dateSigned": "1986-10-21", + "env": "development", + "id": 936, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "936": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2007-11-14", + "dateSigned": "2007-04-03", + "env": "development", + "id": 937, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "937": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2000-07-05", + "dateSigned": "1999-01-12", + "env": "development", + "id": 938, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74484066", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "938": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2003-05-29", + "dateSigned": "2002-09-18", + "env": "development", + "id": 939, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74487983", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "939": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2002-04-29", + "dateSigned": "2001-08-08", + "env": "development", + "id": 940, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/127379545", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "940": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1994-01-01", + "dateSigned": "1992-11-18", + "env": "development", + "id": 941, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88701824", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "941": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2005-01-01", + "dateSigned": "2002-02-19", + "env": "development", + "id": 942, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "942": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2006-01-26", + "dateSigned": "2005-05-19", + "env": "development", + "id": 943, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "943": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2011-05-31", + "dateSigned": "2010-10-06", + "env": "development", + "id": 944, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113081344", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "944": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1986-01-30", + "dateSigned": "1985-07-31", + "env": "development", + "id": 945, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "945": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2008-07-13", + "dateSigned": "2007-12-18", + "env": "development", + "id": 946, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "946": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2008-04-16", + "dateSigned": "2002-10-27", + "env": "development", + "id": 947, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85204361", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "947": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2010-08-01", + "dateSigned": "2009-07-20", + "env": "development", + "id": 948, + "isoNumeric": null, + "jurisdiction": "Saudi Arabia", + "jurisdictionCountryCode": "SA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106371930", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "948": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2001-06-02", + "dateSigned": "2000-02-27", + "env": "development", + "id": 949, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109452398", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "949": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1999-12-28", + "dateSigned": "1999-04-26", + "env": "development", + "id": 950, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112939482", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "950": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1996-06-26", + "dateSigned": "1995-07-18", + "env": "development", + "id": 951, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81686165", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "951": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1997-12-13", + "dateSigned": "1997-04-11", + "env": "development", + "id": 952, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "952": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2006-10-05", + "dateSigned": "2004-07-23", + "env": "development", + "id": 953, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109451720", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "953": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1998-04-29", + "dateSigned": "1996-07-24", + "env": "development", + "id": 954, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "954": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2006-12-31", + "dateSigned": "2005-09-30", + "env": "development", + "id": 955, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81591441", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "955": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2010-07-09", + "dateSigned": "2009-11-03", + "env": "development", + "id": 956, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81678544", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "956": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2003-06-17", + "dateSigned": "2002-05-20", + "env": "development", + "id": 957, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81683029", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "957": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1998-07-17", + "dateSigned": "1997-09-27", + "env": "development", + "id": 958, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85921566", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "958": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1994-12-28", + "dateSigned": "1994-03-10", + "env": "development", + "id": 959, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "959": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1998-10-13", + "dateSigned": "1995-03-07", + "env": "development", + "id": 960, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "960": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1996-10-03", + "dateSigned": "1995-01-17", + "env": "development", + "id": 961, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81458167", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "961": { + "containsParas4and5": null, + "countryCode": "BZ", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2012-03-24", + "dateSigned": "2010-09-15", + "env": "development", + "id": 962, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112938061", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "962": { + "containsParas4and5": null, + "countryCode": "BZ", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-05-16", + "env": "development", + "id": 963, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218820700", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "963": { + "containsParas4and5": null, + "countryCode": "BZ", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2013-11-25", + "dateSigned": "2013-09-18", + "env": "development", + "id": 964, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218585731", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "964": { + "containsParas4and5": null, + "countryCode": "BZ", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2013-09-13", + "dateSigned": "2010-09-15", + "env": "development", + "id": 965, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112945661", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "965": { + "containsParas4and5": null, + "countryCode": "BZ", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 966, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "966": { + "containsParas4and5": null, + "countryCode": "BZ", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 967, + "isoNumeric": null, + "jurisdiction": "Antigua and Barbuda", + "jurisdictionCountryCode": "AG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "967": { + "containsParas4and5": null, + "countryCode": "BZ", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2011-08-01", + "dateSigned": "2010-03-25", + "env": "development", + "id": 968, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73590823", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "968": { + "containsParas4and5": null, + "countryCode": "BZ", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2012-11-03", + "dateSigned": "2010-09-15", + "env": "development", + "id": 969, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112938081", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "969": { + "containsParas4and5": null, + "countryCode": "BZ", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2011-01-01", + "dateSigned": "2010-02-04", + "env": "development", + "id": 970, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88708883", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "970": { + "containsParas4and5": null, + "countryCode": "BZ", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2012-08-09", + "dateSigned": "2011-11-17", + "env": "development", + "id": 971, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112945674", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "971": { + "containsParas4and5": null, + "countryCode": "BZ", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-09-15", + "env": "development", + "id": 972, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112945704", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "972": { + "containsParas4and5": null, + "countryCode": "BZ", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 973, + "isoNumeric": null, + "jurisdiction": "Saint Kitts and Nevis", + "jurisdictionCountryCode": "KN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "973": { + "containsParas4and5": null, + "countryCode": "BZ", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 974, + "isoNumeric": null, + "jurisdiction": "Trinidad and Tobago", + "jurisdictionCountryCode": "TT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "974": { + "containsParas4and5": null, + "countryCode": "BZ", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 975, + "isoNumeric": null, + "jurisdiction": "Saint Lucia", + "jurisdictionCountryCode": "LC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "975": { + "containsParas4and5": null, + "countryCode": "BZ", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1954-09-30", + "dateSigned": "1954-09-30", + "env": "development", + "id": 976, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "976": { + "containsParas4and5": null, + "countryCode": "BZ", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2011-03-09", + "dateSigned": "2010-09-15", + "env": "development", + "id": 977, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81602435", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "977": { + "containsParas4and5": null, + "countryCode": "BZ", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 978, + "isoNumeric": null, + "jurisdiction": "Grenada", + "jurisdictionCountryCode": "GD", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "978": { + "containsParas4and5": null, + "countryCode": "BZ", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2015-05-23", + "dateSigned": "2014-05-06", + "env": "development", + "id": 979, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "979": { + "containsParas4and5": null, + "countryCode": "BZ", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2011-04-11", + "dateSigned": "2010-11-18", + "env": "development", + "id": 980, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81678612", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "980": { + "containsParas4and5": null, + "countryCode": "BZ", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 981, + "isoNumeric": null, + "jurisdiction": "Jamaica", + "jurisdictionCountryCode": "JM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "981": { + "containsParas4and5": null, + "countryCode": "BZ", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2011-12-19", + "dateSigned": "2010-11-22", + "env": "development", + "id": 982, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112938043", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "982": { + "containsParas4and5": null, + "countryCode": "BZ", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2012-12-26", + "dateSigned": "2010-09-15", + "env": "development", + "id": 983, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112938024", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "983": { + "containsParas4and5": null, + "countryCode": "BZ", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 984, + "isoNumeric": null, + "jurisdiction": "Guyana", + "jurisdictionCountryCode": "GY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "984": { + "containsParas4and5": null, + "countryCode": "BZ", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2010-07-01", + "dateSigned": "2010-03-31", + "env": "development", + "id": 985, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809299", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "985": { + "containsParas4and5": null, + "countryCode": "BZ", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2011-02-26", + "dateSigned": "2010-09-15", + "env": "development", + "id": 986, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86095401", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "986": { + "containsParas4and5": null, + "countryCode": "BZ", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 987, + "isoNumeric": null, + "jurisdiction": "Saint Vincent and the Grenadines", + "jurisdictionCountryCode": "VC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "987": { + "containsParas4and5": null, + "countryCode": "BZ", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 988, + "isoNumeric": null, + "jurisdiction": "Dominica", + "jurisdictionCountryCode": "DM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "988": { + "containsParas4and5": null, + "countryCode": "BZ", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2003-12-01", + "dateSigned": "2002-05-08", + "env": "development", + "id": 989, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85626337", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "989": { + "containsParas4and5": null, + "countryCode": "BZ", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2014-03-30", + "dateSigned": "2009-12-29", + "env": "development", + "id": 990, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809058", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "990": { + "containsParas4and5": null, + "countryCode": "BZ", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-10-22", + "env": "development", + "id": 991, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809701", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "991": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2011-12-19", + "dateSigned": "2011-01-17", + "env": "development", + "id": 992, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85320800", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "992": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1997-05-06", + "dateSigned": "1996-01-11", + "env": "development", + "id": 993, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81799655", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "993": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1987-08-21", + "dateSigned": "1986-05-27", + "env": "development", + "id": 994, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88708953", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "994": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1998-12-16", + "dateSigned": "1997-11-14", + "env": "development", + "id": 995, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "995": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2011-06-01", + "dateSigned": "2010-06-24", + "env": "development", + "id": 996, + "isoNumeric": null, + "jurisdiction": "Cayman Islands", + "jurisdictionCountryCode": "KY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/52315420", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "996": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1986-06-09", + "dateSigned": "1982-06-29", + "env": "development", + "id": 997, + "isoNumeric": null, + "jurisdiction": "Sri Lanka", + "jurisdictionCountryCode": "LK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "997": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1981-04-02", + "dateSigned": "1978-03-30", + "env": "development", + "id": 998, + "isoNumeric": null, + "jurisdiction": "Jamaica", + "jurisdictionCountryCode": "JM", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "998": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2012-06-12", + "dateSigned": "2008-11-21", + "env": "development", + "id": 999, + "isoNumeric": null, + "jurisdiction": "Colombia", + "jurisdictionCountryCode": "CO", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "999": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2007-01-17", + "dateSigned": "2006-07-20", + "env": "development", + "id": 1000, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1000": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-03-25", + "env": "development", + "id": 1001, + "isoNumeric": null, + "jurisdiction": "Namibia", + "jurisdictionCountryCode": "NA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1001": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1999-10-28", + "dateSigned": "1998-01-21", + "env": "development", + "id": 1002, + "isoNumeric": null, + "jurisdiction": "Chile", + "jurisdictionCountryCode": "CL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81455854", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1002": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1999-11-16", + "dateSigned": "1992-08-04", + "env": "development", + "id": 1003, + "isoNumeric": null, + "jurisdiction": "Nigeria", + "jurisdictionCountryCode": "NG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85589118", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1003": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2012-01-18", + "dateSigned": "2011-01-19", + "env": "development", + "id": 1004, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85210920", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1004": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1998-01-30", + "dateSigned": "1997-06-19", + "env": "development", + "id": 1005, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85321167", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1005": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1984-12-04", + "dateSigned": "1982-02-10", + "env": "development", + "id": 1006, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1006": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2011-11-16", + "dateSigned": "2010-06-17", + "env": "development", + "id": 1007, + "isoNumeric": null, + "jurisdiction": "Bahamas, The", + "jurisdictionCountryCode": "BS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74128617", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1007": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2011-11-21", + "dateSigned": "2010-06-14", + "env": "development", + "id": 1008, + "isoNumeric": null, + "jurisdiction": "Saint Kitts and Nevis", + "jurisdictionCountryCode": "KN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113061245", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1008": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2012-06-01", + "dateSigned": "2011-10-20", + "env": "development", + "id": 1009, + "isoNumeric": null, + "jurisdiction": "Aruba", + "jurisdictionCountryCode": "AW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87947280", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1009": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2002-12-19", + "dateSigned": "2002-07-12", + "env": "development", + "id": 1010, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86095569", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1010": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2001-10-25", + "dateSigned": "1999-03-03", + "env": "development", + "id": 1011, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1011": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1994-12-30", + "dateSigned": "1993-04-29", + "env": "development", + "id": 1012, + "isoNumeric": null, + "jurisdiction": "Argentina", + "jurisdictionCountryCode": "AR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81676857", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1012": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2000-12-26", + "dateSigned": "1999-02-28", + "env": "development", + "id": 1013, + "isoNumeric": null, + "jurisdiction": "Algeria", + "jurisdictionCountryCode": "DZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1013": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2002-08-12", + "dateSigned": "2000-09-15", + "env": "development", + "id": 1014, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113081342", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1014": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2003-10-07", + "dateSigned": "2001-08-02", + "env": "development", + "id": 1015, + "isoNumeric": null, + "jurisdiction": "Senegal", + "jurisdictionCountryCode": "SN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/268125675", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1015": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1997-05-05", + "dateSigned": "1995-10-05", + "env": "development", + "id": 1016, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81676976", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1016": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1985-07-16", + "dateSigned": "1984-04-11", + "env": "development", + "id": 1017, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1017": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2011-10-04", + "dateSigned": "2010-06-22", + "env": "development", + "id": 1018, + "isoNumeric": null, + "jurisdiction": "Saint Vincent and the Grenadines", + "jurisdictionCountryCode": "VC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74482435", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1018": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1986-12-29", + "dateSigned": "1986-05-12", + "env": "development", + "id": 1019, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81458212", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1019": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1985-09-03", + "dateSigned": "1984-05-02", + "env": "development", + "id": 1020, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81601345", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1020": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2000-12-24", + "dateSigned": "1999-09-06", + "env": "development", + "id": 1021, + "isoNumeric": null, + "jurisdiction": "Jordan", + "jurisdictionCountryCode": "JO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1021": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "1998-12-29", + "env": "development", + "id": 1022, + "isoNumeric": null, + "jurisdiction": "Lebanon", + "jurisdictionCountryCode": "LB", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1022": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2000-10-10", + "dateSigned": "1999-09-10", + "env": "development", + "id": 1023, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1023": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2006-02-14", + "dateSigned": "2004-09-07", + "env": "development", + "id": 1024, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/127383688", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1024": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2001-12-20", + "dateSigned": "2001-05-22", + "env": "development", + "id": 1025, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1025": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2011-10-12", + "dateSigned": "2010-10-28", + "env": "development", + "id": 1026, + "isoNumeric": null, + "jurisdiction": "Anguilla", + "jurisdictionCountryCode": "AI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1026": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1999-11-23", + "dateSigned": "1997-12-09", + "env": "development", + "id": 1027, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224331192", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1027": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2011-11-25", + "dateSigned": "2002-06-03", + "env": "development", + "id": 1028, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73752082", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1028": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2008-12-22", + "dateSigned": "2002-11-14", + "env": "development", + "id": 1029, + "isoNumeric": null, + "jurisdiction": "Gabon", + "jurisdictionCountryCode": "GA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1029": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1977-12-15", + "dateSigned": "1976-02-24", + "env": "development", + "id": 1030, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109342424", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1030": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1998-04-21", + "dateSigned": "1997-05-05", + "env": "development", + "id": 1031, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74131215", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1031": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1977-09-23", + "dateSigned": "1976-08-06", + "env": "development", + "id": 1032, + "isoNumeric": null, + "jurisdiction": "Dominican Republic", + "jurisdictionCountryCode": "DO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81601386", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1032": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2002-12-20", + "dateSigned": "2002-05-27", + "env": "development", + "id": 1033, + "isoNumeric": null, + "jurisdiction": "Mongolia", + "jurisdictionCountryCode": "MN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1033": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2012-07-20", + "dateSigned": "2010-06-18", + "env": "development", + "id": 1034, + "isoNumeric": null, + "jurisdiction": "Saint Lucia", + "jurisdictionCountryCode": "LC", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1034": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2013-12-06", + "dateSigned": "2013-03-17", + "env": "development", + "id": 1035, + "isoNumeric": null, + "jurisdiction": "Panama", + "jurisdictionCountryCode": "PA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1035": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1997-08-29", + "dateSigned": "1995-12-15", + "env": "development", + "id": 1036, + "isoNumeric": null, + "jurisdiction": "Tanzania", + "jurisdictionCountryCode": "TZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81601711", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1036": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2006-01-24", + "dateSigned": "2004-06-29", + "env": "development", + "id": 1037, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1037": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1987-05-04", + "dateSigned": "1985-10-15", + "env": "development", + "id": 1038, + "isoNumeric": null, + "jurisdiction": "Guyana", + "jurisdictionCountryCode": "GY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1038": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1976-07-29", + "dateSigned": "1975-05-02", + "env": "development", + "id": 1039, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861238", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1039": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1976-07-27", + "dateSigned": "1975-07-21", + "env": "development", + "id": 1040, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1040": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1997-12-12", + "dateSigned": "1996-08-29", + "env": "development", + "id": 1041, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81686182", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1041": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1980-12-23", + "dateSigned": "1979-01-16", + "env": "development", + "id": 1042, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1042": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1995-01-01", + "dateSigned": "1992-04-15", + "env": "development", + "id": 1043, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1043": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2013-10-30", + "dateSigned": "2012-05-14", + "env": "development", + "id": 1044, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1044": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1996-02-08", + "dateSigned": "1995-09-11", + "env": "development", + "id": 1045, + "isoNumeric": null, + "jurisdiction": "Trinidad and Tobago", + "jurisdictionCountryCode": "TT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113065194", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1045": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1997-04-30", + "dateSigned": "1995-11-27", + "env": "development", + "id": 1046, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74487995", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1046": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1977-09-23", + "dateSigned": "1976-03-06", + "env": "development", + "id": 1047, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/125451065", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1047": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2003-02-17", + "dateSigned": "2001-07-20", + "env": "development", + "id": 1048, + "isoNumeric": null, + "jurisdiction": "Peru", + "jurisdictionCountryCode": "PE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1048": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2006-12-18", + "dateSigned": "2006-09-05", + "env": "development", + "id": 1049, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81683043", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1049": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2014-06-27", + "dateSigned": "2013-02-05", + "env": "development", + "id": 1050, + "isoNumeric": null, + "jurisdiction": "Uruguay", + "jurisdictionCountryCode": "UY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809119", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1050": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2003-08-26", + "dateSigned": "2002-01-28", + "env": "development", + "id": 1051, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1051": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1987-11-14", + "dateSigned": "1986-05-07", + "env": "development", + "id": 1052, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112962050", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1052": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-05-03", + "env": "development", + "id": 1053, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/106371034", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1053": { + "containsParas4and5": null, + "countryCode": "BY", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2009-11-30", + "dateSigned": "2005-08-11", + "env": "development", + "id": 1054, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73102047", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1054": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1995-12-28", + "dateSigned": "1995-06-02", + "env": "development", + "id": 1055, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85587684", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1055": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1985-12-23", + "dateSigned": "1984-06-04", + "env": "development", + "id": 1056, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81676895", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1056": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2011-01-01", + "dateSigned": "2009-08-29", + "env": "development", + "id": 1057, + "isoNumeric": null, + "jurisdiction": "Curaçao", + "jurisdictionCountryCode": "CW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88130037", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1057": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1998-03-02", + "dateSigned": "1997-09-17", + "env": "development", + "id": 1058, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81602502", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1058": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2011-12-19", + "dateSigned": "2011-01-12", + "env": "development", + "id": 1059, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85588484", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1059": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1980-12-17", + "dateSigned": "1978-09-08", + "env": "development", + "id": 1060, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73590949", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1060": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2011-01-01", + "dateSigned": "2009-08-29", + "env": "development", + "id": 1061, + "isoNumeric": null, + "jurisdiction": "Sint Maarten", + "jurisdictionCountryCode": "SX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88694560", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1061": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2014-01-26", + "dateSigned": "2013-01-31", + "env": "development", + "id": 1062, + "isoNumeric": null, + "jurisdiction": "Liechtenstein", + "jurisdictionCountryCode": "LI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218777703", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1062": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1989-12-21", + "dateSigned": "1987-10-16", + "env": "development", + "id": 1063, + "isoNumeric": null, + "jurisdiction": "Papua New Guinea", + "jurisdictionCountryCode": "PG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1063": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2014-04-03", + "dateSigned": "2013-06-04", + "env": "development", + "id": 1064, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218585628", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1064": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2004-10-06", + "dateSigned": "2002-05-23", + "env": "development", + "id": 1065, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85917789", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1065": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1984-10-02", + "dateSigned": "1983-05-30", + "env": "development", + "id": 1066, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81601422", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1066": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2005-04-27", + "dateSigned": "2004-06-30", + "env": "development", + "id": 1067, + "isoNumeric": null, + "jurisdiction": "Oman", + "jurisdictionCountryCode": "OM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1067": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2010-12-16", + "dateSigned": "2009-06-29", + "env": "development", + "id": 1068, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1068": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2004-05-05", + "dateSigned": "2001-07-10", + "env": "development", + "id": 1069, + "isoNumeric": null, + "jurisdiction": "Venezuela", + "jurisdictionCountryCode": "VE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1069": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1981-02-17", + "dateSigned": "1976-12-09", + "env": "development", + "id": 1070, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85626372", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1070": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1980-12-26", + "dateSigned": "1976-11-23", + "env": "development", + "id": 1071, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81601490", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1071": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1987-05-20", + "dateSigned": "1986-07-25", + "env": "development", + "id": 1072, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88702815", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1072": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2013-10-31", + "dateSigned": "2012-04-27", + "env": "development", + "id": 1073, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1073": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2004-12-31", + "dateSigned": "2004-04-08", + "env": "development", + "id": 1074, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1074": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2011-07-01", + "dateSigned": "2010-06-14", + "env": "development", + "id": 1075, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/56676158", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1075": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2001-10-24", + "dateSigned": "1999-06-14", + "env": "development", + "id": 1076, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81714103", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1076": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2002-12-13", + "dateSigned": "2002-07-04", + "env": "development", + "id": 1077, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1077": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2005-04-12", + "dateSigned": "2003-10-08", + "env": "development", + "id": 1078, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1078": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1978-11-09", + "dateSigned": "1975-12-22", + "env": "development", + "id": 1079, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/107065179", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1079": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1980-12-18", + "dateSigned": "1976-10-16", + "env": "development", + "id": 1080, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85588858", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1080": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1989-12-28", + "dateSigned": "1984-02-16", + "env": "development", + "id": 1081, + "isoNumeric": null, + "jurisdiction": "Zambia", + "jurisdictionCountryCode": "ZM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1081": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2002-05-28", + "dateSigned": "2001-04-19", + "env": "development", + "id": 1082, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1082": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2014-12-26", + "dateSigned": "2013-05-09", + "env": "development", + "id": 1083, + "isoNumeric": null, + "jurisdiction": "Brunei Darussalam", + "jurisdictionCountryCode": "BN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1083": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1997-04-29", + "dateSigned": "1996-03-04", + "env": "development", + "id": 1084, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81601742", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1084": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2007-04-12", + "dateSigned": "2006-09-12", + "env": "development", + "id": 1085, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1085": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2011-12-01", + "dateSigned": "2010-06-22", + "env": "development", + "id": 1086, + "isoNumeric": null, + "jurisdiction": "Turks and Caicos Islands", + "jurisdictionCountryCode": "TC", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1086": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2000-09-14", + "dateSigned": "1999-06-17", + "env": "development", + "id": 1087, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1087": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2001-12-20", + "dateSigned": "2001-06-28", + "env": "development", + "id": 1088, + "isoNumeric": null, + "jurisdiction": "Ecuador", + "jurisdictionCountryCode": "EC", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1088": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1988-06-16", + "dateSigned": "1982-05-26", + "env": "development", + "id": 1089, + "isoNumeric": null, + "jurisdiction": "Cameroon", + "jurisdictionCountryCode": "CM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81601261", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1089": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2011-05-04", + "dateSigned": "2009-07-14", + "env": "development", + "id": 1090, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1090": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1994-12-15", + "dateSigned": "1992-04-16", + "env": "development", + "id": 1091, + "isoNumeric": null, + "jurisdiction": "Zimbabwe", + "jurisdictionCountryCode": "ZW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1091": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1987-01-08", + "dateSigned": "1983-04-27", + "env": "development", + "id": 1092, + "isoNumeric": null, + "jurisdiction": "Kenya", + "jurisdictionCountryCode": "KE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87350432", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1092": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1981-04-29", + "dateSigned": "1980-05-21", + "env": "development", + "id": 1093, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1093": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1984-08-16", + "dateSigned": "1980-09-26", + "env": "development", + "id": 1094, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73571632", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1094": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1980-12-22", + "dateSigned": "1980-01-22", + "env": "development", + "id": 1095, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1095": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2012-01-10", + "dateSigned": "2010-06-29", + "env": "development", + "id": 1096, + "isoNumeric": null, + "jurisdiction": "Dominica", + "jurisdictionCountryCode": "DM", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1096": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1977-12-21", + "dateSigned": "1976-03-11", + "env": "development", + "id": 1097, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1097": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1998-03-30", + "dateSigned": "1996-09-25", + "env": "development", + "id": 1098, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1098": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2013-10-29", + "dateSigned": "2012-11-11", + "env": "development", + "id": 1099, + "isoNumeric": null, + "jurisdiction": "Hong Kong, China", + "jurisdictionCountryCode": "HK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218605340", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1099": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2002-05-28", + "dateSigned": "2001-05-25", + "env": "development", + "id": 1100, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1100": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1985-01-18", + "dateSigned": "1982-02-15", + "env": "development", + "id": 1101, + "isoNumeric": null, + "jurisdiction": "Bangladesh", + "jurisdictionCountryCode": "BD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81676890", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1101": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1985-12-19", + "dateSigned": "1983-06-16", + "env": "development", + "id": 1102, + "isoNumeric": null, + "jurisdiction": "Côte d'Ivoire", + "jurisdictionCountryCode": "CI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1102": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1997-12-23", + "dateSigned": "1996-08-27", + "env": "development", + "id": 1103, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81601675", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1103": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-06-15", + "env": "development", + "id": 1104, + "isoNumeric": null, + "jurisdiction": "Cook Islands", + "jurisdictionCountryCode": "CK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/269114502", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1104": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1995-12-12", + "dateSigned": "1995-04-26", + "env": "development", + "id": 1105, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1105": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2000-12-04", + "dateSigned": "1998-06-04", + "env": "development", + "id": 1106, + "isoNumeric": null, + "jurisdiction": "Kyrgyzstan", + "jurisdictionCountryCode": "KG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81799670", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1106": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2004-01-07", + "dateSigned": "2002-06-09", + "env": "development", + "id": 1107, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/109452406", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1107": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2011-10-20", + "dateSigned": "2010-10-27", + "env": "development", + "id": 1108, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1108": { + "containsParas4and5": null, + "countryCode": "CD", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-08-18", + "env": "development", + "id": 1109, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1109": { + "containsParas4and5": null, + "countryCode": "CD", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2012-07-18", + "dateSigned": "2005-04-29", + "env": "development", + "id": 1110, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112969948", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1110": { + "containsParas4and5": null, + "countryCode": "CG", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1989-09-01", + "dateSigned": "1987-11-27", + "env": "development", + "id": 1111, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809152", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1111": { + "containsParas4and5": null, + "countryCode": "CG", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "1971-07-29", + "env": "development", + "id": 1112, + "isoNumeric": null, + "jurisdiction": "Senegal", + "jurisdictionCountryCode": "SN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1112": { + "containsParas4and5": null, + "countryCode": "CG", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2014-10-08", + "dateSigned": "2010-12-20", + "env": "development", + "id": 1113, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1113": { + "containsParas4and5": null, + "countryCode": "CI", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2006-07-20", + "env": "development", + "id": 1114, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1114": { + "containsParas4and5": null, + "countryCode": "CG", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2005-10-04", + "env": "development", + "id": 1115, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1115": { + "containsParas4and5": null, + "countryCode": "CG", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2007-05-23", + "env": "development", + "id": 1116, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1116": { + "containsParas4and5": null, + "countryCode": "CI", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1987-01-24", + "dateSigned": "1985-06-20", + "env": "development", + "id": 1117, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1117": { + "containsParas4and5": null, + "countryCode": "CI", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1967-01-01", + "dateSigned": "1966-04-06", + "env": "development", + "id": 1118, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88725217", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1118": { + "containsParas4and5": null, + "countryCode": "CI", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1982-07-08", + "dateSigned": "1979-07-03", + "env": "development", + "id": 1119, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1119": { + "containsParas4and5": null, + "countryCode": "CI", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-03-17", + "env": "development", + "id": 1120, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1120": { + "containsParas4and5": null, + "countryCode": "CI", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1980-01-25", + "dateSigned": "1978-02-15", + "env": "development", + "id": 1121, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1121": { + "containsParas4and5": null, + "countryCode": "CI", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2009-01-01", + "dateSigned": "2008-09-26", + "env": "development", + "id": 1122, + "isoNumeric": null, + "jurisdiction": "Senegal", + "jurisdictionCountryCode": "SN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1122": { + "containsParas4and5": null, + "countryCode": "CI", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1990-12-30", + "dateSigned": "1987-11-23", + "env": "development", + "id": 1123, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112939507", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1123": { + "containsParas4and5": null, + "countryCode": "CI", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1987-05-15", + "dateSigned": "1982-07-30", + "env": "development", + "id": 1124, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809512", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1124": { + "containsParas4and5": null, + "countryCode": "CI", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "1999-05-14", + "env": "development", + "id": 1125, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1125": { + "containsParas4and5": null, + "countryCode": "CI", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1985-12-19", + "dateSigned": "1983-06-16", + "env": "development", + "id": 1126, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1126": { + "containsParas4and5": null, + "countryCode": "CI", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1980-12-30", + "dateSigned": "1977-11-25", + "env": "development", + "id": 1127, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1127": { + "containsParas4and5": null, + "countryCode": "CK", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2011-09-07", + "dateSigned": "2009-10-23", + "env": "development", + "id": 1128, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87780377", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1128": { + "containsParas4and5": null, + "countryCode": "CK", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2011-09-02", + "dateSigned": "2009-12-08", + "env": "development", + "id": 1129, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72682094", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1129": { + "containsParas4and5": null, + "countryCode": "CK", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2013-01-10", + "dateSigned": "2009-12-16", + "env": "development", + "id": 1130, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/72682002", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1130": { + "containsParas4and5": null, + "countryCode": "CK", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2011-10-06", + "dateSigned": "2009-12-16", + "env": "development", + "id": 1131, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1131": { + "containsParas4and5": null, + "countryCode": "CK", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2015-01-08", + "dateSigned": "2013-10-25", + "env": "development", + "id": 1132, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/184104833", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1132": { + "containsParas4and5": null, + "countryCode": "CK", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2012-06-25", + "dateSigned": "2009-12-16", + "env": "development", + "id": 1133, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72680919", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1133": { + "containsParas4and5": null, + "countryCode": "CK", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2011-10-16", + "dateSigned": "2010-09-15", + "env": "development", + "id": 1134, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72681892", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1134": { + "containsParas4and5": null, + "countryCode": "CK", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2011-12-13", + "dateSigned": "2009-07-09", + "env": "development", + "id": 1135, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72670324", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1135": { + "containsParas4and5": null, + "countryCode": "CK", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-12-16", + "env": "development", + "id": 1136, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/72682226", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1136": { + "containsParas4and5": null, + "countryCode": "CK", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2011-10-02", + "dateSigned": "2009-12-16", + "env": "development", + "id": 1137, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72681661", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1137": { + "containsParas4and5": null, + "countryCode": "CK", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2011-10-02", + "dateSigned": "2009-12-16", + "env": "development", + "id": 1138, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72681586", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1138": { + "containsParas4and5": null, + "countryCode": "CK", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2011-10-06", + "dateSigned": "2009-12-16", + "env": "development", + "id": 1139, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72681981", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1139": { + "containsParas4and5": null, + "countryCode": "CK", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2012-03-05", + "dateSigned": "2011-05-31", + "env": "development", + "id": 1140, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72894007", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1140": { + "containsParas4and5": null, + "countryCode": "CK", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2012-03-02", + "dateSigned": "2010-11-22", + "env": "development", + "id": 1141, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72681612", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1141": { + "containsParas4and5": null, + "countryCode": "CK", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-02-04", + "env": "development", + "id": 1142, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/269374495", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1142": { + "containsParas4and5": null, + "countryCode": "CK", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2011-09-02", + "dateSigned": "2009-10-27", + "env": "development", + "id": 1143, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809156", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1143": { + "containsParas4and5": null, + "countryCode": "CK", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2013-12-11", + "dateSigned": "2012-04-03", + "env": "development", + "id": 1144, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87780377", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1144": { + "containsParas4and5": null, + "countryCode": "CK", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-02-12", + "env": "development", + "id": 1145, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1145": { + "containsParas4and5": null, + "countryCode": "CK", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-06-15", + "env": "development", + "id": 1146, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/269114502", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1146": { + "containsParas4and5": null, + "countryCode": "CK", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2015-02-17", + "dateSigned": "2011-05-17", + "env": "development", + "id": 1147, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72670091", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1147": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1978-03-20", + "dateSigned": "1978-03-20", + "env": "development", + "id": 1148, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1148": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1995-04-28", + "dateSigned": "1994-02-10", + "env": "development", + "id": 1149, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944681", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1149": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-07-10", + "env": "development", + "id": 1150, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1150": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2013-10-18", + "dateSigned": "2012-09-19", + "env": "development", + "id": 1151, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1151": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1974-03-20", + "dateSigned": "1973-02-01", + "env": "development", + "id": 1152, + "isoNumeric": null, + "jurisdiction": "Trinidad and Tobago", + "jurisdictionCountryCode": "TT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113065205", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1152": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1989-10-24", + "dateSigned": "1988-08-29", + "env": "development", + "id": 1153, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112947467", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1153": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1997-12-01", + "dateSigned": "1996-06-12", + "env": "development", + "id": 1154, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112944557", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1154": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1995-07-27", + "dateSigned": "1993-03-31", + "env": "development", + "id": 1155, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944335", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1155": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2011-09-11", + "dateSigned": "2007-10-26", + "env": "development", + "id": 1156, + "isoNumeric": null, + "jurisdiction": "Colombia", + "jurisdictionCountryCode": "CO", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112939517", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1156": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2014-10-14", + "dateSigned": "2013-07-30", + "env": "development", + "id": 1157, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/269363937", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1157": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2002-06-25", + "dateSigned": "1999-09-20", + "env": "development", + "id": 1158, + "isoNumeric": null, + "jurisdiction": "Mongolia", + "jurisdictionCountryCode": "MN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944391", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1158": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2009-12-13", + "dateSigned": "2007-12-10", + "env": "development", + "id": 1159, + "isoNumeric": null, + "jurisdiction": "Bangladesh", + "jurisdictionCountryCode": "BD", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112939441", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1159": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2003-12-22", + "dateSigned": "2003-07-02", + "env": "development", + "id": 1160, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809308", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1160": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1978-10-07", + "dateSigned": "1977-12-08", + "env": "development", + "id": 1161, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73591047", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1161": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1974-10-15", + "dateSigned": "1973-11-23", + "env": "development", + "id": 1162, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112939600", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1162": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1979-03-27", + "dateSigned": "1976-03-09", + "env": "development", + "id": 1163, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73467724", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1163": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2000-11-24", + "dateSigned": "1999-10-21", + "env": "development", + "id": 1164, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112944136", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1164": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2012-10-15", + "dateSigned": "2010-10-04", + "env": "development", + "id": 1165, + "isoNumeric": null, + "jurisdiction": "Hong Kong, China", + "jurisdictionCountryCode": "HK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1165": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1963-08-26", + "dateSigned": "1963-08-26", + "env": "development", + "id": 1166, + "isoNumeric": null, + "jurisdiction": "Saint Lucia", + "jurisdictionCountryCode": "LC", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1166": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2010-05-05", + "dateSigned": "2008-04-02", + "env": "development", + "id": 1167, + "isoNumeric": null, + "jurisdiction": "Chile", + "jurisdictionCountryCode": "CL", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81455949", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1167": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2002-12-18", + "dateSigned": "2002-01-31", + "env": "development", + "id": 1168, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1168": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1963-08-26", + "dateSigned": "1963-08-26", + "env": "development", + "id": 1169, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1169": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2011-12-28", + "dateSigned": "2010-10-18", + "env": "development", + "id": 1170, + "isoNumeric": null, + "jurisdiction": "Uruguay", + "jurisdictionCountryCode": "UY", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944721", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1170": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2002-06-05", + "dateSigned": "2001-01-26", + "env": "development", + "id": 1171, + "isoNumeric": null, + "jurisdiction": "Kyrgyzstan", + "jurisdictionCountryCode": "KG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944085", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1171": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2009-12-30", + "dateSigned": "2008-07-23", + "env": "development", + "id": 1172, + "isoNumeric": null, + "jurisdiction": "Ghana", + "jurisdictionCountryCode": "GH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112941322", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1172": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1971-12-26", + "dateSigned": "1971-01-19", + "env": "development", + "id": 1173, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112947537", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1173": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-07-27", + "env": "development", + "id": 1174, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1174": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2011-08-05", + "dateSigned": "2010-06-15", + "env": "development", + "id": 1175, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/72672454", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1175": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1997-12-19", + "dateSigned": "1996-10-02", + "env": "development", + "id": 1176, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809078", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1176": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1998-04-21", + "dateSigned": "1997-05-05", + "env": "development", + "id": 1177, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74131215", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1177": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1963-08-26", + "dateSigned": "1963-08-26", + "env": "development", + "id": 1178, + "isoNumeric": null, + "jurisdiction": "Antigua and Barbuda", + "jurisdictionCountryCode": "AG", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1178": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2014-10-14", + "dateSigned": "2013-09-16", + "env": "development", + "id": 1179, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218607899", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1179": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2011-11-09", + "dateSigned": "2010-02-26", + "env": "development", + "id": 1180, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74131519", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1180": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1999-12-20", + "dateSigned": "1999-03-12", + "env": "development", + "id": 1181, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/224331248", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1181": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1966-06-06", + "dateSigned": "1965-05-07", + "env": "development", + "id": 1182, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944532", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1182": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2012-10-21", + "dateSigned": "2011-10-06", + "env": "development", + "id": 1183, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1183": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1997-12-23", + "dateSigned": "1996-12-20", + "env": "development", + "id": 1184, + "isoNumeric": null, + "jurisdiction": "Venezuela", + "jurisdictionCountryCode": "VE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112944756", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1184": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2014-03-10", + "dateSigned": "2012-09-21", + "env": "development", + "id": 1185, + "isoNumeric": null, + "jurisdiction": "Peru", + "jurisdictionCountryCode": "PE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/137703600", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1185": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-03-07", + "env": "development", + "id": 1186, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1186": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2014-11-09", + "dateSigned": "2013-09-12", + "env": "development", + "id": 1187, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809282", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1187": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2009-02-09", + "dateSigned": "2006-06-03", + "env": "development", + "id": 1188, + "isoNumeric": null, + "jurisdiction": "Algeria", + "jurisdictionCountryCode": "DZ", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112939633", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1188": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2001-04-30", + "dateSigned": "1998-06-24", + "env": "development", + "id": 1189, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88688886", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1189": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1994-12-27", + "dateSigned": "1993-10-25", + "env": "development", + "id": 1190, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944498", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1190": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1961-09-21", + "dateSigned": "1961-09-21", + "env": "development", + "id": 1191, + "isoNumeric": null, + "jurisdiction": "Malawi", + "jurisdictionCountryCode": "MW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1191": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2011-10-26", + "dateSigned": "2010-10-23", + "env": "development", + "id": 1192, + "isoNumeric": null, + "jurisdiction": "Tajikistan", + "jurisdictionCountryCode": "TJ", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944667", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1192": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1994-12-29", + "dateSigned": "1994-11-02", + "env": "development", + "id": 1193, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1193": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1996-12-19", + "dateSigned": "1996-02-12", + "env": "development", + "id": 1194, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944660", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1194": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2000-08-22", + "dateSigned": "1999-01-13", + "env": "development", + "id": 1195, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944347", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1195": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1994-02-09", + "dateSigned": "1993-01-21", + "env": "development", + "id": 1196, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112944320", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1196": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2013-12-11", + "dateSigned": "2012-10-08", + "env": "development", + "id": 1197, + "isoNumeric": null, + "jurisdiction": "Turkmenistan", + "jurisdictionCountryCode": "TM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1197": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2002-02-22", + "dateSigned": "2000-10-30", + "env": "development", + "id": 1198, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944710", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1198": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1963-08-26", + "dateSigned": "1963-08-26", + "env": "development", + "id": 1199, + "isoNumeric": null, + "jurisdiction": "Dominica", + "jurisdictionCountryCode": "DM", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1199": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2003-08-15", + "dateSigned": "2002-04-03", + "env": "development", + "id": 1200, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112944733", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1200": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1975-12-17", + "dateSigned": "1974-09-26", + "env": "development", + "id": 1201, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88689958", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1201": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-03-20", + "env": "development", + "id": 1202, + "isoNumeric": null, + "jurisdiction": "Argentina", + "jurisdictionCountryCode": "AR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1202": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2011-12-13", + "dateSigned": "2011-07-14", + "env": "development", + "id": 1203, + "isoNumeric": null, + "jurisdiction": "Chinese Taipei", + "jurisdictionCountryCode": "TW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1203": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2014-10-14", + "dateSigned": "2013-08-28", + "env": "development", + "id": 1204, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218607586", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1204": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-05-16", + "env": "development", + "id": 1205, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1205": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1972-12-29", + "dateSigned": "1971-08-11", + "env": "development", + "id": 1206, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112939579", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1206": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1996-10-23", + "dateSigned": "1995-12-04", + "env": "development", + "id": 1207, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1207": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2008-11-24", + "dateSigned": "2005-07-19", + "env": "development", + "id": 1208, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/109342433", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1208": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2014-11-15", + "dateSigned": "2013-09-25", + "env": "development", + "id": 1209, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/269142339", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1209": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1967-07-26", + "dateSigned": "1966-09-09", + "env": "development", + "id": 1210, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1210": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1984-09-14", + "dateSigned": "1983-01-11", + "env": "development", + "id": 1211, + "isoNumeric": null, + "jurisdiction": "Sri Lanka", + "jurisdictionCountryCode": "LK", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944170", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1211": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1974-12-04", + "dateSigned": "1974-01-30", + "env": "development", + "id": 1212, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/269142634", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1212": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2002-12-18", + "dateSigned": "2002-05-27", + "env": "development", + "id": 1213, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81686201", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1213": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2014-11-03", + "dateSigned": "2013-09-11", + "env": "development", + "id": 1214, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218602221", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1214": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2004-07-12", + "dateSigned": "2002-06-11", + "env": "development", + "id": 1215, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85208141", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1215": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1963-08-26", + "dateSigned": "1963-08-26", + "env": "development", + "id": 1216, + "isoNumeric": null, + "jurisdiction": "Grenada", + "jurisdictionCountryCode": "GD", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1216": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1996-12-17", + "dateSigned": "1995-06-22", + "env": "development", + "id": 1217, + "isoNumeric": null, + "jurisdiction": "Liechtenstein", + "jurisdictionCountryCode": "LI", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944157", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1217": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1993-12-26", + "dateSigned": "1991-12-16", + "env": "development", + "id": 1218, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112941258", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1218": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1963-08-26", + "dateSigned": "1963-08-26", + "env": "development", + "id": 1219, + "isoNumeric": null, + "jurisdiction": "Saint Kitts and Nevis", + "jurisdictionCountryCode": "KN", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1219": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2012-02-08", + "dateSigned": "2010-06-18", + "env": "development", + "id": 1220, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944694", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1220": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1981-11-21", + "dateSigned": "1980-06-06", + "env": "development", + "id": 1221, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81698875", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1221": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1994-09-08", + "dateSigned": "1993-08-03", + "env": "development", + "id": 1222, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944452", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1222": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2007-07-13", + "dateSigned": "2006-02-23", + "env": "development", + "id": 1223, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809109", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1223": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2006-05-05", + "dateSigned": "2005-04-13", + "env": "development", + "id": 1224, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944519", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1224": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1997-10-12", + "dateSigned": "1996-05-06", + "env": "development", + "id": 1225, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112944774", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1225": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1990-12-30", + "dateSigned": "1987-11-23", + "env": "development", + "id": 1226, + "isoNumeric": null, + "jurisdiction": "Côte d'Ivoire", + "jurisdictionCountryCode": "CI", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112939507", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1226": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2000-05-31", + "dateSigned": "1999-02-16", + "env": "development", + "id": 1227, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944126", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1227": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1954-09-30", + "dateSigned": "1954-09-30", + "env": "development", + "id": 1228, + "isoNumeric": null, + "jurisdiction": "Belize", + "jurisdictionCountryCode": "BZ", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1228": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2009-01-27", + "dateSigned": "2007-05-08", + "env": "development", + "id": 1229, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/74488010", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1229": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2010-12-15", + "dateSigned": "2009-09-24", + "env": "development", + "id": 1230, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944478", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1230": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2000-12-27", + "dateSigned": "2000-04-14", + "env": "development", + "id": 1231, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944418", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1231": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1988-07-14", + "dateSigned": "1987-05-20", + "env": "development", + "id": 1232, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112941240", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1232": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1989-05-02", + "dateSigned": "1987-09-07", + "env": "development", + "id": 1233, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/86095649", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1233": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1995-12-27", + "dateSigned": "1994-12-06", + "env": "development", + "id": 1234, + "isoNumeric": null, + "jurisdiction": "Jamaica", + "jurisdictionCountryCode": "JM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112947523", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1234": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1980-09-26", + "dateSigned": "1978-08-28", + "env": "development", + "id": 1235, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112939459", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1235": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1999-12-28", + "dateSigned": "1999-04-26", + "env": "development", + "id": 1236, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112939482", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1236": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1997-04-18", + "dateSigned": "1995-11-15", + "env": "development", + "id": 1237, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1237": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2007-07-10", + "dateSigned": "2005-04-13", + "env": "development", + "id": 1238, + "isoNumeric": null, + "jurisdiction": "Montenegro", + "jurisdictionCountryCode": "ME", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944364", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1238": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-05-26", + "env": "development", + "id": 1239, + "isoNumeric": null, + "jurisdiction": "Seychelles", + "jurisdictionCountryCode": "SC", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1239": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2007-11-07", + "dateSigned": "2006-06-12", + "env": "development", + "id": 1240, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112939351", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1240": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1981-04-22", + "dateSigned": "1980-02-12", + "env": "development", + "id": 1241, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944100", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1241": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1954-09-30", + "dateSigned": "1954-09-30", + "env": "development", + "id": 1242, + "isoNumeric": null, + "jurisdiction": "Montserrat", + "jurisdictionCountryCode": "MS", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/87939989", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1242": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1985-02-21", + "dateSigned": "1983-06-16", + "env": "development", + "id": 1243, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112941337", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1243": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2012-07-06", + "dateSigned": "2011-02-25", + "env": "development", + "id": 1244, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74131506", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1244": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1997-12-23", + "dateSigned": "1997-02-14", + "env": "development", + "id": 1245, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74476221", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1245": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1961-09-21", + "dateSigned": "1961-09-21", + "env": "development", + "id": 1246, + "isoNumeric": null, + "jurisdiction": "Zambia", + "jurisdictionCountryCode": "ZM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1246": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2011-08-01", + "dateSigned": "2011-02-24", + "env": "development", + "id": 1247, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1247": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1992-09-25", + "dateSigned": "1991-09-02", + "env": "development", + "id": 1248, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/84678203", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1248": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1963-08-26", + "dateSigned": "1963-08-26", + "env": "development", + "id": 1249, + "isoNumeric": null, + "jurisdiction": "Anguilla", + "jurisdictionCountryCode": "AI", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1249": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1989-01-01", + "dateSigned": "1966-02-08", + "env": "development", + "id": 1250, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1250": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1976-01-08", + "dateSigned": "1974-12-30", + "env": "development", + "id": 1251, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85588883", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1251": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2000-12-12", + "dateSigned": "1999-11-12", + "env": "development", + "id": 1252, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112688220", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1252": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1995-12-22", + "dateSigned": "1994-11-28", + "env": "development", + "id": 1253, + "isoNumeric": null, + "jurisdiction": "Ecuador", + "jurisdictionCountryCode": "EC", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112941219", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1253": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2003-12-31", + "dateSigned": "2002-10-27", + "env": "development", + "id": 1254, + "isoNumeric": null, + "jurisdiction": "Iran", + "jurisdictionCountryCode": "IR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112947482", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1254": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1967-02-02", + "dateSigned": "1966-04-26", + "env": "development", + "id": 1255, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74131413", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1255": { + "containsParas4and5": null, + "countryCode": "CH", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-03-17", + "env": "development", + "id": 1256, + "isoNumeric": null, + "jurisdiction": "Andorra", + "jurisdictionCountryCode": "AD", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1256": { + "containsParas4and5": null, + "countryCode": "CM", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1978-07-19", + "dateSigned": "1976-10-21", + "env": "development", + "id": 1257, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88725302", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1257": { + "containsParas4and5": null, + "countryCode": "CM", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2006-05-10", + "dateSigned": "1999-05-26", + "env": "development", + "id": 1258, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1258": { + "containsParas4and5": null, + "countryCode": "CM", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-02-19", + "env": "development", + "id": 1259, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1259": { + "containsParas4and5": null, + "countryCode": "CM", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1988-06-16", + "dateSigned": "1982-05-26", + "env": "development", + "id": 1260, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81601261", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1260": { + "containsParas4and5": null, + "countryCode": "CM", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-09-07", + "env": "development", + "id": 1261, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1261": { + "containsParas4and5": null, + "countryCode": "CL", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2003-07-25", + "dateSigned": "2002-04-18", + "env": "development", + "id": 1262, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81683079", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1262": { + "containsParas4and5": null, + "countryCode": "CL", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2005-12-30", + "dateSigned": "2004-06-04", + "env": "development", + "id": 1263, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81456277", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1263": { + "containsParas4and5": null, + "countryCode": "CL", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1999-10-28", + "dateSigned": "1998-01-21", + "env": "development", + "id": 1264, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81455854", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1264": { + "containsParas4and5": null, + "countryCode": "CL", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2006-06-21", + "dateSigned": "2003-12-10", + "env": "development", + "id": 1265, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81456199", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1265": { + "containsParas4and5": null, + "countryCode": "CL", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-09-12", + "env": "development", + "id": 1266, + "isoNumeric": null, + "jurisdiction": "Uruguay", + "jurisdictionCountryCode": "UY", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1266": { + "containsParas4and5": null, + "countryCode": "CL", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2010-05-05", + "dateSigned": "2008-04-02", + "env": "development", + "id": 1267, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81455949", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1267": { + "containsParas4and5": null, + "countryCode": "CL", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2012-02-28", + "dateSigned": "2004-11-19", + "env": "development", + "id": 1268, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81456246", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1268": { + "containsParas4and5": null, + "countryCode": "CL", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2008-08-28", + "dateSigned": "2005-06-02", + "env": "development", + "id": 1269, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81678645", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1269": { + "containsParas4and5": null, + "countryCode": "CL", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2010-05-05", + "dateSigned": "2006-09-08", + "env": "development", + "id": 1270, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81456297", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1270": { + "containsParas4and5": null, + "countryCode": "CL", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-07-11", + "env": "development", + "id": 1271, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218587979", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1271": { + "containsParas4and5": null, + "countryCode": "CL", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2003-10-24", + "dateSigned": "1999-08-26", + "env": "development", + "id": 1272, + "isoNumeric": null, + "jurisdiction": "Ecuador", + "jurisdictionCountryCode": "EC", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1272": { + "containsParas4and5": null, + "countryCode": "CL", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2003-07-22", + "dateSigned": "2001-10-26", + "env": "development", + "id": 1273, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81456758", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1273": { + "containsParas4and5": null, + "countryCode": "CL", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-09-24", + "env": "development", + "id": 1274, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113475988", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1274": { + "containsParas4and5": null, + "countryCode": "CL", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2003-11-13", + "dateSigned": "2001-06-08", + "env": "development", + "id": 1275, + "isoNumeric": null, + "jurisdiction": "Peru", + "jurisdictionCountryCode": "PE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1275": { + "containsParas4and5": null, + "countryCode": "CL", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2009-12-22", + "dateSigned": "2007-04-19", + "env": "development", + "id": 1276, + "isoNumeric": null, + "jurisdiction": "Colombia", + "jurisdictionCountryCode": "CO", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1276": { + "containsParas4and5": null, + "countryCode": "CL", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2013-02-08", + "dateSigned": "2010-03-10", + "env": "development", + "id": 1277, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81455682", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1277": { + "containsParas4and5": null, + "countryCode": "CL", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2004-12-21", + "dateSigned": "2003-06-24", + "env": "development", + "id": 1278, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81456078", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1278": { + "containsParas4and5": null, + "countryCode": "CL", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2008-08-25", + "dateSigned": "2004-09-03", + "env": "development", + "id": 1279, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85337565", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1279": { + "containsParas4and5": null, + "countryCode": "CL", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2003-12-23", + "dateSigned": "2003-07-07", + "env": "development", + "id": 1280, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88278377", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1280": { + "containsParas4and5": null, + "countryCode": "CL", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2003-07-24", + "dateSigned": "2001-04-03", + "env": "development", + "id": 1281, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88129652", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1281": { + "containsParas4and5": null, + "countryCode": "CL", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2004-12-21", + "dateSigned": "2002-09-20", + "env": "development", + "id": 1282, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81455998", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1282": { + "containsParas4and5": null, + "countryCode": "CL", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2006-07-10", + "dateSigned": "2004-06-07", + "env": "development", + "id": 1283, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88725238", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1283": { + "containsParas4and5": null, + "countryCode": "CL", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1999-11-12", + "dateSigned": "1998-04-17", + "env": "development", + "id": 1284, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1284": { + "containsParas4and5": null, + "countryCode": "CL", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2010-05-05", + "dateSigned": "2007-12-06", + "env": "development", + "id": 1285, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81456706", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1285": { + "containsParas4and5": null, + "countryCode": "CL", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2004-12-21", + "dateSigned": "2003-07-12", + "env": "development", + "id": 1286, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81456046", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1286": { + "containsParas4and5": null, + "countryCode": "CL", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2008-08-25", + "dateSigned": "2005-07-07", + "env": "development", + "id": 1287, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81456223", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1287": { + "containsParas4and5": null, + "countryCode": "CL", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2004-01-01", + "dateSigned": "2000-03-10", + "env": "development", + "id": 1288, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81456212", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1288": { + "containsParas4and5": null, + "countryCode": "CL", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-02-04", + "env": "development", + "id": 1289, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809611", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1289": { + "containsParas4and5": null, + "countryCode": "CL", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-12-06", + "env": "development", + "id": 1290, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218587934", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1290": { + "containsParas4and5": null, + "countryCode": "CL", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2008-08-26", + "dateSigned": "2005-08-30", + "env": "development", + "id": 1291, + "isoNumeric": null, + "jurisdiction": "Paraguay", + "jurisdictionCountryCode": "PY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1291": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1996-10-18", + "dateSigned": "1995-12-04", + "env": "development", + "id": 1292, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81565911", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1292": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2001-01-07", + "dateSigned": "2000-04-25", + "env": "development", + "id": 1293, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74488022", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1293": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2002-07-20", + "dateSigned": "2002-03-25", + "env": "development", + "id": 1294, + "isoNumeric": null, + "jurisdiction": "Oman", + "jurisdictionCountryCode": "OM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81567404", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1294": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1997-04-10", + "dateSigned": "1996-09-12", + "env": "development", + "id": 1295, + "isoNumeric": null, + "jurisdiction": "Bangladesh", + "jurisdictionCountryCode": "BD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81457503", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1295": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1999-02-09", + "dateSigned": "1997-05-30", + "env": "development", + "id": 1296, + "isoNumeric": null, + "jurisdiction": "Sudan", + "jurisdictionCountryCode": "SD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81565319", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1296": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1986-12-17", + "dateSigned": "1986-09-16", + "env": "development", + "id": 1297, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81567378", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1297": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1995-04-08", + "env": "development", + "id": 1298, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81462766", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1298": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1995-05-04", + "dateSigned": "1994-08-01", + "env": "development", + "id": 1299, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81564861", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1299": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2010-08-28", + "dateSigned": "2009-12-01", + "env": "development", + "id": 1300, + "isoNumeric": null, + "jurisdiction": "Bahamas, The", + "jurisdictionCountryCode": "BS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74128294", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1300": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2003-08-14", + "dateSigned": "2002-04-20", + "env": "development", + "id": 1301, + "isoNumeric": null, + "jurisdiction": "Iran", + "jurisdictionCountryCode": "IR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81677121", + "typeEOI": null, + "updatedAt": 1568275028681 + }, + "1301": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1991-10-05", + "dateSigned": "1990-10-25", + "env": "development", + "id": 1302, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81567853", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1302": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1994-09-27", + "dateSigned": "1994-03-28", + "env": "development", + "id": 1303, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81683092", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1303": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2003-07-27", + "dateSigned": "2001-09-12", + "env": "development", + "id": 1304, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81564569", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1304": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1988-03-05", + "dateSigned": "1987-05-13", + "env": "development", + "id": 1305, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81564994", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1305": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1997-02-05", + "dateSigned": "1996-06-03", + "env": "development", + "id": 1306, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81677134", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1306": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2011-05-04", + "dateSigned": "2009-08-28", + "env": "development", + "id": 1307, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81677076", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1307": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2010-11-25", + "dateSigned": "2010-05-25", + "env": "development", + "id": 1308, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81462082", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1308": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2001-05-26", + "dateSigned": "2000-06-07", + "env": "development", + "id": 1309, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81564746", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1309": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1994-05-27", + "env": "development", + "id": 1310, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81567475", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1310": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-01-11", + "env": "development", + "id": 1311, + "isoNumeric": null, + "jurisdiction": "Uganda", + "jurisdictionCountryCode": "UG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218588454", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1311": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2005-05-22", + "dateSigned": "2003-09-18", + "env": "development", + "id": 1312, + "isoNumeric": null, + "jurisdiction": "Trinidad and Tobago", + "jurisdictionCountryCode": "TT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81565900", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1312": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1986-12-29", + "dateSigned": "1986-05-12", + "env": "development", + "id": 1313, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81458212", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1313": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1997-11-29", + "dateSigned": "1997-06-09", + "env": "development", + "id": 1314, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81564765", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1314": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2003-08-25", + "dateSigned": "2001-11-07", + "env": "development", + "id": 1315, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81462536", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1315": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1996-10-18", + "dateSigned": "1996-06-03", + "env": "development", + "id": 1316, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/84678255", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1316": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2000-01-17", + "dateSigned": "1999-08-26", + "env": "development", + "id": 1317, + "isoNumeric": null, + "jurisdiction": "Seychelles", + "jurisdictionCountryCode": "SC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81565272", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1317": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1985-02-21", + "dateSigned": "1984-05-30", + "env": "development", + "id": 1318, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81567237", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1318": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1997-01-27", + "dateSigned": "1996-06-07", + "env": "development", + "id": 1319, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81564710", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1319": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1986-12-21", + "dateSigned": "1986-02-25", + "env": "development", + "id": 1320, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81567361", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1320": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1986-10-22", + "dateSigned": "1984-04-30", + "env": "development", + "id": 1321, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73571874", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1321": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2011-11-03", + "dateSigned": "2010-12-03", + "env": "development", + "id": 1322, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81457911", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1322": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2004-12-23", + "dateSigned": "2001-04-17", + "env": "development", + "id": 1323, + "isoNumeric": null, + "jurisdiction": "Venezuela", + "jurisdictionCountryCode": "VE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81565949", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1323": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2010-05-30", + "dateSigned": "2009-12-13", + "env": "development", + "id": 1324, + "isoNumeric": null, + "jurisdiction": "Turkmenistan", + "jurisdictionCountryCode": "TM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81565603", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1324": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2013-04-30", + "dateSigned": "2012-07-09", + "env": "development", + "id": 1325, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1325": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2000-06-07", + "dateSigned": "1998-04-21", + "env": "development", + "id": 1326, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81565159", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1326": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2006-12-08", + "dateSigned": "2003-12-10", + "env": "development", + "id": 1327, + "isoNumeric": null, + "jurisdiction": "Hong Kong, China", + "jurisdictionCountryCode": "HK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1327": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2011-09-16", + "dateSigned": "2010-12-13", + "env": "development", + "id": 1328, + "isoNumeric": null, + "jurisdiction": "Argentina", + "jurisdictionCountryCode": "AR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/79078843", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1328": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1992-03-05", + "dateSigned": "1991-01-16", + "env": "development", + "id": 1329, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81567466", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1329": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2013-01-04", + "dateSigned": "2009-10-07", + "env": "development", + "id": 1330, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809531", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1330": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2012-12-25", + "dateSigned": "2009-05-14", + "env": "development", + "id": 1331, + "isoNumeric": null, + "jurisdiction": "Ethiopia", + "jurisdictionCountryCode": "ET", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1331": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2011-06-30", + "dateSigned": "2010-07-26", + "env": "development", + "id": 1332, + "isoNumeric": null, + "jurisdiction": "Zambia", + "jurisdictionCountryCode": "ZM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81566953", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1332": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2011-11-10", + "dateSigned": "2010-10-29", + "env": "development", + "id": 1333, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85326570", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1333": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2014-03-06", + "dateSigned": "2013-01-21", + "env": "development", + "id": 1334, + "isoNumeric": null, + "jurisdiction": "Ecuador", + "jurisdictionCountryCode": "EC", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218588334", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1334": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1999-06-22", + "dateSigned": "1999-01-25", + "env": "development", + "id": 1335, + "isoNumeric": null, + "jurisdiction": "Lao People's Democratic Republic", + "jurisdictionCountryCode": "LA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81564574", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1335": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1999-03-24", + "dateSigned": "1997-08-13", + "env": "development", + "id": 1336, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81458547", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1336": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2003-10-17", + "dateSigned": "2001-04-13", + "env": "development", + "id": 1337, + "isoNumeric": null, + "jurisdiction": "Cuba", + "jurisdictionCountryCode": "CU", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81458287", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1337": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2001-05-18", + "dateSigned": "1995-01-09", + "env": "development", + "id": 1338, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81567281", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1338": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2010-09-15", + "dateSigned": "2009-07-15", + "env": "development", + "id": 1339, + "isoNumeric": null, + "jurisdiction": "Macao, China", + "jurisdictionCountryCode": "MO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87019687", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1339": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2011-08-17", + "dateSigned": "2010-10-27", + "env": "development", + "id": 1340, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85210949", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1340": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1990-12-13", + "dateSigned": "1986-10-31", + "env": "development", + "id": 1341, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73102077", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1341": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1997-03-21", + "env": "development", + "id": 1342, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1342": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1997-03-16", + "dateSigned": "1996-07-04", + "env": "development", + "id": 1343, + "isoNumeric": null, + "jurisdiction": "Jamaica", + "jurisdictionCountryCode": "JM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81564491", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1343": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1995-08-16", + "dateSigned": "1994-07-14", + "env": "development", + "id": 1344, + "isoNumeric": null, + "jurisdiction": "Papua New Guinea", + "jurisdictionCountryCode": "PG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81567420", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1344": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1990-07-20", + "dateSigned": "1989-12-25", + "env": "development", + "id": 1345, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81564543", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1345": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1994-11-21", + "dateSigned": "1994-07-18", + "env": "development", + "id": 1346, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81677096", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1346": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2007-07-27", + "dateSigned": "2006-11-06", + "env": "development", + "id": 1347, + "isoNumeric": null, + "jurisdiction": "Algeria", + "jurisdictionCountryCode": "DZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81458487", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1347": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1986-12-29", + "dateSigned": "1986-10-27", + "env": "development", + "id": 1348, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81565429", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1348": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2012-12-28", + "dateSigned": "2012-06-16", + "env": "development", + "id": 1349, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218588116", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1349": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2012-11-15", + "dateSigned": "2011-09-26", + "env": "development", + "id": 1350, + "isoNumeric": null, + "jurisdiction": "Cayman Islands", + "jurisdictionCountryCode": "KY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85938334", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1350": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1986-09-14", + "dateSigned": "1985-11-23", + "env": "development", + "id": 1351, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81564954", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1351": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-03-28", + "env": "development", + "id": 1352, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218589167", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1352": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1992-05-20", + "dateSigned": "1990-11-22", + "env": "development", + "id": 1353, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81458605", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1353": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1990-12-28", + "dateSigned": "1988-11-17", + "env": "development", + "id": 1354, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81457297", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1354": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2008-10-21", + "dateSigned": "2001-04-02", + "env": "development", + "id": 1355, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1355": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2014-11-15", + "dateSigned": "2013-09-25", + "env": "development", + "id": 1356, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/269142339", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1356": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2010-12-31", + "dateSigned": "2001-05-14", + "env": "development", + "id": 1357, + "isoNumeric": null, + "jurisdiction": "Nepal", + "jurisdictionCountryCode": "NP", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1357": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2006-12-29", + "dateSigned": "2004-09-21", + "env": "development", + "id": 1358, + "isoNumeric": null, + "jurisdiction": "Brunei Darussalam", + "jurisdictionCountryCode": "BN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809416", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1358": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1987-12-23", + "dateSigned": "1987-06-11", + "env": "development", + "id": 1359, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1359": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1995-07-28", + "dateSigned": "1994-03-12", + "env": "development", + "id": 1360, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81564673", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1360": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1984-12-23", + "dateSigned": "1984-07-26", + "env": "development", + "id": 1361, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81567253", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1361": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2001-03-23", + "dateSigned": "1999-11-18", + "env": "development", + "id": 1362, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81567449", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1362": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2005-11-10", + "dateSigned": "2005-06-22", + "env": "development", + "id": 1363, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81567269", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1363": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2003-09-23", + "dateSigned": "2002-04-16", + "env": "development", + "id": 1364, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81565870", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1364": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "1997-01-20", + "dateSigned": "1995-05-23", + "env": "development", + "id": 1365, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81565891", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1365": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719129, + "currencyCode": null, + "dateActive": "2006-03-01", + "dateSigned": "2005-09-12", + "env": "development", + "id": 1366, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81564911", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1366": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1996-11-28", + "dateSigned": "1996-05-05", + "env": "development", + "id": 1367, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81457116", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1367": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1995-12-27", + "dateSigned": "1995-02-13", + "env": "development", + "id": 1368, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81565388", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1368": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1994-12-31", + "dateSigned": "1992-06-17", + "env": "development", + "id": 1369, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81462530", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1369": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1994-06-05", + "dateSigned": "1993-07-01", + "env": "development", + "id": 1370, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81456961", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1370": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2009-03-21", + "dateSigned": "2002-04-15", + "env": "development", + "id": 1371, + "isoNumeric": null, + "jurisdiction": "Nigeria", + "jurisdictionCountryCode": "NG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81564977", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1371": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-04-11", + "env": "development", + "id": 1372, + "isoNumeric": null, + "jurisdiction": "Botswana", + "jurisdictionCountryCode": "BW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/137334626", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1372": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2009-03-28", + "dateSigned": "2008-08-27", + "env": "development", + "id": 1373, + "isoNumeric": null, + "jurisdiction": "Tajikistan", + "jurisdictionCountryCode": "TJ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81565440", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1373": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2006-09-01", + "dateSigned": "2006-01-23", + "env": "development", + "id": 1374, + "isoNumeric": null, + "jurisdiction": "Saudi Arabia", + "jurisdictionCountryCode": "SA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81565304", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1374": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2003-03-29", + "dateSigned": "2002-06-24", + "env": "development", + "id": 1375, + "isoNumeric": null, + "jurisdiction": "Kyrgyzstan", + "jurisdictionCountryCode": "KG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81564519", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1375": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2014-08-03", + "dateSigned": "2014-01-27", + "env": "development", + "id": 1376, + "isoNumeric": null, + "jurisdiction": "Liechtenstein", + "jurisdictionCountryCode": "LI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1376": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1990-05-25", + "dateSigned": "1989-11-06", + "env": "development", + "id": 1377, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81677007", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1377": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1990-01-01", + "dateSigned": "1988-06-07", + "env": "development", + "id": 1378, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81565123", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1378": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1989-12-16", + "dateSigned": "1988-12-02", + "env": "development", + "id": 1379, + "isoNumeric": null, + "jurisdiction": "Bosnia and Herzegovina", + "jurisdictionCountryCode": "BA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1379": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2000-10-27", + "dateSigned": "2000-05-15", + "env": "development", + "id": 1380, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81457367", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1380": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1987-01-03", + "dateSigned": "1986-05-16", + "env": "development", + "id": 1381, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81565328", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1381": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2011-08-14", + "dateSigned": "2010-10-26", + "env": "development", + "id": 1382, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85320827", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1382": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2011-09-01", + "dateSigned": "2010-10-31", + "env": "development", + "id": 1383, + "isoNumeric": null, + "jurisdiction": "Syrian Arab Republic", + "jurisdictionCountryCode": "SY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81565419", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1383": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2005-05-22", + "dateSigned": "2003-08-11", + "env": "development", + "id": 1384, + "isoNumeric": null, + "jurisdiction": "Sri Lanka", + "jurisdictionCountryCode": "LK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81564616", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1384": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1996-10-18", + "dateSigned": "1995-05-17", + "env": "development", + "id": 1385, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81565964", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1385": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1984-06-26", + "dateSigned": "1983-09-06", + "env": "development", + "id": 1386, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81564505", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1386": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1992-06-23", + "dateSigned": "1991-08-26", + "env": "development", + "id": 1387, + "isoNumeric": null, + "jurisdiction": "Mongolia", + "jurisdictionCountryCode": "MN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81677161", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1387": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1993-01-06", + "dateSigned": "1991-08-05", + "env": "development", + "id": 1388, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81677035", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1388": { + "containsParas4and5": null, + "countryCode": "BE", + "createdAt": 1568104719127, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2008-12-16", + "env": "development", + "id": 1389, + "isoNumeric": null, + "jurisdiction": "Oman", + "jurisdictionCountryCode": "OM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028679 + }, + "1389": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2005-11-11", + "dateSigned": "2002-06-03", + "env": "development", + "id": 1390, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85214034", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1390": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2001-04-06", + "dateSigned": "2000-04-19", + "env": "development", + "id": 1391, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81462583", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1391": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2006-08-16", + "dateSigned": "2002-08-27", + "env": "development", + "id": 1392, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81564734", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1392": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1996-07-03", + "dateSigned": "1996-07-03", + "env": "development", + "id": 1393, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81566968", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1393": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2002-08-15", + "dateSigned": "2002-05-16", + "env": "development", + "id": 1394, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81458062", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1394": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2007-09-18", + "dateSigned": "2007-07-11", + "env": "development", + "id": 1395, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81716972", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1395": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2005-07-28", + "dateSigned": "2004-09-13", + "env": "development", + "id": 1396, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81457019", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1396": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2011-08-25", + "dateSigned": "2010-10-23", + "env": "development", + "id": 1397, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1397": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1992-11-01", + "dateSigned": "1991-04-10", + "env": "development", + "id": 1398, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81457164", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1398": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1996-10-03", + "dateSigned": "1995-01-17", + "env": "development", + "id": 1399, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81458167", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1399": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2005-08-17", + "dateSigned": "2005-03-17", + "env": "development", + "id": 1400, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81457319", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1400": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1989-12-27", + "dateSigned": "1989-11-15", + "env": "development", + "id": 1401, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81565091", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1401": { + "containsParas4and5": null, + "countryCode": "CO", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2014-07-03", + "dateSigned": "2010-07-27", + "env": "development", + "id": 1402, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/269364806", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1402": { + "containsParas4and5": null, + "countryCode": "CO", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2012-06-12", + "dateSigned": "2008-11-21", + "env": "development", + "id": 1403, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1403": { + "containsParas4and5": null, + "countryCode": "CO", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2011-09-11", + "dateSigned": "2007-10-26", + "env": "development", + "id": 1404, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112939517", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1404": { + "containsParas4and5": null, + "countryCode": "CO", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-02-04", + "env": "development", + "id": 1405, + "isoNumeric": null, + "jurisdiction": "Curaçao", + "jurisdictionCountryCode": "CW", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1405": { + "containsParas4and5": null, + "countryCode": "CO", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2005-01-01", + "dateSigned": "2004-05-04", + "env": "development", + "id": 1406, + "isoNumeric": null, + "jurisdiction": "Ecuador", + "jurisdictionCountryCode": "EC", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1406": { + "containsParas4and5": null, + "countryCode": "CO", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-11-25", + "env": "development", + "id": 1407, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1407": { + "containsParas4and5": null, + "countryCode": "CN", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1999-01-08", + "dateSigned": "1998-05-12", + "env": "development", + "id": 1408, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81458508", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1408": { + "containsParas4and5": null, + "countryCode": "CO", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2013-07-11", + "dateSigned": "2009-08-13", + "env": "development", + "id": 1409, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1409": { + "containsParas4and5": null, + "countryCode": "CO", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2015-01-30", + "dateSigned": "2010-08-30", + "env": "development", + "id": 1410, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88689993", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1410": { + "containsParas4and5": null, + "countryCode": "CO", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2009-12-22", + "dateSigned": "2007-04-19", + "env": "development", + "id": 1411, + "isoNumeric": null, + "jurisdiction": "Chile", + "jurisdictionCountryCode": "CL", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1411": { + "containsParas4and5": null, + "countryCode": "CO", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2005-01-01", + "dateSigned": "2004-05-04", + "env": "development", + "id": 1412, + "isoNumeric": null, + "jurisdiction": "Peru", + "jurisdictionCountryCode": "PE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1412": { + "containsParas4and5": null, + "countryCode": "CO", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2014-04-30", + "dateSigned": "2001-03-30", + "env": "development", + "id": 1413, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1413": { + "containsParas4and5": null, + "countryCode": "CO", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2008-10-23", + "dateSigned": "2005-03-31", + "env": "development", + "id": 1414, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88278391", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1414": { + "containsParas4and5": null, + "countryCode": "CO", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2014-07-07", + "dateSigned": "2011-05-13", + "env": "development", + "id": 1415, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/269364951", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1415": { + "containsParas4and5": null, + "countryCode": "CO", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2015-05-06", + "dateSigned": "2012-03-22", + "env": "development", + "id": 1416, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1416": { + "containsParas4and5": null, + "countryCode": "CR", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-06-29", + "env": "development", + "id": 1417, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218823850", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1417": { + "containsParas4and5": null, + "countryCode": "CR", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2011-02-11", + "dateSigned": "2006-04-26", + "env": "development", + "id": 1418, + "isoNumeric": null, + "jurisdiction": "Honduras", + "jurisdictionCountryCode": "HN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1418": { + "containsParas4and5": null, + "countryCode": "CR", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2011-12-14", + "dateSigned": "2010-12-16", + "env": "development", + "id": 1419, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1419": { + "containsParas4and5": null, + "countryCode": "CR", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2015-01-01", + "dateSigned": "2011-06-29", + "env": "development", + "id": 1420, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86181938", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1420": { + "containsParas4and5": null, + "countryCode": "CR", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-10-27", + "env": "development", + "id": 1421, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/116553719", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1421": { + "containsParas4and5": null, + "countryCode": "CR", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2006-04-25", + "env": "development", + "id": 1422, + "isoNumeric": null, + "jurisdiction": "Nicaragua", + "jurisdictionCountryCode": "NI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1422": { + "containsParas4and5": null, + "countryCode": "CR", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-04-12", + "env": "development", + "id": 1423, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/258922367", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1423": { + "containsParas4and5": null, + "countryCode": "CR", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-02-13", + "env": "development", + "id": 1424, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1424": { + "containsParas4and5": null, + "countryCode": "CR", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1991-02-12", + "dateSigned": "1989-03-15", + "env": "development", + "id": 1425, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1425": { + "containsParas4and5": null, + "countryCode": "CR", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2012-07-12", + "dateSigned": "2009-11-23", + "env": "development", + "id": 1426, + "isoNumeric": null, + "jurisdiction": "Argentina", + "jurisdictionCountryCode": "AR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87017237", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1426": { + "containsParas4and5": null, + "countryCode": "CR", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-06-29", + "env": "development", + "id": 1427, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1427": { + "containsParas4and5": null, + "countryCode": "CR", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-03-05", + "env": "development", + "id": 1428, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218602295", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1428": { + "containsParas4and5": null, + "countryCode": "CR", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-10-27", + "env": "development", + "id": 1429, + "isoNumeric": null, + "jurisdiction": "Sint Maarten", + "jurisdictionCountryCode": "SX", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1429": { + "containsParas4and5": null, + "countryCode": "CU", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2000-01-17", + "env": "development", + "id": 1430, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1430": { + "containsParas4and5": null, + "countryCode": "CR", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2012-08-30", + "dateSigned": "2006-04-25", + "env": "development", + "id": 1431, + "isoNumeric": null, + "jurisdiction": "El Salvador", + "jurisdictionCountryCode": "SV", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1431": { + "containsParas4and5": null, + "countryCode": "CR", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-06-29", + "env": "development", + "id": 1432, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1432": { + "containsParas4and5": null, + "countryCode": "CR", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2012-12-13", + "dateSigned": "2011-07-01", + "env": "development", + "id": 1433, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72671538", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1433": { + "containsParas4and5": null, + "countryCode": "CR", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-06-29", + "env": "development", + "id": 1434, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1434": { + "containsParas4and5": null, + "countryCode": "CR", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2015-01-01", + "dateSigned": "2011-06-29", + "env": "development", + "id": 1435, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1435": { + "containsParas4and5": null, + "countryCode": "CR", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-06-04", + "env": "development", + "id": 1436, + "isoNumeric": null, + "jurisdiction": "Ecuador", + "jurisdictionCountryCode": "EC", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1436": { + "containsParas4and5": null, + "countryCode": "CR", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2010-12-15", + "dateSigned": "2004-05-04", + "env": "development", + "id": 1437, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1437": { + "containsParas4and5": null, + "countryCode": "CR", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2012-08-14", + "dateSigned": "2011-08-11", + "env": "development", + "id": 1438, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1438": { + "containsParas4and5": null, + "countryCode": "CR", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-06-29", + "env": "development", + "id": 1439, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1439": { + "containsParas4and5": null, + "countryCode": "CR", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2012-07-01", + "dateSigned": "2011-03-29", + "env": "development", + "id": 1440, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809647", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1440": { + "containsParas4and5": null, + "countryCode": "CR", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2011-02-11", + "dateSigned": "2006-04-25", + "env": "development", + "id": 1441, + "isoNumeric": null, + "jurisdiction": "Guatemala", + "jurisdictionCountryCode": "GT", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1441": { + "containsParas4and5": null, + "countryCode": "CU", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2003-11-20", + "dateSigned": "2003-03-27", + "env": "development", + "id": 1442, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1442": { + "containsParas4and5": null, + "countryCode": "CU", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2010-11-15", + "dateSigned": "2000-12-14", + "env": "development", + "id": 1443, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1443": { + "containsParas4and5": null, + "countryCode": "CU", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2005-12-28", + "dateSigned": "2000-10-30", + "env": "development", + "id": 1444, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88693339", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1444": { + "containsParas4and5": null, + "countryCode": "CU", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2006-09-12", + "dateSigned": "2003-06-26", + "env": "development", + "id": 1445, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85626415", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1445": { + "containsParas4and5": null, + "countryCode": "CU", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2003-10-17", + "dateSigned": "2001-04-13", + "env": "development", + "id": 1446, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81458287", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1446": { + "containsParas4and5": null, + "countryCode": "CU", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2000-12-31", + "dateSigned": "1999-02-03", + "env": "development", + "id": 1447, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88278433", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1447": { + "containsParas4and5": null, + "countryCode": "CU", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2000-03-16", + "dateSigned": "1999-06-17", + "env": "development", + "id": 1448, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88127316", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1448": { + "containsParas4and5": null, + "countryCode": "CU", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2009-01-01", + "dateSigned": "2006-11-07", + "env": "development", + "id": 1449, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1449": { + "containsParas4and5": null, + "countryCode": "CU", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2001-02-04", + "env": "development", + "id": 1450, + "isoNumeric": null, + "jurisdiction": "Lebanon", + "jurisdictionCountryCode": "LB", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106347794", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1450": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2014-05-28", + "dateSigned": "2013-02-14", + "env": "development", + "id": 1451, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218588645", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1451": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2008-09-03", + "dateSigned": "2008-01-28", + "env": "development", + "id": 1452, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81568321", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1452": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2011-09-14", + "dateSigned": "2010-10-12", + "env": "development", + "id": 1453, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1453": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2013-04-28", + "dateSigned": "2012-11-15", + "env": "development", + "id": 1454, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218588692", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1454": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1986-09-08", + "dateSigned": "1985-06-29", + "env": "development", + "id": 1455, + "isoNumeric": null, + "jurisdiction": "Montenegro", + "jurisdictionCountryCode": "ME", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1455": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1995-03-14", + "dateSigned": "1993-12-18", + "env": "development", + "id": 1456, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81567961", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1456": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1991-10-05", + "dateSigned": "1990-10-25", + "env": "development", + "id": 1457, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81567853", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1457": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1980-12-30", + "dateSigned": "1980-04-15", + "env": "development", + "id": 1458, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74476247", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1458": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-10-15", + "env": "development", + "id": 1459, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218592292", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1459": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-06-21", + "env": "development", + "id": 1460, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1460": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1970-12-07", + "dateSigned": "1968-09-24", + "env": "development", + "id": 1461, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81677234", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1461": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1985-09-03", + "dateSigned": "1984-05-02", + "env": "development", + "id": 1462, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81601345", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1462": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1985-12-31", + "dateSigned": "1984-03-19", + "env": "development", + "id": 1463, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/82447490", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1463": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1999-02-12", + "dateSigned": "1998-05-29", + "env": "development", + "id": 1464, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81677216", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1464": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1995-02-22", + "dateSigned": "1992-03-15", + "env": "development", + "id": 1465, + "isoNumeric": null, + "jurisdiction": "Syrian Arab Republic", + "jurisdictionCountryCode": "SY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81568551", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1465": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-07-27", + "env": "development", + "id": 1466, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1466": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2009-03-20", + "dateSigned": "2008-11-11", + "env": "development", + "id": 1467, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/82272462", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1467": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1955-05-18", + "dateSigned": "1951-05-02", + "env": "development", + "id": 1468, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81568364", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1468": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1994-08-11", + "dateSigned": "1993-10-22", + "env": "development", + "id": 1469, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81568336", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1469": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1983-04-01", + "dateSigned": "1981-12-18", + "env": "development", + "id": 1470, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81567997", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1470": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1982-09-24", + "dateSigned": "1981-12-01", + "env": "development", + "id": 1471, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81568023", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1471": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1983-08-26", + "dateSigned": "1982-10-29", + "env": "development", + "id": 1472, + "isoNumeric": null, + "jurisdiction": "Turkmenistan", + "jurisdictionCountryCode": "TM", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1472": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1999-12-08", + "dateSigned": "1996-05-14", + "env": "development", + "id": 1473, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81567753", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1473": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2011-09-19", + "dateSigned": "2011-01-17", + "env": "development", + "id": 1474, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81567697", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1474": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1974-11-01", + "dateSigned": "1974-06-20", + "env": "development", + "id": 1475, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81568007", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1475": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1998-12-08", + "dateSigned": "1997-11-26", + "env": "development", + "id": 1476, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74488054", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1476": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2013-08-16", + "dateSigned": "2012-11-19", + "env": "development", + "id": 1477, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218588805", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1477": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2011-12-16", + "dateSigned": "2011-02-18", + "env": "development", + "id": 1478, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81567887", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1478": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1986-09-25", + "dateSigned": "1984-12-15", + "env": "development", + "id": 1479, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1479": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1982-11-08", + "dateSigned": "1981-11-16", + "env": "development", + "id": 1480, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81568395", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1480": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1989-11-13", + "dateSigned": "1988-10-25", + "env": "development", + "id": 1481, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81568491", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1481": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2006-10-27", + "dateSigned": "2006-06-28", + "env": "development", + "id": 1482, + "isoNumeric": null, + "jurisdiction": "Seychelles", + "jurisdictionCountryCode": "SC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113063230", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1482": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2000-01-01", + "dateSigned": "1998-12-05", + "env": "development", + "id": 1483, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/131021299", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1483": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1983-06-09", + "dateSigned": "1974-04-24", + "env": "development", + "id": 1484, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1484": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1991-01-01", + "dateSigned": "1990-03-20", + "env": "development", + "id": 1485, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81567714", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1485": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-02-27", + "env": "development", + "id": 1486, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81567619", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1486": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-07-29", + "env": "development", + "id": 1487, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235806435", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1487": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1986-09-08", + "dateSigned": "1985-06-29", + "env": "development", + "id": 1488, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81568423", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1488": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-11-13", + "env": "development", + "id": 1489, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/269366638", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1489": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1992-01-01", + "dateSigned": "1992-06-04", + "env": "development", + "id": 1490, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81950281", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1490": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2011-05-18", + "dateSigned": "2010-10-11", + "env": "development", + "id": 1491, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81589199", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1491": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2009-11-26", + "dateSigned": "2009-04-28", + "env": "development", + "id": 1492, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81567902", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1492": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-11-08", + "env": "development", + "id": 1493, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218588890", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1493": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2000-04-04", + "dateSigned": "1998-10-27", + "env": "development", + "id": 1494, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81568569", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1494": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2005-04-14", + "dateSigned": "2003-02-18", + "env": "development", + "id": 1495, + "isoNumeric": null, + "jurisdiction": "Lebanon", + "jurisdictionCountryCode": "LB", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81568312", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1495": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2000-06-12", + "dateSigned": "2000-01-21", + "env": "development", + "id": 1496, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81568348", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1496": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1969-01-16", + "dateSigned": "1968-03-30", + "env": "development", + "id": 1497, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85214082", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1497": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2001-02-08", + "dateSigned": "2000-11-24", + "env": "development", + "id": 1498, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81717070", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1498": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1983-08-26", + "dateSigned": "1982-10-29", + "env": "development", + "id": 1499, + "isoNumeric": null, + "jurisdiction": "Tajikistan", + "jurisdictionCountryCode": "TJ", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81568584", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1499": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2001-01-03", + "dateSigned": "2000-10-30", + "env": "development", + "id": 1500, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81677199", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1500": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1994-12-21", + "dateSigned": "1994-06-13", + "env": "development", + "id": 1501, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81677252", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1501": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2007-07-18", + "dateSigned": "2007-04-27", + "env": "development", + "id": 1502, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81568533", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1502": { + "containsParas4and5": null, + "countryCode": "CY", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-03-09", + "env": "development", + "id": 1503, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/260020052", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1503": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1995-08-14", + "dateSigned": "1994-02-12", + "env": "development", + "id": 1504, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1504": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2015-04-02", + "dateSigned": "2014-03-06", + "env": "development", + "id": 1505, + "isoNumeric": null, + "jurisdiction": "Bahamas, The", + "jurisdictionCountryCode": "BS", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1505": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2010-05-12", + "dateSigned": "2007-11-20", + "env": "development", + "id": 1506, + "isoNumeric": null, + "jurisdiction": "Bosnia and Herzegovina", + "jurisdictionCountryCode": "BA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112948467", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1506": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2012-06-11", + "dateSigned": "2011-09-13", + "env": "development", + "id": 1507, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81711532", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1507": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1994-08-11", + "dateSigned": "1993-11-08", + "env": "development", + "id": 1508, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1508": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1997-11-12", + "dateSigned": "1996-04-26", + "env": "development", + "id": 1509, + "isoNumeric": null, + "jurisdiction": "Venezuela", + "jurisdictionCountryCode": "VE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1509": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1974-11-05", + "dateSigned": "1974-03-04", + "env": "development", + "id": 1510, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88708969", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1510": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2012-07-09", + "dateSigned": "2011-09-15", + "env": "development", + "id": 1511, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74779169", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1511": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2002-12-27", + "dateSigned": "2001-06-11", + "env": "development", + "id": 1512, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112949471", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1512": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1995-05-22", + "dateSigned": "1994-10-25", + "env": "development", + "id": 1513, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1513": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2011-05-04", + "dateSigned": "2009-08-28", + "env": "development", + "id": 1514, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81677076", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1514": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1991-10-25", + "dateSigned": "1990-03-14", + "env": "development", + "id": 1515, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1515": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1984-06-26", + "dateSigned": "1981-05-05", + "env": "development", + "id": 1516, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73996484", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1516": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1979-06-19", + "dateSigned": "1978-06-26", + "env": "development", + "id": 1517, + "isoNumeric": null, + "jurisdiction": "Sri Lanka", + "jurisdictionCountryCode": "LK", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1517": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1999-09-27", + "dateSigned": "1998-10-01", + "env": "development", + "id": 1518, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85921588", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1518": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2012-03-14", + "dateSigned": "2011-07-28", + "env": "development", + "id": 1519, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809395", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1519": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1983-11-17", + "dateSigned": "1980-12-19", + "env": "development", + "id": 1520, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1520": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2012-09-06", + "dateSigned": "2011-11-25", + "env": "development", + "id": 1521, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/74502445", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1521": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2012-04-10", + "dateSigned": "2011-05-24", + "env": "development", + "id": 1522, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85204471", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1522": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2005-06-27", + "dateSigned": "2004-11-11", + "env": "development", + "id": 1523, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1523": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1997-07-18", + "dateSigned": "1995-11-17", + "env": "development", + "id": 1524, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1524": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1996-09-10", + "dateSigned": "1995-06-22", + "env": "development", + "id": 1525, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112686110", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1525": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2013-09-20", + "dateSigned": "2012-11-09", + "env": "development", + "id": 1526, + "isoNumeric": null, + "jurisdiction": "Cayman Islands", + "jurisdictionCountryCode": "KY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218777442", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1526": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2000-01-24", + "dateSigned": "1997-08-28", + "env": "development", + "id": 1527, + "isoNumeric": null, + "jurisdiction": "Lebanon", + "jurisdictionCountryCode": "LB", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106347490", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1527": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2002-06-17", + "dateSigned": "2001-06-21", + "env": "development", + "id": 1528, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112949548", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1528": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1995-12-12", + "dateSigned": "1994-12-02", + "env": "development", + "id": 1529, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1529": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1995-05-26", + "dateSigned": "1994-10-24", + "env": "development", + "id": 1530, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85209284", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1530": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1998-02-03", + "dateSigned": "1997-05-23", + "env": "development", + "id": 1531, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1531": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1998-01-15", + "dateSigned": "1996-10-14", + "env": "development", + "id": 1532, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1532": { + "containsParas4and5": null, + "countryCode": "CA", + "createdAt": 1568104719128, + "currencyCode": null, + "dateActive": "2012-08-14", + "dateSigned": "2011-08-11", + "env": "development", + "id": 1533, + "isoNumeric": null, + "jurisdiction": "Costa Rica", + "jurisdictionCountryCode": "CR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028680 + }, + "1533": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2003-12-16", + "dateSigned": "1999-11-12", + "env": "development", + "id": 1534, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112949633", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1534": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2003-07-14", + "dateSigned": "2002-03-26", + "env": "development", + "id": 1535, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1535": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1999-07-02", + "dateSigned": "1998-04-09", + "env": "development", + "id": 1536, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1536": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1995-08-08", + "dateSigned": "1994-10-27", + "env": "development", + "id": 1537, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/84678284", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1537": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1996-04-21", + "dateSigned": "1995-11-14", + "env": "development", + "id": 1538, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1538": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1999-12-28", + "dateSigned": "1999-01-22", + "env": "development", + "id": 1539, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224331298", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1539": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2001-01-15", + "dateSigned": "2000-03-02", + "env": "development", + "id": 1540, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809587", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1540": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2007-11-07", + "dateSigned": "2006-04-10", + "env": "development", + "id": 1541, + "isoNumeric": null, + "jurisdiction": "Jordan", + "jurisdictionCountryCode": "JO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112948961", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1541": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-07-31", + "env": "development", + "id": 1542, + "isoNumeric": null, + "jurisdiction": "Monaco", + "jurisdictionCountryCode": "MC", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1542": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1992-12-30", + "dateSigned": "1991-03-18", + "env": "development", + "id": 1543, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1543": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1996-01-26", + "dateSigned": "1994-10-04", + "env": "development", + "id": 1544, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1544": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2005-03-03", + "dateSigned": "2001-06-05", + "env": "development", + "id": 1545, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112949431", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1545": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2012-06-06", + "dateSigned": "2011-10-26", + "env": "development", + "id": 1546, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809281", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1546": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1996-10-23", + "dateSigned": "1995-12-04", + "env": "development", + "id": 1547, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1547": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1998-06-22", + "dateSigned": "1997-01-27", + "env": "development", + "id": 1548, + "isoNumeric": null, + "jurisdiction": "Mongolia", + "jurisdictionCountryCode": "MN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1548": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2006-06-16", + "dateSigned": "2005-11-24", + "env": "development", + "id": 1549, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1549": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-09-25", + "env": "development", + "id": 1550, + "isoNumeric": null, + "jurisdiction": "Liechtenstein", + "jurisdictionCountryCode": "LI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1550": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1980-10-08", + "dateSigned": "1979-02-16", + "env": "development", + "id": 1551, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1551": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2012-05-18", + "dateSigned": "2011-07-18", + "env": "development", + "id": 1552, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74776825", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1552": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2000-04-26", + "dateSigned": "1999-05-12", + "env": "development", + "id": 1553, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112949493", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1553": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2005-06-27", + "dateSigned": "2004-11-11", + "env": "development", + "id": 1554, + "isoNumeric": null, + "jurisdiction": "Montenegro", + "jurisdictionCountryCode": "ME", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112953446", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1554": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2007-03-22", + "dateSigned": "2006-06-08", + "env": "development", + "id": 1555, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1555": { + "containsParas4and5": null, + "countryCode": "CO", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2005-01-01", + "dateSigned": "2004-05-04", + "env": "development", + "id": 1556, + "isoNumeric": null, + "jurisdiction": "Bolivia", + "jurisdictionCountryCode": "BO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1556": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-05-02", + "env": "development", + "id": 1557, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1557": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2002-12-27", + "dateSigned": "2002-04-04", + "env": "development", + "id": 1558, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112949567", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1558": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2009-11-26", + "dateSigned": "2009-04-28", + "env": "development", + "id": 1559, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81567902", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1559": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2013-12-16", + "dateSigned": "2012-07-04", + "env": "development", + "id": 1560, + "isoNumeric": null, + "jurisdiction": "Panama", + "jurisdictionCountryCode": "PA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113064442", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1560": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1999-10-29", + "dateSigned": "1998-04-09", + "env": "development", + "id": 1561, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112949455", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1561": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2007-10-19", + "dateSigned": "2006-11-07", + "env": "development", + "id": 1562, + "isoNumeric": null, + "jurisdiction": "Tajikistan", + "jurisdictionCountryCode": "TJ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1562": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2013-05-01", + "dateSigned": "2012-04-25", + "env": "development", + "id": 1563, + "isoNumeric": null, + "jurisdiction": "Saudi Arabia", + "jurisdictionCountryCode": "SA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218588987", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1563": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1995-11-27", + "dateSigned": "1995-03-28", + "env": "development", + "id": 1564, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1564": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-11-26", + "env": "development", + "id": 1565, + "isoNumeric": null, + "jurisdiction": "Kosovo", + "jurisdictionCountryCode": "XK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1565": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2014-06-05", + "dateSigned": "2013-06-11", + "env": "development", + "id": 1566, + "isoNumeric": null, + "jurisdiction": "Andorra", + "jurisdictionCountryCode": "AD", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1566": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2005-07-01", + "dateSigned": "2003-04-28", + "env": "development", + "id": 1567, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88725344", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1567": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-02-04", + "env": "development", + "id": 1568, + "isoNumeric": null, + "jurisdiction": "Cook Islands", + "jurisdictionCountryCode": "CK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/269374495", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1568": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2009-11-12", + "dateSigned": "2008-05-17", + "env": "development", + "id": 1569, + "isoNumeric": null, + "jurisdiction": "Syrian Arab Republic", + "jurisdictionCountryCode": "SY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1569": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2007-05-04", + "dateSigned": "2006-05-23", + "env": "development", + "id": 1570, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112961379", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1570": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2012-01-24", + "dateSigned": "2011-06-06", + "env": "development", + "id": 1571, + "isoNumeric": null, + "jurisdiction": "Hong Kong, China", + "jurisdictionCountryCode": "HK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87020813", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1571": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2008-05-30", + "dateSigned": "2007-07-25", + "env": "development", + "id": 1572, + "isoNumeric": null, + "jurisdiction": "Ethiopia", + "jurisdictionCountryCode": "ET", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112948922", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1572": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1991-12-20", + "dateSigned": "1990-11-05", + "env": "development", + "id": 1573, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1573": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1994-12-27", + "dateSigned": "1993-01-14", + "env": "development", + "id": 1574, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1574": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2012-03-16", + "dateSigned": "2011-07-12", + "env": "development", + "id": 1575, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74775934", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1575": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1994-12-23", + "dateSigned": "1993-12-06", + "env": "development", + "id": 1576, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1576": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1997-12-03", + "dateSigned": "1996-11-11", + "env": "development", + "id": 1577, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74502981", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1577": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2012-12-17", + "dateSigned": "2011-08-25", + "env": "development", + "id": 1578, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1578": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1986-06-25", + "dateSigned": "1982-12-07", + "env": "development", + "id": 1579, + "isoNumeric": null, + "jurisdiction": "Ecuador", + "jurisdictionCountryCode": "EC", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88132819", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1579": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2015-05-06", + "dateSigned": "2012-03-22", + "env": "development", + "id": 1580, + "isoNumeric": null, + "jurisdiction": "Colombia", + "jurisdictionCountryCode": "CO", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1580": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2002-05-28", + "dateSigned": "2001-05-25", + "env": "development", + "id": 1581, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1581": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1999-04-20", + "dateSigned": "1997-06-30", + "env": "development", + "id": 1582, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1582": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1990-12-02", + "dateSigned": "1989-08-31", + "env": "development", + "id": 1583, + "isoNumeric": null, + "jurisdiction": "Nigeria", + "jurisdictionCountryCode": "NG", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1583": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2008-08-29", + "dateSigned": "2007-10-26", + "env": "development", + "id": 1584, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81699105", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1584": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1998-08-21", + "dateSigned": "1997-11-21", + "env": "development", + "id": 1585, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81717099", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1585": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2003-09-23", + "dateSigned": "2000-11-13", + "env": "development", + "id": 1586, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88688893", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1586": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1981-06-05", + "dateSigned": "1980-05-08", + "env": "development", + "id": 1587, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88278468", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1587": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2000-07-24", + "dateSigned": "1996-12-16", + "env": "development", + "id": 1588, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86049273", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1588": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1998-03-09", + "dateSigned": "1996-03-08", + "env": "development", + "id": 1589, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85337584", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1589": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2009-07-15", + "dateSigned": "2008-07-06", + "env": "development", + "id": 1590, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112948365", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1590": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1989-05-23", + "dateSigned": "1986-10-23", + "env": "development", + "id": 1591, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85214108", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1591": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1990-11-14", + "dateSigned": "1986-08-26", + "env": "development", + "id": 1592, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88129710", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1592": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1993-12-23", + "dateSigned": "1993-09-16", + "env": "development", + "id": 1593, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73571947", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1593": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1997-08-09", + "dateSigned": "1996-09-30", + "env": "development", + "id": 1594, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/109452427", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1594": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1997-06-06", + "dateSigned": "1996-06-21", + "env": "development", + "id": 1595, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88702833", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1595": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1995-03-03", + "dateSigned": "1992-04-27", + "env": "development", + "id": 1596, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81683103", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1596": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2000-12-28", + "dateSigned": "2000-01-18", + "env": "development", + "id": 1597, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85588440", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1597": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1978-11-25", + "dateSigned": "1977-10-11", + "env": "development", + "id": 1598, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112962061", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1598": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1998-04-28", + "dateSigned": "1997-06-13", + "env": "development", + "id": 1599, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113081372", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1599": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2005-09-09", + "dateSigned": "2004-10-19", + "env": "development", + "id": 1600, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86181977", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1600": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2010-11-29", + "dateSigned": "2006-07-13", + "env": "development", + "id": 1601, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81597164", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1601": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1980-07-17", + "dateSigned": "1977-05-17", + "env": "development", + "id": 1602, + "isoNumeric": null, + "jurisdiction": "Kenya", + "jurisdictionCountryCode": "KE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81677553", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1602": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1974-10-08", + "dateSigned": "1972-06-07", + "env": "development", + "id": 1603, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88133471", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1603": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1960-09-18", + "dateSigned": "1959-06-16", + "env": "development", + "id": 1604, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1604": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2004-09-21", + "dateSigned": "2003-03-27", + "env": "development", + "id": 1605, + "isoNumeric": null, + "jurisdiction": "Tajikistan", + "jurisdictionCountryCode": "TJ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1605": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1969-07-30", + "dateSigned": "1967-04-11", + "env": "development", + "id": 1606, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1606": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2002-10-31", + "dateSigned": "2000-03-10", + "env": "development", + "id": 1607, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81683142", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1607": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2012-01-01", + "dateSigned": "2011-02-28", + "env": "development", + "id": 1608, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1608": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2010-10-28", + "dateSigned": "2009-09-02", + "env": "development", + "id": 1609, + "isoNumeric": null, + "jurisdiction": "Liechtenstein", + "jurisdictionCountryCode": "LI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88133261", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1609": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1993-02-21", + "dateSigned": "1990-05-29", + "env": "development", + "id": 1610, + "isoNumeric": null, + "jurisdiction": "Bangladesh", + "jurisdictionCountryCode": "BD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81591270", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1610": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1992-12-26", + "dateSigned": "1989-10-18", + "env": "development", + "id": 1611, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73466886", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1611": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2006-12-22", + "dateSigned": "2005-12-01", + "env": "development", + "id": 1612, + "isoNumeric": null, + "jurisdiction": "Kyrgyzstan", + "jurisdictionCountryCode": "KG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88133093", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1612": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1998-12-21", + "dateSigned": "1997-11-26", + "env": "development", + "id": 1613, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81677576", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1613": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1998-09-26", + "dateSigned": "1997-02-21", + "env": "development", + "id": 1614, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88133471", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1614": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1988-12-25", + "dateSigned": "1987-03-26", + "env": "development", + "id": 1615, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81597881", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1615": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2011-12-12", + "dateSigned": "2010-04-09", + "env": "development", + "id": 1616, + "isoNumeric": null, + "jurisdiction": "Bahamas, The", + "jurisdictionCountryCode": "BS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74129317", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1616": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2002-08-02", + "dateSigned": "1999-05-18", + "env": "development", + "id": 1617, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88133180", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1617": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1983-11-17", + "dateSigned": "1980-12-19", + "env": "development", + "id": 1618, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1618": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1996-10-26", + "dateSigned": "1995-06-19", + "env": "development", + "id": 1619, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81596191", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1619": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1975-02-28", + "dateSigned": "1973-01-25", + "env": "development", + "id": 1620, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/74488151", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1620": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1976-09-13", + "dateSigned": "1974-10-08", + "env": "development", + "id": 1621, + "isoNumeric": null, + "jurisdiction": "Jamaica", + "jurisdictionCountryCode": "JM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81596312", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1621": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1982-06-04", + "dateSigned": "1979-07-05", + "env": "development", + "id": 1622, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1622": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-08-15", + "env": "development", + "id": 1623, + "isoNumeric": null, + "jurisdiction": "Oman", + "jurisdictionCountryCode": "OM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218589215", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1623": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1973-11-02", + "dateSigned": "1971-03-18", + "env": "development", + "id": 1624, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1624": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1996-12-25", + "dateSigned": "1995-11-22", + "env": "development", + "id": 1625, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88132882", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1625": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2007-12-21", + "dateSigned": "2006-06-01", + "env": "development", + "id": 1626, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88132984", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1626": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1984-12-14", + "dateSigned": "1983-07-22", + "env": "development", + "id": 1627, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81800185", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1627": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1977-01-28", + "dateSigned": "1973-04-04", + "env": "development", + "id": 1628, + "isoNumeric": null, + "jurisdiction": "Trinidad and Tobago", + "jurisdictionCountryCode": "TT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81598293", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1628": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-02-13", + "env": "development", + "id": 1629, + "isoNumeric": null, + "jurisdiction": "Costa Rica", + "jurisdictionCountryCode": "CR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1629": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1988-12-25", + "dateSigned": "1987-03-26", + "env": "development", + "id": 1630, + "isoNumeric": null, + "jurisdiction": "Bosnia and Herzegovina", + "jurisdictionCountryCode": "BA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81591233", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1630": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2010-11-05", + "dateSigned": "2009-03-02", + "env": "development", + "id": 1631, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81596154", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1631": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2012-12-07", + "dateSigned": "2011-10-07", + "env": "development", + "id": 1632, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81597413", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1632": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2003-12-17", + "dateSigned": "2001-07-04", + "env": "development", + "id": 1633, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81597849", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1633": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2002-08-18", + "dateSigned": "2000-08-24", + "env": "development", + "id": 1634, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1634": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1995-07-26", + "dateSigned": "1993-12-02", + "env": "development", + "id": 1635, + "isoNumeric": null, + "jurisdiction": "Namibia", + "jurisdictionCountryCode": "NA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81597559", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1635": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1967-12-08", + "dateSigned": "1966-04-18", + "env": "development", + "id": 1636, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85214180", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1636": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1991-01-01", + "dateSigned": "1989-08-29", + "env": "development", + "id": 1637, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73571989", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1637": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2005-12-28", + "dateSigned": "2004-08-25", + "env": "development", + "id": 1638, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88132544", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1638": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2012-01-01", + "dateSigned": "2010-03-09", + "env": "development", + "id": 1639, + "isoNumeric": null, + "jurisdiction": "Uruguay", + "jurisdictionCountryCode": "UY", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1639": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2011-01-01", + "dateSigned": "2010-05-30", + "env": "development", + "id": 1640, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73591155", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1640": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2001-12-27", + "dateSigned": "2001-03-08", + "env": "development", + "id": 1641, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81800130", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1641": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1974-04-25", + "dateSigned": "1970-11-25", + "env": "development", + "id": 1642, + "isoNumeric": null, + "jurisdiction": "Liberia", + "jurisdictionCountryCode": "LR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81800093", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1642": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2011-12-16", + "dateSigned": "2011-02-18", + "env": "development", + "id": 1643, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81567887", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1643": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1982-07-08", + "dateSigned": "1979-07-03", + "env": "development", + "id": 1644, + "isoNumeric": null, + "jurisdiction": "Côte d'Ivoire", + "jurisdictionCountryCode": "CI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1644": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1983-12-17", + "dateSigned": "1980-12-19", + "env": "development", + "id": 1645, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1645": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2013-09-30", + "dateSigned": "2012-04-23", + "env": "development", + "id": 1646, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/106340684", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1646": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2011-11-25", + "dateSigned": "2010-06-04", + "env": "development", + "id": 1647, + "isoNumeric": null, + "jurisdiction": "Turks and Caicos Islands", + "jurisdictionCountryCode": "TC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81598095", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1647": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1969-12-30", + "dateSigned": "1968-12-20", + "env": "development", + "id": 1648, + "isoNumeric": null, + "jurisdiction": "Iran", + "jurisdictionCountryCode": "IR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88133039", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1648": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2010-12-30", + "dateSigned": "2010-02-17", + "env": "development", + "id": 1649, + "isoNumeric": null, + "jurisdiction": "Syrian Arab Republic", + "jurisdictionCountryCode": "SY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81597947", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1649": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2011-12-23", + "dateSigned": "2010-04-06", + "env": "development", + "id": 1650, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81590973", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1650": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1980-12-21", + "dateSigned": "1978-10-20", + "env": "development", + "id": 1651, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81699184", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1651": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2013-02-28", + "dateSigned": "2010-06-07", + "env": "development", + "id": 1652, + "isoNumeric": null, + "jurisdiction": "Saint Lucia", + "jurisdictionCountryCode": "LC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809585", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1652": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-03-28", + "env": "development", + "id": 1653, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218589167", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1653": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1997-08-19", + "dateSigned": "1995-02-08", + "env": "development", + "id": 1654, + "isoNumeric": null, + "jurisdiction": "Venezuela", + "jurisdictionCountryCode": "VE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88134130", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1654": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2009-08-28", + "dateSigned": "2008-07-04", + "env": "development", + "id": 1655, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81596243", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1655": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1972-12-29", + "dateSigned": "1971-08-11", + "env": "development", + "id": 1656, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112939579", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1656": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2012-11-07", + "dateSigned": "2011-12-28", + "env": "development", + "id": 1657, + "isoNumeric": null, + "jurisdiction": "Chinese Taipei", + "jurisdictionCountryCode": "TW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88133937", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1657": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2012-01-09", + "dateSigned": "2011-02-11", + "env": "development", + "id": 1658, + "isoNumeric": null, + "jurisdiction": "Grenada", + "jurisdictionCountryCode": "GD", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81591841", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1658": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1983-06-15", + "dateSigned": "1981-11-24", + "env": "development", + "id": 1659, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88132514", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1659": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1961-10-04", + "dateSigned": "1959-07-21", + "env": "development", + "id": 1660, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861280", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1660": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-09-21", + "env": "development", + "id": 1661, + "isoNumeric": null, + "jurisdiction": "Dominica", + "jurisdictionCountryCode": "DM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81591614", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1661": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1966-08-21", + "dateSigned": "1962-07-09", + "env": "development", + "id": 1662, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81596111", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1662": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1998-11-11", + "dateSigned": "1997-07-22", + "env": "development", + "id": 1663, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81597096", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1663": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1995-12-30", + "dateSigned": "1994-07-14", + "env": "development", + "id": 1664, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81800222", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1664": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1991-12-28", + "dateSigned": "1990-10-30", + "env": "development", + "id": 1665, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81596066", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1665": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2006-12-19", + "dateSigned": "2006-05-03", + "env": "development", + "id": 1666, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81597912", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1666": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2012-08-01", + "dateSigned": "2011-09-22", + "env": "development", + "id": 1667, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81598260", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1667": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1994-10-13", + "dateSigned": "1992-07-14", + "env": "development", + "id": 1668, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88133754", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1668": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1975-02-15", + "dateSigned": "1972-11-24", + "env": "development", + "id": 1669, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1669": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1996-06-23", + "dateSigned": "1994-08-22", + "env": "development", + "id": 1670, + "isoNumeric": null, + "jurisdiction": "Mongolia", + "jurisdictionCountryCode": "MN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81597224", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1670": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1975-11-08", + "dateSigned": "1973-05-30", + "env": "development", + "id": 1671, + "isoNumeric": null, + "jurisdiction": "Zambia", + "jurisdictionCountryCode": "ZM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81677831", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1671": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1996-10-03", + "dateSigned": "1995-07-03", + "env": "development", + "id": 1672, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81598326", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1672": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2011-02-01", + "dateSigned": "2010-07-01", + "env": "development", + "id": 1673, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81590710", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1673": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2012-03-31", + "dateSigned": "2011-10-28", + "env": "development", + "id": 1674, + "isoNumeric": null, + "jurisdiction": "Montserrat", + "jurisdictionCountryCode": "MS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87802500", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1674": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2010-12-21", + "dateSigned": "2010-01-25", + "env": "development", + "id": 1675, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81591343", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1675": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1967-06-09", + "dateSigned": "1966-04-22", + "env": "development", + "id": 1676, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1676": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2001-12-14", + "dateSigned": "1999-09-07", + "env": "development", + "id": 1677, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88134112", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1677": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1976-11-19", + "dateSigned": "1975-12-23", + "env": "development", + "id": 1678, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88133807", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1678": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1998-12-29", + "dateSigned": "1996-11-29", + "env": "development", + "id": 1679, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81591662", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1679": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1982-02-20", + "dateSigned": "1979-09-13", + "env": "development", + "id": 1680, + "isoNumeric": null, + "jurisdiction": "Sri Lanka", + "jurisdictionCountryCode": "LK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81677606", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1680": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2004-12-19", + "dateSigned": "2003-05-14", + "env": "development", + "id": 1681, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88860859", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1681": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2011-04-11", + "dateSigned": "2010-03-19", + "env": "development", + "id": 1682, + "isoNumeric": null, + "jurisdiction": "Anguilla", + "jurisdictionCountryCode": "AI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81590951", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1682": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2007-12-14", + "dateSigned": "2004-08-12", + "env": "development", + "id": 1683, + "isoNumeric": null, + "jurisdiction": "Ghana", + "jurisdictionCountryCode": "GH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81677355", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1683": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "2011-06-07", + "dateSigned": "2010-03-29", + "env": "development", + "id": 1684, + "isoNumeric": null, + "jurisdiction": "Saint Vincent and the Grenadines", + "jurisdictionCountryCode": "VC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74482454", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1684": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1990-04-22", + "dateSigned": "1988-04-22", + "env": "development", + "id": 1685, + "isoNumeric": null, + "jurisdiction": "Zimbabwe", + "jurisdictionCountryCode": "ZW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81800238", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1685": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2012-01-20", + "dateSigned": "2010-11-25", + "env": "development", + "id": 1686, + "isoNumeric": null, + "jurisdiction": "Andorra", + "jurisdictionCountryCode": "AD", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81590662", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1686": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1996-12-30", + "dateSigned": "1996-05-29", + "env": "development", + "id": 1687, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1687": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1979-11-25", + "dateSigned": "1978-07-13", + "env": "development", + "id": 1688, + "isoNumeric": null, + "jurisdiction": "Argentina", + "jurisdictionCountryCode": "AR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/87017246", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1688": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2011-12-21", + "dateSigned": "2010-06-21", + "env": "development", + "id": 1689, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1689": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2002-05-28", + "dateSigned": "2001-04-19", + "env": "development", + "id": 1690, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1690": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1991-09-22", + "dateSigned": "1987-12-08", + "env": "development", + "id": 1691, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1691": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1993-10-07", + "dateSigned": "1991-10-04", + "env": "development", + "id": 1692, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1692": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2012-05-30", + "dateSigned": "2010-10-19", + "env": "development", + "id": 1693, + "isoNumeric": null, + "jurisdiction": "Antigua and Barbuda", + "jurisdictionCountryCode": "AG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81590773", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1693": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2008-12-23", + "dateSigned": "2007-11-12", + "env": "development", + "id": 1694, + "isoNumeric": null, + "jurisdiction": "Algeria", + "jurisdictionCountryCode": "DZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88132893", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1694": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1995-07-12", + "dateSigned": "1992-09-30", + "env": "development", + "id": 1695, + "isoNumeric": null, + "jurisdiction": "Bolivia", + "jurisdictionCountryCode": "BO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88132587", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1695": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1996-12-27", + "dateSigned": "1995-11-16", + "env": "development", + "id": 1696, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81598467", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1696": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2006-12-31", + "dateSigned": "2005-09-30", + "env": "development", + "id": 1697, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81591441", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1697": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2007-12-20", + "dateSigned": "2006-02-06", + "env": "development", + "id": 1698, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88133004", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1698": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2012-11-28", + "dateSigned": "2011-05-30", + "env": "development", + "id": 1699, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1699": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2010-11-04", + "dateSigned": "2009-08-13", + "env": "development", + "id": 1700, + "isoNumeric": null, + "jurisdiction": "Gibraltar", + "jurisdictionCountryCode": "GI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809425", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1700": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2012-06-06", + "dateSigned": "2009-09-03", + "env": "development", + "id": 1701, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81591395", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1701": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2006-12-12", + "dateSigned": "2004-06-28", + "env": "development", + "id": 1702, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81717162", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1702": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2010-12-22", + "dateSigned": "2009-03-26", + "env": "development", + "id": 1703, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81677341", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1703": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2010-12-21", + "dateSigned": "2010-02-23", + "env": "development", + "id": 1704, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81597481", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1704": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2013-12-11", + "dateSigned": "2012-04-03", + "env": "development", + "id": 1705, + "isoNumeric": null, + "jurisdiction": "Cook Islands", + "jurisdictionCountryCode": "CK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87780377", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1705": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-10-13", + "env": "development", + "id": 1706, + "isoNumeric": null, + "jurisdiction": "Saint Kitts and Nevis", + "jurisdictionCountryCode": "KN", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1706": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2011-12-09", + "dateSigned": "2010-07-27", + "env": "development", + "id": 1707, + "isoNumeric": null, + "jurisdiction": "Monaco", + "jurisdictionCountryCode": "MC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88133617", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1707": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2009-10-15", + "dateSigned": "2008-07-09", + "env": "development", + "id": 1708, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88133659", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1708": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1983-06-15", + "dateSigned": "1981-11-24", + "env": "development", + "id": 1709, + "isoNumeric": null, + "jurisdiction": "Turkmenistan", + "jurisdictionCountryCode": "TM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88133792", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1709": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2012-10-18", + "dateSigned": "2011-02-03", + "env": "development", + "id": 1710, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1710": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1982-10-08", + "dateSigned": "1980-07-15", + "env": "development", + "id": 1711, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/84677179", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1711": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1983-06-15", + "dateSigned": "1981-11-24", + "env": "development", + "id": 1712, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88133552", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1712": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1968-12-04", + "dateSigned": "1967-07-10", + "env": "development", + "id": 1713, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81598218", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1713": { + "containsParas4and5": null, + "countryCode": "DE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2011-08-20", + "dateSigned": "2010-05-27", + "env": "development", + "id": 1714, + "isoNumeric": null, + "jurisdiction": "Cayman Islands", + "jurisdictionCountryCode": "KY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809523", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1714": { + "containsParas4and5": null, + "countryCode": "DZ", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2000-01-31", + "env": "development", + "id": 1715, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1715": { + "containsParas4and5": null, + "countryCode": "DZ", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-02-18", + "env": "development", + "id": 1716, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1716": { + "containsParas4and5": null, + "countryCode": "DZ", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1993-07-14", + "dateSigned": "1990-07-23", + "env": "development", + "id": 1717, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1717": { + "containsParas4and5": null, + "countryCode": "DZ", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2004-07-01", + "dateSigned": "2002-12-14", + "env": "development", + "id": 1718, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1718": { + "containsParas4and5": null, + "countryCode": "DZ", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2000-12-26", + "dateSigned": "1999-02-28", + "env": "development", + "id": 1719, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1719": { + "containsParas4and5": null, + "countryCode": "DZ", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2003-09-29", + "dateSigned": "2000-06-11", + "env": "development", + "id": 1720, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1720": { + "containsParas4and5": null, + "countryCode": "DZ", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2000-12-08", + "dateSigned": "1995-04-28", + "env": "development", + "id": 1721, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1721": { + "containsParas4and5": null, + "countryCode": "DZ", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2001-11-28", + "dateSigned": "2001-04-24", + "env": "development", + "id": 1722, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1722": { + "containsParas4and5": null, + "countryCode": "DZ", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1994-01-01", + "dateSigned": "1990-07-23", + "env": "development", + "id": 1723, + "isoNumeric": null, + "jurisdiction": "Mauritania", + "jurisdictionCountryCode": "MR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1723": { + "containsParas4and5": null, + "countryCode": "DZ", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2002-12-20", + "dateSigned": "1999-10-17", + "env": "development", + "id": 1724, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88865823", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1724": { + "containsParas4and5": null, + "countryCode": "DZ", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2007-01-01", + "dateSigned": "2001-11-24", + "env": "development", + "id": 1725, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81683179", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1725": { + "containsParas4and5": null, + "countryCode": "DZ", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2009-02-09", + "dateSigned": "2006-06-03", + "env": "development", + "id": 1726, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112939633", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1726": { + "containsParas4and5": null, + "countryCode": "DZ", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2006-12-01", + "dateSigned": "2003-06-17", + "env": "development", + "id": 1727, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1727": { + "containsParas4and5": null, + "countryCode": "DZ", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1996-07-11", + "dateSigned": "1994-06-28", + "env": "development", + "id": 1728, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1728": { + "containsParas4and5": null, + "countryCode": "DZ", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1993-07-14", + "dateSigned": "1990-07-23", + "env": "development", + "id": 1729, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1729": { + "containsParas4and5": null, + "countryCode": "DZ", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1995-06-30", + "dateSigned": "1991-02-03", + "env": "development", + "id": 1730, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73100887", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1730": { + "containsParas4and5": null, + "countryCode": "DZ", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2007-07-27", + "dateSigned": "2006-11-06", + "env": "development", + "id": 1731, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81458487", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1731": { + "containsParas4and5": null, + "countryCode": "DZ", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2005-07-06", + "dateSigned": "2002-10-07", + "env": "development", + "id": 1732, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74242346", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1732": { + "containsParas4and5": null, + "countryCode": "DZ", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2009-01-01", + "dateSigned": "2006-03-10", + "env": "development", + "id": 1733, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1733": { + "containsParas4and5": null, + "countryCode": "DZ", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2006-05-01", + "dateSigned": "2003-12-02", + "env": "development", + "id": 1734, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88693368", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1734": { + "containsParas4and5": null, + "countryCode": "DZ", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2000-06-12", + "dateSigned": "1998-04-28", + "env": "development", + "id": 1735, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74488230", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1735": { + "containsParas4and5": null, + "countryCode": "DZ", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2008-12-23", + "dateSigned": "2007-11-12", + "env": "development", + "id": 1736, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88132893", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1736": { + "containsParas4and5": null, + "countryCode": "DZ", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1996-12-30", + "dateSigned": "1994-08-02", + "env": "development", + "id": 1737, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1737": { + "containsParas4and5": null, + "countryCode": "DZ", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2003-01-10", + "dateSigned": "1991-12-15", + "env": "development", + "id": 1738, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1738": { + "containsParas4and5": null, + "countryCode": "DZ", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2006-07-19", + "dateSigned": "2002-03-26", + "env": "development", + "id": 1739, + "isoNumeric": null, + "jurisdiction": "Lebanon", + "jurisdictionCountryCode": "LB", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1739": { + "containsParas4and5": null, + "countryCode": "EC", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1986-06-25", + "dateSigned": "1982-12-07", + "env": "development", + "id": 1740, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88132819", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1740": { + "containsParas4and5": null, + "countryCode": "EC", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-06-27", + "env": "development", + "id": 1741, + "isoNumeric": null, + "jurisdiction": "Sierra Leone", + "jurisdictionCountryCode": "SL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1741": { + "containsParas4and5": null, + "countryCode": "EC", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2004-03-18", + "dateSigned": "1996-12-18", + "env": "development", + "id": 1742, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1742": { + "containsParas4and5": null, + "countryCode": "EC", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2011-11-15", + "dateSigned": "2011-05-26", + "env": "development", + "id": 1743, + "isoNumeric": null, + "jurisdiction": "Uruguay", + "jurisdictionCountryCode": "UY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1743": { + "containsParas4and5": null, + "countryCode": "EC", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2005-01-01", + "dateSigned": "2004-05-04", + "env": "development", + "id": 1744, + "isoNumeric": null, + "jurisdiction": "Colombia", + "jurisdictionCountryCode": "CO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1744": { + "containsParas4and5": null, + "countryCode": "EC", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1990-02-01", + "dateSigned": "1984-05-23", + "env": "development", + "id": 1745, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73357850", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1745": { + "containsParas4and5": null, + "countryCode": "EC", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1992-03-25", + "dateSigned": "1989-03-16", + "env": "development", + "id": 1746, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88725644", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1746": { + "containsParas4and5": null, + "countryCode": "EC", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2003-10-24", + "dateSigned": "1999-08-26", + "env": "development", + "id": 1747, + "isoNumeric": null, + "jurisdiction": "Chile", + "jurisdictionCountryCode": "CL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1747": { + "containsParas4and5": null, + "countryCode": "EC", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2000-12-13", + "dateSigned": "1992-07-30", + "env": "development", + "id": 1748, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1748": { + "containsParas4and5": null, + "countryCode": "EC", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2014-03-06", + "dateSigned": "2013-01-21", + "env": "development", + "id": 1749, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218588334", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1749": { + "containsParas4and5": null, + "countryCode": "EC", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2011-05-24", + "dateSigned": "2011-05-23", + "env": "development", + "id": 1750, + "isoNumeric": null, + "jurisdiction": "Argentina", + "jurisdictionCountryCode": "AR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112937824", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1750": { + "containsParas4and5": null, + "countryCode": "EC", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-10-08", + "env": "development", + "id": 1751, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1751": { + "containsParas4and5": null, + "countryCode": "EC", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-06-04", + "env": "development", + "id": 1752, + "isoNumeric": null, + "jurisdiction": "Costa Rica", + "jurisdictionCountryCode": "CR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1752": { + "containsParas4and5": null, + "countryCode": "EC", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-10-22", + "env": "development", + "id": 1753, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1753": { + "containsParas4and5": null, + "countryCode": "EC", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1987-12-28", + "dateSigned": "1983-05-26", + "env": "development", + "id": 1754, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88129739", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1754": { + "containsParas4and5": null, + "countryCode": "EC", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1993-04-19", + "dateSigned": "1991-05-20", + "env": "development", + "id": 1755, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88278515", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1755": { + "containsParas4and5": null, + "countryCode": "EC", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2001-12-20", + "dateSigned": "2001-06-28", + "env": "development", + "id": 1756, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1756": { + "containsParas4and5": null, + "countryCode": "EC", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1996-01-22", + "dateSigned": "1992-04-24", + "env": "development", + "id": 1757, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1757": { + "containsParas4and5": null, + "countryCode": "EC", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1995-12-22", + "dateSigned": "1994-11-28", + "env": "development", + "id": 1758, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112941219", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1758": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1996-03-16", + "dateSigned": "1994-12-26", + "env": "development", + "id": 1759, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1759": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1982-04-28", + "dateSigned": "1979-05-07", + "env": "development", + "id": 1760, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73357758", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1760": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-12-15", + "env": "development", + "id": 1761, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113081399", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1761": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1995-03-14", + "dateSigned": "1993-12-18", + "env": "development", + "id": 1762, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81567961", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1762": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1980-08-23", + "dateSigned": "1977-05-25", + "env": "development", + "id": 1763, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1763": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1969-09-30", + "dateSigned": "1969-02-20", + "env": "development", + "id": 1764, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1764": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2013-04-24", + "dateSigned": "2012-04-09", + "env": "development", + "id": 1765, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/106370400", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1765": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2002-07-09", + "dateSigned": "1997-04-14", + "env": "development", + "id": 1766, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1766": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1966-04-02", + "dateSigned": "1965-04-01", + "env": "development", + "id": 1767, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1767": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1996-12-31", + "dateSigned": "1993-12-25", + "env": "development", + "id": 1768, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1768": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2004-01-20", + "env": "development", + "id": 1769, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74477054", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1769": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "1999-11-22", + "env": "development", + "id": 1770, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1770": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2006-08-23", + "dateSigned": "2004-11-27", + "env": "development", + "id": 1771, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85214212", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1771": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2002-01-01", + "dateSigned": "1996-06-24", + "env": "development", + "id": 1772, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81950319", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1772": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2002-02-27", + "dateSigned": "1997-03-29", + "env": "development", + "id": 1773, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1773": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1990-04-12", + "dateSigned": "1989-02-09", + "env": "development", + "id": 1774, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81602578", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1774": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1981-12-31", + "dateSigned": "1980-08-24", + "env": "development", + "id": 1775, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73572274", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1775": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1999-03-24", + "dateSigned": "1997-08-13", + "env": "development", + "id": 1776, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81458547", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1776": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1965-06-30", + "dateSigned": "1964-10-20", + "env": "development", + "id": 1777, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86181991", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1777": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1998-03-22", + "dateSigned": "1996-03-17", + "env": "development", + "id": 1778, + "isoNumeric": null, + "jurisdiction": "Lebanon", + "jurisdictionCountryCode": "LB", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1778": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2002-02-26", + "dateSigned": "1998-05-13", + "env": "development", + "id": 1779, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1779": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1994-02-05", + "dateSigned": "1992-12-09", + "env": "development", + "id": 1780, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81683197", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1780": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1998-12-15", + "dateSigned": "1997-08-26", + "env": "development", + "id": 1781, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74503052", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1781": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2001-04-07", + "dateSigned": "1999-02-20", + "env": "development", + "id": 1782, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88703384", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1782": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1981-01-05", + "dateSigned": "1979-07-13", + "env": "development", + "id": 1783, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1783": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1969-08-06", + "dateSigned": "1968-09-03", + "env": "development", + "id": 1784, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1784": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2004-01-27", + "dateSigned": "1996-05-22", + "env": "development", + "id": 1785, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81717363", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1785": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1984-10-02", + "dateSigned": "1983-05-30", + "env": "development", + "id": 1786, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81601422", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1786": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2012-12-20", + "dateSigned": "2010-05-25", + "env": "development", + "id": 1787, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/72672793", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1787": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2005-12-14", + "dateSigned": "2005-02-23", + "env": "development", + "id": 1788, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112688368", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1788": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2006-05-28", + "dateSigned": "2005-06-10", + "env": "development", + "id": 1789, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74242402", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1789": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2001-01-01", + "dateSigned": "1997-09-23", + "env": "development", + "id": 1790, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1790": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1988-07-14", + "dateSigned": "1987-05-20", + "env": "development", + "id": 1791, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112941240", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1791": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1995-01-01", + "dateSigned": "1991-11-05", + "env": "development", + "id": 1792, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1792": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1991-09-22", + "dateSigned": "1987-12-08", + "env": "development", + "id": 1793, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1793": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2001-02-23", + "dateSigned": "1995-12-16", + "env": "development", + "id": 1794, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109451733", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1794": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1997-03-03", + "dateSigned": "1991-01-03", + "env": "development", + "id": 1795, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85917936", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1795": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1995-03-26", + "dateSigned": "1994-12-04", + "env": "development", + "id": 1796, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1796": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1991-01-02", + "dateSigned": "1989-12-08", + "env": "development", + "id": 1797, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1797": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2000-05-20", + "dateSigned": "1999-04-21", + "env": "development", + "id": 1798, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88709027", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1798": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1993-05-28", + "dateSigned": "1989-03-22", + "env": "development", + "id": 1799, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1799": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2004-06-01", + "dateSigned": "1999-05-01", + "env": "development", + "id": 1800, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88725688", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1800": { + "containsParas4and5": null, + "countryCode": "EG", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1963-10-28", + "dateSigned": "1962-10-16", + "env": "development", + "id": 1801, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1801": { + "containsParas4and5": null, + "countryCode": "DM", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-07-08", + "env": "development", + "id": 1802, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1802": { + "containsParas4and5": null, + "countryCode": "DM", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-03-16", + "env": "development", + "id": 1803, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81699252", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1803": { + "containsParas4and5": null, + "countryCode": "DM", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 1804, + "isoNumeric": null, + "jurisdiction": "Antigua and Barbuda", + "jurisdictionCountryCode": "AG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1804": { + "containsParas4and5": null, + "countryCode": "DM", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-05-19", + "env": "development", + "id": 1805, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809506", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1805": { + "containsParas4and5": null, + "countryCode": "DM", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1988-05-09", + "dateSigned": "1987-10-01", + "env": "development", + "id": 1806, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1806": { + "containsParas4and5": null, + "countryCode": "DM", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 1807, + "isoNumeric": null, + "jurisdiction": "Saint Vincent and the Grenadines", + "jurisdictionCountryCode": "VC", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1807": { + "containsParas4and5": null, + "countryCode": "DM", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 1808, + "isoNumeric": null, + "jurisdiction": "Jamaica", + "jurisdictionCountryCode": "JM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1808": { + "containsParas4and5": null, + "countryCode": "DM", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 1809, + "isoNumeric": null, + "jurisdiction": "Guyana", + "jurisdictionCountryCode": "GY", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1809": { + "containsParas4and5": null, + "countryCode": "DM", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 1810, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88127375", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1810": { + "containsParas4and5": null, + "countryCode": "DM", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1963-08-26", + "dateSigned": "1963-08-26", + "env": "development", + "id": 1811, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1811": { + "containsParas4and5": null, + "countryCode": "DM", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-05-19", + "env": "development", + "id": 1812, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1812": { + "containsParas4and5": null, + "countryCode": "DM", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-09-21", + "env": "development", + "id": 1813, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81591614", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1813": { + "containsParas4and5": null, + "countryCode": "DM", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2011-12-14", + "dateSigned": "2010-12-24", + "env": "development", + "id": 1814, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1814": { + "containsParas4and5": null, + "countryCode": "DM", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-02-07", + "env": "development", + "id": 1815, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1815": { + "containsParas4and5": null, + "countryCode": "DM", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2012-03-01", + "dateSigned": "2010-05-11", + "env": "development", + "id": 1816, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1816": { + "containsParas4and5": null, + "countryCode": "DM", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2011-12-08", + "dateSigned": "2010-03-31", + "env": "development", + "id": 1817, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809591", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1817": { + "containsParas4and5": null, + "countryCode": "DM", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-05-19", + "env": "development", + "id": 1818, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1818": { + "containsParas4and5": null, + "countryCode": "DM", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2013-03-27", + "dateSigned": "2010-05-19", + "env": "development", + "id": 1819, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1819": { + "containsParas4and5": null, + "countryCode": "DM", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2011-12-13", + "dateSigned": "2010-03-31", + "env": "development", + "id": 1820, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1820": { + "containsParas4and5": null, + "countryCode": "DM", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2011-11-07", + "dateSigned": "2010-05-19", + "env": "development", + "id": 1821, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1821": { + "containsParas4and5": null, + "countryCode": "DM", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2012-01-22", + "dateSigned": "2010-05-19", + "env": "development", + "id": 1822, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/86096031", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1822": { + "containsParas4and5": null, + "countryCode": "DM", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 1823, + "isoNumeric": null, + "jurisdiction": "Trinidad and Tobago", + "jurisdictionCountryCode": "TT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1823": { + "containsParas4and5": null, + "countryCode": "DM", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2012-02-01", + "dateSigned": "2010-05-19", + "env": "development", + "id": 1824, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1824": { + "containsParas4and5": null, + "countryCode": "DM", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-07-10", + "env": "development", + "id": 1825, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106371339", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1825": { + "containsParas4and5": null, + "countryCode": "DM", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 1826, + "isoNumeric": null, + "jurisdiction": "Belize", + "jurisdictionCountryCode": "BZ", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1826": { + "containsParas4and5": null, + "countryCode": "DM", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 1827, + "isoNumeric": null, + "jurisdiction": "Saint Lucia", + "jurisdictionCountryCode": "LC", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1827": { + "containsParas4and5": null, + "countryCode": "DM", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2012-01-10", + "dateSigned": "2010-06-29", + "env": "development", + "id": 1828, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1828": { + "containsParas4and5": null, + "countryCode": "DM", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-02-26", + "env": "development", + "id": 1829, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809456", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1829": { + "containsParas4and5": null, + "countryCode": "DM", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 1830, + "isoNumeric": null, + "jurisdiction": "Grenada", + "jurisdictionCountryCode": "GD", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1830": { + "containsParas4and5": null, + "countryCode": "DM", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-10-05", + "env": "development", + "id": 1831, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/84677220", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1831": { + "containsParas4and5": null, + "countryCode": "DM", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 1832, + "isoNumeric": null, + "jurisdiction": "Saint Kitts and Nevis", + "jurisdictionCountryCode": "KN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1832": { + "containsParas4and5": null, + "countryCode": "DO", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2014-07-25", + "dateSigned": "2011-11-16", + "env": "development", + "id": 1833, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218592864", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1833": { + "containsParas4and5": null, + "countryCode": "DO", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1977-09-23", + "dateSigned": "1976-08-06", + "env": "development", + "id": 1834, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81601386", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1834": { + "containsParas4and5": null, + "countryCode": "DO", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1989-10-12", + "dateSigned": "1989-08-07", + "env": "development", + "id": 1835, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1835": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2009-02-22", + "dateSigned": "2007-09-14", + "env": "development", + "id": 1836, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224331350", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1836": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1997-12-24", + "dateSigned": "1995-06-30", + "env": "development", + "id": 1837, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81602721", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1837": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1986-04-29", + "dateSigned": "1985-12-28", + "env": "development", + "id": 1838, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1838": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1977-12-28", + "dateSigned": "1976-12-13", + "env": "development", + "id": 1839, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1839": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2012-04-07", + "dateSigned": "2010-12-17", + "env": "development", + "id": 1840, + "isoNumeric": null, + "jurisdiction": "Liechtenstein", + "jurisdictionCountryCode": "LI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809684", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1840": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1996-04-24", + "dateSigned": "1995-05-31", + "env": "development", + "id": 1841, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1841": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1981-05-28", + "dateSigned": "1981-02-05", + "env": "development", + "id": 1842, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1842": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2005-12-23", + "dateSigned": "2005-08-30", + "env": "development", + "id": 1843, + "isoNumeric": null, + "jurisdiction": "Chinese Taipei", + "jurisdictionCountryCode": "TW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1843": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1998-12-30", + "dateSigned": "1998-07-13", + "env": "development", + "id": 1844, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88702856", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1844": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-11-16", + "env": "development", + "id": 1845, + "isoNumeric": null, + "jurisdiction": "Panama", + "jurisdictionCountryCode": "PA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1845": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2013-03-15", + "dateSigned": "2012-06-27", + "env": "development", + "id": 1846, + "isoNumeric": null, + "jurisdiction": "Brunei Darussalam", + "jurisdictionCountryCode": "BN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/105458036", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1846": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1993-12-30", + "dateSigned": "1993-05-04", + "env": "development", + "id": 1847, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81602529", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1847": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-10-13", + "env": "development", + "id": 1848, + "isoNumeric": null, + "jurisdiction": "Vanuatu", + "jurisdictionCountryCode": "VU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809570", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1848": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2008-03-28", + "dateSigned": "2007-05-25", + "env": "development", + "id": 1849, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1849": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-05-15", + "env": "development", + "id": 1850, + "isoNumeric": null, + "jurisdiction": "Guatemala", + "jurisdictionCountryCode": "GT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/94003421", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1850": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1968-07-26", + "dateSigned": "1968-02-03", + "env": "development", + "id": 1851, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112962086", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1851": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2009-12-25", + "dateSigned": "2009-04-16", + "env": "development", + "id": 1852, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809297", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1852": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2010-09-09", + "dateSigned": "2010-03-10", + "env": "development", + "id": 1853, + "isoNumeric": null, + "jurisdiction": "Bahamas, The", + "jurisdictionCountryCode": "BS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74129338", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1853": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2011-10-15", + "dateSigned": "2011-04-29", + "env": "development", + "id": 1854, + "isoNumeric": null, + "jurisdiction": "Macao, China", + "jurisdictionCountryCode": "MO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87019724", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1854": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1971-05-17", + "dateSigned": "1969-06-20", + "env": "development", + "id": 1855, + "isoNumeric": null, + "jurisdiction": "Trinidad and Tobago", + "jurisdictionCountryCode": "TT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113065220", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1855": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2010-05-19", + "dateSigned": "2010-01-12", + "env": "development", + "id": 1856, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809582", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1856": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1974-10-15", + "dateSigned": "1973-11-23", + "env": "development", + "id": 1857, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112939600", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1857": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2011-06-01", + "dateSigned": "2009-09-10", + "env": "development", + "id": 1858, + "isoNumeric": null, + "jurisdiction": "Curaçao", + "jurisdictionCountryCode": "CW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88130063", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1858": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2001-06-21", + "dateSigned": "1998-12-03", + "env": "development", + "id": 1859, + "isoNumeric": null, + "jurisdiction": "Venezuela", + "jurisdictionCountryCode": "VE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1859": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2012-05-18", + "dateSigned": "2010-11-10", + "env": "development", + "id": 1860, + "isoNumeric": null, + "jurisdiction": "Liberia", + "jurisdictionCountryCode": "LR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1860": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1991-05-09", + "dateSigned": "1989-12-07", + "env": "development", + "id": 1861, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1861": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1991-05-09", + "dateSigned": "1989-12-07", + "env": "development", + "id": 1862, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1862": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1987-09-28", + "dateSigned": "1986-10-21", + "env": "development", + "id": 1863, + "isoNumeric": null, + "jurisdiction": "Kyrgyzstan", + "jurisdictionCountryCode": "KG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1863": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2011-06-01", + "dateSigned": "2009-09-10", + "env": "development", + "id": 1864, + "isoNumeric": null, + "jurisdiction": "Sint Maarten", + "jurisdictionCountryCode": "SX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88694543", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1864": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-08-22", + "env": "development", + "id": 1865, + "isoNumeric": null, + "jurisdiction": "Hong Kong, China", + "jurisdictionCountryCode": "HK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1865": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2011-03-11", + "dateSigned": "2009-09-02", + "env": "development", + "id": 1866, + "isoNumeric": null, + "jurisdiction": "Anguilla", + "jurisdictionCountryCode": "AI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1866": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1987-09-28", + "dateSigned": "1986-10-21", + "env": "development", + "id": 1867, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1867": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2012-02-14", + "dateSigned": "2010-05-19", + "env": "development", + "id": 1868, + "isoNumeric": null, + "jurisdiction": "Grenada", + "jurisdictionCountryCode": "GD", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809436", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1868": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1997-12-03", + "dateSigned": "1995-06-21", + "env": "development", + "id": 1869, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74488197", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1869": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1991-05-09", + "dateSigned": "1989-12-07", + "env": "development", + "id": 1870, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1870": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2009-01-01", + "dateSigned": "2007-10-10", + "env": "development", + "id": 1871, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81602597", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1871": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1981-06-22", + "dateSigned": "1980-10-10", + "env": "development", + "id": 1872, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81699213", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1872": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2001-05-08", + "dateSigned": "2000-10-14", + "env": "development", + "id": 1873, + "isoNumeric": null, + "jurisdiction": "Uganda", + "jurisdictionCountryCode": "UG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1873": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1970-12-31", + "dateSigned": "1969-10-16", + "env": "development", + "id": 1874, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1874": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1996-12-25", + "dateSigned": "1995-11-22", + "env": "development", + "id": 1875, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88132882", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1875": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2013-01-07", + "dateSigned": "2011-12-14", + "env": "development", + "id": 1876, + "isoNumeric": null, + "jurisdiction": "Uruguay", + "jurisdictionCountryCode": "UY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/75849716", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1876": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2010-02-13", + "dateSigned": "2009-09-02", + "env": "development", + "id": 1877, + "isoNumeric": null, + "jurisdiction": "Gibraltar", + "jurisdictionCountryCode": "GI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809400", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1877": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2010-02-06", + "dateSigned": "2009-04-01", + "env": "development", + "id": 1878, + "isoNumeric": null, + "jurisdiction": "Cayman Islands", + "jurisdictionCountryCode": "KY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85938403", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1878": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2011-02-23", + "dateSigned": "2009-09-02", + "env": "development", + "id": 1879, + "isoNumeric": null, + "jurisdiction": "Antigua and Barbuda", + "jurisdictionCountryCode": "AG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85625715", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1879": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-03-20", + "env": "development", + "id": 1880, + "isoNumeric": null, + "jurisdiction": "Ghana", + "jurisdictionCountryCode": "GH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218589303", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1880": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2013-01-01", + "dateSigned": "2011-04-27", + "env": "development", + "id": 1881, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1881": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1997-04-27", + "dateSigned": "1996-02-08", + "env": "development", + "id": 1882, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1882": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-12-04", + "env": "development", + "id": 1883, + "isoNumeric": null, + "jurisdiction": "Jamaica", + "jurisdictionCountryCode": "JM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/137334886", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1883": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2012-07-28", + "dateSigned": "2011-03-30", + "env": "development", + "id": 1884, + "isoNumeric": null, + "jurisdiction": "Seychelles", + "jurisdictionCountryCode": "SC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113063245", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1884": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2010-10-02", + "dateSigned": "2010-06-23", + "env": "development", + "id": 1885, + "isoNumeric": null, + "jurisdiction": "Monaco", + "jurisdictionCountryCode": "MC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809166", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1885": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1982-01-10", + "dateSigned": "1981-03-19", + "env": "development", + "id": 1886, + "isoNumeric": null, + "jurisdiction": "Montenegro", + "jurisdictionCountryCode": "ME", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1886": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1999-02-11", + "dateSigned": "1998-02-23", + "env": "development", + "id": 1887, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1887": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2014-02-22", + "dateSigned": "2013-10-16", + "env": "development", + "id": 1888, + "isoNumeric": null, + "jurisdiction": "Niue", + "jurisdictionCountryCode": "NU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218589343", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1888": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2009-06-06", + "dateSigned": "2008-10-28", + "env": "development", + "id": 1889, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85326590", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1889": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2002-05-24", + "dateSigned": "2000-12-14", + "env": "development", + "id": 1890, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81714349", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1890": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-09-06", + "env": "development", + "id": 1891, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809777", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1891": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1976-12-31", + "dateSigned": "1976-05-06", + "env": "development", + "id": 1892, + "isoNumeric": null, + "jurisdiction": "Tanzania", + "jurisdictionCountryCode": "TZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1892": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1996-08-20", + "dateSigned": "1996-03-05", + "env": "development", + "id": 1893, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1893": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2002-06-03", + "dateSigned": "2001-05-02", + "env": "development", + "id": 1894, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113081381", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1894": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1990-04-12", + "dateSigned": "1989-02-09", + "env": "development", + "id": 1895, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81602578", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1895": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-06-22", + "env": "development", + "id": 1896, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1896": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2011-10-21", + "dateSigned": "2010-11-22", + "env": "development", + "id": 1897, + "isoNumeric": null, + "jurisdiction": "Montserrat", + "jurisdictionCountryCode": "MS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809845", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1897": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1997-09-03", + "dateSigned": "1995-12-12", + "env": "development", + "id": 1898, + "isoNumeric": null, + "jurisdiction": "Argentina", + "jurisdictionCountryCode": "AR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81800312", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1898": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1974-10-18", + "dateSigned": "1973-09-13", + "env": "development", + "id": 1899, + "isoNumeric": null, + "jurisdiction": "Zambia", + "jurisdictionCountryCode": "ZM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1899": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2011-12-29", + "dateSigned": "2009-09-09", + "env": "development", + "id": 1900, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88693755", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1900": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2003-01-01", + "dateSigned": "2001-12-06", + "env": "development", + "id": 1901, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81711751", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1901": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1993-12-27", + "dateSigned": "1993-12-10", + "env": "development", + "id": 1902, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1902": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1987-09-28", + "dateSigned": "1986-10-21", + "env": "development", + "id": 1903, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1903": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2011-10-02", + "dateSigned": "2009-12-16", + "env": "development", + "id": 1904, + "isoNumeric": null, + "jurisdiction": "Cook Islands", + "jurisdictionCountryCode": "CK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72681586", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1904": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1973-03-15", + "dateSigned": "1972-12-13", + "env": "development", + "id": 1905, + "isoNumeric": null, + "jurisdiction": "Kenya", + "jurisdictionCountryCode": "KE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87350445", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1905": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1993-12-30", + "dateSigned": "1993-10-13", + "env": "development", + "id": 1906, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/84678309", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1906": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2012-06-01", + "dateSigned": "2011-12-01", + "env": "development", + "id": 1907, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74500456", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1907": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2010-12-01", + "dateSigned": "2009-11-12", + "env": "development", + "id": 1908, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1908": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2012-12-28", + "dateSigned": "2012-06-16", + "env": "development", + "id": 1909, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218588116", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1909": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2008-09-26", + "dateSigned": "2007-10-30", + "env": "development", + "id": 1910, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809485", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1910": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1998-03-02", + "dateSigned": "1997-09-17", + "env": "development", + "id": 1911, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81602502", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1911": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2012-09-05", + "dateSigned": "2011-10-14", + "env": "development", + "id": 1912, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72681213", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1912": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2011-06-01", + "dateSigned": "2009-09-10", + "env": "development", + "id": 1913, + "isoNumeric": null, + "jurisdiction": "Aruba", + "jurisdictionCountryCode": "AW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809420", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1913": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1979-01-08", + "dateSigned": "2007-11-11", + "env": "development", + "id": 1914, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81683172", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1914": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1980-12-17", + "dateSigned": "1980-11-11", + "env": "development", + "id": 1915, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1915": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-06-29", + "env": "development", + "id": 1916, + "isoNumeric": null, + "jurisdiction": "Costa Rica", + "jurisdictionCountryCode": "CR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1916": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1996-12-18", + "dateSigned": "1996-07-16", + "env": "development", + "id": 1917, + "isoNumeric": null, + "jurisdiction": "Bangladesh", + "jurisdictionCountryCode": "BD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81602246", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1917": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2012-03-22", + "dateSigned": "2009-12-16", + "env": "development", + "id": 1918, + "isoNumeric": null, + "jurisdiction": "Samoa", + "jurisdictionCountryCode": "WS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809592", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1918": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1998-03-06", + "dateSigned": "1996-07-01", + "env": "development", + "id": 1919, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81602660", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1919": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2003-01-27", + "dateSigned": "1999-05-05", + "env": "development", + "id": 1920, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73357893", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1920": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2009-06-06", + "dateSigned": "2008-10-28", + "env": "development", + "id": 1921, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85211004", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1921": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2011-01-25", + "dateSigned": "2009-09-07", + "env": "development", + "id": 1922, + "isoNumeric": null, + "jurisdiction": "Turks and Caicos Islands", + "jurisdictionCountryCode": "TC", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1922": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2000-12-22", + "dateSigned": "2000-07-03", + "env": "development", + "id": 1923, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81717191", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1923": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2004-12-21", + "dateSigned": "2002-09-20", + "env": "development", + "id": 1924, + "isoNumeric": null, + "jurisdiction": "Chile", + "jurisdictionCountryCode": "CL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81455998", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1924": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1987-10-22", + "dateSigned": "1987-10-22", + "env": "development", + "id": 1925, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109342312", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1925": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1974-12-05", + "dateSigned": "1974-08-27", + "env": "development", + "id": 1926, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81602376", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1926": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1989-06-13", + "dateSigned": "1989-03-08", + "env": "development", + "id": 1927, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85921906", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1927": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2011-02-23", + "dateSigned": "2009-09-02", + "env": "development", + "id": 1928, + "isoNumeric": null, + "jurisdiction": "Saint Kitts and Nevis", + "jurisdictionCountryCode": "KN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113061256", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1928": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2011-10-08", + "dateSigned": "2009-10-12", + "env": "development", + "id": 1929, + "isoNumeric": null, + "jurisdiction": "Saint Lucia", + "jurisdictionCountryCode": "LC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809797", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1929": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2011-02-13", + "dateSigned": "2010-02-24", + "env": "development", + "id": 1930, + "isoNumeric": null, + "jurisdiction": "Andorra", + "jurisdictionCountryCode": "AD", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81800269", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1930": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1992-01-18", + "dateSigned": "1989-05-18", + "env": "development", + "id": 1931, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81602630", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1931": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2011-04-01", + "dateSigned": "2009-09-01", + "env": "development", + "id": 1932, + "isoNumeric": null, + "jurisdiction": "Saint Vincent and the Grenadines", + "jurisdictionCountryCode": "VC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74482471", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1932": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1982-03-22", + "dateSigned": "1980-11-17", + "env": "development", + "id": 1933, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1933": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2011-03-09", + "dateSigned": "2010-09-15", + "env": "development", + "id": 1934, + "isoNumeric": null, + "jurisdiction": "Belize", + "jurisdictionCountryCode": "BZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81602435", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1934": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1970-06-04", + "dateSigned": "1970-12-04", + "env": "development", + "id": 1935, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1935": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2011-05-18", + "dateSigned": "2010-10-11", + "env": "development", + "id": 1936, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81589199", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1936": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2011-12-03", + "dateSigned": "2010-09-28", + "env": "development", + "id": 1937, + "isoNumeric": null, + "jurisdiction": "Marshall Islands", + "jurisdictionCountryCode": "MH", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1937": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1998-11-08", + "dateSigned": "1997-03-14", + "env": "development", + "id": 1938, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88708998", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1938": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-02-20", + "env": "development", + "id": 1939, + "isoNumeric": null, + "jurisdiction": "Botswana", + "jurisdictionCountryCode": "BW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/126710293", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1939": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2009-12-18", + "dateSigned": "2009-05-15", + "env": "development", + "id": 1940, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1940": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1991-05-08", + "dateSigned": "1989-12-07", + "env": "development", + "id": 1941, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1941": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1992-12-25", + "dateSigned": "1984-05-08", + "env": "development", + "id": 1942, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1942": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2004-10-01", + "dateSigned": "1988-01-25", + "env": "development", + "id": 1943, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1943": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1997-12-22", + "dateSigned": "1997-06-11", + "env": "development", + "id": 1944, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1944": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1983-02-23", + "dateSigned": "1981-12-22", + "env": "development", + "id": 1945, + "isoNumeric": null, + "jurisdiction": "Sri Lanka", + "jurisdictionCountryCode": "LK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1945": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1989-03-27", + "dateSigned": "1988-12-02", + "env": "development", + "id": 1946, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81602279", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1946": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1991-05-09", + "dateSigned": "1989-12-07", + "env": "development", + "id": 1947, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1947": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2012-06-14", + "dateSigned": "2011-11-03", + "env": "development", + "id": 1948, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73331508", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1948": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1993-06-20", + "dateSigned": "1991-05-30", + "env": "development", + "id": 1949, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1949": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2012-02-01", + "dateSigned": "2010-05-19", + "env": "development", + "id": 1950, + "isoNumeric": null, + "jurisdiction": "Dominica", + "jurisdictionCountryCode": "DM", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1950": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1982-12-27", + "dateSigned": "1982-05-05", + "env": "development", + "id": 1951, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74476280", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1951": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1981-10-27", + "dateSigned": "1981-04-01", + "env": "development", + "id": 1952, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81602177", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1952": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1993-12-27", + "dateSigned": "1993-12-10", + "env": "development", + "id": 1953, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1953": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1991-05-09", + "dateSigned": "1989-12-07", + "env": "development", + "id": 1954, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1954": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1993-10-08", + "dateSigned": "1993-03-26", + "env": "development", + "id": 1955, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1955": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2000-12-14", + "dateSigned": "2000-03-20", + "env": "development", + "id": 1956, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1956": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2012-12-17", + "dateSigned": "2011-08-25", + "env": "development", + "id": 1957, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1957": { + "containsParas4and5": null, + "countryCode": "DK", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2001-01-29", + "dateSigned": "1999-08-19", + "env": "development", + "id": 1958, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73572179", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1958": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-09-25", + "env": "development", + "id": 1959, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1959": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2002-11-12", + "dateSigned": "2001-04-05", + "env": "development", + "id": 1960, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85207766", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1960": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1993-12-30", + "dateSigned": "1993-05-04", + "env": "development", + "id": 1961, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81602529", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1961": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2003-01-23", + "dateSigned": "2001-04-14", + "env": "development", + "id": 1962, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85207714", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1962": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2006-06-26", + "dateSigned": "2005-09-13", + "env": "development", + "id": 1963, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85210313", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1963": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2005-11-29", + "dateSigned": "2003-10-23", + "env": "development", + "id": 1964, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85210207", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1964": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2000-07-19", + "dateSigned": "1999-03-01", + "env": "development", + "id": 1965, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85587737", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1965": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2013-12-23", + "dateSigned": "2012-10-02", + "env": "development", + "id": 1966, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218592424", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1966": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-10-15", + "env": "development", + "id": 1967, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218592292", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1967": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1993-12-30", + "dateSigned": "1993-04-05", + "env": "development", + "id": 1968, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85210267", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1968": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2013-12-04", + "dateSigned": "2012-10-19", + "env": "development", + "id": 1969, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/111679942", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1969": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2004-07-12", + "dateSigned": "2002-04-03", + "env": "development", + "id": 1970, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85209391", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1970": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2001-05-01", + "dateSigned": "1997-10-28", + "env": "development", + "id": 1971, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85209345", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1971": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2002-11-21", + "dateSigned": "2002-02-11", + "env": "development", + "id": 1972, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85210077", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1972": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1994-12-19", + "dateSigned": "1994-05-12", + "env": "development", + "id": 1973, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73649050", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1973": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1998-07-22", + "dateSigned": "1997-01-21", + "env": "development", + "id": 1974, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85587660", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1974": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2010-06-14", + "dateSigned": "2009-09-24", + "env": "development", + "id": 1975, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1975": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1995-11-10", + "dateSigned": "1994-06-16", + "env": "development", + "id": 1976, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85315602", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1976": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2008-08-01", + "dateSigned": "2006-04-04", + "env": "development", + "id": 1977, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85209377", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1977": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1997-10-01", + "dateSigned": "1994-05-24", + "env": "development", + "id": 1978, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81714310", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "1978": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "1995-05-26", + "dateSigned": "1994-10-24", + "env": "development", + "id": 1979, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85209284", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1979": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2007-12-27", + "dateSigned": "2006-12-18", + "env": "development", + "id": 1980, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112961421", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1980": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2005-02-21", + "dateSigned": "2003-08-25", + "env": "development", + "id": 1981, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85210357", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1981": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2006-03-29", + "dateSigned": "2003-10-21", + "env": "development", + "id": 1982, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85210337", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1982": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2010-11-25", + "dateSigned": "2010-04-05", + "env": "development", + "id": 1983, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112688141", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1983": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2012-07-20", + "dateSigned": "2011-09-19", + "env": "development", + "id": 1984, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218592384", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1984": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1994-12-09", + "dateSigned": "1994-05-09", + "env": "development", + "id": 1985, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81950297", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1985": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2012-03-29", + "dateSigned": "2011-04-20", + "env": "development", + "id": 1986, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/106339947", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1986": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1993-12-30", + "dateSigned": "1993-05-14", + "env": "development", + "id": 1987, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85210178", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1987": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2010-05-25", + "dateSigned": "2009-09-23", + "env": "development", + "id": 1988, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809378", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1988": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1996-12-30", + "dateSigned": "1996-05-10", + "env": "development", + "id": 1989, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85210387", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1989": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2009-05-21", + "dateSigned": "2008-11-20", + "env": "development", + "id": 1990, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85210107", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1990": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1995-12-28", + "dateSigned": "1995-06-02", + "env": "development", + "id": 1991, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85587684", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1991": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2008-11-27", + "dateSigned": "2007-10-30", + "env": "development", + "id": 1992, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85587611", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1992": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1999-12-30", + "dateSigned": "1998-01-15", + "env": "development", + "id": 1993, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73572222", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1993": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2013-12-23", + "dateSigned": "2012-10-25", + "env": "development", + "id": 1994, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/111680101", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1994": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2007-12-27", + "dateSigned": "2006-09-18", + "env": "development", + "id": 1995, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/93796560", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1995": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2003-01-22", + "dateSigned": "2001-05-03", + "env": "development", + "id": 1996, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85210144", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1996": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2004-07-12", + "dateSigned": "2002-06-11", + "env": "development", + "id": 1997, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85208141", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1997": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2000-03-22", + "dateSigned": "1997-03-20", + "env": "development", + "id": 1998, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85315635", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1998": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2008-12-30", + "dateSigned": "2008-10-13", + "env": "development", + "id": 1999, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85587647", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "1999": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2006-03-08", + "dateSigned": "2004-10-21", + "env": "development", + "id": 2000, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81686299", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2000": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1998-12-29", + "dateSigned": "1996-11-29", + "env": "development", + "id": 2001, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81591662", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2001": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2003-04-15", + "dateSigned": "1999-11-05", + "env": "development", + "id": 2002, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86049315", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2002": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2009-12-21", + "dateSigned": "2009-08-06", + "env": "development", + "id": 2003, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85320874", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2003": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1993-12-30", + "dateSigned": "1993-03-23", + "env": "development", + "id": 2004, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85209319", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2004": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2013-03-15", + "dateSigned": "2011-12-28", + "env": "development", + "id": 2005, + "isoNumeric": null, + "jurisdiction": "Turkmenistan", + "jurisdictionCountryCode": "TM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/111680141", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2005": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1998-07-21", + "dateSigned": "1998-02-23", + "env": "development", + "id": 2006, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2006": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2007-01-23", + "dateSigned": "2006-05-23", + "env": "development", + "id": 2007, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85210046", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2007": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2002-11-05", + "env": "development", + "id": 2008, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85210237", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2008": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2004-12-28", + "dateSigned": "2003-09-03", + "env": "development", + "id": 2009, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74242373", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2009": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2011-12-30", + "dateSigned": "2010-12-21", + "env": "development", + "id": 2010, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85326663", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2010": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1999-01-08", + "dateSigned": "1998-05-12", + "env": "development", + "id": 2011, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81458508", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2011": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1998-12-23", + "dateSigned": "1997-12-16", + "env": "development", + "id": 2012, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2012": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2013-12-23", + "dateSigned": "2012-10-12", + "env": "development", + "id": 2013, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218592221", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2013": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2009-12-28", + "dateSigned": "2009-06-29", + "env": "development", + "id": 2014, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85315469", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2014": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2005-01-01", + "dateSigned": "2002-09-11", + "env": "development", + "id": 2015, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85210435", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2015": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2014-05-28", + "dateSigned": "2013-02-14", + "env": "development", + "id": 2016, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218588645", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2016": { + "containsParas4and5": null, + "countryCode": "AM", + "createdAt": 1568104719125, + "currencyCode": null, + "dateActive": "2001-02-26", + "dateSigned": "2000-03-15", + "env": "development", + "id": 2017, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028678 + }, + "2017": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1994-11-21", + "dateSigned": "1994-01-17", + "env": "development", + "id": 2018, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81683214", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2018": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2014-07-25", + "dateSigned": "2011-11-16", + "env": "development", + "id": 2019, + "isoNumeric": null, + "jurisdiction": "Dominican Republic", + "jurisdictionCountryCode": "DO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218592864", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2019": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2002-08-21", + "dateSigned": "2000-12-04", + "env": "development", + "id": 2020, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74242446", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2020": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1986-08-07", + "dateSigned": "1985-03-01", + "env": "development", + "id": 2021, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2021": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2003-06-25", + "dateSigned": "1995-06-14", + "env": "development", + "id": 2022, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2022": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2000-06-13", + "dateSigned": "1998-12-16", + "env": "development", + "id": 2023, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809417", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2023": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2003-12-18", + "dateSigned": "2002-07-05", + "env": "development", + "id": 2024, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74243413", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2024": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2014-06-12", + "dateSigned": "2013-03-14", + "env": "development", + "id": 2025, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218596164", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2025": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2002-08-02", + "dateSigned": "2002-01-22", + "env": "development", + "id": 2026, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74242583", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2026": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2007-04-02", + "dateSigned": "2006-02-04", + "env": "development", + "id": 2027, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74242126", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2027": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1981-06-05", + "dateSigned": "1980-05-08", + "env": "development", + "id": 2028, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88278468", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2028": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1975-12-03", + "dateSigned": "1974-11-14", + "env": "development", + "id": 2029, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88278348", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2029": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1986-08-07", + "dateSigned": "1985-03-01", + "env": "development", + "id": 2030, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2030": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1982-05-06", + "dateSigned": "1979-11-15", + "env": "development", + "id": 2031, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88278811", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2031": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2009-12-28", + "dateSigned": "2009-03-09", + "env": "development", + "id": 2032, + "isoNumeric": null, + "jurisdiction": "Trinidad and Tobago", + "jurisdictionCountryCode": "TT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/74243484", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2032": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1976-12-21", + "dateSigned": "1976-06-16", + "env": "development", + "id": 2033, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88278861", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2033": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1987-05-19", + "dateSigned": "1986-06-03", + "env": "development", + "id": 2034, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74242728", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2034": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2006-04-20", + "dateSigned": "2005-05-19", + "env": "development", + "id": 2035, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74242467", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2035": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719130, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-10-27", + "env": "development", + "id": 2036, + "isoNumeric": null, + "jurisdiction": "Sint Maarten", + "jurisdictionCountryCode": "SX", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028700 + }, + "2036": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1986-08-07", + "dateSigned": "1985-03-01", + "env": "development", + "id": 2037, + "isoNumeric": null, + "jurisdiction": "Turkmenistan", + "jurisdictionCountryCode": "TM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2037": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2011-10-14", + "dateSigned": "2010-12-01", + "env": "development", + "id": 2038, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74242262", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2038": { + "containsParas4and5": null, + "countryCode": "EE", + "createdAt": 1568104719131, + "currencyCode": null, + "dateActive": "2004-07-23", + "dateSigned": "2003-05-13", + "env": "development", + "id": 2039, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/84677247", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2039": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-01-01", + "env": "development", + "id": 2040, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809858", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2040": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1994-09-12", + "dateSigned": "1989-03-14", + "env": "development", + "id": 2041, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88688906", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2041": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1992-12-10", + "dateSigned": "1992-03-24", + "env": "development", + "id": 2042, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88278278", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2042": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2010-01-27", + "dateSigned": "2008-06-10", + "env": "development", + "id": 2043, + "isoNumeric": null, + "jurisdiction": "Curaçao", + "jurisdictionCountryCode": "CW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88130105", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2043": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2011-08-18", + "dateSigned": "2009-02-07", + "env": "development", + "id": 2044, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2044": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2010-01-27", + "dateSigned": "2008-11-24", + "env": "development", + "id": 2045, + "isoNumeric": null, + "jurisdiction": "Aruba", + "jurisdictionCountryCode": "AW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87947337", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2045": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1987-05-20", + "dateSigned": "1984-07-09", + "env": "development", + "id": 2046, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88692436", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2046": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2011-08-17", + "dateSigned": "2010-03-11", + "env": "development", + "id": 2047, + "isoNumeric": null, + "jurisdiction": "Bahamas, The", + "jurisdictionCountryCode": "BS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74129345", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2047": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1994-11-21", + "dateSigned": "1994-02-10", + "env": "development", + "id": 2048, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2048": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2007-12-28", + "dateSigned": "2006-05-24", + "env": "development", + "id": 2049, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74242859", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2049": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2006-09-12", + "dateSigned": "2005-11-08", + "env": "development", + "id": 2050, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88703403", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2050": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1994-10-06", + "dateSigned": "1992-07-24", + "env": "development", + "id": 2051, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88278733", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2051": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2010-01-01", + "dateSigned": "2008-07-07", + "env": "development", + "id": 2052, + "isoNumeric": null, + "jurisdiction": "El Salvador", + "jurisdictionCountryCode": "SV", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2052": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2011-01-04", + "dateSigned": "2008-02-05", + "env": "development", + "id": 2053, + "isoNumeric": null, + "jurisdiction": "Bosnia and Herzegovina", + "jurisdictionCountryCode": "BA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74484577", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2053": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1980-06-28", + "dateSigned": "1979-05-24", + "env": "development", + "id": 2054, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88278838", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2054": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1995-06-28", + "dateSigned": "1993-10-26", + "env": "development", + "id": 2055, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88690096", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2055": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2000-11-20", + "dateSigned": "1999-11-30", + "env": "development", + "id": 2056, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74242524", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2056": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1999-12-20", + "dateSigned": "1995-05-30", + "env": "development", + "id": 2057, + "isoNumeric": null, + "jurisdiction": "Timor-Leste", + "jurisdictionCountryCode": "TL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2057": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2011-07-25", + "dateSigned": "2010-10-07", + "env": "development", + "id": 2058, + "isoNumeric": null, + "jurisdiction": "Panama", + "jurisdictionCountryCode": "PA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113064400", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2058": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2005-12-01", + "dateSigned": "2005-06-20", + "env": "development", + "id": 2059, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74242810", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2059": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2006-12-05", + "env": "development", + "id": 2060, + "isoNumeric": null, + "jurisdiction": "Senegal", + "jurisdictionCountryCode": "SN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88278906", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2060": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2010-12-01", + "dateSigned": "2009-11-12", + "env": "development", + "id": 2061, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2061": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2011-02-10", + "dateSigned": "2010-01-14", + "env": "development", + "id": 2062, + "isoNumeric": null, + "jurisdiction": "Andorra", + "jurisdictionCountryCode": "AD", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2062": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1992-05-20", + "dateSigned": "1990-11-22", + "env": "development", + "id": 2063, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81458605", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2063": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1999-12-20", + "dateSigned": "1995-05-30", + "env": "development", + "id": 2064, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88692444", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2064": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2009-05-16", + "dateSigned": "2008-07-08", + "env": "development", + "id": 2065, + "isoNumeric": null, + "jurisdiction": "Jamaica", + "jurisdictionCountryCode": "JM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74242601", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2065": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1972-09-20", + "dateSigned": "1971-06-16", + "env": "development", + "id": 2066, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88278781", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2066": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1968-10-30", + "dateSigned": "1967-11-15", + "env": "development", + "id": 2067, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88692395", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2067": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2010-01-27", + "dateSigned": "2008-06-10", + "env": "development", + "id": 2068, + "isoNumeric": null, + "jurisdiction": "Sint Maarten", + "jurisdictionCountryCode": "SX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88690384", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2068": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2003-12-23", + "dateSigned": "2003-07-07", + "env": "development", + "id": 2069, + "isoNumeric": null, + "jurisdiction": "Chile", + "jurisdictionCountryCode": "CL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88278377", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2069": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2011-07-01", + "dateSigned": "2010-06-07", + "env": "development", + "id": 2070, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112961459", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2070": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2009-03-30", + "dateSigned": "2007-10-08", + "env": "development", + "id": 2071, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2071": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2011-04-24", + "dateSigned": "2009-10-09", + "env": "development", + "id": 2072, + "isoNumeric": null, + "jurisdiction": "Uruguay", + "jurisdictionCountryCode": "UY", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2072": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2004-04-29", + "dateSigned": "2003-08-04", + "env": "development", + "id": 2073, + "isoNumeric": null, + "jurisdiction": "Venezuela", + "jurisdictionCountryCode": "VE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88688737", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2073": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1985-05-16", + "dateSigned": "1978-07-10", + "env": "development", + "id": 2074, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/107175761", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2074": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1986-08-07", + "dateSigned": "1985-03-01", + "env": "development", + "id": 2075, + "isoNumeric": null, + "jurisdiction": "Tajikistan", + "jurisdictionCountryCode": "TJ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2075": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2006-07-31", + "dateSigned": "2005-07-28", + "env": "development", + "id": 2076, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74242922", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2076": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2005-07-06", + "dateSigned": "2002-10-07", + "env": "development", + "id": 2077, + "isoNumeric": null, + "jurisdiction": "Algeria", + "jurisdictionCountryCode": "DZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74242346", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2077": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2012-04-13", + "dateSigned": "2011-04-01", + "env": "development", + "id": 2078, + "isoNumeric": null, + "jurisdiction": "Hong Kong, China", + "jurisdictionCountryCode": "HK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87020829", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2078": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2000-12-31", + "dateSigned": "1999-02-03", + "env": "development", + "id": 2079, + "isoNumeric": null, + "jurisdiction": "Cuba", + "jurisdictionCountryCode": "CU", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88278433", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2079": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2006-05-28", + "dateSigned": "2005-06-10", + "env": "development", + "id": 2080, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74242402", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2080": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2010-12-01", + "dateSigned": "2009-11-12", + "env": "development", + "id": 2081, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2081": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1980-12-26", + "dateSigned": "1976-11-23", + "env": "development", + "id": 2082, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81601490", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2082": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1998-09-16", + "dateSigned": "1997-10-14", + "env": "development", + "id": 2083, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88278982", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2083": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2012-03-21", + "dateSigned": "2010-12-16", + "env": "development", + "id": 2084, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218592685", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2084": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2007-12-28", + "dateSigned": "2006-06-23", + "env": "development", + "id": 2085, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74243587", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2085": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2006-01-30", + "dateSigned": "2003-07-19", + "env": "development", + "id": 2086, + "isoNumeric": null, + "jurisdiction": "Iran", + "jurisdictionCountryCode": "IR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74242563", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2086": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2010-12-15", + "dateSigned": "2004-05-04", + "env": "development", + "id": 2087, + "isoNumeric": null, + "jurisdiction": "Costa Rica", + "jurisdictionCountryCode": "CR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2087": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2009-10-01", + "dateSigned": "2007-06-19", + "env": "development", + "id": 2088, + "isoNumeric": null, + "jurisdiction": "Saudi Arabia", + "jurisdictionCountryCode": "SA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74243204", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2088": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2003-12-26", + "dateSigned": "2003-07-22", + "env": "development", + "id": 2089, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81686327", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2089": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2008-10-23", + "dateSigned": "2005-03-31", + "env": "development", + "id": 2090, + "isoNumeric": null, + "jurisdiction": "Colombia", + "jurisdictionCountryCode": "CO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88278391", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2090": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1993-04-19", + "dateSigned": "1991-05-20", + "env": "development", + "id": 2091, + "isoNumeric": null, + "jurisdiction": "Ecuador", + "jurisdictionCountryCode": "EC", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88278515", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2091": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2004-12-28", + "dateSigned": "2003-09-03", + "env": "development", + "id": 2092, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74242373", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2092": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2010-03-28", + "dateSigned": "2009-03-09", + "env": "development", + "id": 2093, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2093": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1995-01-12", + "dateSigned": "1993-02-08", + "env": "development", + "id": 2094, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85921916", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2094": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2013-12-23", + "dateSigned": "2013-03-11", + "env": "development", + "id": 2095, + "isoNumeric": null, + "jurisdiction": "Argentina", + "jurisdictionCountryCode": "AR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218592787", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2095": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1968-01-01", + "dateSigned": "1966-12-20", + "env": "development", + "id": 2096, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88278254", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2096": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1981-06-05", + "dateSigned": "1980-05-08", + "env": "development", + "id": 2097, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88278884", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2097": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-06-23", + "env": "development", + "id": 2098, + "isoNumeric": null, + "jurisdiction": "Nigeria", + "jurisdictionCountryCode": "NG", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2098": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2002-03-19", + "dateSigned": "2001-05-23", + "env": "development", + "id": 2099, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74243310", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2099": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1987-02-14", + "dateSigned": "1982-07-02", + "env": "development", + "id": 2100, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88688708", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2100": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1986-08-07", + "dateSigned": "1985-03-01", + "env": "development", + "id": 2101, + "isoNumeric": null, + "jurisdiction": "Kyrgyzstan", + "jurisdictionCountryCode": "KG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2101": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2000-12-18", + "dateSigned": "1999-10-06", + "env": "development", + "id": 2102, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74242880", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2102": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2004-12-14", + "dateSigned": "2003-09-04", + "env": "development", + "id": 2103, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74242753", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2103": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2013-07-19", + "dateSigned": "2008-05-26", + "env": "development", + "id": 2104, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88688640", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2104": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1974-11-20", + "dateSigned": "1974-02-13", + "env": "development", + "id": 2105, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88692468", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2105": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1990-11-21", + "dateSigned": "1990-02-22", + "env": "development", + "id": 2106, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73572324", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2106": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2011-05-04", + "dateSigned": "2010-07-02", + "env": "development", + "id": 2107, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74241977", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2107": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2012-02-02", + "dateSigned": "2011-04-13", + "env": "development", + "id": 2108, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809279", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2108": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-07-08", + "env": "development", + "id": 2109, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218592921", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2109": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1991-06-14", + "dateSigned": "1990-03-06", + "env": "development", + "id": 2110, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88278302", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2110": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1997-07-01", + "dateSigned": "1995-10-10", + "env": "development", + "id": 2111, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88727951", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2111": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2012-10-18", + "dateSigned": "2011-02-03", + "env": "development", + "id": 2112, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2112": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2006-04-06", + "env": "development", + "id": 2113, + "isoNumeric": null, + "jurisdiction": "Peru", + "jurisdictionCountryCode": "PE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2113": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1967-02-02", + "dateSigned": "1966-04-26", + "env": "development", + "id": 2114, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74131413", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2114": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2005-12-22", + "dateSigned": "2005-07-03", + "env": "development", + "id": 2115, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74243547", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2115": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1981-10-04", + "dateSigned": "1980-01-20", + "env": "development", + "id": 2116, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85214231", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2116": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2011-03-21", + "dateSigned": "2010-03-24", + "env": "development", + "id": 2117, + "isoNumeric": null, + "jurisdiction": "Saint Kitts and Nevis", + "jurisdictionCountryCode": "KN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113061271", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2117": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2012-04-04", + "dateSigned": "2010-12-17", + "env": "development", + "id": 2118, + "isoNumeric": null, + "jurisdiction": "Liechtenstein", + "jurisdictionCountryCode": "LI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809271", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2118": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1998-07-14", + "dateSigned": "1997-02-12", + "env": "development", + "id": 2119, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2119": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1983-03-27", + "dateSigned": "1982-03-01", + "env": "development", + "id": 2120, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2120": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2011-12-31", + "dateSigned": "2010-11-22", + "env": "development", + "id": 2121, + "isoNumeric": null, + "jurisdiction": "Montserrat", + "jurisdictionCountryCode": "MS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87802295", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2121": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2007-01-17", + "dateSigned": "2006-07-20", + "env": "development", + "id": 2122, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2122": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1992-08-20", + "dateSigned": "1989-06-15", + "env": "development", + "id": 2123, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2123": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1991-05-05", + "dateSigned": "1989-12-07", + "env": "development", + "id": 2124, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2124": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2012-06-12", + "dateSigned": "2010-11-10", + "env": "development", + "id": 2125, + "isoNumeric": null, + "jurisdiction": "Liberia", + "jurisdictionCountryCode": "LR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2125": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1993-11-26", + "dateSigned": "1992-03-27", + "env": "development", + "id": 2126, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2126": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2013-04-28", + "dateSigned": "2012-11-15", + "env": "development", + "id": 2127, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218588692", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2127": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1985-05-17", + "dateSigned": "1978-11-30", + "env": "development", + "id": 2128, + "isoNumeric": null, + "jurisdiction": "Zambia", + "jurisdictionCountryCode": "ZM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2128": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2011-08-02", + "dateSigned": "2010-09-06", + "env": "development", + "id": 2129, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2129": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1998-11-23", + "dateSigned": "1997-06-30", + "env": "development", + "id": 2130, + "isoNumeric": null, + "jurisdiction": "Bolivia", + "jurisdictionCountryCode": "BO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88278315", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2130": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2010-11-25", + "dateSigned": "2010-05-25", + "env": "development", + "id": 2131, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81462082", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2131": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2010-08-05", + "dateSigned": "2009-03-24", + "env": "development", + "id": 2132, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2132": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2010-09-09", + "dateSigned": "2010-03-10", + "env": "development", + "id": 2133, + "isoNumeric": null, + "jurisdiction": "Bahamas, The", + "jurisdictionCountryCode": "BS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74129354", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2133": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2007-12-30", + "dateSigned": "2006-10-16", + "env": "development", + "id": 2134, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2134": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2004-02-28", + "dateSigned": "2003-04-03", + "env": "development", + "id": 2135, + "isoNumeric": null, + "jurisdiction": "Kyrgyzstan", + "jurisdictionCountryCode": "KG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2135": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2011-04-02", + "dateSigned": "2009-12-16", + "env": "development", + "id": 2136, + "isoNumeric": null, + "jurisdiction": "Turks and Caicos Islands", + "jurisdictionCountryCode": "TC", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2136": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1966-04-02", + "dateSigned": "1965-04-01", + "env": "development", + "id": 2137, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2137": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2011-11-11", + "dateSigned": "2011-11-11", + "env": "development", + "id": 2138, + "isoNumeric": null, + "jurisdiction": "Kosovo", + "jurisdictionCountryCode": "XK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2138": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2008-07-23", + "dateSigned": "2007-10-11", + "env": "development", + "id": 2139, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112961474", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2139": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1989-01-26", + "dateSigned": "1987-10-15", + "env": "development", + "id": 2140, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2140": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1997-12-20", + "dateSigned": "1995-12-28", + "env": "development", + "id": 2141, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88709056", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2141": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2014-02-22", + "dateSigned": "2013-10-16", + "env": "development", + "id": 2142, + "isoNumeric": null, + "jurisdiction": "Niue", + "jurisdictionCountryCode": "NU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/181347684", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2142": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1970-02-05", + "dateSigned": "1969-07-17", + "env": "development", + "id": 2143, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2143": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1981-07-24", + "dateSigned": "1978-10-25", + "env": "development", + "id": 2144, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2144": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2013-09-13", + "dateSigned": "2010-09-15", + "env": "development", + "id": 2145, + "isoNumeric": null, + "jurisdiction": "Belize", + "jurisdictionCountryCode": "BZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112945661", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2145": { + "containsParas4and5": null, + "countryCode": "ES", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1980-11-14", + "dateSigned": "1977-09-08", + "env": "development", + "id": 2146, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73731716", + "typeEOI": null, + "updatedAt": 1568275028701 + }, + "2146": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2011-03-24", + "dateSigned": "2010-05-19", + "env": "development", + "id": 2147, + "isoNumeric": null, + "jurisdiction": "Antigua and Barbuda", + "jurisdictionCountryCode": "AG", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2147": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1997-12-26", + "dateSigned": "1996-04-02", + "env": "development", + "id": 2148, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88129756", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2148": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1987-12-18", + "dateSigned": "1986-05-08", + "env": "development", + "id": 2149, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2149": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1995-12-12", + "dateSigned": "1995-05-26", + "env": "development", + "id": 2150, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74488374", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2150": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1978-12-27", + "dateSigned": "1976-05-18", + "env": "development", + "id": 2151, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85918724", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2151": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2006-11-29", + "dateSigned": "2005-09-29", + "env": "development", + "id": 2152, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/127382317", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2152": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2015-05-01", + "dateSigned": "2012-06-27", + "env": "development", + "id": 2153, + "isoNumeric": null, + "jurisdiction": "Brunei Darussalam", + "jurisdictionCountryCode": "BN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/105457992", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2153": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1995-12-12", + "dateSigned": "1994-12-02", + "env": "development", + "id": 2154, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2154": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1986-02-23", + "dateSigned": "1984-03-28", + "env": "development", + "id": 2155, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2155": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1996-04-10", + "dateSigned": "1994-12-30", + "env": "development", + "id": 2156, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109342295", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2156": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1991-05-08", + "dateSigned": "1989-12-07", + "env": "development", + "id": 2157, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2157": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2007-11-10", + "dateSigned": "2006-11-20", + "env": "development", + "id": 2158, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81455415", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2158": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-05-15", + "env": "development", + "id": 2159, + "isoNumeric": null, + "jurisdiction": "Guatemala", + "jurisdictionCountryCode": "GT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/97779051", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2159": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2015-05-16", + "dateSigned": "2013-02-20", + "env": "development", + "id": 2160, + "isoNumeric": null, + "jurisdiction": "Botswana", + "jurisdictionCountryCode": "BW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/126710584", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2160": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2011-06-01", + "dateSigned": "2009-09-10", + "env": "development", + "id": 2161, + "isoNumeric": null, + "jurisdiction": "Curaçao", + "jurisdictionCountryCode": "CW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87948009", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2161": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2010-04-19", + "dateSigned": "2010-01-15", + "env": "development", + "id": 2162, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85921936", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2162": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1984-03-28", + "dateSigned": "1982-05-18", + "env": "development", + "id": 2163, + "isoNumeric": null, + "jurisdiction": "Sri Lanka", + "jurisdictionCountryCode": "LK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2163": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2011-06-01", + "dateSigned": "2009-09-10", + "env": "development", + "id": 2164, + "isoNumeric": null, + "jurisdiction": "Aruba", + "jurisdictionCountryCode": "AW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809399", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2164": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2011-10-02", + "dateSigned": "2009-12-16", + "env": "development", + "id": 2165, + "isoNumeric": null, + "jurisdiction": "Cook Islands", + "jurisdictionCountryCode": "CK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72681661", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2165": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2011-03-17", + "dateSigned": "2010-05-19", + "env": "development", + "id": 2166, + "isoNumeric": null, + "jurisdiction": "Saint Lucia", + "jurisdictionCountryCode": "LC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809329", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2166": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2010-05-06", + "dateSigned": "2009-10-20", + "env": "development", + "id": 2167, + "isoNumeric": null, + "jurisdiction": "Gibraltar", + "jurisdictionCountryCode": "GI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809571", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2167": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2013-02-06", + "dateSigned": "2011-12-13", + "env": "development", + "id": 2168, + "isoNumeric": null, + "jurisdiction": "Uruguay", + "jurisdictionCountryCode": "UY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/75850402", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2168": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2010-03-31", + "dateSigned": "2009-04-01", + "env": "development", + "id": 2169, + "isoNumeric": null, + "jurisdiction": "Cayman Islands", + "jurisdictionCountryCode": "KY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85938521", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2169": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2002-03-22", + "dateSigned": "2001-01-25", + "env": "development", + "id": 2170, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2170": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2009-12-31", + "dateSigned": "2009-04-16", + "env": "development", + "id": 2171, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/56674073", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2171": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2012-05-04", + "dateSigned": "2009-10-06", + "env": "development", + "id": 2172, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2172": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2002-12-27", + "dateSigned": "2002-06-07", + "env": "development", + "id": 2173, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81717528", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2173": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2011-04-10", + "dateSigned": "2009-12-14", + "env": "development", + "id": 2174, + "isoNumeric": null, + "jurisdiction": "Anguilla", + "jurisdictionCountryCode": "AI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2174": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1972-03-01", + "dateSigned": "1970-09-11", + "env": "development", + "id": 2175, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88728058", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2175": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-09-06", + "env": "development", + "id": 2176, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2176": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1999-01-01", + "dateSigned": "1997-08-01", + "env": "development", + "id": 2177, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809483", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2177": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2011-04-28", + "dateSigned": "2010-03-24", + "env": "development", + "id": 2178, + "isoNumeric": null, + "jurisdiction": "Saint Vincent and the Grenadines", + "jurisdictionCountryCode": "VC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74482488", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2178": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2009-08-03", + "dateSigned": "2008-10-28", + "env": "development", + "id": 2179, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85326689", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2179": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1971-07-14", + "dateSigned": "1970-04-27", + "env": "development", + "id": 2180, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81953472", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2180": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2003-01-01", + "dateSigned": "1996-05-04", + "env": "development", + "id": 2181, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2181": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2002-12-26", + "dateSigned": "2001-11-21", + "env": "development", + "id": 2182, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2182": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2000-05-06", + "dateSigned": "1999-02-15", + "env": "development", + "id": 2183, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74477072", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2183": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1993-12-30", + "dateSigned": "1993-04-30", + "env": "development", + "id": 2184, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81686349", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2184": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2010-12-10", + "dateSigned": "2010-06-23", + "env": "development", + "id": 2185, + "isoNumeric": null, + "jurisdiction": "Monaco", + "jurisdictionCountryCode": "MC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112153348", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2185": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1993-12-30", + "dateSigned": "1993-03-23", + "env": "development", + "id": 2186, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2186": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1968-10-30", + "dateSigned": "1967-11-15", + "env": "development", + "id": 2187, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88692395", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2187": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2011-01-01", + "dateSigned": "2009-06-08", + "env": "development", + "id": 2188, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2188": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2011-12-02", + "dateSigned": "2010-09-28", + "env": "development", + "id": 2189, + "isoNumeric": null, + "jurisdiction": "Marshall Islands", + "jurisdictionCountryCode": "MH", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2189": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1991-05-09", + "dateSigned": "1989-12-07", + "env": "development", + "id": 2190, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2190": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2008-07-13", + "dateSigned": "2007-12-18", + "env": "development", + "id": 2191, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2191": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2011-12-09", + "dateSigned": "2011-04-29", + "env": "development", + "id": 2192, + "isoNumeric": null, + "jurisdiction": "Macao, China", + "jurisdictionCountryCode": "MO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87019748", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2192": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2011-02-12", + "dateSigned": "2010-02-24", + "env": "development", + "id": 2193, + "isoNumeric": null, + "jurisdiction": "Andorra", + "jurisdictionCountryCode": "AD", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2193": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1993-12-26", + "dateSigned": "1991-12-16", + "env": "development", + "id": 2194, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112941258", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2194": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2008-11-09", + "dateSigned": "2008-04-16", + "env": "development", + "id": 2195, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2195": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2012-11-22", + "dateSigned": "2011-03-30", + "env": "development", + "id": 2196, + "isoNumeric": null, + "jurisdiction": "Seychelles", + "jurisdictionCountryCode": "SC", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2196": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1999-02-07", + "dateSigned": "1998-04-09", + "env": "development", + "id": 2197, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2197": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2012-10-20", + "dateSigned": "2006-04-07", + "env": "development", + "id": 2198, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2198": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1981-10-01", + "dateSigned": "1978-10-13", + "env": "development", + "id": 2199, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2199": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1986-03-28", + "dateSigned": "1985-04-25", + "env": "development", + "id": 2200, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2200": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2012-07-06", + "dateSigned": "2011-12-01", + "env": "development", + "id": 2201, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809565", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2201": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2015-01-01", + "dateSigned": "2011-06-29", + "env": "development", + "id": 2202, + "isoNumeric": null, + "jurisdiction": "Costa Rica", + "jurisdictionCountryCode": "CR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2202": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1995-12-12", + "dateSigned": "1994-10-14", + "env": "development", + "id": 2203, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2203": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1991-01-01", + "dateSigned": "1989-09-21", + "env": "development", + "id": 2204, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73572355", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2204": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1997-02-24", + "dateSigned": "1996-03-12", + "env": "development", + "id": 2205, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/109452442", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2205": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2013-03-27", + "dateSigned": "2010-05-19", + "env": "development", + "id": 2206, + "isoNumeric": null, + "jurisdiction": "Dominica", + "jurisdictionCountryCode": "DM", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2206": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2011-06-01", + "dateSigned": "2009-09-10", + "env": "development", + "id": 2207, + "isoNumeric": null, + "jurisdiction": "Sint Maarten", + "jurisdictionCountryCode": "SX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88690399", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2207": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2012-02-22", + "dateSigned": "2010-05-19", + "env": "development", + "id": 2208, + "isoNumeric": null, + "jurisdiction": "Grenada", + "jurisdictionCountryCode": "GD", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809742", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2208": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1991-05-05", + "dateSigned": "1989-12-07", + "env": "development", + "id": 2209, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2209": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-12-04", + "env": "development", + "id": 2210, + "isoNumeric": null, + "jurisdiction": "Jamaica", + "jurisdictionCountryCode": "JM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/116220002", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2210": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2004-06-16", + "dateSigned": "2003-09-19", + "env": "development", + "id": 2211, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2211": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2013-12-20", + "dateSigned": "2012-11-12", + "env": "development", + "id": 2212, + "isoNumeric": null, + "jurisdiction": "Panama", + "jurisdictionCountryCode": "PA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2212": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1993-12-30", + "dateSigned": "1993-03-23", + "env": "development", + "id": 2213, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85209319", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2213": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1987-12-18", + "dateSigned": "1986-05-08", + "env": "development", + "id": 2214, + "isoNumeric": null, + "jurisdiction": "Bosnia and Herzegovina", + "jurisdictionCountryCode": "BA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2214": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2001-12-30", + "dateSigned": "2000-10-30", + "env": "development", + "id": 2215, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88703424", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2215": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2009-04-05", + "dateSigned": "2008-10-28", + "env": "development", + "id": 2216, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85211044", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2216": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1991-05-08", + "dateSigned": "1989-12-07", + "env": "development", + "id": 2217, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2217": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1991-12-28", + "dateSigned": "1991-03-04", + "env": "development", + "id": 2218, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112962191", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2218": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2012-03-24", + "dateSigned": "2009-12-16", + "env": "development", + "id": 2219, + "isoNumeric": null, + "jurisdiction": "Samoa", + "jurisdictionCountryCode": "WS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809752", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2219": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1991-05-09", + "dateSigned": "1989-12-07", + "env": "development", + "id": 2220, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2220": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1983-10-23", + "dateSigned": "1981-06-12", + "env": "development", + "id": 2221, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73466515", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2221": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1987-12-18", + "dateSigned": "1986-05-08", + "env": "development", + "id": 2222, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224331413", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2222": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1986-04-21", + "dateSigned": "1985-04-25", + "env": "development", + "id": 2223, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2223": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1996-12-05", + "dateSigned": "1994-12-13", + "env": "development", + "id": 2224, + "isoNumeric": null, + "jurisdiction": "Argentina", + "jurisdictionCountryCode": "AR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2224": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2010-05-15", + "dateSigned": "2010-01-12", + "env": "development", + "id": 2225, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809799", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2225": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1981-12-23", + "dateSigned": "1979-02-08", + "env": "development", + "id": 2226, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81800915", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2226": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1984-09-22", + "dateSigned": "1982-03-12", + "env": "development", + "id": 2227, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81699285", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2227": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2011-03-08", + "dateSigned": "2010-10-13", + "env": "development", + "id": 2228, + "isoNumeric": null, + "jurisdiction": "Vanuatu", + "jurisdictionCountryCode": "VU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809382", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2228": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2012-07-11", + "dateSigned": "2011-10-14", + "env": "development", + "id": 2229, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809688", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2229": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2013-09-05", + "dateSigned": "2012-10-24", + "env": "development", + "id": 2230, + "isoNumeric": null, + "jurisdiction": "Tajikistan", + "jurisdictionCountryCode": "TJ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2230": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2001-04-01", + "dateSigned": "2000-07-26", + "env": "development", + "id": 2231, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2231": { + "containsParas4and5": null, + "countryCode": "ET", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2006-01-04", + "dateSigned": "2004-03-17", + "env": "development", + "id": 2232, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74488358", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2232": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2000-02-04", + "dateSigned": "1998-10-27", + "env": "development", + "id": 2233, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2233": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1978-12-27", + "dateSigned": "1976-05-12", + "env": "development", + "id": 2234, + "isoNumeric": null, + "jurisdiction": "Tanzania", + "jurisdictionCountryCode": "TZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2234": { + "containsParas4and5": null, + "countryCode": "ET", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-08-10", + "env": "development", + "id": 2235, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/117512136", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2235": { + "containsParas4and5": null, + "countryCode": "ET", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "1999-11-26", + "env": "development", + "id": 2236, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2236": { + "containsParas4and5": null, + "countryCode": "ET", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2007-05-17", + "dateSigned": "2003-01-23", + "env": "development", + "id": 2237, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2237": { + "containsParas4and5": null, + "countryCode": "ET", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-11-03", + "env": "development", + "id": 2238, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/269366191", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2238": { + "containsParas4and5": null, + "countryCode": "ET", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2008-08-09", + "dateSigned": "1997-04-08", + "env": "development", + "id": 2239, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2239": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1959-05-21", + "dateSigned": "1957-07-01", + "env": "development", + "id": 2240, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73573309", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2240": { + "containsParas4and5": null, + "countryCode": "ET", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2012-12-25", + "dateSigned": "2009-05-14", + "env": "development", + "id": 2241, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2241": { + "containsParas4and5": null, + "countryCode": "ET", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2012-10-15", + "dateSigned": "2011-05-25", + "env": "development", + "id": 2242, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2242": { + "containsParas4and5": null, + "countryCode": "ET", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2013-02-21", + "dateSigned": "2011-06-09", + "env": "development", + "id": 2243, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/106432728", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2243": { + "containsParas4and5": null, + "countryCode": "ET", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2007-08-14", + "dateSigned": "2005-03-02", + "env": "development", + "id": 2244, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2244": { + "containsParas4and5": null, + "countryCode": "ET", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-05-25", + "env": "development", + "id": 2245, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2245": { + "containsParas4and5": null, + "countryCode": "ET", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2008-01-01", + "dateSigned": "2004-06-02", + "env": "development", + "id": 2246, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809613", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2246": { + "containsParas4and5": null, + "countryCode": "ET", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2008-05-30", + "dateSigned": "2007-07-25", + "env": "development", + "id": 2247, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112948922", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2247": { + "containsParas4and5": null, + "countryCode": "ET", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-07-14", + "env": "development", + "id": 2248, + "isoNumeric": null, + "jurisdiction": "Seychelles", + "jurisdictionCountryCode": "SC", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2248": { + "containsParas4and5": null, + "countryCode": "ET", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2008-07-17", + "dateSigned": "2006-06-15", + "env": "development", + "id": 2249, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88728013", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2249": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1994-01-01", + "dateSigned": "1992-09-18", + "env": "development", + "id": 2250, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73573119", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2250": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2000-06-05", + "dateSigned": "1994-03-04", + "env": "development", + "id": 2251, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73573703", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2251": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-11-29", + "env": "development", + "id": 2252, + "isoNumeric": null, + "jurisdiction": "Cayman Islands", + "jurisdictionCountryCode": "KY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218830402", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2252": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1986-02-28", + "dateSigned": "1984-12-31", + "env": "development", + "id": 2253, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73571515", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2253": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2006-03-30", + "dateSigned": "2002-09-19", + "env": "development", + "id": 2254, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85212212", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2254": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1979-10-20", + "dateSigned": "1976-06-04", + "env": "development", + "id": 2255, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73572692", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2255": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2003-02-10", + "dateSigned": "2001-12-06", + "env": "development", + "id": 2256, + "isoNumeric": null, + "jurisdiction": "Antigua and Barbuda", + "jurisdictionCountryCode": "AG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85914668", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2256": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1993-10-24", + "env": "development", + "id": 2257, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73572712", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2257": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2000-01-01", + "dateSigned": "1998-01-15", + "env": "development", + "id": 2258, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73572851", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2258": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2009-12-22", + "dateSigned": "2009-03-31", + "env": "development", + "id": 2259, + "isoNumeric": null, + "jurisdiction": "Gibraltar", + "jurisdictionCountryCode": "GI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809755", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2259": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1983-12-01", + "dateSigned": "1982-08-06", + "env": "development", + "id": 2260, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73571486", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2260": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2006-08-07", + "dateSigned": "2004-09-26", + "env": "development", + "id": 2261, + "isoNumeric": null, + "jurisdiction": "Bangladesh", + "jurisdictionCountryCode": "BD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73571549", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2261": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2014-05-31", + "dateSigned": "1987-01-30", + "env": "development", + "id": 2262, + "isoNumeric": null, + "jurisdiction": "Saint Lucia", + "jurisdictionCountryCode": "LC", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2262": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2003-03-31", + "dateSigned": "2001-07-24", + "env": "development", + "id": 2263, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73572399", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2263": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1985-12-31", + "dateSigned": "1984-03-19", + "env": "development", + "id": 2264, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/82447490", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2264": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1993-12-30", + "dateSigned": "1993-10-08", + "env": "development", + "id": 2265, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73573589", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2265": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1981-12-29", + "dateSigned": "1980-12-21", + "env": "development", + "id": 2266, + "isoNumeric": null, + "jurisdiction": "Jamaica", + "jurisdictionCountryCode": "JM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73572654", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2266": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2004-03-30", + "dateSigned": "2003-11-06", + "env": "development", + "id": 2267, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73350007", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2267": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2004-09-13", + "dateSigned": "2003-11-21", + "env": "development", + "id": 2268, + "isoNumeric": null, + "jurisdiction": "Aruba", + "jurisdictionCountryCode": "AW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112944871", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2268": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1988-05-09", + "dateSigned": "1987-10-01", + "env": "development", + "id": 2269, + "isoNumeric": null, + "jurisdiction": "Dominica", + "jurisdictionCountryCode": "DM", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2269": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1991-02-12", + "dateSigned": "1989-03-15", + "env": "development", + "id": 2270, + "isoNumeric": null, + "jurisdiction": "Costa Rica", + "jurisdictionCountryCode": "CR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2270": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1997-12-19", + "dateSigned": "1996-10-02", + "env": "development", + "id": 2271, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809078", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2271": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1981-12-30", + "dateSigned": "1977-08-01", + "env": "development", + "id": 2272, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73574485", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2272": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1986-10-22", + "dateSigned": "1984-04-30", + "env": "development", + "id": 2273, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73571874", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2273": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1988-12-02", + "dateSigned": "1986-07-11", + "env": "development", + "id": 2274, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/56672603", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2274": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1999-12-30", + "dateSigned": "1999-01-25", + "env": "development", + "id": 2275, + "isoNumeric": null, + "jurisdiction": "Venezuela", + "jurisdictionCountryCode": "VE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73573723", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2275": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2010-03-11", + "dateSigned": "2009-09-08", + "env": "development", + "id": 2276, + "isoNumeric": null, + "jurisdiction": "Monaco", + "jurisdictionCountryCode": "MC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809532", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2276": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1989-10-12", + "dateSigned": "1989-08-07", + "env": "development", + "id": 2277, + "isoNumeric": null, + "jurisdiction": "Dominican Republic", + "jurisdictionCountryCode": "DO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2277": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1991-01-01", + "dateSigned": "1989-08-29", + "env": "development", + "id": 2278, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73571989", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2278": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2000-12-20", + "dateSigned": "1996-04-03", + "env": "development", + "id": 2279, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73572950", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2279": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1976-01-01", + "dateSigned": "1974-10-08", + "env": "development", + "id": 2280, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73573331", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2280": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1995-01-01", + "dateSigned": "1975-11-20", + "env": "development", + "id": 2281, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73574409", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2281": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2007-03-22", + "dateSigned": "2002-04-17", + "env": "development", + "id": 2282, + "isoNumeric": null, + "jurisdiction": "Sint Maarten", + "jurisdictionCountryCode": "SX", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2282": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1992-08-27", + "dateSigned": "1992-07-22", + "env": "development", + "id": 2283, + "isoNumeric": null, + "jurisdiction": "Guyana", + "jurisdictionCountryCode": "GY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2283": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1990-01-30", + "dateSigned": "1988-07-11", + "env": "development", + "id": 2284, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73574362", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2284": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1981-12-31", + "dateSigned": "1980-08-24", + "env": "development", + "id": 2285, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73572274", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2285": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1998-02-01", + "dateSigned": "1996-05-31", + "env": "development", + "id": 2286, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73571451", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2286": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2006-01-01", + "dateSigned": "2002-10-03", + "env": "development", + "id": 2287, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85321028", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2287": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1993-12-23", + "dateSigned": "1993-09-16", + "env": "development", + "id": 2288, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73571947", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2288": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2004-07-12", + "dateSigned": "1985-03-14", + "env": "development", + "id": 2289, + "isoNumeric": null, + "jurisdiction": "Sri Lanka", + "jurisdictionCountryCode": "LK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2289": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1991-03-14", + "dateSigned": "1991-03-14", + "env": "development", + "id": 2290, + "isoNumeric": null, + "jurisdiction": "Marshall Islands", + "jurisdictionCountryCode": "MH", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2290": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1994-09-06", + "env": "development", + "id": 2291, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73573354", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2291": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1999-12-30", + "dateSigned": "1998-01-15", + "env": "development", + "id": 2292, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73572222", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2292": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1995-10-26", + "dateSigned": "1994-09-01", + "env": "development", + "id": 2293, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73573445", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2293": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1997-07-28", + "env": "development", + "id": 2294, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73574389", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2294": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2000-01-01", + "dateSigned": "1998-01-15", + "env": "development", + "id": 2295, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809163", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2295": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1979-09-12", + "dateSigned": "1979-02-12", + "env": "development", + "id": 2296, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2296": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1994-01-01", + "dateSigned": "1992-12-18", + "env": "development", + "id": 2297, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73573151", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2297": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1990-12-26", + "dateSigned": "1985-06-17", + "env": "development", + "id": 2298, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73573646", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2298": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1970-12-30", + "dateSigned": "1970-01-09", + "env": "development", + "id": 2299, + "isoNumeric": null, + "jurisdiction": "Trinidad and Tobago", + "jurisdictionCountryCode": "TT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73573681", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2299": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2001-06-22", + "dateSigned": "1999-06-21", + "env": "development", + "id": 2300, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73573563", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2300": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2010-11-23", + "dateSigned": "2008-08-08", + "env": "development", + "id": 2301, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88704607", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2301": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2011-04-18", + "dateSigned": "2010-11-30", + "env": "development", + "id": 2302, + "isoNumeric": null, + "jurisdiction": "Panama", + "jurisdictionCountryCode": "PA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/92367309", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2302": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2014-04-30", + "dateSigned": "2001-03-30", + "env": "development", + "id": 2303, + "isoNumeric": null, + "jurisdiction": "Colombia", + "jurisdictionCountryCode": "CO", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2303": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2013-03-19", + "dateSigned": "2006-03-20", + "env": "development", + "id": 2304, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2304": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2007-03-22", + "dateSigned": "2002-04-17", + "env": "development", + "id": 2305, + "isoNumeric": null, + "jurisdiction": "Curaçao", + "jurisdictionCountryCode": "CW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112971924", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2305": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2009-12-16", + "dateSigned": "1999-08-25", + "env": "development", + "id": 2306, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73997864", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2306": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1983-11-02", + "dateSigned": "1982-07-23", + "env": "development", + "id": 2307, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73573252", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2307": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1997-12-15", + "dateSigned": "1996-11-26", + "env": "development", + "id": 2308, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73573621", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2308": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1991-01-01", + "dateSigned": "1989-09-21", + "env": "development", + "id": 2309, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73572355", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2309": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1953-01-01", + "dateSigned": "1950-02-20", + "env": "development", + "id": 2310, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73572420", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2310": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1995-12-30", + "dateSigned": "1994-08-31", + "env": "development", + "id": 2311, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73572378", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2311": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2014-08-29", + "dateSigned": "2013-12-27", + "env": "development", + "id": 2312, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2312": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2006-01-01", + "dateSigned": "2002-01-25", + "env": "development", + "id": 2313, + "isoNumeric": null, + "jurisdiction": "Bahamas, The", + "jurisdictionCountryCode": "BS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74128955", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2313": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1991-01-01", + "dateSigned": "1989-09-12", + "env": "development", + "id": 2314, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73574425", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2314": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1972-11-29", + "dateSigned": "1971-12-03", + "env": "development", + "id": 2315, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73573172", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2315": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1994-01-01", + "dateSigned": "1992-06-17", + "env": "development", + "id": 2316, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73573420", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2316": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2007-12-28", + "dateSigned": "2006-11-27", + "env": "development", + "id": 2317, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73571591", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2317": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-02-04", + "env": "development", + "id": 2318, + "isoNumeric": null, + "jurisdiction": "Chile", + "jurisdictionCountryCode": "CL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809611", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2318": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1993-03-31", + "dateSigned": "1990-02-15", + "env": "development", + "id": 2319, + "isoNumeric": null, + "jurisdiction": "Peru", + "jurisdictionCountryCode": "PE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2319": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1987-07-13", + "dateSigned": "1986-12-18", + "env": "development", + "id": 2320, + "isoNumeric": null, + "jurisdiction": "Grenada", + "jurisdictionCountryCode": "GD", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2320": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2008-12-15", + "dateSigned": "2007-02-23", + "env": "development", + "id": 2321, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73571615", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2321": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1982-10-16", + "dateSigned": "1976-10-01", + "env": "development", + "id": 2322, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73573290", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2322": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1984-08-16", + "dateSigned": "1980-09-26", + "env": "development", + "id": 2323, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73571632", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2323": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2008-12-15", + "dateSigned": "2007-10-23", + "env": "development", + "id": 2324, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85325492", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2324": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1990-11-21", + "dateSigned": "1990-02-22", + "env": "development", + "id": 2325, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73572324", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2325": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2001-01-29", + "dateSigned": "1999-08-19", + "env": "development", + "id": 2326, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73572179", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2326": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1997-12-28", + "dateSigned": "1997-02-17", + "env": "development", + "id": 2327, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74491266", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2327": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1976-02-26", + "dateSigned": "1973-12-04", + "env": "development", + "id": 2328, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73573385", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2328": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2009-12-04", + "dateSigned": "2008-12-08", + "env": "development", + "id": 2329, + "isoNumeric": null, + "jurisdiction": "Liechtenstein", + "jurisdictionCountryCode": "LI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809433", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2329": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1991-10-11", + "dateSigned": "1990-09-27", + "env": "development", + "id": 2330, + "isoNumeric": null, + "jurisdiction": "Honduras", + "jurisdictionCountryCode": "HN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2330": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1997-12-19", + "dateSigned": "1996-03-28", + "env": "development", + "id": 2331, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73573658", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2331": { + "containsParas4and5": null, + "countryCode": "US", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2006-06-26", + "dateSigned": "2002-11-04", + "env": "development", + "id": 2332, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85328196", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2332": { + "containsParas4and5": null, + "countryCode": "IR", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2007-01-01", + "dateSigned": "1998-10-02", + "env": "development", + "id": 2333, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81712200", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2333": { + "containsParas4and5": null, + "countryCode": "IR", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2001-07-21", + "dateSigned": "1996-05-22", + "env": "development", + "id": 2334, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2334": { + "containsParas4and5": null, + "countryCode": "IR", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2003-08-14", + "dateSigned": "2002-04-20", + "env": "development", + "id": 2335, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81677121", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2335": { + "containsParas4and5": null, + "countryCode": "IR", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2005-01-19", + "env": "development", + "id": 2336, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2336": { + "containsParas4and5": null, + "countryCode": "IR", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1998-11-23", + "dateSigned": "1997-11-03", + "env": "development", + "id": 2337, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74503192", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2337": { + "containsParas4and5": null, + "countryCode": "IR", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2008-10-30", + "dateSigned": "2003-05-20", + "env": "development", + "id": 2338, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224332360", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2338": { + "containsParas4and5": null, + "countryCode": "IR", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2010-01-25", + "dateSigned": "2009-03-10", + "env": "development", + "id": 2339, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809080", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2339": { + "containsParas4and5": null, + "countryCode": "IR", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2011-01-01", + "dateSigned": "2004-04-30", + "env": "development", + "id": 2340, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2340": { + "containsParas4and5": null, + "countryCode": "IR", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2005-04-15", + "dateSigned": "1992-11-11", + "env": "development", + "id": 2341, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85337740", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2341": { + "containsParas4and5": null, + "countryCode": "IR", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2005-02-27", + "dateSigned": "2002-06-17", + "env": "development", + "id": 2342, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2342": { + "containsParas4and5": null, + "countryCode": "IR", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2006-01-01", + "dateSigned": "2001-07-16", + "env": "development", + "id": 2343, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2343": { + "containsParas4and5": null, + "countryCode": "IR", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1999-04-03", + "dateSigned": "1995-01-15", + "env": "development", + "id": 2344, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2344": { + "containsParas4and5": null, + "countryCode": "IR", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1969-12-30", + "dateSigned": "1968-12-20", + "env": "development", + "id": 2345, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88133039", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2345": { + "containsParas4and5": null, + "countryCode": "IR", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1975-04-10", + "dateSigned": "1973-11-07", + "env": "development", + "id": 2346, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88728521", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2346": { + "containsParas4and5": null, + "countryCode": "IR", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2004-07-11", + "dateSigned": "2002-03-11", + "env": "development", + "id": 2347, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85626675", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2347": { + "containsParas4and5": null, + "countryCode": "IR", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2004-04-24", + "dateSigned": "1999-05-27", + "env": "development", + "id": 2348, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109453295", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2348": { + "containsParas4and5": null, + "countryCode": "IR", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2007-11-17", + "dateSigned": "2002-10-19", + "env": "development", + "id": 2349, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85204767", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2349": { + "containsParas4and5": null, + "countryCode": "IR", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2008-02-25", + "env": "development", + "id": 2350, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2350": { + "containsParas4and5": null, + "countryCode": "IR", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-06-20", + "env": "development", + "id": 2351, + "isoNumeric": null, + "jurisdiction": "Senegal", + "jurisdictionCountryCode": "SN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2351": { + "containsParas4and5": null, + "countryCode": "IR", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2006-01-30", + "dateSigned": "2003-07-19", + "env": "development", + "id": 2352, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74242563", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2352": { + "containsParas4and5": null, + "countryCode": "IR", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2014-01-17", + "dateSigned": "2000-07-12", + "env": "development", + "id": 2353, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2353": { + "containsParas4and5": null, + "countryCode": "IR", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2008-12-09", + "dateSigned": "2006-07-06", + "env": "development", + "id": 2354, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81683478", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2354": { + "containsParas4and5": null, + "countryCode": "IR", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2001-01-19", + "dateSigned": "1998-10-22", + "env": "development", + "id": 2355, + "isoNumeric": null, + "jurisdiction": "Lebanon", + "jurisdictionCountryCode": "LB", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106352661", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2355": { + "containsParas4and5": null, + "countryCode": "IR", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-09-20", + "env": "development", + "id": 2356, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2356": { + "containsParas4and5": null, + "countryCode": "IR", + "createdAt": 1568104719140, + "currencyCode": null, + "dateActive": "2001-02-14", + "dateSigned": "1996-11-03", + "env": "development", + "id": 2357, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112961519", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2357": { + "containsParas4and5": null, + "countryCode": "IR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2003-12-31", + "dateSigned": "2002-10-27", + "env": "development", + "id": 2358, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112947482", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2358": { + "containsParas4and5": null, + "countryCode": "IR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2003-01-01", + "dateSigned": "1998-03-06", + "env": "development", + "id": 2359, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2359": { + "containsParas4and5": null, + "countryCode": "CZ", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2005-12-07", + "dateSigned": "2004-03-02", + "env": "development", + "id": 2360, + "isoNumeric": null, + "jurisdiction": "Korea, Democratic People's Republic of", + "jurisdictionCountryCode": "KP", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112949024", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2360": { + "containsParas4and5": null, + "countryCode": "FJ", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1977-02-11", + "dateSigned": "1976-10-27", + "env": "development", + "id": 2361, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81699313", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2361": { + "containsParas4and5": null, + "countryCode": "FJ", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1963-04-23", + "dateSigned": "1962-09-04", + "env": "development", + "id": 2362, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2362": { + "containsParas4and5": null, + "countryCode": "FJ", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1990-12-28", + "dateSigned": "1990-10-15", + "env": "development", + "id": 2363, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2363": { + "containsParas4and5": null, + "countryCode": "FJ", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1976-08-27", + "dateSigned": "1975-12-21", + "env": "development", + "id": 2364, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2364": { + "containsParas4and5": null, + "countryCode": "FJ", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2006-11-28", + "dateSigned": "2005-12-20", + "env": "development", + "id": 2365, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81717561", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2365": { + "containsParas4and5": null, + "countryCode": "FJ", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-08-01", + "env": "development", + "id": 2366, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2366": { + "containsParas4and5": null, + "countryCode": "GD", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 2367, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2367": { + "containsParas4and5": null, + "countryCode": "FJ", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1997-07-30", + "dateSigned": "1995-12-19", + "env": "development", + "id": 2368, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2368": { + "containsParas4and5": null, + "countryCode": "FJ", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1995-02-17", + "dateSigned": "1994-09-19", + "env": "development", + "id": 2369, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81800928", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2369": { + "containsParas4and5": null, + "countryCode": "GD", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2012-01-09", + "dateSigned": "2010-05-19", + "env": "development", + "id": 2370, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/110424679", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2370": { + "containsParas4and5": null, + "countryCode": "GD", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-07-19", + "env": "development", + "id": 2371, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809594", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2371": { + "containsParas4and5": null, + "countryCode": "GD", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2012-01-09", + "dateSigned": "2010-05-19", + "env": "development", + "id": 2372, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112971876", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2372": { + "containsParas4and5": null, + "countryCode": "GD", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2012-02-09", + "dateSigned": "2010-05-19", + "env": "development", + "id": 2373, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/110424698", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2373": { + "containsParas4and5": null, + "countryCode": "GD", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2012-02-14", + "dateSigned": "2010-05-19", + "env": "development", + "id": 2374, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809436", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2374": { + "containsParas4and5": null, + "countryCode": "GD", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2012-01-09", + "dateSigned": "2010-03-30", + "env": "development", + "id": 2375, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809509", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2375": { + "containsParas4and5": null, + "countryCode": "GD", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 2376, + "isoNumeric": null, + "jurisdiction": "Trinidad and Tobago", + "jurisdictionCountryCode": "TT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2376": { + "containsParas4and5": null, + "countryCode": "GD", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2012-01-09", + "dateSigned": "2010-03-31", + "env": "development", + "id": 2377, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809198", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2377": { + "containsParas4and5": null, + "countryCode": "GD", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-06-21", + "env": "development", + "id": 2378, + "isoNumeric": null, + "jurisdiction": "Aruba", + "jurisdictionCountryCode": "AW", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2378": { + "containsParas4and5": null, + "countryCode": "GD", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-05-31", + "env": "development", + "id": 2379, + "isoNumeric": null, + "jurisdiction": "Vanuatu", + "jurisdictionCountryCode": "VU", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2379": { + "containsParas4and5": null, + "countryCode": "GD", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 2380, + "isoNumeric": null, + "jurisdiction": "Antigua and Barbuda", + "jurisdictionCountryCode": "AG", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2380": { + "containsParas4and5": null, + "countryCode": "GD", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2012-01-20", + "dateSigned": "2010-02-18", + "env": "development", + "id": 2381, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88709097", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2381": { + "containsParas4and5": null, + "countryCode": "GD", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 2382, + "isoNumeric": null, + "jurisdiction": "Jamaica", + "jurisdictionCountryCode": "JM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2382": { + "containsParas4and5": null, + "countryCode": "GD", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2012-01-09", + "dateSigned": "2011-02-11", + "env": "development", + "id": 2383, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81591841", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2383": { + "containsParas4and5": null, + "countryCode": "GD", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 2384, + "isoNumeric": null, + "jurisdiction": "Saint Vincent and the Grenadines", + "jurisdictionCountryCode": "VC", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2384": { + "containsParas4and5": null, + "countryCode": "GD", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1949-03-04", + "dateSigned": "1949-03-04", + "env": "development", + "id": 2385, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2385": { + "containsParas4and5": null, + "countryCode": "GD", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 2386, + "isoNumeric": null, + "jurisdiction": "Guyana", + "jurisdictionCountryCode": "GY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2386": { + "containsParas4and5": null, + "countryCode": "GD", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1963-08-26", + "dateSigned": "1963-08-26", + "env": "development", + "id": 2387, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2387": { + "containsParas4and5": null, + "countryCode": "GD", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2012-01-09", + "dateSigned": "2010-03-18", + "env": "development", + "id": 2388, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809154", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2388": { + "containsParas4and5": null, + "countryCode": "GD", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 2389, + "isoNumeric": null, + "jurisdiction": "Saint Lucia", + "jurisdictionCountryCode": "LC", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2389": { + "containsParas4and5": null, + "countryCode": "GD", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2012-02-22", + "dateSigned": "2010-05-19", + "env": "development", + "id": 2390, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809742", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2390": { + "containsParas4and5": null, + "countryCode": "GD", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 2391, + "isoNumeric": null, + "jurisdiction": "Belize", + "jurisdictionCountryCode": "BZ", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2391": { + "containsParas4and5": null, + "countryCode": "GD", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2012-01-09", + "dateSigned": "2010-05-19", + "env": "development", + "id": 2392, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809325", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2392": { + "containsParas4and5": null, + "countryCode": "GD", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1960-10-05", + "dateSigned": "1960-08-06", + "env": "development", + "id": 2393, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2393": { + "containsParas4and5": null, + "countryCode": "GD", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2012-04-23", + "dateSigned": "2011-05-31", + "env": "development", + "id": 2394, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81678803", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2394": { + "containsParas4and5": null, + "countryCode": "GD", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 2395, + "isoNumeric": null, + "jurisdiction": "Saint Kitts and Nevis", + "jurisdictionCountryCode": "KN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113061286", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2395": { + "containsParas4and5": null, + "countryCode": "GD", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1987-07-13", + "dateSigned": "1986-12-18", + "env": "development", + "id": 2396, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2396": { + "containsParas4and5": null, + "countryCode": "GD", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-05-19", + "env": "development", + "id": 2397, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809645", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2397": { + "containsParas4and5": null, + "countryCode": "GD", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 2398, + "isoNumeric": null, + "jurisdiction": "Dominica", + "jurisdictionCountryCode": "DM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2398": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2014-07-26", + "dateSigned": "2013-11-06", + "env": "development", + "id": 2399, + "isoNumeric": null, + "jurisdiction": "Swaziland", + "jurisdictionCountryCode": "SZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2399": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2013-01-01", + "dateSigned": "2012-02-16", + "env": "development", + "id": 2400, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/156115692", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2400": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2012-07-23", + "dateSigned": "2011-11-10", + "env": "development", + "id": 2401, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86182001", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2401": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2000-01-26", + "dateSigned": "1997-12-05", + "env": "development", + "id": 2402, + "isoNumeric": null, + "jurisdiction": "Turkmenistan", + "jurisdictionCountryCode": "TM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809277", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2402": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2012-01-01", + "dateSigned": "2010-05-12", + "env": "development", + "id": 2403, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72672828", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2403": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2011-04-28", + "dateSigned": "2010-11-25", + "env": "development", + "id": 2404, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809244", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2404": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2003-02-21", + "dateSigned": "2002-03-21", + "env": "development", + "id": 2405, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88709875", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2405": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2008-07-23", + "dateSigned": "2007-10-11", + "env": "development", + "id": 2406, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112961474", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2406": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2004-02-19", + "dateSigned": "2000-10-31", + "env": "development", + "id": 2407, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112961538", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2407": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2009-01-01", + "dateSigned": "2007-10-10", + "env": "development", + "id": 2408, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81602597", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2408": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2010-01-01", + "dateSigned": "2009-10-23", + "env": "development", + "id": 2409, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88703491", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2409": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2007-12-21", + "dateSigned": "2006-06-01", + "env": "development", + "id": 2410, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88132984", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2410": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1999-07-01", + "dateSigned": "1998-11-26", + "env": "development", + "id": 2411, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112961325", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2411": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2011-12-08", + "dateSigned": "2011-08-24", + "env": "development", + "id": 2412, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86049660", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2412": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1999-05-15", + "dateSigned": "1997-12-11", + "env": "development", + "id": 2413, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112961636", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2413": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2011-08-05", + "dateSigned": "2010-06-15", + "env": "development", + "id": 2414, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/72672454", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2414": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2013-01-09", + "dateSigned": "2012-04-04", + "env": "development", + "id": 2415, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/156119291", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2415": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2007-12-27", + "dateSigned": "2006-12-18", + "env": "development", + "id": 2416, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112961421", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2416": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2010-02-18", + "dateSigned": "2007-11-21", + "env": "development", + "id": 2417, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112961662", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2417": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "1999-08-04", + "env": "development", + "id": 2418, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/156119291", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2418": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2005-10-11", + "dateSigned": "2004-07-13", + "env": "development", + "id": 2419, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73588713", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2419": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2007-01-01", + "dateSigned": "1999-11-05", + "env": "development", + "id": 2420, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88702082", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2420": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2011-07-01", + "dateSigned": "2010-06-07", + "env": "development", + "id": 2421, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112961459", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2421": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2012-07-29", + "dateSigned": "2011-10-27", + "env": "development", + "id": 2422, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/156118953", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2422": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2004-07-20", + "dateSigned": "2003-09-11", + "env": "development", + "id": 2423, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81686374", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2423": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1997-10-20", + "dateSigned": "1996-05-28", + "env": "development", + "id": 2424, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/156115669", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2424": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2012-12-20", + "dateSigned": "2010-05-25", + "env": "development", + "id": 2425, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/72672793", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2425": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2013-04-17", + "dateSigned": "2011-10-13", + "env": "development", + "id": 2426, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/72672872", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2426": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2006-03-01", + "dateSigned": "2005-04-11", + "env": "development", + "id": 2427, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72671097", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2427": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2005-11-10", + "dateSigned": "2005-06-22", + "env": "development", + "id": 2428, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81567269", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2428": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1999-04-01", + "dateSigned": "1997-02-14", + "env": "development", + "id": 2429, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2429": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1986-11-27", + "dateSigned": "1986-01-18", + "env": "development", + "id": 2430, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112962206", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2430": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "2008-06-14", + "dateSigned": "2007-10-30", + "env": "development", + "id": 2431, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809064", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2431": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1987-12-18", + "dateSigned": "1986-05-08", + "env": "development", + "id": 2432, + "isoNumeric": null, + "jurisdiction": "Montenegro", + "jurisdictionCountryCode": "ME", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2432": { + "containsParas4and5": null, + "countryCode": "FI", + "createdAt": 1568104719132, + "currencyCode": null, + "dateActive": "1982-06-04", + "dateSigned": "1979-07-05", + "env": "development", + "id": 2433, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2433": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1997-12-01", + "dateSigned": "1997-02-18", + "env": "development", + "id": 2434, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/127382721", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2434": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2005-03-25", + "dateSigned": "2004-10-13", + "env": "development", + "id": 2435, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112961567", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2435": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2000-07-05", + "dateSigned": "1997-11-11", + "env": "development", + "id": 2436, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/156115489", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2436": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2004-05-04", + "dateSigned": "2000-12-14", + "env": "development", + "id": 2437, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86049335", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2437": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2013-12-06", + "dateSigned": "2013-01-18", + "env": "development", + "id": 2438, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218602046", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2438": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2013-04-12", + "dateSigned": "2012-09-28", + "env": "development", + "id": 2439, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809176", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2439": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2002-10-20", + "dateSigned": "1999-05-10", + "env": "development", + "id": 2440, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85214289", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2440": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2007-05-04", + "dateSigned": "2006-05-23", + "env": "development", + "id": 2441, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112961379", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2441": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2011-03-11", + "dateSigned": "2010-12-20", + "env": "development", + "id": 2442, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112961607", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2442": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2013-09-25", + "dateSigned": "2012-12-07", + "env": "development", + "id": 2443, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/138673825", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2443": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2001-02-14", + "dateSigned": "1996-11-03", + "env": "development", + "id": 2444, + "isoNumeric": null, + "jurisdiction": "Iran", + "jurisdictionCountryCode": "IR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112961519", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2444": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2010-05-06", + "dateSigned": "2008-11-20", + "env": "development", + "id": 2445, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81678845", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2445": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2010-06-01", + "dateSigned": "2007-03-07", + "env": "development", + "id": 2446, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112961494", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2446": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2010-12-14", + "dateSigned": "2007-10-15", + "env": "development", + "id": 2447, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112961549", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2447": { + "containsParas4and5": null, + "countryCode": "GH", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2009-12-30", + "dateSigned": "2008-07-23", + "env": "development", + "id": 2448, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112941322", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2448": { + "containsParas4and5": null, + "countryCode": "GH", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-03-20", + "env": "development", + "id": 2449, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218589303", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2449": { + "containsParas4and5": null, + "countryCode": "GH", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2008-04-22", + "env": "development", + "id": 2450, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88237742", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2450": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2010-07-28", + "dateSigned": "2009-11-17", + "env": "development", + "id": 2451, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809749", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2451": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1997-07-03", + "dateSigned": "1997-11-18", + "env": "development", + "id": 2452, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/156115542", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2452": { + "containsParas4and5": null, + "countryCode": "GE", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2012-08-01", + "dateSigned": "2011-07-18", + "env": "development", + "id": 2453, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85207503", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2453": { + "containsParas4and5": null, + "countryCode": "GH", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2008-10-17", + "dateSigned": "2005-06-14", + "env": "development", + "id": 2454, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2454": { + "containsParas4and5": null, + "countryCode": "GH", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-02-24", + "env": "development", + "id": 2455, + "isoNumeric": null, + "jurisdiction": "Liberia", + "jurisdictionCountryCode": "LR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2455": { + "containsParas4and5": null, + "countryCode": "GH", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2000-05-25", + "env": "development", + "id": 2456, + "isoNumeric": null, + "jurisdiction": "Montenegro", + "jurisdictionCountryCode": "ME", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2456": { + "containsParas4and5": null, + "countryCode": "GH", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2007-12-14", + "dateSigned": "2004-08-12", + "env": "development", + "id": 2457, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81677355", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2457": { + "containsParas4and5": null, + "countryCode": "GH", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1997-04-01", + "dateSigned": "1993-04-05", + "env": "development", + "id": 2458, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88728183", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2458": { + "containsParas4and5": null, + "countryCode": "GH", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2006-07-05", + "dateSigned": "2004-02-19", + "env": "development", + "id": 2459, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2459": { + "containsParas4and5": null, + "countryCode": "GH", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2007-05-23", + "dateSigned": "2004-11-02", + "env": "development", + "id": 2460, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74488475", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2460": { + "containsParas4and5": null, + "countryCode": "GN", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-11-13", + "env": "development", + "id": 2461, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2461": { + "containsParas4and5": null, + "countryCode": "GN", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-03-03", + "env": "development", + "id": 2462, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2462": { + "containsParas4and5": null, + "countryCode": "GN", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2004-10-01", + "dateSigned": "1999-03-15", + "env": "development", + "id": 2463, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88865850", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2463": { + "containsParas4and5": null, + "countryCode": "GT", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-05-15", + "env": "development", + "id": 2464, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/94003482", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2464": { + "containsParas4and5": null, + "countryCode": "GT", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-05-15", + "env": "development", + "id": 2465, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/94003421", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2465": { + "containsParas4and5": null, + "countryCode": "GT", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-03-13", + "env": "development", + "id": 2466, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2466": { + "containsParas4and5": null, + "countryCode": "GT", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-09-26", + "env": "development", + "id": 2467, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2467": { + "containsParas4and5": null, + "countryCode": "GW", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2009-01-01", + "dateSigned": "2008-09-26", + "env": "development", + "id": 2468, + "isoNumeric": null, + "jurisdiction": "Senegal", + "jurisdictionCountryCode": "SN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2468": { + "containsParas4and5": null, + "countryCode": "GT", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-05-15", + "env": "development", + "id": 2469, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/97779051", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2469": { + "containsParas4and5": null, + "countryCode": "GT", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2009-08-20", + "dateSigned": "2006-04-25", + "env": "development", + "id": 2470, + "isoNumeric": null, + "jurisdiction": "Honduras", + "jurisdictionCountryCode": "HN", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2470": { + "containsParas4and5": null, + "countryCode": "GT", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-05-15", + "env": "development", + "id": 2471, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/94003694", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2471": { + "containsParas4and5": null, + "countryCode": "GT", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-05-15", + "env": "development", + "id": 2472, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/94003729", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2472": { + "containsParas4and5": null, + "countryCode": "GT", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-05-15", + "env": "development", + "id": 2473, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/94003632", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2473": { + "containsParas4and5": null, + "countryCode": "GT", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2012-08-30", + "dateSigned": "2006-04-25", + "env": "development", + "id": 2474, + "isoNumeric": null, + "jurisdiction": "El Salvador", + "jurisdictionCountryCode": "SV", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2474": { + "containsParas4and5": null, + "countryCode": "GT", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-05-15", + "env": "development", + "id": 2475, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/94003676", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2475": { + "containsParas4and5": null, + "countryCode": "GT", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2006-04-25", + "env": "development", + "id": 2476, + "isoNumeric": null, + "jurisdiction": "Nicaragua", + "jurisdictionCountryCode": "NI", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2476": { + "containsParas4and5": null, + "countryCode": "GT", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2011-02-11", + "dateSigned": "2006-04-25", + "env": "development", + "id": 2477, + "isoNumeric": null, + "jurisdiction": "Costa Rica", + "jurisdictionCountryCode": "CR", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2477": { + "containsParas4and5": null, + "countryCode": "GW", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2012-07-05", + "dateSigned": "2008-10-17", + "env": "development", + "id": 2478, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2478": { + "containsParas4and5": null, + "countryCode": "GY", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 2479, + "isoNumeric": null, + "jurisdiction": "Antigua and Barbuda", + "jurisdictionCountryCode": "AG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2479": { + "containsParas4and5": null, + "countryCode": "GY", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 2480, + "isoNumeric": null, + "jurisdiction": "Saint Lucia", + "jurisdictionCountryCode": "LC", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2480": { + "containsParas4and5": null, + "countryCode": "GY", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 2481, + "isoNumeric": null, + "jurisdiction": "Saint Kitts and Nevis", + "jurisdictionCountryCode": "KN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2481": { + "containsParas4and5": null, + "countryCode": "GY", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1987-05-04", + "dateSigned": "1985-10-15", + "env": "development", + "id": 2482, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2482": { + "containsParas4and5": null, + "countryCode": "GY", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 2483, + "isoNumeric": null, + "jurisdiction": "Dominica", + "jurisdictionCountryCode": "DM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2483": { + "containsParas4and5": null, + "countryCode": "GY", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1992-08-27", + "dateSigned": "1992-07-22", + "env": "development", + "id": 2484, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2484": { + "containsParas4and5": null, + "countryCode": "GY", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 2485, + "isoNumeric": null, + "jurisdiction": "Grenada", + "jurisdictionCountryCode": "GD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2485": { + "containsParas4and5": null, + "countryCode": "GY", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 2486, + "isoNumeric": null, + "jurisdiction": "Jamaica", + "jurisdictionCountryCode": "JM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2486": { + "containsParas4and5": null, + "countryCode": "GY", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 2487, + "isoNumeric": null, + "jurisdiction": "Saint Vincent and the Grenadines", + "jurisdictionCountryCode": "VC", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2487": { + "containsParas4and5": null, + "countryCode": "GY", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 2488, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2488": { + "containsParas4and5": null, + "countryCode": "GY", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 2489, + "isoNumeric": null, + "jurisdiction": "Belize", + "jurisdictionCountryCode": "BZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2489": { + "containsParas4and5": null, + "countryCode": "GY", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1992-12-18", + "dateSigned": "1992-08-31", + "env": "development", + "id": 2490, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73588778", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2490": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1971-03-01", + "dateSigned": "1969-12-31", + "env": "development", + "id": 2491, + "isoNumeric": null, + "jurisdiction": "Central African Republic", + "jurisdictionCountryCode": "CF", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88861249", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2491": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2010-09-02", + "dateSigned": "2009-09-22", + "env": "development", + "id": 2492, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113066918", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2492": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1964-01-02", + "dateSigned": "1962-07-14", + "env": "development", + "id": 2493, + "isoNumeric": null, + "jurisdiction": "Lebanon", + "jurisdictionCountryCode": "LB", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88729092", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2493": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2010-12-16", + "dateSigned": "2010-04-01", + "env": "development", + "id": 2494, + "isoNumeric": null, + "jurisdiction": "Saint Kitts and Nevis", + "jurisdictionCountryCode": "KN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809841", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2494": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2012-08-01", + "dateSigned": "2010-09-10", + "env": "development", + "id": 2495, + "isoNumeric": null, + "jurisdiction": "Curaçao", + "jurisdictionCountryCode": "CW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87948070", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2495": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1998-05-21", + "dateSigned": "1995-08-09", + "env": "development", + "id": 2496, + "isoNumeric": null, + "jurisdiction": "Jamaica", + "jurisdictionCountryCode": "JM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861394", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2496": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1992-12-31", + "dateSigned": "1991-11-07", + "env": "development", + "id": 2497, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88848324", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2497": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1996-07-18", + "dateSigned": "1995-07-31", + "env": "development", + "id": 2498, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88728484", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2498": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2011-12-14", + "dateSigned": "2010-12-16", + "env": "development", + "id": 2499, + "isoNumeric": null, + "jurisdiction": "Costa Rica", + "jurisdictionCountryCode": "CR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2499": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2010-12-28", + "dateSigned": "2010-03-26", + "env": "development", + "id": 2500, + "isoNumeric": null, + "jurisdiction": "Antigua and Barbuda", + "jurisdictionCountryCode": "AG", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2500": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2005-10-01", + "dateSigned": "2002-12-24", + "env": "development", + "id": 2501, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112933525", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2501": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2010-08-19", + "dateSigned": "2009-09-22", + "env": "development", + "id": 2502, + "isoNumeric": null, + "jurisdiction": "Liechtenstein", + "jurisdictionCountryCode": "LI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113062844", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2502": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1975-08-01", + "dateSigned": "1974-03-28", + "env": "development", + "id": 2503, + "isoNumeric": null, + "jurisdiction": "Bosnia and Herzegovina", + "jurisdictionCountryCode": "BA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2503": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2010-10-11", + "dateSigned": "2009-03-23", + "env": "development", + "id": 2504, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85326712", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2504": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1966-07-01", + "dateSigned": "1965-06-01", + "env": "development", + "id": 2505, + "isoNumeric": null, + "jurisdiction": "Niger", + "jurisdictionCountryCode": "NE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88848456", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2505": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-12-30", + "env": "development", + "id": 2506, + "isoNumeric": null, + "jurisdiction": "Brunei Darussalam", + "jurisdictionCountryCode": "BN", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2506": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2007-12-04", + "env": "development", + "id": 2507, + "isoNumeric": null, + "jurisdiction": "Kenya", + "jurisdictionCountryCode": "KE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861431", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2507": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1971-06-15", + "dateSigned": "1968-03-21", + "env": "development", + "id": 2508, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88728430", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2508": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2009-05-01", + "dateSigned": "1998-07-17", + "env": "development", + "id": 2509, + "isoNumeric": null, + "jurisdiction": "Syrian Arab Republic", + "jurisdictionCountryCode": "SY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88849113", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2509": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1981-09-10", + "dateSigned": "1980-12-19", + "env": "development", + "id": 2510, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861735", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2510": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1967-07-26", + "dateSigned": "1966-09-09", + "env": "development", + "id": 2511, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2511": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1965-06-17", + "dateSigned": "1964-03-10", + "env": "development", + "id": 2512, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88722496", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2512": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1988-05-01", + "dateSigned": "1987-03-14", + "env": "development", + "id": 2513, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88723366", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2513": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2005-09-01", + "dateSigned": "2003-06-19", + "env": "development", + "id": 2514, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224331478", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2514": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1975-04-01", + "dateSigned": "1973-05-28", + "env": "development", + "id": 2515, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88849242", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2515": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2011-03-21", + "dateSigned": "2010-04-13", + "env": "development", + "id": 2516, + "isoNumeric": null, + "jurisdiction": "Saint Vincent and the Grenadines", + "jurisdictionCountryCode": "VC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74482535", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2516": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2011-12-15", + "dateSigned": "2010-12-27", + "env": "development", + "id": 2517, + "isoNumeric": null, + "jurisdiction": "Anguilla", + "jurisdictionCountryCode": "AI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2517": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2001-05-01", + "dateSigned": "1997-10-28", + "env": "development", + "id": 2518, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85209345", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2518": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1981-03-13", + "dateSigned": "1979-09-14", + "env": "development", + "id": 2519, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88728402", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2519": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1974-03-29", + "dateSigned": "1973-03-16", + "env": "development", + "id": 2520, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861717", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2520": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1978-07-19", + "dateSigned": "1976-10-21", + "env": "development", + "id": 2521, + "isoNumeric": null, + "jurisdiction": "Cameroon", + "jurisdictionCountryCode": "CM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88725302", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2521": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1994-12-01", + "dateSigned": "1990-12-04", + "env": "development", + "id": 2522, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88848787", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2522": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2010-10-04", + "dateSigned": "2009-03-26", + "env": "development", + "id": 2523, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85320903", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2523": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2011-01-20", + "dateSigned": "2009-04-01", + "env": "development", + "id": 2524, + "isoNumeric": null, + "jurisdiction": "Saint Lucia", + "jurisdictionCountryCode": "LC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809210", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2524": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2002-12-20", + "dateSigned": "1999-10-17", + "env": "development", + "id": 2525, + "isoNumeric": null, + "jurisdiction": "Algeria", + "jurisdictionCountryCode": "DZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88865823", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2525": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2001-05-01", + "dateSigned": "1997-07-07", + "env": "development", + "id": 2526, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81686367", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2526": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1975-09-27", + "dateSigned": "1974-09-27", + "env": "development", + "id": 2527, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88861804", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2527": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2011-12-01", + "dateSigned": "2010-10-21", + "env": "development", + "id": 2528, + "isoNumeric": null, + "jurisdiction": "Hong Kong, China", + "jurisdictionCountryCode": "HK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2528": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1999-11-01", + "dateSigned": "1997-01-31", + "env": "development", + "id": 2529, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88849307", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2529": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2005-10-01", + "dateSigned": "2001-12-20", + "env": "development", + "id": 2530, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88722391", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2530": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2011-01-07", + "dateSigned": "2009-12-31", + "env": "development", + "id": 2531, + "isoNumeric": null, + "jurisdiction": "Vanuatu", + "jurisdictionCountryCode": "VU", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2531": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1975-08-01", + "dateSigned": "1974-09-09", + "env": "development", + "id": 2532, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81717596", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2532": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1985-02-21", + "dateSigned": "1984-05-30", + "env": "development", + "id": 2533, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81567237", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2533": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1992-03-25", + "dateSigned": "1989-03-16", + "env": "development", + "id": 2534, + "isoNumeric": null, + "jurisdiction": "Ecuador", + "jurisdictionCountryCode": "EC", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88725644", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2534": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1951-07-31", + "dateSigned": "1950-12-14", + "env": "development", + "id": 2535, + "isoNumeric": null, + "jurisdiction": "Malawi", + "jurisdictionCountryCode": "MW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88730003", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2535": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2008-03-01", + "dateSigned": "1995-09-20", + "env": "development", + "id": 2536, + "isoNumeric": null, + "jurisdiction": "Gabon", + "jurisdictionCountryCode": "GA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88728071", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2536": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1991-05-02", + "dateSigned": "1990-03-27", + "env": "development", + "id": 2537, + "isoNumeric": null, + "jurisdiction": "Nigeria", + "jurisdictionCountryCode": "NG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85589143", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2537": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2003-06-14", + "dateSigned": "1999-04-15", + "env": "development", + "id": 2538, + "isoNumeric": null, + "jurisdiction": "Botswana", + "jurisdictionCountryCode": "BW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88723842", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2538": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2012-08-01", + "dateSigned": "2010-09-10", + "env": "development", + "id": 2539, + "isoNumeric": null, + "jurisdiction": "Sint Maarten", + "jurisdictionCountryCode": "SX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88690421", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2539": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2008-07-01", + "dateSigned": "2005-12-22", + "env": "development", + "id": 2540, + "isoNumeric": null, + "jurisdiction": "Libya", + "jurisdictionCountryCode": "LY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88861547", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2540": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1990-08-01", + "dateSigned": "1989-06-01", + "env": "development", + "id": 2541, + "isoNumeric": null, + "jurisdiction": "Oman", + "jurisdictionCountryCode": "OM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2541": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1965-01-31", + "dateSigned": "1963-08-21", + "env": "development", + "id": 2542, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88865879", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2542": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1976-06-23", + "dateSigned": "1975-04-24", + "env": "development", + "id": 2543, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85337626", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2543": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2011-10-16", + "dateSigned": "2010-09-15", + "env": "development", + "id": 2544, + "isoNumeric": null, + "jurisdiction": "Cook Islands", + "jurisdictionCountryCode": "CK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72681892", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2544": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1969-03-01", + "dateSigned": "1967-11-15", + "env": "development", + "id": 2545, + "isoNumeric": null, + "jurisdiction": "Mauritania", + "jurisdictionCountryCode": "MR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861685", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2545": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1976-07-29", + "dateSigned": "1975-05-02", + "env": "development", + "id": 2546, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861238", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2546": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1983-04-01", + "dateSigned": "1981-12-18", + "env": "development", + "id": 2547, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81567997", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2547": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1994-09-01", + "dateSigned": "1993-03-26", + "env": "development", + "id": 2548, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88720773", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2548": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1994-08-01", + "dateSigned": "1992-09-29", + "env": "development", + "id": 2549, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85921950", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2549": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1982-11-18", + "dateSigned": "1981-09-17", + "env": "development", + "id": 2550, + "isoNumeric": null, + "jurisdiction": "Sri Lanka", + "jurisdictionCountryCode": "LK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88729147", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2550": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2012-01-09", + "dateSigned": "2010-03-31", + "env": "development", + "id": 2551, + "isoNumeric": null, + "jurisdiction": "Grenada", + "jurisdictionCountryCode": "GD", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809198", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2551": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1975-01-01", + "dateSigned": "1972-09-22", + "env": "development", + "id": 2552, + "isoNumeric": null, + "jurisdiction": "Mali", + "jurisdictionCountryCode": "ML", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88861637", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2552": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1977-11-08", + "dateSigned": "1975-03-27", + "env": "development", + "id": 2553, + "isoNumeric": null, + "jurisdiction": "Benin", + "jurisdictionCountryCode": "BJ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88723659", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2553": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1983-03-01", + "dateSigned": "1982-02-18", + "env": "development", + "id": 2554, + "isoNumeric": null, + "jurisdiction": "Saudi Arabia", + "jurisdictionCountryCode": "SA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2554": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1985-04-01", + "dateSigned": "1984-05-28", + "env": "development", + "id": 2555, + "isoNumeric": null, + "jurisdiction": "Jordan", + "jurisdictionCountryCode": "JO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88861414", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2555": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1975-08-29", + "dateSigned": "1974-12-27", + "env": "development", + "id": 2556, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88849220", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2556": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1967-01-01", + "dateSigned": "1966-04-06", + "env": "development", + "id": 2557, + "isoNumeric": null, + "jurisdiction": "Côte d'Ivoire", + "jurisdictionCountryCode": "CI", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88725217", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2557": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2010-12-09", + "dateSigned": "2009-09-22", + "env": "development", + "id": 2558, + "isoNumeric": null, + "jurisdiction": "Gibraltar", + "jurisdictionCountryCode": "GI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809369", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2558": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2007-12-27", + "dateSigned": "2006-11-24", + "env": "development", + "id": 2559, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88729147", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2559": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1972-03-01", + "dateSigned": "1970-09-11", + "env": "development", + "id": 2560, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88728058", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2560": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1989-07-01", + "dateSigned": "1987-02-18", + "env": "development", + "id": 2561, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88849259", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2561": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1975-04-10", + "dateSigned": "1973-11-07", + "env": "development", + "id": 2562, + "isoNumeric": null, + "jurisdiction": "Iran", + "jurisdictionCountryCode": "IR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88728521", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2562": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1972-11-18", + "dateSigned": "1971-01-14", + "env": "development", + "id": 2563, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88848727", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2563": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2001-05-01", + "dateSigned": "1997-04-14", + "env": "development", + "id": 2564, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88729193", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2564": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1999-03-09", + "dateSigned": "1996-11-26", + "env": "development", + "id": 2565, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861816", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2565": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1999-05-01", + "dateSigned": "1996-05-29", + "env": "development", + "id": 2566, + "isoNumeric": null, + "jurisdiction": "Namibia", + "jurisdictionCountryCode": "NA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88848360", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2566": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1975-01-25", + "dateSigned": "1973-06-01", + "env": "development", + "id": 2567, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861860", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2567": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1996-12-05", + "dateSigned": "1993-12-15", + "env": "development", + "id": 2568, + "isoNumeric": null, + "jurisdiction": "Zimbabwe", + "jurisdictionCountryCode": "ZW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88849423", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2568": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1996-09-01", + "dateSigned": "1994-06-15", + "env": "development", + "id": 2569, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109342322", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2569": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2004-05-01", + "dateSigned": "1999-02-10", + "env": "development", + "id": 2570, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861622", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2570": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1961-10-04", + "dateSigned": "1959-07-21", + "env": "development", + "id": 2571, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861280", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2571": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1972-05-10", + "dateSigned": "1971-09-10", + "env": "development", + "id": 2572, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88723784", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2572": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1976-09-12", + "dateSigned": "1975-06-20", + "env": "development", + "id": 2573, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88848691", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2573": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1993-10-15", + "dateSigned": "1992-05-07", + "env": "development", + "id": 2574, + "isoNumeric": null, + "jurisdiction": "Venezuela", + "jurisdictionCountryCode": "VE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88849337", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2574": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2001-05-01", + "dateSigned": "1997-12-09", + "env": "development", + "id": 2575, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88720640", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2575": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1996-11-01", + "dateSigned": "1994-12-15", + "env": "development", + "id": 2576, + "isoNumeric": null, + "jurisdiction": "Bolivia", + "jurisdictionCountryCode": "BO", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88723736", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2576": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2011-12-14", + "dateSigned": "2010-12-24", + "env": "development", + "id": 2577, + "isoNumeric": null, + "jurisdiction": "Dominica", + "jurisdictionCountryCode": "DM", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2577": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1988-09-01", + "dateSigned": "1987-03-09", + "env": "development", + "id": 2578, + "isoNumeric": null, + "jurisdiction": "Bangladesh", + "jurisdictionCountryCode": "BD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88722443", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2578": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1981-12-01", + "dateSigned": "1980-04-28", + "env": "development", + "id": 2579, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861353", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2579": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2006-07-10", + "dateSigned": "2004-06-07", + "env": "development", + "id": 2580, + "isoNumeric": null, + "jurisdiction": "Chile", + "jurisdictionCountryCode": "CL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88725238", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2580": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1978-08-24", + "dateSigned": "1976-01-09", + "env": "development", + "id": 2581, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2581": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1975-08-01", + "dateSigned": "1974-03-28", + "env": "development", + "id": 2582, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2582": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1989-04-01", + "dateSigned": "1987-08-05", + "env": "development", + "id": 2583, + "isoNumeric": null, + "jurisdiction": "Trinidad and Tobago", + "jurisdictionCountryCode": "TT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113065236", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2583": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2009-06-01", + "dateSigned": "2006-06-20", + "env": "development", + "id": 2584, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81442836", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2584": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1995-12-30", + "dateSigned": "1994-08-31", + "env": "development", + "id": 2585, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73572378", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2585": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2013-04-01", + "dateSigned": "2011-11-14", + "env": "development", + "id": 2586, + "isoNumeric": null, + "jurisdiction": "Aruba", + "jurisdictionCountryCode": "AW", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2586": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2007-12-01", + "dateSigned": "2007-01-11", + "env": "development", + "id": 2587, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861422", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2587": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2007-03-01", + "dateSigned": "2004-04-07", + "env": "development", + "id": 2588, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861850", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2588": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2011-12-19", + "dateSigned": "2010-11-22", + "env": "development", + "id": 2589, + "isoNumeric": null, + "jurisdiction": "Belize", + "jurisdictionCountryCode": "BZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112938043", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2589": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1994-07-01", + "dateSigned": "1993-02-10", + "env": "development", + "id": 2590, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88849379", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2590": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1989-11-15", + "dateSigned": "1989-07-19", + "env": "development", + "id": 2591, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88720360", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2591": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1979-10-01", + "dateSigned": "1977-07-25", + "env": "development", + "id": 2592, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88703454", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2592": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2009-12-18", + "dateSigned": "2008-06-19", + "env": "development", + "id": 2593, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73587737", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2593": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1982-09-17", + "dateSigned": "1980-12-11", + "env": "development", + "id": 2594, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861701", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2594": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2010-10-04", + "dateSigned": "2009-03-24", + "env": "development", + "id": 2595, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85211110", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2595": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1992-06-01", + "dateSigned": "1990-08-29", + "env": "development", + "id": 2596, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861377", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2596": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1967-03-15", + "dateSigned": "1965-08-11", + "env": "development", + "id": 2597, + "isoNumeric": null, + "jurisdiction": "Burkina Faso", + "jurisdictionCountryCode": "BF", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88723319", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2597": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1963-09-01", + "dateSigned": "1963-05-18", + "env": "development", + "id": 2598, + "isoNumeric": null, + "jurisdiction": "Monaco", + "jurisdictionCountryCode": "MC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861591", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2598": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1992-05-01", + "dateSigned": "1989-10-05", + "env": "development", + "id": 2599, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73466659", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2599": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2000-07-01", + "dateSigned": "1998-03-03", + "env": "development", + "id": 2600, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88861517", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2600": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1997-04-01", + "dateSigned": "1993-04-05", + "env": "development", + "id": 2601, + "isoNumeric": null, + "jurisdiction": "Ghana", + "jurisdictionCountryCode": "GH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88728183", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2601": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2010-10-28", + "dateSigned": "2009-10-08", + "env": "development", + "id": 2602, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809846", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2602": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2012-02-01", + "dateSigned": "2011-06-30", + "env": "development", + "id": 2603, + "isoNumeric": null, + "jurisdiction": "Panama", + "jurisdictionCountryCode": "PA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113064417", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2603": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1975-08-01", + "dateSigned": "1974-03-28", + "env": "development", + "id": 2604, + "isoNumeric": null, + "jurisdiction": "Montenegro", + "jurisdictionCountryCode": "ME", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2604": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1975-08-01", + "dateSigned": "1974-03-28", + "env": "development", + "id": 2605, + "isoNumeric": null, + "jurisdiction": "Kosovo", + "jurisdictionCountryCode": "XK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2605": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2003-10-01", + "dateSigned": "1996-04-22", + "env": "development", + "id": 2606, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88849321", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2606": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2005-07-01", + "dateSigned": "2003-04-28", + "env": "development", + "id": 2607, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88725344", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2607": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1975-04-01", + "dateSigned": "1971-11-24", + "env": "development", + "id": 2608, + "isoNumeric": null, + "jurisdiction": "Togo", + "jurisdictionCountryCode": "TG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88849197", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2608": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1995-11-01", + "dateSigned": "1993-11-08", + "env": "development", + "id": 2609, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74488405", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2609": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2010-12-31", + "dateSigned": "2010-01-28", + "env": "development", + "id": 2610, + "isoNumeric": null, + "jurisdiction": "Uruguay", + "jurisdictionCountryCode": "UY", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2610": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2004-10-01", + "dateSigned": "1999-03-15", + "env": "development", + "id": 2611, + "isoNumeric": null, + "jurisdiction": "Guinea", + "jurisdictionCountryCode": "GN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88865850", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2611": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2010-09-13", + "dateSigned": "2009-12-07", + "env": "development", + "id": 2612, + "isoNumeric": null, + "jurisdiction": "Bahamas, The", + "jurisdictionCountryCode": "BS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74129373", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2612": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1981-02-01", + "dateSigned": "1979-06-19", + "env": "development", + "id": 2613, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/84678444", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2613": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1994-08-10", + "dateSigned": "1993-05-10", + "env": "development", + "id": 2614, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88723432", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2614": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1992-04-01", + "dateSigned": "1990-11-27", + "env": "development", + "id": 2615, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861836", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2615": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1990-12-01", + "dateSigned": "1989-08-18", + "env": "development", + "id": 2616, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88861584", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2616": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2011-07-15", + "dateSigned": "2009-09-24", + "env": "development", + "id": 2617, + "isoNumeric": null, + "jurisdiction": "Turks and Caicos Islands", + "jurisdictionCountryCode": "TC", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2617": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1951-07-31", + "dateSigned": "1950-12-14", + "env": "development", + "id": 2618, + "isoNumeric": null, + "jurisdiction": "Zambia", + "jurisdictionCountryCode": "ZM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88849403", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2618": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1975-01-01", + "dateSigned": "1974-03-29", + "env": "development", + "id": 2619, + "isoNumeric": null, + "jurisdiction": "Senegal", + "jurisdictionCountryCode": "SN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88848973", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2619": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1984-10-01", + "dateSigned": "1983-07-22", + "env": "development", + "id": 2620, + "isoNumeric": null, + "jurisdiction": "Madagascar", + "jurisdictionCountryCode": "MG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88861607", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2620": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1981-03-19", + "dateSigned": "1979-11-30", + "env": "development", + "id": 2621, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861754", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2621": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2011-12-30", + "dateSigned": "2011-01-06", + "env": "development", + "id": 2622, + "isoNumeric": null, + "jurisdiction": "Liberia", + "jurisdictionCountryCode": "LR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809737", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2622": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2010-10-13", + "dateSigned": "2009-10-05", + "env": "development", + "id": 2623, + "isoNumeric": null, + "jurisdiction": "Cayman Islands", + "jurisdictionCountryCode": "KY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809239", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2623": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2010-06-01", + "dateSigned": "2007-03-07", + "env": "development", + "id": 2624, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112961494", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2624": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1998-12-01", + "dateSigned": "1996-04-18", + "env": "development", + "id": 2625, + "isoNumeric": null, + "jurisdiction": "Mongolia", + "jurisdictionCountryCode": "MN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88861663", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2625": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1997-07-01", + "dateSigned": "1995-10-10", + "env": "development", + "id": 2626, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88727951", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2626": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2004-06-01", + "dateSigned": "1999-05-01", + "env": "development", + "id": 2627, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88725688", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2627": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1995-03-01", + "dateSigned": "1994-01-27", + "env": "development", + "id": 2628, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88861495", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2628": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2010-12-22", + "dateSigned": "2009-09-22", + "env": "development", + "id": 2629, + "isoNumeric": null, + "jurisdiction": "Andorra", + "jurisdictionCountryCode": "AD", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809387", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2629": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1981-03-01", + "dateSigned": "1979-04-04", + "env": "development", + "id": 2630, + "isoNumeric": null, + "jurisdiction": "Argentina", + "jurisdictionCountryCode": "AR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88720690", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2630": { + "containsParas4and5": null, + "countryCode": "FR", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2008-07-17", + "dateSigned": "2006-06-15", + "env": "development", + "id": 2631, + "isoNumeric": null, + "jurisdiction": "Ethiopia", + "jurisdictionCountryCode": "ET", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88728013", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2631": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1950-03-13", + "dateSigned": "1950-03-13", + "env": "development", + "id": 2632, + "isoNumeric": null, + "jurisdiction": "Myanmar", + "jurisdictionCountryCode": "MM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2632": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1987-12-08", + "dateSigned": "1986-11-24", + "env": "development", + "id": 2633, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73590889", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2633": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1952-06-24", + "dateSigned": "1952-06-24", + "env": "development", + "id": 2634, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2634": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-02-18", + "env": "development", + "id": 2635, + "isoNumeric": null, + "jurisdiction": "Algeria", + "jurisdictionCountryCode": "DZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2635": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1994-02-15", + "env": "development", + "id": 2636, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73593331", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2636": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1994-12-15", + "dateSigned": "1994-06-02", + "env": "development", + "id": 2637, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73591797", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2637": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2008-06-03", + "dateSigned": "2007-06-20", + "env": "development", + "id": 2638, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73587319", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2638": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1950-05-10", + "dateSigned": "1950-05-10", + "env": "development", + "id": 2639, + "isoNumeric": null, + "jurisdiction": "Kiribati", + "jurisdictionCountryCode": "KI", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2639": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1997-12-23", + "dateSigned": "1997-12-17", + "env": "development", + "id": 2640, + "isoNumeric": null, + "jurisdiction": "Lesotho", + "jurisdictionCountryCode": "LS", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73587828", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2640": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1947-12-19", + "dateSigned": "1947-12-19", + "env": "development", + "id": 2641, + "isoNumeric": null, + "jurisdiction": "Sierra Leone", + "jurisdictionCountryCode": "SL", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2641": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1981-04-06", + "dateSigned": "1980-11-07", + "env": "development", + "id": 2642, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73591847", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2642": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2011-01-25", + "dateSigned": "2009-07-22", + "env": "development", + "id": 2643, + "isoNumeric": null, + "jurisdiction": "Turks and Caicos Islands", + "jurisdictionCountryCode": "TC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73593079", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2643": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2010-03-08", + "dateSigned": "2008-08-17", + "env": "development", + "id": 2644, + "isoNumeric": null, + "jurisdiction": "Libya", + "jurisdictionCountryCode": "LY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74486971", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2644": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2006-10-12", + "dateSigned": "2006-02-02", + "env": "development", + "id": 2645, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73349965", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2645": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1994-04-14", + "dateSigned": "1993-04-05", + "env": "development", + "id": 2646, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73591481", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2646": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1980-08-23", + "dateSigned": "1977-05-25", + "env": "development", + "id": 2647, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2647": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-10-14", + "env": "development", + "id": 2648, + "isoNumeric": null, + "jurisdiction": "Uruguay", + "jurisdictionCountryCode": "UY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218601747", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2648": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2014-06-12", + "dateSigned": "2013-03-14", + "env": "development", + "id": 2649, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218596164", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2649": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1947-12-19", + "dateSigned": "1947-12-19", + "env": "development", + "id": 2650, + "isoNumeric": null, + "jurisdiction": "Montserrat", + "jurisdictionCountryCode": "MS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/93611427", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2650": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1973-03-29", + "dateSigned": "1973-03-22", + "env": "development", + "id": 2651, + "isoNumeric": null, + "jurisdiction": "Zambia", + "jurisdictionCountryCode": "ZM", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2651": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2010-12-02", + "dateSigned": "2009-08-11", + "env": "development", + "id": 2652, + "isoNumeric": null, + "jurisdiction": "Liechtenstein", + "jurisdictionCountryCode": "LI", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73588347", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2652": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1978-10-07", + "dateSigned": "1977-12-08", + "env": "development", + "id": 2653, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73591047", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2653": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2012-03-30", + "dateSigned": "2010-11-07", + "env": "development", + "id": 2654, + "isoNumeric": null, + "jurisdiction": "Liberia", + "jurisdictionCountryCode": "LR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73591408", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2654": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1997-08-01", + "dateSigned": "1996-01-03", + "env": "development", + "id": 2655, + "isoNumeric": null, + "jurisdiction": "Argentina", + "jurisdictionCountryCode": "AR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73590194", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2655": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2009-01-01", + "dateSigned": "2007-10-31", + "env": "development", + "id": 2656, + "isoNumeric": null, + "jurisdiction": "Saudi Arabia", + "jurisdictionCountryCode": "SA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2656": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1987-01-24", + "dateSigned": "1985-06-20", + "env": "development", + "id": 2657, + "isoNumeric": null, + "jurisdiction": "Côte d'Ivoire", + "jurisdictionCountryCode": "CI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2657": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2011-12-28", + "dateSigned": "2011-09-07", + "env": "development", + "id": 2658, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218601559", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2658": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1970-02-05", + "dateSigned": "1969-07-17", + "env": "development", + "id": 2659, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2659": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2003-03-31", + "dateSigned": "2001-07-24", + "env": "development", + "id": 2660, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73572399", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2660": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1950-05-10", + "dateSigned": "1950-05-10", + "env": "development", + "id": 2661, + "isoNumeric": null, + "jurisdiction": "Tuvalu", + "jurisdictionCountryCode": "TV", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2661": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2011-08-01", + "dateSigned": "2010-03-25", + "env": "development", + "id": 2662, + "isoNumeric": null, + "jurisdiction": "Belize", + "jurisdictionCountryCode": "BZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73590823", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2662": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-12-17", + "env": "development", + "id": 2663, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218601609", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2663": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1994-12-19", + "dateSigned": "1994-05-12", + "env": "development", + "id": 2664, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73649050", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2664": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2011-05-18", + "dateSigned": "2010-01-18", + "env": "development", + "id": 2665, + "isoNumeric": null, + "jurisdiction": "Saint Vincent and the Grenadines", + "jurisdictionCountryCode": "VC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74482551", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2665": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1990-11-29", + "dateSigned": "1981-09-08", + "env": "development", + "id": 2666, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73590503", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2666": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2011-01-07", + "dateSigned": "2009-10-29", + "env": "development", + "id": 2667, + "isoNumeric": null, + "jurisdiction": "Bahamas, The", + "jurisdictionCountryCode": "BS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74129380", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2667": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1950-05-10", + "dateSigned": "1950-05-10", + "env": "development", + "id": 2668, + "isoNumeric": null, + "jurisdiction": "Solomon Islands", + "jurisdictionCountryCode": "SB", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2668": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2013-12-12", + "dateSigned": "2013-07-29", + "env": "development", + "id": 2669, + "isoNumeric": null, + "jurisdiction": "Panama", + "jurisdictionCountryCode": "PA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2669": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-02-26", + "env": "development", + "id": 2670, + "isoNumeric": null, + "jurisdiction": "Senegal", + "jurisdictionCountryCode": "SN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2670": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1968-07-03", + "dateSigned": "1967-05-24", + "env": "development", + "id": 2671, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74125609", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2671": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1984-03-26", + "dateSigned": "1983-08-30", + "env": "development", + "id": 2672, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73652226", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2672": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2009-02-04", + "dateSigned": "2008-09-29", + "env": "development", + "id": 2673, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73591541", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2673": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1981-11-20", + "dateSigned": "1981-02-18", + "env": "development", + "id": 2674, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2674": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2010-12-20", + "dateSigned": "2010-06-21", + "env": "development", + "id": 2675, + "isoNumeric": null, + "jurisdiction": "Hong Kong, China", + "jurisdictionCountryCode": "HK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/52315296", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2675": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1983-12-22", + "dateSigned": "1982-12-31", + "env": "development", + "id": 2676, + "isoNumeric": null, + "jurisdiction": "Trinidad and Tobago", + "jurisdictionCountryCode": "TT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113065283", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2676": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2007-01-01", + "dateSigned": "2006-07-20", + "env": "development", + "id": 2677, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74125679", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2677": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1996-12-15", + "dateSigned": "1994-03-21", + "env": "development", + "id": 2678, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2678": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2002-03-24", + "dateSigned": "2001-07-22", + "env": "development", + "id": 2679, + "isoNumeric": null, + "jurisdiction": "Jordan", + "jurisdictionCountryCode": "JO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73586838", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2679": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1995-10-03", + "dateSigned": "1994-02-23", + "env": "development", + "id": 2680, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73648132", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2680": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1983-02-11", + "dateSigned": "1982-10-19", + "env": "development", + "id": 2681, + "isoNumeric": null, + "jurisdiction": "Zimbabwe", + "jurisdictionCountryCode": "ZW", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2681": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2011-05-19", + "dateSigned": "2010-01-19", + "env": "development", + "id": 2682, + "isoNumeric": null, + "jurisdiction": "Antigua and Barbuda", + "jurisdictionCountryCode": "AG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73588527", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2682": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2008-12-09", + "dateSigned": "2007-12-05", + "env": "development", + "id": 2683, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73590696", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2683": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2012-02-21", + "dateSigned": "2011-07-13", + "env": "development", + "id": 2684, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218595938", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2684": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1974-11-01", + "dateSigned": "1974-06-20", + "env": "development", + "id": 2685, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81568007", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2685": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2006-09-04", + "dateSigned": "2005-09-09", + "env": "development", + "id": 2686, + "isoNumeric": null, + "jurisdiction": "Botswana", + "jurisdictionCountryCode": "BW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73590790", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2686": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1996-12-04", + "dateSigned": "1996-04-23", + "env": "development", + "id": 2687, + "isoNumeric": null, + "jurisdiction": "Mongolia", + "jurisdictionCountryCode": "MN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73587854", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2687": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1976-08-27", + "dateSigned": "1975-12-21", + "env": "development", + "id": 2688, + "isoNumeric": null, + "jurisdiction": "Fiji", + "jurisdictionCountryCode": "FJ", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2688": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1989-10-21", + "dateSigned": "1987-06-01", + "env": "development", + "id": 2689, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85918760", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2689": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2011-01-01", + "dateSigned": "2010-05-30", + "env": "development", + "id": 2690, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73591155", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2690": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1987-12-27", + "dateSigned": "1987-06-09", + "env": "development", + "id": 2691, + "isoNumeric": null, + "jurisdiction": "Nigeria", + "jurisdictionCountryCode": "NG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73586762", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2691": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2009-11-27", + "dateSigned": "2009-03-10", + "env": "development", + "id": 2692, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73591598", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2692": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1969-03-18", + "dateSigned": "1968-11-26", + "env": "development", + "id": 2693, + "isoNumeric": null, + "jurisdiction": "Swaziland", + "jurisdictionCountryCode": "SZ", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2693": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1996-12-31", + "dateSigned": "1996-03-11", + "env": "development", + "id": 2694, + "isoNumeric": null, + "jurisdiction": "Venezuela", + "jurisdictionCountryCode": "VE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73591131", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2694": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2002-11-28", + "dateSigned": "2001-03-19", + "env": "development", + "id": 2695, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73590856", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2695": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2010-10-15", + "dateSigned": "2009-06-25", + "env": "development", + "id": 2696, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73591184", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2696": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2013-12-17", + "dateSigned": "2013-03-14", + "env": "development", + "id": 2697, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218601678", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2697": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2005-10-11", + "dateSigned": "2004-07-13", + "env": "development", + "id": 2698, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73588713", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2698": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2012-01-01", + "dateSigned": "2010-11-05", + "env": "development", + "id": 2699, + "isoNumeric": null, + "jurisdiction": "Aruba", + "jurisdictionCountryCode": "AW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87947375", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2699": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1994-06-10", + "dateSigned": "1993-10-15", + "env": "development", + "id": 2700, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73652277", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2700": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1987-10-26", + "dateSigned": "1981-02-11", + "env": "development", + "id": 2701, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2701": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1955-11-25", + "dateSigned": "1955-11-25", + "env": "development", + "id": 2702, + "isoNumeric": null, + "jurisdiction": "Malawi", + "jurisdictionCountryCode": "MW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2702": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1994-12-15", + "dateSigned": "1994-04-09", + "env": "development", + "id": 2703, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73588472", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2703": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1980-12-17", + "dateSigned": "1978-09-08", + "env": "development", + "id": 2704, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73590949", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2704": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1980-12-17", + "dateSigned": "1980-11-11", + "env": "development", + "id": 2705, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2705": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1994-08-10", + "dateSigned": "1993-01-20", + "env": "development", + "id": 2706, + "isoNumeric": null, + "jurisdiction": "Ghana", + "jurisdictionCountryCode": "GH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73586726", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2706": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1984-03-16", + "dateSigned": "1983-08-04", + "env": "development", + "id": 2707, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74125631", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2707": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2000-07-01", + "dateSigned": "1999-07-21", + "env": "development", + "id": 2708, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73591261", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2708": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2010-12-15", + "dateSigned": "2009-08-27", + "env": "development", + "id": 2709, + "isoNumeric": null, + "jurisdiction": "Gibraltar", + "jurisdictionCountryCode": "GI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73593265", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2709": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2013-02-21", + "dateSigned": "2011-06-09", + "env": "development", + "id": 2710, + "isoNumeric": null, + "jurisdiction": "Ethiopia", + "jurisdictionCountryCode": "ET", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/106432728", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2710": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1971-03-25", + "dateSigned": "1970-04-20", + "env": "development", + "id": 2711, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809288", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2711": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1949-03-04", + "dateSigned": "1949-03-04", + "env": "development", + "id": 2712, + "isoNumeric": null, + "jurisdiction": "Grenada", + "jurisdictionCountryCode": "GD", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2712": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1993-08-11", + "dateSigned": "1993-02-10", + "env": "development", + "id": 2713, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73591242", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2713": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1986-01-30", + "dateSigned": "1985-07-31", + "env": "development", + "id": 2714, + "isoNumeric": null, + "jurisdiction": "Turkmenistan", + "jurisdictionCountryCode": "TM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2714": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1997-04-18", + "dateSigned": "1985-07-31", + "env": "development", + "id": 2715, + "isoNumeric": null, + "jurisdiction": "Tajikistan", + "jurisdictionCountryCode": "TJ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2715": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2002-12-17", + "dateSigned": "2002-07-04", + "env": "development", + "id": 2716, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73591096", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2716": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1986-01-30", + "dateSigned": "1985-07-31", + "env": "development", + "id": 2717, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2717": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2011-02-17", + "dateSigned": "2009-07-20", + "env": "development", + "id": 2718, + "isoNumeric": null, + "jurisdiction": "Anguilla", + "jurisdictionCountryCode": "AI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73587671", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2718": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-03-20", + "env": "development", + "id": 2719, + "isoNumeric": null, + "jurisdiction": "Marshall Islands", + "jurisdictionCountryCode": "MH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/106372297", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2719": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1996-12-31", + "dateSigned": "1996-05-08", + "env": "development", + "id": 2720, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73587642", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2720": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2011-05-19", + "dateSigned": "2010-01-18", + "env": "development", + "id": 2721, + "isoNumeric": null, + "jurisdiction": "Saint Lucia", + "jurisdictionCountryCode": "LC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73651736", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2721": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1984-12-23", + "dateSigned": "1984-07-26", + "env": "development", + "id": 2722, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81567253", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2722": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2003-12-17", + "dateSigned": "2003-08-21", + "env": "development", + "id": 2723, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73590218", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2723": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1995-03-27", + "dateSigned": "1994-05-12", + "env": "development", + "id": 2724, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73591768", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2724": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-09-10", + "env": "development", + "id": 2725, + "isoNumeric": null, + "jurisdiction": "Sint Maarten", + "jurisdictionCountryCode": "SX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88690432", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2725": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1990-12-31", + "dateSigned": "1988-10-21", + "env": "development", + "id": 2726, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809868", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2726": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2009-09-18", + "dateSigned": "1981-11-06", + "env": "development", + "id": 2727, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224331557", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2727": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1974-01-01", + "dateSigned": "1973-07-31", + "env": "development", + "id": 2728, + "isoNumeric": null, + "jurisdiction": "Kenya", + "jurisdictionCountryCode": "KE", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2728": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2011-07-27", + "dateSigned": "2010-02-16", + "env": "development", + "id": 2729, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73593067", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2729": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2013-05-01", + "dateSigned": "2010-09-10", + "env": "development", + "id": 2730, + "isoNumeric": null, + "jurisdiction": "Curaçao", + "jurisdictionCountryCode": "CW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88130175", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2730": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1976-11-21", + "dateSigned": "1975-09-18", + "env": "development", + "id": 2731, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2731": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2008-10-30", + "dateSigned": "2007-11-08", + "env": "development", + "id": 2732, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73587623", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2732": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-09-28", + "env": "development", + "id": 2733, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218596045", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2733": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1995-10-23", + "dateSigned": "1994-11-03", + "env": "development", + "id": 2734, + "isoNumeric": null, + "jurisdiction": "Bolivia", + "jurisdictionCountryCode": "BO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73591005", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2734": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2007-08-08", + "dateSigned": "2006-11-08", + "env": "development", + "id": 2735, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73591339", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2735": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2004-12-21", + "dateSigned": "2003-07-12", + "env": "development", + "id": 2736, + "isoNumeric": null, + "jurisdiction": "Chile", + "jurisdictionCountryCode": "CL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81456046", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2736": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2011-12-13", + "dateSigned": "2010-03-31", + "env": "development", + "id": 2737, + "isoNumeric": null, + "jurisdiction": "Dominica", + "jurisdictionCountryCode": "DM", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2737": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1962-12-19", + "dateSigned": "1962-05-28", + "env": "development", + "id": 2738, + "isoNumeric": null, + "jurisdiction": "Namibia", + "jurisdictionCountryCode": "NA", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2738": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1991-12-20", + "dateSigned": "1991-09-17", + "env": "development", + "id": 2739, + "isoNumeric": null, + "jurisdiction": "Papua New Guinea", + "jurisdictionCountryCode": "PG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73587584", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2739": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1978-01-23", + "dateSigned": "1976-06-10", + "env": "development", + "id": 2740, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2740": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2010-12-20", + "dateSigned": "2009-06-15", + "env": "development", + "id": 2741, + "isoNumeric": null, + "jurisdiction": "Cayman Islands", + "jurisdictionCountryCode": "KY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73648669", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2741": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1998-11-09", + "dateSigned": "1998-02-23", + "env": "development", + "id": 2742, + "isoNumeric": null, + "jurisdiction": "Oman", + "jurisdictionCountryCode": "OM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73587348", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2742": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1954-01-15", + "dateSigned": "1953-06-25", + "env": "development", + "id": 2743, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85214250", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2743": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1996-12-29", + "dateSigned": "1996-10-25", + "env": "development", + "id": 2744, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74128200", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2744": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1991-12-20", + "dateSigned": "1990-11-05", + "env": "development", + "id": 2745, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74477101", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2745": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1970-11-13", + "dateSigned": "1969-04-30", + "env": "development", + "id": 2746, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73648061", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2746": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1982-09-16", + "dateSigned": "1981-11-06", + "env": "development", + "id": 2747, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2747": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2009-12-18", + "dateSigned": "2008-06-19", + "env": "development", + "id": 2748, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73587737", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2748": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1997-12-26", + "dateSigned": "1997-02-12", + "env": "development", + "id": 2749, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81717721", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2749": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1976-12-23", + "dateSigned": "1976-06-02", + "env": "development", + "id": 2750, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2750": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2011-05-19", + "dateSigned": "2010-01-18", + "env": "development", + "id": 2751, + "isoNumeric": null, + "jurisdiction": "Saint Kitts and Nevis", + "jurisdictionCountryCode": "KN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73591648", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2751": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1969-01-20", + "dateSigned": "1968-03-27", + "env": "development", + "id": 2752, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/106792481", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2752": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1982-09-16", + "dateSigned": "1981-11-06", + "env": "development", + "id": 2753, + "isoNumeric": null, + "jurisdiction": "Montenegro", + "jurisdictionCountryCode": "ME", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2753": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2012-12-19", + "dateSigned": "2010-03-10", + "env": "development", + "id": 2754, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85204456", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2754": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1982-09-18", + "dateSigned": "1981-11-06", + "env": "development", + "id": 2755, + "isoNumeric": null, + "jurisdiction": "Bosnia and Herzegovina", + "jurisdictionCountryCode": "BA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2755": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1988-10-26", + "dateSigned": "1986-02-19", + "env": "development", + "id": 2756, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73593373", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2756": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1990-07-08", + "dateSigned": "1979-08-08", + "env": "development", + "id": 2757, + "isoNumeric": null, + "jurisdiction": "Bangladesh", + "jurisdictionCountryCode": "BD", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2757": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1980-05-21", + "dateSigned": "1979-06-21", + "env": "development", + "id": 2758, + "isoNumeric": null, + "jurisdiction": "Sri Lanka", + "jurisdictionCountryCode": "LK", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2758": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2013-12-30", + "dateSigned": "2013-03-26", + "env": "development", + "id": 2759, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218595536", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2759": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2012-12-19", + "dateSigned": "2012-04-26", + "env": "development", + "id": 2760, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/128830751", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2760": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1993-10-26", + "dateSigned": "1993-01-25", + "env": "development", + "id": 2761, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73591563", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2761": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1984-01-20", + "dateSigned": "1982-12-15", + "env": "development", + "id": 2762, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2762": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1982-07-05", + "dateSigned": "1980-05-20", + "env": "development", + "id": 2763, + "isoNumeric": null, + "jurisdiction": "Gambia, The", + "jurisdictionCountryCode": "GM", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2763": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1973-12-31", + "dateSigned": "1973-03-16", + "env": "development", + "id": 2764, + "isoNumeric": null, + "jurisdiction": "Jamaica", + "jurisdictionCountryCode": "JM", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2764": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1950-12-08", + "dateSigned": "1950-12-08", + "env": "development", + "id": 2765, + "isoNumeric": null, + "jurisdiction": "Brunei Darussalam", + "jurisdictionCountryCode": "BN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2765": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1991-12-20", + "dateSigned": "1990-11-05", + "env": "development", + "id": 2766, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2766": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1977-10-08", + "dateSigned": "1975-03-08", + "env": "development", + "id": 2767, + "isoNumeric": null, + "jurisdiction": "Sudan", + "jurisdictionCountryCode": "SD", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2767": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1993-12-21", + "dateSigned": "1992-12-23", + "env": "development", + "id": 2768, + "isoNumeric": null, + "jurisdiction": "Uganda", + "jurisdictionCountryCode": "UG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73588566", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2768": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1998-05-18", + "dateSigned": "1996-12-10", + "env": "development", + "id": 2769, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73591819", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2769": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1987-12-28", + "dateSigned": "1987-09-16", + "env": "development", + "id": 2770, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73588458", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2770": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2015-01-15", + "dateSigned": "2014-09-03", + "env": "development", + "id": 2771, + "isoNumeric": null, + "jurisdiction": "Macao, China", + "jurisdictionCountryCode": "MO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2771": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2008-09-12", + "dateSigned": "2007-11-13", + "env": "development", + "id": 2772, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73652028", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2772": { + "containsParas4and5": null, + "countryCode": "GB", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1992-12-18", + "dateSigned": "1992-08-31", + "env": "development", + "id": 2773, + "isoNumeric": null, + "jurisdiction": "Guyana", + "jurisdictionCountryCode": "GY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73588778", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2773": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2005-12-07", + "dateSigned": "2004-04-13", + "env": "development", + "id": 2774, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85220034", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2774": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1981-10-04", + "dateSigned": "1980-01-20", + "env": "development", + "id": 2775, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85214231", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2775": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1998-03-06", + "dateSigned": "1995-10-24", + "env": "development", + "id": 2776, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85588289", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2776": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2003-12-08", + "dateSigned": "2001-06-05", + "env": "development", + "id": 2777, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85588354", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2777": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2002-08-21", + "dateSigned": "2000-12-04", + "env": "development", + "id": 2778, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74242446", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2778": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1984-07-17", + "dateSigned": "1981-07-16", + "env": "development", + "id": 2779, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85220062", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2779": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2010-03-11", + "dateSigned": "2009-02-16", + "env": "development", + "id": 2780, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/127745780", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2780": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1995-04-07", + "dateSigned": "1991-09-17", + "env": "development", + "id": 2781, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85220151", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2781": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1967-03-17", + "dateSigned": "1965-02-11", + "env": "development", + "id": 2782, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85588321", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2782": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2005-07-11", + "dateSigned": "2004-03-29", + "env": "development", + "id": 2783, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85219992", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2783": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2002-01-22", + "dateSigned": "1991-02-15", + "env": "development", + "id": 2784, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85588210", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2784": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1998-12-18", + "dateSigned": "1996-10-18", + "env": "development", + "id": 2785, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85214316", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2785": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2010-06-08", + "dateSigned": "1997-06-25", + "env": "development", + "id": 2786, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2786": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2008-08-30", + "dateSigned": "2006-10-13", + "env": "development", + "id": 2787, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85220022", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2787": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1999-01-15", + "dateSigned": "1997-04-01", + "env": "development", + "id": 2788, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85919480", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2788": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2005-03-07", + "dateSigned": "2002-03-27", + "env": "development", + "id": 2789, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2789": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2006-08-23", + "dateSigned": "2004-11-27", + "env": "development", + "id": 2790, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85214212", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2790": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2008-08-01", + "dateSigned": "2006-04-04", + "env": "development", + "id": 2791, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85209377", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2791": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2014-03-07", + "dateSigned": "2010-10-08", + "env": "development", + "id": 2792, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85211194", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2792": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1965-01-31", + "dateSigned": "1963-08-21", + "env": "development", + "id": 2793, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88865879", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2793": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2014-04-07", + "dateSigned": "2013-06-26", + "env": "development", + "id": 2794, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2794": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1967-12-08", + "dateSigned": "1966-04-18", + "env": "development", + "id": 2795, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85214180", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2795": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1989-05-23", + "dateSigned": "1986-10-23", + "env": "development", + "id": 2796, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85214108", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2796": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2002-07-18", + "dateSigned": "1999-12-05", + "env": "development", + "id": 2797, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85213418", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2797": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1991-09-16", + "dateSigned": "1988-04-27", + "env": "development", + "id": 2798, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85220097", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2798": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2007-12-20", + "dateSigned": "2000-06-26", + "env": "development", + "id": 2799, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85220196", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2799": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2005-12-05", + "dateSigned": "2002-05-15", + "env": "development", + "id": 2800, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85219916", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2800": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1998-07-10", + "dateSigned": "1995-03-20", + "env": "development", + "id": 2801, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/84678458", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2801": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2005-12-30", + "dateSigned": "2004-05-25", + "env": "development", + "id": 2802, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2802": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2005-04-20", + "dateSigned": "2003-03-02", + "env": "development", + "id": 2803, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85219814", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2803": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2005-03-07", + "dateSigned": "2002-03-27", + "env": "development", + "id": 2804, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85219973", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2804": { + "containsParas4and5": null, + "countryCode": "GH", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1994-08-10", + "dateSigned": "1993-01-20", + "env": "development", + "id": 2805, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73586726", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2805": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1991-09-20", + "dateSigned": "1987-09-03", + "env": "development", + "id": 2806, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73467249", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2806": { + "containsParas4and5": null, + "countryCode": "GH", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "2008-11-12", + "dateSigned": "2008-03-10", + "env": "development", + "id": 2807, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88715763", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2807": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2001-12-13", + "dateSigned": "1995-07-14", + "env": "development", + "id": 2808, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85213362", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2808": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1989-05-23", + "dateSigned": "1986-10-23", + "env": "development", + "id": 2809, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85919437", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2809": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2010-12-16", + "dateSigned": "2009-06-29", + "env": "development", + "id": 2810, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2810": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2009-04-01", + "dateSigned": "2007-07-18", + "env": "development", + "id": 2811, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85213459", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2811": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1963-08-20", + "dateSigned": "1961-10-06", + "env": "development", + "id": 2812, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85220222", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2812": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2002-08-13", + "dateSigned": "1999-12-02", + "env": "development", + "id": 2813, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81714644", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2813": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2003-02-19", + "dateSigned": "1998-11-19", + "env": "development", + "id": 2814, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74488512", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2814": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2008-08-07", + "dateSigned": "2006-07-07", + "env": "development", + "id": 2815, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85324317", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2815": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1992-01-18", + "dateSigned": "1989-05-18", + "env": "development", + "id": 2816, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81602630", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2816": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-01-18", + "env": "development", + "id": 2817, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/109452235", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2817": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2010-11-17", + "dateSigned": "2007-03-20", + "env": "development", + "id": 2818, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2818": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1954-01-15", + "dateSigned": "1953-06-25", + "env": "development", + "id": 2819, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85214250", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2819": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1953-01-01", + "dateSigned": "1950-02-20", + "env": "development", + "id": 2820, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73572420", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2820": { + "containsParas4and5": null, + "countryCode": "GH", + "createdAt": 1568104719141, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2005-05-25", + "env": "development", + "id": 2821, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028702 + }, + "2821": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1985-07-01", + "dateSigned": "1983-05-25", + "env": "development", + "id": 2822, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85588238", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2822": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2005-11-11", + "dateSigned": "2002-06-03", + "env": "development", + "id": 2823, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85214034", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2823": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2002-10-20", + "dateSigned": "1999-05-10", + "env": "development", + "id": 2824, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85214289", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2824": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2004-03-05", + "dateSigned": "2003-12-02", + "env": "development", + "id": 2825, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85919450", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2825": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2010-03-21", + "dateSigned": "2008-10-26", + "env": "development", + "id": 2826, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2826": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1969-01-16", + "dateSigned": "1968-03-30", + "env": "development", + "id": 2827, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85214082", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2827": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1995-08-26", + "dateSigned": "1991-11-22", + "env": "development", + "id": 2828, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85219957", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2828": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1985-02-21", + "dateSigned": "1983-06-16", + "env": "development", + "id": 2829, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112941337", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2829": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2003-09-26", + "dateSigned": "2000-11-06", + "env": "development", + "id": 2830, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85919462", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2830": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1991-09-28", + "dateSigned": "1987-11-20", + "env": "development", + "id": 2831, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85220126", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2831": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-02-12", + "env": "development", + "id": 2832, + "isoNumeric": null, + "jurisdiction": "Cook Islands", + "jurisdictionCountryCode": "CK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2832": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2011-02-10", + "dateSigned": "2010-06-22", + "env": "development", + "id": 2833, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809556", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2833": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-01-31", + "env": "development", + "id": 2834, + "isoNumeric": null, + "jurisdiction": "Gibraltar", + "jurisdictionCountryCode": "GI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/125259132", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2834": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2004-10-07", + "dateSigned": "2003-12-10", + "env": "development", + "id": 2835, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/86052278", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2835": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2011-01-01", + "dateSigned": "2010-05-25", + "env": "development", + "id": 2836, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809878", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2836": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2012-07-18", + "dateSigned": "2011-11-08", + "env": "development", + "id": 2837, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88703617", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2837": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2009-01-20", + "dateSigned": "2007-11-02", + "env": "development", + "id": 2838, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87019572", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2838": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2012-12-28", + "dateSigned": "2012-04-25", + "env": "development", + "id": 2839, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218786190", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2839": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2012-10-15", + "dateSigned": "2010-10-04", + "env": "development", + "id": 2840, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2840": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-08-22", + "env": "development", + "id": 2841, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2841": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-08-22", + "env": "development", + "id": 2842, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2842": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2011-12-01", + "dateSigned": "2010-10-21", + "env": "development", + "id": 2843, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2843": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2012-06-03", + "dateSigned": "2011-03-22", + "env": "development", + "id": 2844, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87019609", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2844": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2013-12-05", + "dateSigned": "2013-03-28", + "env": "development", + "id": 2845, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218602542", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2845": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2011-10-24", + "dateSigned": "2010-03-22", + "env": "development", + "id": 2846, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87019589", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2846": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-08-22", + "env": "development", + "id": 2847, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/269366392", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2847": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2010-12-20", + "dateSigned": "2010-06-21", + "env": "development", + "id": 2848, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/52315296", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2848": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-01-14", + "env": "development", + "id": 2849, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/122190667", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2849": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2006-12-08", + "dateSigned": "2003-12-10", + "env": "development", + "id": 2850, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2850": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2009-08-12", + "dateSigned": "2008-12-16", + "env": "development", + "id": 2851, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/87019645", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2851": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-08-22", + "env": "development", + "id": 2852, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2852": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2013-07-03", + "dateSigned": "2012-02-15", + "env": "development", + "id": 2853, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85327121", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2853": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2010-12-19", + "dateSigned": "2010-07-19", + "env": "development", + "id": 2854, + "isoNumeric": null, + "jurisdiction": "Brunei Darussalam", + "jurisdictionCountryCode": "BN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809723", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2854": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2011-11-09", + "dateSigned": "2010-12-01", + "env": "development", + "id": 2855, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81699508", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2855": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2012-03-28", + "dateSigned": "2010-03-23", + "env": "development", + "id": 2856, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87020890", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2856": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2013-03-07", + "dateSigned": "2012-06-18", + "env": "development", + "id": 2857, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2857": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-08-22", + "env": "development", + "id": 2858, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2858": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2012-01-01", + "dateSigned": "2010-05-12", + "env": "development", + "id": 2859, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2859": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-08-22", + "env": "development", + "id": 2860, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2860": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2013-12-05", + "dateSigned": "2013-05-13", + "env": "development", + "id": 2861, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2861": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2011-07-08", + "dateSigned": "2010-08-12", + "env": "development", + "id": 2862, + "isoNumeric": null, + "jurisdiction": "Liechtenstein", + "jurisdictionCountryCode": "LI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87019504", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2862": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2013-07-25", + "dateSigned": "2010-05-13", + "env": "development", + "id": 2863, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809215", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2863": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2005-12-07", + "dateSigned": "2005-09-07", + "env": "development", + "id": 2864, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/87019630", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2864": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2012-04-13", + "dateSigned": "2011-04-01", + "env": "development", + "id": 2865, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87020829", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2865": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2004-12-29", + "dateSigned": "2003-11-24", + "env": "development", + "id": 2866, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85588264", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2866": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2012-01-24", + "dateSigned": "2011-06-06", + "env": "development", + "id": 2867, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87020813", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2867": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2013-10-29", + "dateSigned": "2012-11-11", + "env": "development", + "id": 2868, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218605340", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2868": { + "containsParas4and5": null, + "countryCode": "HK", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2011-08-14", + "dateSigned": "2010-11-09", + "env": "development", + "id": 2869, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73347714", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2869": { + "containsParas4and5": null, + "countryCode": "HN", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2012-08-30", + "dateSigned": "2006-04-25", + "env": "development", + "id": 2870, + "isoNumeric": null, + "jurisdiction": "El Salvador", + "jurisdictionCountryCode": "SV", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2870": { + "containsParas4and5": null, + "countryCode": "HN", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2009-08-20", + "dateSigned": "2006-04-25", + "env": "development", + "id": 2871, + "isoNumeric": null, + "jurisdiction": "Guatemala", + "jurisdictionCountryCode": "GT", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2871": { + "containsParas4and5": null, + "countryCode": "HN", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1991-10-11", + "dateSigned": "1990-09-27", + "env": "development", + "id": 2872, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2872": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2009-02-22", + "dateSigned": "2007-09-14", + "env": "development", + "id": 2873, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224331350", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2873": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1997-06-05", + "dateSigned": "1994-12-02", + "env": "development", + "id": 2874, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224327676", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2874": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2006-02-17", + "dateSigned": "2005-02-20", + "env": "development", + "id": 2875, + "isoNumeric": null, + "jurisdiction": "Jordan", + "jurisdictionCountryCode": "JO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224333157", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2875": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1997-01-01", + "dateSigned": "1994-10-19", + "env": "development", + "id": 2876, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/84677476", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2876": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2004-04-22", + "dateSigned": "2001-12-14", + "env": "development", + "id": 2877, + "isoNumeric": null, + "jurisdiction": "Montenegro", + "jurisdictionCountryCode": "ME", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224494577", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2877": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2004-01-01", + "dateSigned": "2001-05-29", + "env": "development", + "id": 2878, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2878": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2009-04-06", + "dateSigned": "2008-06-24", + "env": "development", + "id": 2879, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224345070", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2879": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2005-09-01", + "dateSigned": "2003-06-19", + "env": "development", + "id": 2880, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224331478", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2880": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2004-07-12", + "dateSigned": "2002-04-03", + "env": "development", + "id": 2881, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85209391", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2881": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2002-01-01", + "dateSigned": "1900-01-01", + "env": "development", + "id": 2882, + "isoNumeric": null, + "jurisdiction": "Oman", + "jurisdictionCountryCode": "OM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2882": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2003-08-09", + "dateSigned": "2002-09-06", + "env": "development", + "id": 2883, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85328358", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2883": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1998-12-18", + "dateSigned": "1996-10-18", + "env": "development", + "id": 2884, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85214316", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2884": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1997-11-07", + "dateSigned": "1996-11-18", + "env": "development", + "id": 2885, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74488544", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2885": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2012-10-25", + "dateSigned": "2008-06-26", + "env": "development", + "id": 2886, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224344960", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2886": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2006-04-20", + "dateSigned": "2005-05-19", + "env": "development", + "id": 2887, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74242467", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2887": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1999-11-23", + "dateSigned": "1997-12-09", + "env": "development", + "id": 2888, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224331192", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2888": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2004-06-04", + "dateSigned": "2003-06-11", + "env": "development", + "id": 2889, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224331113", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2889": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2008-10-30", + "dateSigned": "2003-05-20", + "env": "development", + "id": 2890, + "isoNumeric": null, + "jurisdiction": "Iran", + "jurisdictionCountryCode": "IR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224332360", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2890": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2011-12-15", + "dateSigned": "2010-07-06", + "env": "development", + "id": 2891, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85325092", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2891": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1998-06-07", + "dateSigned": "1996-08-30", + "env": "development", + "id": 2892, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224331631", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2892": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1999-12-20", + "dateSigned": "1999-03-12", + "env": "development", + "id": 2893, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/224331248", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2893": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2006-01-01", + "dateSigned": "2005-06-10", + "env": "development", + "id": 2894, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2894": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2006-09-15", + "dateSigned": "2002-11-13", + "env": "development", + "id": 2895, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81683362", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2895": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2005-06-22", + "dateSigned": "2004-06-07", + "env": "development", + "id": 2896, + "isoNumeric": null, + "jurisdiction": "Bosnia and Herzegovina", + "jurisdictionCountryCode": "BA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224329293", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2896": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1999-12-28", + "dateSigned": "1999-01-22", + "env": "development", + "id": 2897, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224331298", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2897": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2012-03-16", + "dateSigned": "2002-02-15", + "env": "development", + "id": 2898, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/224331723", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2898": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2001-05-18", + "dateSigned": "1995-01-09", + "env": "development", + "id": 2899, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81567281", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2899": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1998-07-30", + "dateSigned": "1997-07-15", + "env": "development", + "id": 2900, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224329606", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2900": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1996-01-11", + "dateSigned": "1994-07-06", + "env": "development", + "id": 2901, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/224345018", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2901": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1997-01-01", + "dateSigned": "1996-02-12", + "env": "development", + "id": 2902, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2902": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2005-01-01", + "dateSigned": "2003-06-02", + "env": "development", + "id": 2903, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2903": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2006-01-01", + "dateSigned": "2004-10-18", + "env": "development", + "id": 2904, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2904": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2004-12-21", + "dateSigned": "2003-06-24", + "env": "development", + "id": 2905, + "isoNumeric": null, + "jurisdiction": "Chile", + "jurisdictionCountryCode": "CL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81456078", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2905": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1995-10-02", + "env": "development", + "id": 2906, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224345204", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2906": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2009-02-18", + "dateSigned": "2009-05-22", + "env": "development", + "id": 2907, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224328307", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2907": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2003-10-29", + "dateSigned": "2002-06-21", + "env": "development", + "id": 2908, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81678900", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2908": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2004-04-22", + "dateSigned": "2001-12-14", + "env": "development", + "id": 2909, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224494655", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2909": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2001-03-30", + "dateSigned": "2000-05-04", + "env": "development", + "id": 2910, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81686464", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2910": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2001-06-27", + "dateSigned": "2000-09-21", + "env": "development", + "id": 2911, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85626479", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2911": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2008-01-01", + "dateSigned": "2006-09-26", + "env": "development", + "id": 2912, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809295", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2912": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1996-06-03", + "dateSigned": "1983-01-10", + "env": "development", + "id": 2913, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86182861", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2913": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2009-09-18", + "dateSigned": "1981-11-06", + "env": "development", + "id": 2914, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224331557", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2914": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1999-08-22", + "dateSigned": "1998-10-21", + "env": "development", + "id": 2915, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88703647", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2915": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2001-04-06", + "dateSigned": "2000-05-23", + "env": "development", + "id": 2916, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88716111", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2916": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2014-06-01", + "dateSigned": "2000-05-19", + "env": "development", + "id": 2917, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2917": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2013-12-06", + "dateSigned": "2013-01-18", + "env": "development", + "id": 2918, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218602046", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2918": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2001-02-27", + "dateSigned": "2000-05-19", + "env": "development", + "id": 2919, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224344895", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2919": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1981-12-16", + "dateSigned": "1980-06-18", + "env": "development", + "id": 2920, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224345252", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2920": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1987-12-22", + "dateSigned": "1986-04-29", + "env": "development", + "id": 2921, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224345147", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2921": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1999-09-01", + "dateSigned": "1996-09-10", + "env": "development", + "id": 2922, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224345486", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2922": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1987-12-18", + "dateSigned": "1986-05-08", + "env": "development", + "id": 2923, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224331413", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2923": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2004-07-15", + "dateSigned": "2002-02-18", + "env": "development", + "id": 2924, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85337650", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2924": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2007-12-20", + "dateSigned": "2006-02-06", + "env": "development", + "id": 2925, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88133004", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2925": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2013-03-18", + "dateSigned": "2012-03-12", + "env": "development", + "id": 2926, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224328949", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2926": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2006-05-10", + "dateSigned": "2005-05-30", + "env": "development", + "id": 2927, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224494485", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2927": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2015-02-28", + "dateSigned": "2013-10-04", + "env": "development", + "id": 2928, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2928": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2009-09-15", + "dateSigned": "1999-10-29", + "env": "development", + "id": 2929, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224332950", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2929": { + "containsParas4and5": null, + "countryCode": "HR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2000-05-18", + "dateSigned": "1997-09-22", + "env": "development", + "id": 2930, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224345398", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2930": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2012-04-21", + "dateSigned": "2012-01-18", + "env": "development", + "id": 2931, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809419", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2931": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1976-01-01", + "dateSigned": "1975-02-20", + "env": "development", + "id": 2932, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2932": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1981-01-01", + "dateSigned": "1980-02-13", + "env": "development", + "id": 2933, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112962218", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2933": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1987-09-25", + "dateSigned": "1986-06-05", + "env": "development", + "id": 2934, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88716149", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2934": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1993-01-01", + "dateSigned": "1991-08-06", + "env": "development", + "id": 2935, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88866057", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2935": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2013-01-01", + "dateSigned": "2012-02-16", + "env": "development", + "id": 2936, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/156115692", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2936": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1997-01-01", + "dateSigned": "1994-12-07", + "env": "development", + "id": 2937, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2937": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2009-01-01", + "dateSigned": "2008-02-18", + "env": "development", + "id": 2938, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/127384070", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2938": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1993-08-13", + "dateSigned": "1988-10-25", + "env": "development", + "id": 2939, + "isoNumeric": null, + "jurisdiction": "Uruguay", + "jurisdictionCountryCode": "UY", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2939": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1997-01-01", + "dateSigned": "1994-03-01", + "env": "development", + "id": 2940, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74488579", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2940": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1994-06-08", + "env": "development", + "id": 2941, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2941": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2012-01-01", + "dateSigned": "2011-02-28", + "env": "development", + "id": 2942, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2942": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1998-12-18", + "dateSigned": "1997-04-17", + "env": "development", + "id": 2943, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81954453", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2943": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2003-01-01", + "dateSigned": "2001-04-13", + "env": "development", + "id": 2944, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2944": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1992-11-13", + "dateSigned": "1991-05-14", + "env": "development", + "id": 2945, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809708", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2945": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1994-08-26", + "env": "development", + "id": 2946, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2946": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1992-01-01", + "dateSigned": "1989-05-22", + "env": "development", + "id": 2947, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85337674", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2947": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2005-12-23", + "dateSigned": "2004-08-26", + "env": "development", + "id": 2948, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113084039", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2948": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1990-04-01", + "dateSigned": "1989-03-29", + "env": "development", + "id": 2949, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81683400", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2949": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2011-12-28", + "dateSigned": "2011-09-07", + "env": "development", + "id": 2950, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218601559", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2950": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1982-04-25", + "dateSigned": "1982-07-19", + "env": "development", + "id": 2951, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/86049380", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2951": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1981-07-24", + "dateSigned": "1978-10-25", + "env": "development", + "id": 2952, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2952": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2011-01-01", + "dateSigned": "2009-11-09", + "env": "development", + "id": 2953, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2953": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1997-01-01", + "dateSigned": "1995-05-19", + "env": "development", + "id": 2954, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2954": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1994-04-01", + "env": "development", + "id": 2955, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2955": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2010-12-03", + "dateSigned": "2009-09-15", + "env": "development", + "id": 2956, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2956": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2013-01-01", + "dateSigned": "2011-04-27", + "env": "development", + "id": 2957, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2957": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1998-06-07", + "dateSigned": "1996-08-30", + "env": "development", + "id": 2958, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224331631", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2958": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2010-09-29", + "dateSigned": "1992-10-31", + "env": "development", + "id": 2959, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2959": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2005-01-01", + "dateSigned": "2004-05-14", + "env": "development", + "id": 2960, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2960": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1991-01-01", + "dateSigned": "1986-06-20", + "env": "development", + "id": 2961, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88129778", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2961": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2005-01-01", + "dateSigned": "2004-05-12", + "env": "development", + "id": 2962, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81686504", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2962": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2014-11-09", + "dateSigned": "2013-09-12", + "env": "development", + "id": 2963, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809282", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2963": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2015-02-13", + "dateSigned": "2014-01-28", + "env": "development", + "id": 2964, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809469", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2964": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1987-05-20", + "dateSigned": "1984-07-09", + "env": "development", + "id": 2965, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88692436", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2965": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1982-09-24", + "dateSigned": "1981-12-01", + "env": "development", + "id": 2966, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81568023", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2966": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2015-05-01", + "dateSigned": "2014-03-23", + "env": "development", + "id": 2967, + "isoNumeric": null, + "jurisdiction": "Saudi Arabia", + "jurisdictionCountryCode": "SA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809785", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2967": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2011-01-01", + "dateSigned": "2010-05-19", + "env": "development", + "id": 2968, + "isoNumeric": null, + "jurisdiction": "Chinese Taipei", + "jurisdictionCountryCode": "TW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2968": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1995-01-01", + "dateSigned": "1992-04-15", + "env": "development", + "id": 2969, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2969": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2014-03-07", + "dateSigned": "2013-09-11", + "env": "development", + "id": 2970, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218602648", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2970": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1992-09-23", + "env": "development", + "id": 2971, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88702108", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2971": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2011-12-31", + "dateSigned": "2011-07-24", + "env": "development", + "id": 2972, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88691192", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2972": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1994-02-06", + "dateSigned": "1992-02-24", + "env": "development", + "id": 2973, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109342413", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2973": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1998-02-07", + "dateSigned": "1997-06-13", + "env": "development", + "id": 2974, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2974": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1995-12-21", + "dateSigned": "1992-11-14", + "env": "development", + "id": 2975, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112688250", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2975": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-02-24", + "env": "development", + "id": 2976, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218585696", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2976": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2006-02-07", + "dateSigned": "2005-11-23", + "env": "development", + "id": 2977, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85325061", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2977": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2014-10-04", + "dateSigned": "2013-04-30", + "env": "development", + "id": 2978, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2978": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1979-09-12", + "dateSigned": "1979-02-12", + "env": "development", + "id": 2979, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2979": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2012-01-01", + "dateSigned": "2010-05-12", + "env": "development", + "id": 2980, + "isoNumeric": null, + "jurisdiction": "Hong Kong, China", + "jurisdictionCountryCode": "HK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2980": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2005-01-01", + "dateSigned": "2002-02-19", + "env": "development", + "id": 2981, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2981": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1980-01-01", + "dateSigned": "1977-05-15", + "env": "development", + "id": 2982, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73577160", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2982": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2006-01-01", + "dateSigned": "2003-11-03", + "env": "development", + "id": 2983, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86049667", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2983": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1988-01-01", + "dateSigned": "1985-10-17", + "env": "development", + "id": 2984, + "isoNumeric": null, + "jurisdiction": "Bosnia and Herzegovina", + "jurisdictionCountryCode": "BA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2984": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2003-01-01", + "dateSigned": "2001-06-26", + "env": "development", + "id": 2985, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2985": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1981-12-01", + "dateSigned": "1980-04-28", + "env": "development", + "id": 2986, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861353", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2986": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1994-12-31", + "dateSigned": "1992-06-17", + "env": "development", + "id": 2987, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81462530", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2987": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2003-01-01", + "dateSigned": "2001-06-20", + "env": "development", + "id": 2988, + "isoNumeric": null, + "jurisdiction": "Montenegro", + "jurisdictionCountryCode": "ME", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2988": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1997-01-01", + "dateSigned": "1995-04-19", + "env": "development", + "id": 2989, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2989": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1983-01-01", + "dateSigned": "1981-10-12", + "env": "development", + "id": 2990, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2990": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1990-01-01", + "dateSigned": "1989-05-18", + "env": "development", + "id": 2991, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2991": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1995-01-01", + "dateSigned": "1991-11-05", + "env": "development", + "id": 2992, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2992": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1992-04-10", + "dateSigned": "1990-11-20", + "env": "development", + "id": 2993, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2993": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1995-12-21", + "dateSigned": "1994-08-05", + "env": "development", + "id": 2994, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74477157", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2994": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2000-08-20", + "dateSigned": "1991-12-12", + "env": "development", + "id": 2995, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2995": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1985-07-01", + "dateSigned": "1983-05-25", + "env": "development", + "id": 2996, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85588238", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2996": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2014-03-12", + "dateSigned": "2013-10-03", + "env": "development", + "id": 2997, + "isoNumeric": null, + "jurisdiction": "Kosovo", + "jurisdictionCountryCode": "XK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2997": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1997-01-01", + "dateSigned": "1995-04-25", + "env": "development", + "id": 2998, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2998": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2000-05-08", + "dateSigned": "1995-05-16", + "env": "development", + "id": 2999, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81714709", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "2999": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2010-01-01", + "dateSigned": "2008-04-17", + "env": "development", + "id": 3000, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "3000": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1991-04-21", + "dateSigned": "1990-01-15", + "env": "development", + "id": 3001, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "3001": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1993-09-16", + "env": "development", + "id": 3002, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "3002": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1995-01-01", + "dateSigned": "1994-01-17", + "env": "development", + "id": 3003, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "3003": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1994-12-27", + "dateSigned": "1993-01-14", + "env": "development", + "id": 3004, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "3004": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1994-01-01", + "dateSigned": "1989-10-19", + "env": "development", + "id": 3005, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "3005": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1999-01-01", + "dateSigned": "1994-09-13", + "env": "development", + "id": 3006, + "isoNumeric": null, + "jurisdiction": "Mongolia", + "jurisdictionCountryCode": "MN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "3006": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1982-01-01", + "dateSigned": "1980-10-21", + "env": "development", + "id": 3007, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86182883", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "3007": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1992-10-22", + "env": "development", + "id": 3008, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "3008": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2005-01-01", + "dateSigned": "2002-09-11", + "env": "development", + "id": 3009, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85210435", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "3009": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1986-04-29", + "dateSigned": "1985-12-28", + "env": "development", + "id": 3010, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "3010": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1982-05-20", + "dateSigned": "1981-06-18", + "env": "development", + "id": 3011, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88688925", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "3011": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2003-04-01", + "env": "development", + "id": 3012, + "isoNumeric": null, + "jurisdiction": "Myanmar", + "jurisdictionCountryCode": "MM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "3012": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2013-06-11", + "dateSigned": "2003-10-14", + "env": "development", + "id": 3013, + "isoNumeric": null, + "jurisdiction": "Suriname", + "jurisdictionCountryCode": "SR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3013": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1993-04-12", + "dateSigned": "1992-05-13", + "env": "development", + "id": 3014, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3014": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1989-10-24", + "dateSigned": "1988-08-29", + "env": "development", + "id": 3015, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112947467", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3015": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2012-04-10", + "dateSigned": "2008-06-08", + "env": "development", + "id": 3016, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3016": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-04-27", + "env": "development", + "id": 3017, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85327184", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3017": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1994-04-14", + "dateSigned": "1993-04-05", + "env": "development", + "id": 3018, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73591481", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3018": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-03-19", + "env": "development", + "id": 3019, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3019": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2003-12-31", + "dateSigned": "2002-01-29", + "env": "development", + "id": 3020, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88716176", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3020": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-07-27", + "env": "development", + "id": 3021, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3021": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2000-12-08", + "dateSigned": "1995-04-28", + "env": "development", + "id": 3022, + "isoNumeric": null, + "jurisdiction": "Algeria", + "jurisdictionCountryCode": "DZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3022": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2005-10-12", + "env": "development", + "id": 3023, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3023": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2000-04-20", + "dateSigned": "1999-09-27", + "env": "development", + "id": 3024, + "isoNumeric": null, + "jurisdiction": "Seychelles", + "jurisdictionCountryCode": "SC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113063283", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3024": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2014-09-22", + "dateSigned": "2011-06-22", + "env": "development", + "id": 3025, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85320935", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3025": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-02-28", + "env": "development", + "id": 3026, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3026": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1999-01-01", + "dateSigned": "1997-06-27", + "env": "development", + "id": 3027, + "isoNumeric": null, + "jurisdiction": "Syrian Arab Republic", + "jurisdictionCountryCode": "SY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3027": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-09-25", + "env": "development", + "id": 3028, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3028": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1989-01-26", + "dateSigned": "1987-10-15", + "env": "development", + "id": 3029, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3029": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1998-11-09", + "dateSigned": "1996-04-10", + "env": "development", + "id": 3030, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3030": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1981-03-13", + "dateSigned": "1979-09-14", + "env": "development", + "id": 3031, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88728402", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3031": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2003-08-25", + "dateSigned": "2001-11-07", + "env": "development", + "id": 3032, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81462536", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3032": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1992-12-14", + "dateSigned": "1992-04-22", + "env": "development", + "id": 3033, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3033": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1994-03-10", + "dateSigned": "1993-01-14", + "env": "development", + "id": 3034, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3034": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1991-02-28", + "dateSigned": "1990-10-07", + "env": "development", + "id": 3035, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/109451744", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3035": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2003-10-28", + "env": "development", + "id": 3036, + "isoNumeric": null, + "jurisdiction": "Tajikistan", + "jurisdictionCountryCode": "TJ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3036": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1989-09-27", + "dateSigned": "1989-02-28", + "env": "development", + "id": 3037, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3037": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2011-01-01", + "dateSigned": "2004-04-30", + "env": "development", + "id": 3038, + "isoNumeric": null, + "jurisdiction": "Iran", + "jurisdictionCountryCode": "IR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3038": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2000-12-18", + "dateSigned": "1997-02-27", + "env": "development", + "id": 3039, + "isoNumeric": null, + "jurisdiction": "Venezuela", + "jurisdictionCountryCode": "VE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3039": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2002-12-17", + "dateSigned": "1999-03-12", + "env": "development", + "id": 3040, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3040": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1998-11-23", + "dateSigned": "1997-07-15", + "env": "development", + "id": 3041, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74488611", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3041": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1980-12-23", + "dateSigned": "1979-01-16", + "env": "development", + "id": 3042, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3042": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1990-01-30", + "dateSigned": "1988-07-11", + "env": "development", + "id": 3043, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73574362", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3043": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1988-06-23", + "dateSigned": "1987-03-25", + "env": "development", + "id": 3044, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81699540", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3044": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2004-10-28", + "dateSigned": "2002-09-06", + "env": "development", + "id": 3045, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3045": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2012-03-16", + "dateSigned": "2002-02-15", + "env": "development", + "id": 3046, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/224331723", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3046": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2002-02-26", + "dateSigned": "1998-05-13", + "env": "development", + "id": 3047, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3047": { + "containsParas4and5": null, + "countryCode": "HN", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2011-02-11", + "dateSigned": "2006-04-26", + "env": "development", + "id": 3048, + "isoNumeric": null, + "jurisdiction": "Costa Rica", + "jurisdictionCountryCode": "CR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "3048": { + "containsParas4and5": null, + "countryCode": "GR", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "2010-05-01", + "dateSigned": "2008-06-19", + "env": "development", + "id": 3049, + "isoNumeric": null, + "jurisdiction": "Saudi Arabia", + "jurisdictionCountryCode": "SA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106433190", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "3049": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2001-01-01", + "dateSigned": "1998-02-10", + "env": "development", + "id": 3050, + "isoNumeric": null, + "jurisdiction": "Sudan", + "jurisdictionCountryCode": "SD", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3050": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1989-05-03", + "dateSigned": "1988-11-10", + "env": "development", + "id": 3051, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81683412", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3051": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1988-10-01", + "dateSigned": "1986-07-24", + "env": "development", + "id": 3052, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85626514", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3052": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1995-12-01", + "dateSigned": "1995-03-01", + "env": "development", + "id": 3053, + "isoNumeric": null, + "jurisdiction": "Chinese Taipei", + "jurisdictionCountryCode": "TW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3053": { + "containsParas4and5": null, + "countryCode": "HU", + "createdAt": 1568104719142, + "currencyCode": null, + "dateActive": "1995-11-09", + "dateSigned": "1993-03-10", + "env": "development", + "id": 3054, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028703 + }, + "3054": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1990-05-16", + "dateSigned": "1988-07-19", + "env": "development", + "id": 3055, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86182910", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3055": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1999-12-20", + "dateSigned": "1995-05-30", + "env": "development", + "id": 3056, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88692444", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3056": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1982-12-31", + "dateSigned": "1982-03-03", + "env": "development", + "id": 3057, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112962235", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3057": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-03-12", + "env": "development", + "id": 3058, + "isoNumeric": null, + "jurisdiction": "Papua New Guinea", + "jurisdictionCountryCode": "PG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3058": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1999-01-13", + "dateSigned": "1996-07-03", + "env": "development", + "id": 3059, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3059": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1991-12-28", + "dateSigned": "1990-10-30", + "env": "development", + "id": 3060, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81596066", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3060": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2007-05-11", + "dateSigned": "2003-07-09", + "env": "development", + "id": 3061, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3061": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1992-05-25", + "dateSigned": "1991-01-11", + "env": "development", + "id": 3062, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3062": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1997-04-23", + "env": "development", + "id": 3063, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3063": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1996-01-26", + "dateSigned": "1994-10-04", + "env": "development", + "id": 3064, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3064": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1995-09-02", + "dateSigned": "1990-02-18", + "env": "development", + "id": 3065, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73467433", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3065": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1991-01-25", + "dateSigned": "1990-05-08", + "env": "development", + "id": 3066, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81954481", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3066": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2012-03-28", + "dateSigned": "2010-03-23", + "env": "development", + "id": 3067, + "isoNumeric": null, + "jurisdiction": "Hong Kong, China", + "jurisdictionCountryCode": "HK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87020890", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3067": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2001-01-30", + "dateSigned": "2000-10-12", + "env": "development", + "id": 3068, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74477195", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3068": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2001-11-07", + "dateSigned": "1997-09-16", + "env": "development", + "id": 3069, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85918868", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3069": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-06-22", + "env": "development", + "id": 3070, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72671946", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3070": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2000-03-06", + "dateSigned": "1997-02-25", + "env": "development", + "id": 3071, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3071": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1992-08-11", + "dateSigned": "1991-09-12", + "env": "development", + "id": 3072, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3072": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2006-07-11", + "dateSigned": "2003-06-19", + "env": "development", + "id": 3073, + "isoNumeric": null, + "jurisdiction": "Bangladesh", + "jurisdictionCountryCode": "BD", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3073": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1998-12-22", + "dateSigned": "1996-11-12", + "env": "development", + "id": 3074, + "isoNumeric": null, + "jurisdiction": "Jordan", + "jurisdictionCountryCode": "JO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3074": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2001-05-31", + "env": "development", + "id": 3075, + "isoNumeric": null, + "jurisdiction": "Zambia", + "jurisdictionCountryCode": "ZM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3075": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2001-01-01", + "dateSigned": "1996-07-02", + "env": "development", + "id": 3076, + "isoNumeric": null, + "jurisdiction": "Mongolia", + "jurisdictionCountryCode": "MN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3076": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2002-08-14", + "dateSigned": "2000-02-27", + "env": "development", + "id": 3077, + "isoNumeric": null, + "jurisdiction": "Brunei Darussalam", + "jurisdictionCountryCode": "BN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809302", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3077": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-04-27", + "env": "development", + "id": 3078, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85211280", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3078": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1994-06-21", + "dateSigned": "1993-02-03", + "env": "development", + "id": 3079, + "isoNumeric": null, + "jurisdiction": "Sri Lanka", + "jurisdictionCountryCode": "LK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3079": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2007-09-19", + "dateSigned": "2006-04-30", + "env": "development", + "id": 3080, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3080": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1994-01-01", + "dateSigned": "1989-10-19", + "env": "development", + "id": 3081, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3081": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1996-11-08", + "dateSigned": "1995-11-30", + "env": "development", + "id": 3082, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/109453467", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3082": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1993-08-25", + "dateSigned": "1992-10-06", + "env": "development", + "id": 3083, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81711973", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3083": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2004-03-25", + "dateSigned": "2002-07-11", + "env": "development", + "id": 3084, + "isoNumeric": null, + "jurisdiction": "Korea, Democratic People's Republic of", + "jurisdictionCountryCode": "KP", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81683412", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3084": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-09-07", + "env": "development", + "id": 3085, + "isoNumeric": null, + "jurisdiction": "Lao People's Democratic Republic", + "jurisdictionCountryCode": "LA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3085": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2011-02-10", + "dateSigned": "2010-06-22", + "env": "development", + "id": 3086, + "isoNumeric": null, + "jurisdiction": "Hong Kong, China", + "jurisdictionCountryCode": "HK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809556", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3086": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1974-12-20", + "dateSigned": "1973-04-13", + "env": "development", + "id": 3087, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109451749", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3087": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2011-09-02", + "dateSigned": "2009-12-08", + "env": "development", + "id": 3088, + "isoNumeric": null, + "jurisdiction": "Cook Islands", + "jurisdictionCountryCode": "CK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72682094", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3088": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1993-11-26", + "dateSigned": "1992-03-27", + "env": "development", + "id": 3089, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3089": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1971-06-15", + "dateSigned": "1968-03-21", + "env": "development", + "id": 3090, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88728430", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3090": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2013-04-24", + "dateSigned": "2012-04-09", + "env": "development", + "id": 3091, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/106370400", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3091": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2009-06-23", + "dateSigned": "2008-04-14", + "env": "development", + "id": 3092, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3092": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2012-12-18", + "dateSigned": "2011-07-14", + "env": "development", + "id": 3093, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88867635", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3093": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2010-11-09", + "dateSigned": "2009-10-29", + "env": "development", + "id": 3094, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81678479", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3094": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1995-07-07", + "dateSigned": "1994-04-29", + "env": "development", + "id": 3095, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3095": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1998-06-05", + "dateSigned": "1997-11-18", + "env": "development", + "id": 3096, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81686613", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3096": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-07-08", + "env": "development", + "id": 3097, + "isoNumeric": null, + "jurisdiction": "Dominica", + "jurisdictionCountryCode": "DM", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3097": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1988-09-26", + "dateSigned": "1986-09-19", + "env": "development", + "id": 3098, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81699611", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3098": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1970-12-07", + "dateSigned": "1968-09-24", + "env": "development", + "id": 3099, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81677234", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3099": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2008-10-24", + "dateSigned": "2008-04-24", + "env": "development", + "id": 3100, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81678922", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3100": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1995-12-22", + "dateSigned": "1995-11-13", + "env": "development", + "id": 3101, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81712016", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3101": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2015-05-11", + "dateSigned": "2013-11-05", + "env": "development", + "id": 3102, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218606720", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3102": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2001-11-27", + "dateSigned": "2000-11-22", + "env": "development", + "id": 3103, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81679349", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3103": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2008-08-28", + "dateSigned": "2005-06-02", + "env": "development", + "id": 3104, + "isoNumeric": null, + "jurisdiction": "Chile", + "jurisdictionCountryCode": "CL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81678645", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3104": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2008-12-24", + "dateSigned": "2008-03-10", + "env": "development", + "id": 3105, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3105": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2010-06-09", + "dateSigned": "2009-06-23", + "env": "development", + "id": 3106, + "isoNumeric": null, + "jurisdiction": "Cayman Islands", + "jurisdictionCountryCode": "KY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809761", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3106": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1998-01-28", + "dateSigned": "1997-11-13", + "env": "development", + "id": 3107, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3107": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2010-06-30", + "dateSigned": "2009-10-13", + "env": "development", + "id": 3108, + "isoNumeric": null, + "jurisdiction": "Liechtenstein", + "jurisdictionCountryCode": "LI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81679185", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3108": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1998-12-13", + "dateSigned": "1998-10-22", + "env": "development", + "id": 3109, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3109": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2002-12-11", + "dateSigned": "2002-03-12", + "env": "development", + "id": 3110, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81679502", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3110": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-10-16", + "env": "development", + "id": 3111, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88867595", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3111": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-04-19", + "env": "development", + "id": 3112, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218606780", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3112": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2012-08-31", + "dateSigned": "2010-06-22", + "env": "development", + "id": 3113, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81679219", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3113": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-11-03", + "env": "development", + "id": 3114, + "isoNumeric": null, + "jurisdiction": "Ethiopia", + "jurisdictionCountryCode": "ET", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/269366191", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3114": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-12-14", + "env": "development", + "id": 3115, + "isoNumeric": null, + "jurisdiction": "Montserrat", + "jurisdictionCountryCode": "MS", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3115": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2000-12-29", + "dateSigned": "1999-10-21", + "env": "development", + "id": 3116, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81679408", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3116": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2013-12-17", + "dateSigned": "2012-06-12", + "env": "development", + "id": 3117, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/106370449", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3117": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1968-01-05", + "dateSigned": "1966-05-24", + "env": "development", + "id": 3118, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88867663", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3118": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1970-05-12", + "dateSigned": "1969-02-11", + "env": "development", + "id": 3119, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88716227", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3119": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1994-11-21", + "dateSigned": "1994-02-10", + "env": "development", + "id": 3120, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3120": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2013-05-12", + "dateSigned": "2012-07-04", + "env": "development", + "id": 3121, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3121": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2010-08-18", + "dateSigned": "2008-10-24", + "env": "development", + "id": 3122, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3122": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1999-12-30", + "dateSigned": "1999-06-08", + "env": "development", + "id": 3123, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3123": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1996-04-21", + "dateSigned": "1995-11-14", + "env": "development", + "id": 3124, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3124": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-04-19", + "env": "development", + "id": 3125, + "isoNumeric": null, + "jurisdiction": "Uganda", + "jurisdictionCountryCode": "UG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3125": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2001-12-26", + "dateSigned": "2000-11-06", + "env": "development", + "id": 3126, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81678946", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3126": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-07-22", + "env": "development", + "id": 3127, + "isoNumeric": null, + "jurisdiction": "Anguilla", + "jurisdictionCountryCode": "AI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809817", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3127": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2012-12-19", + "dateSigned": "2011-11-28", + "env": "development", + "id": 3128, + "isoNumeric": null, + "jurisdiction": "Panama", + "jurisdictionCountryCode": "PA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81679393", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3128": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2015-02-19", + "dateSigned": "2011-05-31", + "env": "development", + "id": 3129, + "isoNumeric": null, + "jurisdiction": "Vanuatu", + "jurisdictionCountryCode": "VU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81679549", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3129": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2003-10-23", + "dateSigned": "2001-06-15", + "env": "development", + "id": 3130, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3130": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2010-05-05", + "dateSigned": "2009-03-26", + "env": "development", + "id": 3131, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81678986", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3131": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2013-08-12", + "dateSigned": "2010-11-23", + "env": "development", + "id": 3132, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81679006", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3132": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1973-07-31", + "dateSigned": "1971-03-29", + "env": "development", + "id": 3133, + "isoNumeric": null, + "jurisdiction": "Zambia", + "jurisdictionCountryCode": "ZM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81679592", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3133": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2013-04-17", + "dateSigned": "2012-07-11", + "env": "development", + "id": 3134, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3134": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1999-09-10", + "dateSigned": "1998-11-28", + "env": "development", + "id": 3135, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81679340", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3135": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2009-01-15", + "dateSigned": "2008-11-14", + "env": "development", + "id": 3136, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81679328", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3136": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1983-12-21", + "dateSigned": "1983-05-31", + "env": "development", + "id": 3137, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3137": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2003-10-29", + "dateSigned": "2002-06-21", + "env": "development", + "id": 3138, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81678900", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3138": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1997-07-28", + "env": "development", + "id": 3139, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73574389", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3139": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1988-04-05", + "dateSigned": "1986-10-08", + "env": "development", + "id": 3140, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3140": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1997-12-05", + "dateSigned": "1997-10-07", + "env": "development", + "id": 3141, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/93797393", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3141": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2010-04-22", + "dateSigned": "2009-05-28", + "env": "development", + "id": 3142, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81679247", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3142": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1973-12-31", + "dateSigned": "1970-06-24", + "env": "development", + "id": 3143, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85918883", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3143": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1998-01-28", + "dateSigned": "1997-11-13", + "env": "development", + "id": 3144, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3144": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2010-06-10", + "dateSigned": "2009-03-26", + "env": "development", + "id": 3145, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81678858", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3145": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2011-03-04", + "dateSigned": "2009-12-15", + "env": "development", + "id": 3146, + "isoNumeric": null, + "jurisdiction": "Antigua and Barbuda", + "jurisdictionCountryCode": "AG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809441", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3146": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2010-06-16", + "dateSigned": "2009-09-23", + "env": "development", + "id": 3147, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81679428", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3147": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2012-02-21", + "dateSigned": "2009-12-08", + "env": "development", + "id": 3148, + "isoNumeric": null, + "jurisdiction": "Samoa", + "jurisdictionCountryCode": "WS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809457", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3148": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2011-04-08", + "dateSigned": "2010-10-28", + "env": "development", + "id": 3149, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3149": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2015-02-10", + "dateSigned": "2010-09-02", + "env": "development", + "id": 3150, + "isoNumeric": null, + "jurisdiction": "Marshall Islands", + "jurisdictionCountryCode": "MH", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3150": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2010-05-11", + "dateSigned": "2009-07-28", + "env": "development", + "id": 3151, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809632", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3151": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2005-04-12", + "dateSigned": "2003-10-08", + "env": "development", + "id": 3152, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3152": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2012-12-01", + "dateSigned": "2011-10-19", + "env": "development", + "id": 3153, + "isoNumeric": null, + "jurisdiction": "Saudi Arabia", + "jurisdictionCountryCode": "SA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88704418", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3153": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2011-04-11", + "dateSigned": "2010-11-18", + "env": "development", + "id": 3154, + "isoNumeric": null, + "jurisdiction": "Belize", + "jurisdictionCountryCode": "BZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81678612", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3154": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2004-12-29", + "dateSigned": "2003-11-24", + "env": "development", + "id": 3155, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85588264", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3155": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1976-12-23", + "dateSigned": "1976-06-02", + "env": "development", + "id": 3156, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3156": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1991-11-27", + "dateSigned": "1990-07-18", + "env": "development", + "id": 3157, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3157": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2012-04-23", + "dateSigned": "2011-05-31", + "env": "development", + "id": 3158, + "isoNumeric": null, + "jurisdiction": "Grenada", + "jurisdictionCountryCode": "GD", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81678803", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3158": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1997-01-01", + "dateSigned": "1995-04-25", + "env": "development", + "id": 3159, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3159": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2011-02-17", + "dateSigned": "2009-12-22", + "env": "development", + "id": 3160, + "isoNumeric": null, + "jurisdiction": "Saint Lucia", + "jurisdictionCountryCode": "LC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81679128", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3160": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1995-12-24", + "dateSigned": "1995-11-20", + "env": "development", + "id": 3161, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3161": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-07-22", + "env": "development", + "id": 3162, + "isoNumeric": null, + "jurisdiction": "Turks and Caicos Islands", + "jurisdictionCountryCode": "TC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809690", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3162": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1974-12-04", + "dateSigned": "1974-01-18", + "env": "development", + "id": 3163, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3163": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1975-02-14", + "dateSigned": "1971-06-11", + "env": "development", + "id": 3164, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809510", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3164": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1994-07-11", + "dateSigned": "1993-06-01", + "env": "development", + "id": 3165, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3165": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2001-04-06", + "dateSigned": "2000-04-19", + "env": "development", + "id": 3166, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81462583", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3166": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2010-05-25", + "dateSigned": "2009-06-24", + "env": "development", + "id": 3167, + "isoNumeric": null, + "jurisdiction": "Gibraltar", + "jurisdictionCountryCode": "GI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809811", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3167": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1998-12-23", + "dateSigned": "1997-12-16", + "env": "development", + "id": 3168, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3168": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2010-07-09", + "dateSigned": "2009-11-03", + "env": "development", + "id": 3169, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81678544", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3169": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2012-11-28", + "dateSigned": "2011-05-30", + "env": "development", + "id": 3170, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3170": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1993-10-08", + "dateSigned": "1993-03-26", + "env": "development", + "id": 3171, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3171": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2011-06-02", + "dateSigned": "2010-07-01", + "env": "development", + "id": 3172, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/84678507", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3172": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2012-05-10", + "dateSigned": "2009-11-03", + "env": "development", + "id": 3173, + "isoNumeric": null, + "jurisdiction": "Bosnia and Herzegovina", + "jurisdictionCountryCode": "BA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81678450", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3173": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1989-01-01", + "dateSigned": "1966-02-08", + "env": "development", + "id": 3174, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3174": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2010-05-06", + "dateSigned": "2008-11-20", + "env": "development", + "id": 3175, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81678845", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3175": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2001-01-05", + "dateSigned": "2000-10-05", + "env": "development", + "id": 3176, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81678469", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3176": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2011-12-01", + "dateSigned": "2010-10-07", + "env": "development", + "id": 3177, + "isoNumeric": null, + "jurisdiction": "Montenegro", + "jurisdictionCountryCode": "ME", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3177": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1975-02-25", + "dateSigned": "1972-01-14", + "env": "development", + "id": 3178, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3178": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2004-12-17", + "dateSigned": "2003-12-17", + "env": "development", + "id": 3179, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81678975", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3179": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2004-01-01", + "dateSigned": "2000-04-11", + "env": "development", + "id": 3180, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3180": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1998-03-06", + "dateSigned": "1995-10-24", + "env": "development", + "id": 3181, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85588289", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3181": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1996-07-18", + "dateSigned": "1995-07-31", + "env": "development", + "id": 3182, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88728484", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3182": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1995-04-08", + "env": "development", + "id": 3183, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81462766", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3183": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2000-05-23", + "dateSigned": "1999-09-08", + "env": "development", + "id": 3184, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88693179", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3184": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1960-06-03", + "dateSigned": "1959-12-22", + "env": "development", + "id": 3185, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88693157", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3185": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2000-01-01", + "dateSigned": "1999-07-19", + "env": "development", + "id": 3186, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88693119", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3186": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2009-12-24", + "dateSigned": "2009-12-18", + "env": "development", + "id": 3187, + "isoNumeric": null, + "jurisdiction": "Chinese Taipei", + "jurisdictionCountryCode": "TW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88693236", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3187": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2003-12-22", + "dateSigned": "2003-07-02", + "env": "development", + "id": 3188, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809308", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3188": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2012-01-01", + "dateSigned": "2010-05-12", + "env": "development", + "id": 3189, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72672828", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3189": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1992-01-01", + "dateSigned": "1991-05-22", + "env": "development", + "id": 3190, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81712050", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3190": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1992-11-13", + "dateSigned": "1991-05-14", + "env": "development", + "id": 3191, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809708", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3191": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2008-02-18", + "dateSigned": "2006-09-26", + "env": "development", + "id": 3192, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81714732", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3192": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1997-01-01", + "dateSigned": "1996-01-22", + "env": "development", + "id": 3193, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88693195", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3193": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1998-08-06", + "dateSigned": "1995-09-08", + "env": "development", + "id": 3194, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809816", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3194": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2008-01-01", + "dateSigned": "2006-11-23", + "env": "development", + "id": 3195, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88693115", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3195": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2006-05-22", + "dateSigned": "2004-12-13", + "env": "development", + "id": 3196, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88693090", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3196": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1997-03-18", + "env": "development", + "id": 3197, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81683459", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3197": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1997-05-27", + "dateSigned": "1992-06-09", + "env": "development", + "id": 3198, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88688939", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3198": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1976-07-27", + "dateSigned": "1975-07-21", + "env": "development", + "id": 3199, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3199": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1999-01-01", + "dateSigned": "1997-06-15", + "env": "development", + "id": 3200, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88693125", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3200": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1995-01-01", + "dateSigned": "1975-11-20", + "env": "development", + "id": 3201, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73574409", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3201": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1993-12-24", + "dateSigned": "1993-03-08", + "env": "development", + "id": 3202, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88693067", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3202": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2011-12-29", + "dateSigned": "2009-09-09", + "env": "development", + "id": 3203, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88693755", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3203": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2010-01-01", + "dateSigned": "2009-04-08", + "env": "development", + "id": 3204, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88693248", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3204": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2000-11-20", + "dateSigned": "1999-11-30", + "env": "development", + "id": 3205, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74242524", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3205": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2007-01-01", + "dateSigned": "2006-05-11", + "env": "development", + "id": 3206, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88693084", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3206": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-08-23", + "env": "development", + "id": 3207, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3207": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1999-01-01", + "dateSigned": "1997-08-01", + "env": "development", + "id": 3208, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809483", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3208": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2000-01-01", + "dateSigned": "1998-09-15", + "env": "development", + "id": 3209, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3209": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2007-01-01", + "dateSigned": "2003-12-26", + "env": "development", + "id": 3210, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88693248", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3210": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2005-09-21", + "dateSigned": "2002-12-12", + "env": "development", + "id": 3211, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809517", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3211": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1966-08-21", + "dateSigned": "1962-07-09", + "env": "development", + "id": 3212, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81596111", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3212": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1971-03-25", + "dateSigned": "1970-04-20", + "env": "development", + "id": 3213, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809288", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3213": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2007-01-01", + "dateSigned": "2006-02-20", + "env": "development", + "id": 3214, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88693109", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3214": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2008-01-01", + "dateSigned": "2006-09-26", + "env": "development", + "id": 3215, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809295", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3215": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-11-08", + "env": "development", + "id": 3216, + "isoNumeric": null, + "jurisdiction": "Panama", + "jurisdictionCountryCode": "PA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809307", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3216": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2001-01-01", + "dateSigned": "1994-04-25", + "env": "development", + "id": 3217, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88693134", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3217": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1974-09-09", + "dateSigned": "1973-07-02", + "env": "development", + "id": 3218, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88716314", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3218": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1971-01-26", + "dateSigned": "1970-01-29", + "env": "development", + "id": 3219, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85626581", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3219": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1985-09-13", + "dateSigned": "1984-06-29", + "env": "development", + "id": 3220, + "isoNumeric": null, + "jurisdiction": "Jamaica", + "jurisdictionCountryCode": "JM", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3220": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2008-01-01", + "dateSigned": "2004-06-02", + "env": "development", + "id": 3221, + "isoNumeric": null, + "jurisdiction": "Ethiopia", + "jurisdictionCountryCode": "ET", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809613", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3221": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1975-11-04", + "dateSigned": "1972-07-13", + "env": "development", + "id": 3222, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85918904", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3222": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1968-01-11", + "dateSigned": "1966-11-02", + "env": "development", + "id": 3223, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86096558", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3223": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1995-12-24", + "dateSigned": "1995-11-20", + "env": "development", + "id": 3224, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3224": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2003-01-01", + "dateSigned": "2000-01-18", + "env": "development", + "id": 3225, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809243", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3225": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1980-05-27", + "dateSigned": "1978-10-02", + "env": "development", + "id": 3226, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74503088", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3226": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2013-12-29", + "dateSigned": "2011-07-28", + "env": "development", + "id": 3227, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88866105", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3227": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2005-12-06", + "dateSigned": "2005-05-19", + "env": "development", + "id": 3228, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81717947", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3228": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2008-01-01", + "dateSigned": "2007-01-30", + "env": "development", + "id": 3229, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88693169", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3229": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1994-12-23", + "dateSigned": "1993-12-06", + "env": "development", + "id": 3230, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3230": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1999-01-01", + "dateSigned": "1996-03-14", + "env": "development", + "id": 3231, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88693201", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3231": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2009-12-28", + "dateSigned": "2009-06-29", + "env": "development", + "id": 3232, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85315469", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3232": { + "containsParas4and5": null, + "countryCode": "IL", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1996-05-15", + "dateSigned": "1996-01-29", + "env": "development", + "id": 3233, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809250", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3233": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2013-10-22", + "dateSigned": "2013-01-22", + "env": "development", + "id": 3234, + "isoNumeric": null, + "jurisdiction": "Sri Lanka", + "jurisdictionCountryCode": "LK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3234": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2008-06-18", + "dateSigned": "2008-11-10", + "env": "development", + "id": 3235, + "isoNumeric": null, + "jurisdiction": "Syrian Arab Republic", + "jurisdictionCountryCode": "SY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85926333", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3235": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1995-02-02", + "dateSigned": "1994-09-07", + "env": "development", + "id": 3236, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85926522", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3236": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2011-03-01", + "dateSigned": "2011-02-11", + "env": "development", + "id": 3237, + "isoNumeric": null, + "jurisdiction": "Bahamas, The", + "jurisdictionCountryCode": "BS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85921509", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3237": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1997-05-06", + "dateSigned": "1996-01-11", + "env": "development", + "id": 3238, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81799655", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3238": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2012-07-10", + "dateSigned": "2011-07-26", + "env": "development", + "id": 3239, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/130521819", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3239": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2013-11-25", + "dateSigned": "2013-09-18", + "env": "development", + "id": 3240, + "isoNumeric": null, + "jurisdiction": "Belize", + "jurisdictionCountryCode": "BZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218585731", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3240": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2009-07-09", + "dateSigned": "2008-06-02", + "env": "development", + "id": 3241, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85922166", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3241": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1997-07-07", + "dateSigned": "1997-02-25", + "env": "development", + "id": 3242, + "isoNumeric": null, + "jurisdiction": "Turkmenistan", + "jurisdictionCountryCode": "TM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85926404", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3242": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1998-04-11", + "dateSigned": "1997-03-25", + "env": "development", + "id": 3243, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85926241", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3243": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1999-10-16", + "dateSigned": "1999-04-20", + "env": "development", + "id": 3244, + "isoNumeric": null, + "jurisdiction": "Jordan", + "jurisdictionCountryCode": "JO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86052044", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3244": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2001-10-31", + "dateSigned": "1999-04-07", + "env": "development", + "id": 3245, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85926453", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3245": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1997-02-01", + "dateSigned": "1995-01-31", + "env": "development", + "id": 3246, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85926404", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3246": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2009-04-10", + "dateSigned": "2008-11-20", + "env": "development", + "id": 3247, + "isoNumeric": null, + "jurisdiction": "Tajikistan", + "jurisdictionCountryCode": "TJ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85926366", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3247": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1969-09-30", + "dateSigned": "1969-02-20", + "env": "development", + "id": 3248, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3248": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-07-27", + "env": "development", + "id": 3249, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3249": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1967-03-17", + "dateSigned": "1965-02-11", + "env": "development", + "id": 3250, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85588321", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3250": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2004-09-09", + "dateSigned": "2003-10-31", + "env": "development", + "id": 3251, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85920104", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3251": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2010-05-19", + "dateSigned": "2005-11-13", + "env": "development", + "id": 3252, + "isoNumeric": null, + "jurisdiction": "Bangladesh", + "jurisdictionCountryCode": "BD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/142024485", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3252": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1995-02-08", + "dateSigned": "1994-09-28", + "env": "development", + "id": 3253, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218785222", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3253": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1989-06-13", + "dateSigned": "1989-03-08", + "env": "development", + "id": 3254, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3254": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1999-09-27", + "dateSigned": "1998-10-01", + "env": "development", + "id": 3255, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85921588", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3255": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1996-10-26", + "dateSigned": "1995-06-19", + "env": "development", + "id": 3256, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81596191", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3256": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2013-06-21", + "dateSigned": "2011-09-08", + "env": "development", + "id": 3257, + "isoNumeric": null, + "jurisdiction": "Uruguay", + "jurisdictionCountryCode": "UY", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3257": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2011-02-28", + "dateSigned": "2010-09-30", + "env": "development", + "id": 3258, + "isoNumeric": null, + "jurisdiction": "Mozambique", + "jurisdictionCountryCode": "MZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85922318", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3258": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1984-01-18", + "dateSigned": "1981-06-05", + "env": "development", + "id": 3259, + "isoNumeric": null, + "jurisdiction": "Zambia", + "jurisdictionCountryCode": "ZM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85926536", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3259": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1986-08-01", + "dateSigned": "1985-07-19", + "env": "development", + "id": 3260, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81683468", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3260": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2000-01-15", + "dateSigned": "1999-04-07", + "env": "development", + "id": 3261, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85922418", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3261": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2011-12-08", + "dateSigned": "2011-08-24", + "env": "development", + "id": 3262, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86049660", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3262": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1999-10-13", + "dateSigned": "1999-02-08", + "env": "development", + "id": 3263, + "isoNumeric": null, + "jurisdiction": "Trinidad and Tobago", + "jurisdictionCountryCode": "TT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113065300", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3263": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2012-06-11", + "dateSigned": "2011-12-20", + "env": "development", + "id": 3264, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85211252", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3264": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1991-12-30", + "dateSigned": "1991-07-25", + "env": "development", + "id": 3265, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85920166", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3265": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2008-09-23", + "dateSigned": "2006-02-08", + "env": "development", + "id": 3266, + "isoNumeric": null, + "jurisdiction": "Montenegro", + "jurisdictionCountryCode": "ME", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85922196", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3266": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-11-13", + "env": "development", + "id": 3267, + "isoNumeric": null, + "jurisdiction": "Saint Kitts and Nevis", + "jurisdictionCountryCode": "KN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3267": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2010-11-03", + "dateSigned": "2010-10-07", + "env": "development", + "id": 3268, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/78738679", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3268": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1997-10-01", + "dateSigned": "1993-04-26", + "env": "development", + "id": 3269, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85918920", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3269": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2012-05-08", + "dateSigned": "2011-11-03", + "env": "development", + "id": 3270, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85327234", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3270": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2007-10-17", + "dateSigned": "2006-06-15", + "env": "development", + "id": 3271, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85922119", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3271": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2012-12-26", + "dateSigned": "2012-05-09", + "env": "development", + "id": 3272, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218786207", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3272": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1985-06-11", + "dateSigned": "1982-08-24", + "env": "development", + "id": 3273, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85328372", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3273": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2011-11-08", + "dateSigned": "2011-03-21", + "env": "development", + "id": 3274, + "isoNumeric": null, + "jurisdiction": "Cayman Islands", + "jurisdictionCountryCode": "KY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85938646", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3274": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2012-07-20", + "dateSigned": "2011-09-19", + "env": "development", + "id": 3275, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218592384", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3275": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1999-01-22", + "dateSigned": "1997-02-15", + "env": "development", + "id": 3276, + "isoNumeric": null, + "jurisdiction": "Namibia", + "jurisdictionCountryCode": "NA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86052062", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3276": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2013-04-03", + "dateSigned": "2012-07-31", + "env": "development", + "id": 3277, + "isoNumeric": null, + "jurisdiction": "Monaco", + "jurisdictionCountryCode": "MC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218785144", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3277": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1994-05-27", + "dateSigned": "1994-01-24", + "env": "development", + "id": 3278, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81717991", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3278": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2010-04-19", + "dateSigned": "2010-01-15", + "env": "development", + "id": 3279, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85921936", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3279": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1994-08-01", + "dateSigned": "1992-09-29", + "env": "development", + "id": 3280, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85921950", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3280": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2008-01-30", + "dateSigned": "2006-12-08", + "env": "development", + "id": 3281, + "isoNumeric": null, + "jurisdiction": "Botswana", + "jurisdictionCountryCode": "BW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85921526", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3281": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1994-12-29", + "dateSigned": "1994-11-02", + "env": "development", + "id": 3282, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3282": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2001-12-26", + "dateSigned": "2000-11-06", + "env": "development", + "id": 3283, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81678946", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3283": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2010-05-19", + "dateSigned": "2005-11-13", + "env": "development", + "id": 3284, + "isoNumeric": null, + "jurisdiction": "Bhutan", + "jurisdictionCountryCode": "BT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/142024485", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3284": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2012-10-15", + "dateSigned": "2011-05-25", + "env": "development", + "id": 3285, + "isoNumeric": null, + "jurisdiction": "Ethiopia", + "jurisdictionCountryCode": "ET", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3285": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2007-12-21", + "dateSigned": "2007-11-23", + "env": "development", + "id": 3286, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85325128", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3286": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2004-08-27", + "dateSigned": "2004-04-30", + "env": "development", + "id": 3287, + "isoNumeric": null, + "jurisdiction": "Uganda", + "jurisdictionCountryCode": "UG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85926480", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3287": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2012-03-30", + "dateSigned": "2011-03-10", + "env": "development", + "id": 3288, + "isoNumeric": null, + "jurisdiction": "Liberia", + "jurisdictionCountryCode": "LR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3288": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2013-03-11", + "dateSigned": "2013-02-01", + "env": "development", + "id": 3289, + "isoNumeric": null, + "jurisdiction": "Gibraltar", + "jurisdictionCountryCode": "GI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/125259168", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3289": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-03-28", + "env": "development", + "id": 3290, + "isoNumeric": null, + "jurisdiction": "Liechtenstein", + "jurisdictionCountryCode": "LI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218777727", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3290": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1994-01-25", + "dateSigned": "1993-07-29", + "env": "development", + "id": 3291, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86049943", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3291": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1994-11-21", + "dateSigned": "1994-07-18", + "env": "development", + "id": 3292, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81677096", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3292": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1997-12-25", + "dateSigned": "1997-06-24", + "env": "development", + "id": 3293, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85926294", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3293": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1997-06-03", + "dateSigned": "1997-04-02", + "env": "development", + "id": 3294, + "isoNumeric": null, + "jurisdiction": "Oman", + "jurisdictionCountryCode": "OM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86049904", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3294": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1995-06-23", + "dateSigned": "1994-05-26", + "env": "development", + "id": 3295, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86049622", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3295": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1987-03-13", + "dateSigned": "1986-01-27", + "env": "development", + "id": 3296, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74481359", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3296": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2000-02-20", + "dateSigned": "1998-10-30", + "env": "development", + "id": 3297, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85922185", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3297": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2013-12-16", + "dateSigned": "2013-03-08", + "env": "development", + "id": 3298, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3298": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2013-01-28", + "dateSigned": "2011-11-21", + "env": "development", + "id": 3299, + "isoNumeric": null, + "jurisdiction": "Argentina", + "jurisdictionCountryCode": "AR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87018808", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3299": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2010-05-19", + "dateSigned": "2005-11-13", + "env": "development", + "id": 3300, + "isoNumeric": null, + "jurisdiction": "Afghanistan", + "jurisdictionCountryCode": "AF", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/142024485", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3300": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2006-01-01", + "dateSigned": "2003-11-03", + "env": "development", + "id": 3301, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86049667", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3301": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1985-08-20", + "dateSigned": "1985-04-12", + "env": "development", + "id": 3302, + "isoNumeric": null, + "jurisdiction": "Kenya", + "jurisdictionCountryCode": "KE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87350465", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3302": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1989-10-26", + "dateSigned": "1989-06-21", + "env": "development", + "id": 3303, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81712172", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3303": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1989-06-13", + "dateSigned": "1989-03-08", + "env": "development", + "id": 3304, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85921906", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3304": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1996-03-29", + "dateSigned": "1994-02-22", + "env": "development", + "id": 3305, + "isoNumeric": null, + "jurisdiction": "Mongolia", + "jurisdictionCountryCode": "MN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85922222", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3305": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2011-03-17", + "dateSigned": "2011-02-04", + "env": "development", + "id": 3306, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85320954", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3306": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1994-03-21", + "dateSigned": "1990-02-12", + "env": "development", + "id": 3307, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86049914", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3307": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1997-11-28", + "dateSigned": "1996-12-04", + "env": "development", + "id": 3308, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/74503118", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3308": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2013-12-28", + "dateSigned": "2013-09-18", + "env": "development", + "id": 3309, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3309": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2012-04-16", + "dateSigned": "2012-01-03", + "env": "development", + "id": 3310, + "isoNumeric": null, + "jurisdiction": "Macao, China", + "jurisdictionCountryCode": "MO", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3310": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2008-09-23", + "dateSigned": "2006-02-08", + "env": "development", + "id": 3311, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86049930", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3311": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1991-01-01", + "dateSigned": "1989-09-12", + "env": "development", + "id": 3312, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73574425", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3312": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2011-12-12", + "dateSigned": "2011-05-27", + "env": "development", + "id": 3313, + "isoNumeric": null, + "jurisdiction": "Tanzania", + "jurisdictionCountryCode": "TZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3313": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1992-03-11", + "dateSigned": "1988-04-26", + "env": "development", + "id": 3314, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86049636", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3314": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1982-07-01", + "dateSigned": "1981-03-02", + "env": "development", + "id": 3315, + "isoNumeric": null, + "jurisdiction": "Libya", + "jurisdictionCountryCode": "LY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3315": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2012-03-16", + "dateSigned": "2011-11-27", + "env": "development", + "id": 3316, + "isoNumeric": null, + "jurisdiction": "Nepal", + "jurisdictionCountryCode": "NP", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3316": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1986-12-03", + "dateSigned": "1986-10-17", + "env": "development", + "id": 3317, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81699674", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3317": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2014-08-29", + "dateSigned": "2014-05-14", + "env": "development", + "id": 3318, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/242942082", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3318": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2005-02-17", + "dateSigned": "2003-01-13", + "env": "development", + "id": 3319, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85926314", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3319": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2013-12-04", + "dateSigned": "2013-07-08", + "env": "development", + "id": 3320, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3320": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2013-04-11", + "dateSigned": "2012-05-31", + "env": "development", + "id": 3321, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/124129449", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3321": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1997-10-02", + "dateSigned": "1996-12-09", + "env": "development", + "id": 3322, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85922145", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3322": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2011-12-20", + "dateSigned": "2011-02-02", + "env": "development", + "id": 3323, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3323": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2006-11-01", + "dateSigned": "2006-01-25", + "env": "development", + "id": 3324, + "isoNumeric": null, + "jurisdiction": "Saudi Arabia", + "jurisdictionCountryCode": "SA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85926260", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3324": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1989-01-21", + "dateSigned": "1988-07-30", + "env": "development", + "id": 3325, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86052069", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3325": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1993-09-22", + "dateSigned": "1992-04-29", + "env": "development", + "id": 3326, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85920025", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3326": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1995-01-12", + "dateSigned": "1993-02-08", + "env": "development", + "id": 3327, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85921916", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3327": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1995-11-23", + "dateSigned": "1993-02-19", + "env": "development", + "id": 3328, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73467344", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3328": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2010-05-19", + "dateSigned": "2005-11-13", + "env": "development", + "id": 3329, + "isoNumeric": null, + "jurisdiction": "Maldives", + "jurisdictionCountryCode": "MV", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/142024485", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3329": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2001-01-10", + "dateSigned": "1999-04-13", + "env": "development", + "id": 3330, + "isoNumeric": null, + "jurisdiction": "Kyrgyzstan", + "jurisdictionCountryCode": "KG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85922105", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3330": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2004-04-15", + "dateSigned": "2003-10-22", + "env": "development", + "id": 3331, + "isoNumeric": null, + "jurisdiction": "Sudan", + "jurisdictionCountryCode": "SD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85926275", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3331": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2009-01-30", + "dateSigned": "2008-04-02", + "env": "development", + "id": 3332, + "isoNumeric": null, + "jurisdiction": "Myanmar", + "jurisdictionCountryCode": "MM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85922207", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3332": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1989-12-29", + "dateSigned": "1989-03-07", + "env": "development", + "id": 3333, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85922078", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3333": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1993-10-26", + "dateSigned": "1993-01-25", + "env": "development", + "id": 3334, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73591563", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3334": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2011-08-12", + "dateSigned": "2011-07-12", + "env": "development", + "id": 3335, + "isoNumeric": null, + "jurisdiction": "Chinese Taipei", + "jurisdictionCountryCode": "TW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3335": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2010-02-01", + "dateSigned": "2007-09-10", + "env": "development", + "id": 3336, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85922278", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3336": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2001-09-05", + "dateSigned": "1999-11-08", + "env": "development", + "id": 3337, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85626603", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3337": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2000-04-05", + "dateSigned": "1998-09-11", + "env": "development", + "id": 3338, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81714805", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3338": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2014-07-07", + "dateSigned": "2011-05-13", + "env": "development", + "id": 3339, + "isoNumeric": null, + "jurisdiction": "Colombia", + "jurisdictionCountryCode": "CO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/269364951", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3339": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1998-07-17", + "dateSigned": "1997-09-27", + "env": "development", + "id": 3340, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85921566", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3340": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1994-12-21", + "dateSigned": "1994-06-13", + "env": "development", + "id": 3341, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81677252", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3341": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1996-05-15", + "dateSigned": "1996-01-29", + "env": "development", + "id": 3342, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809250", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3342": { + "containsParas4and5": null, + "countryCode": "IN", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1986-03-13", + "dateSigned": "1985-03-22", + "env": "development", + "id": 3343, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85926350", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3343": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-07-10", + "env": "development", + "id": 3344, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3344": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1991-05-09", + "dateSigned": "1989-12-07", + "env": "development", + "id": 3345, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3345": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1998-01-30", + "dateSigned": "1997-06-19", + "env": "development", + "id": 3346, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85321167", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3346": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2000-01-01", + "dateSigned": "1998-06-13", + "env": "development", + "id": 3347, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81686644", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3347": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2010-05-30", + "dateSigned": "2009-04-01", + "env": "development", + "id": 3348, + "isoNumeric": null, + "jurisdiction": "Cayman Islands", + "jurisdictionCountryCode": "KY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85938669", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3348": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1991-05-09", + "dateSigned": "1989-12-07", + "env": "development", + "id": 3349, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85324203", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3349": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2008-10-23", + "dateSigned": "2008-05-15", + "env": "development", + "id": 3350, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81683494", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3350": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2002-08-02", + "dateSigned": "2002-01-22", + "env": "development", + "id": 3351, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74242583", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3351": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1997-02-05", + "dateSigned": "1996-06-03", + "env": "development", + "id": 3352, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81677134", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3352": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-03-24", + "env": "development", + "id": 3353, + "isoNumeric": null, + "jurisdiction": "Saint Kitts and Nevis", + "jurisdictionCountryCode": "KN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113061315", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3353": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2004-01-01", + "dateSigned": "1999-11-26", + "env": "development", + "id": 3354, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85325448", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3354": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1994-10-19", + "env": "development", + "id": 3355, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85325270", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3355": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2012-01-01", + "dateSigned": "2009-09-10", + "env": "development", + "id": 3356, + "isoNumeric": null, + "jurisdiction": "Curaçao", + "jurisdictionCountryCode": "CW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88130271", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3356": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2012-01-09", + "dateSigned": "2010-05-19", + "env": "development", + "id": 3357, + "isoNumeric": null, + "jurisdiction": "Grenada", + "jurisdictionCountryCode": "GD", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112971876", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3357": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2008-12-10", + "dateSigned": "2008-03-11", + "env": "development", + "id": 3358, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85325379", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3358": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-09-28", + "env": "development", + "id": 3359, + "isoNumeric": null, + "jurisdiction": "Marshall Islands", + "jurisdictionCountryCode": "MH", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3359": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2012-01-20", + "dateSigned": "2011-04-29", + "env": "development", + "id": 3360, + "isoNumeric": null, + "jurisdiction": "Macao, China", + "jurisdictionCountryCode": "MO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72682562", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3360": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-12-17", + "env": "development", + "id": 3361, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218601609", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3361": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2012-11-03", + "dateSigned": "2010-09-15", + "env": "development", + "id": 3362, + "isoNumeric": null, + "jurisdiction": "Belize", + "jurisdictionCountryCode": "BZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112938081", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3362": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1973-11-02", + "dateSigned": "1971-03-18", + "env": "development", + "id": 3363, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3363": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2012-11-14", + "dateSigned": "2011-12-14", + "env": "development", + "id": 3364, + "isoNumeric": null, + "jurisdiction": "Uruguay", + "jurisdictionCountryCode": "UY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/75849740", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3364": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-06-27", + "env": "development", + "id": 3365, + "isoNumeric": null, + "jurisdiction": "Brunei Darussalam", + "jurisdictionCountryCode": "BN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/105457976", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3365": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2012-02-14", + "dateSigned": "2011-11-03", + "env": "development", + "id": 3366, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72888108", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3366": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2011-02-23", + "dateSigned": "2010-06-23", + "env": "development", + "id": 3367, + "isoNumeric": null, + "jurisdiction": "Monaco", + "jurisdictionCountryCode": "MC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85325331", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3367": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2012-06-25", + "dateSigned": "2009-12-16", + "env": "development", + "id": 3368, + "isoNumeric": null, + "jurisdiction": "Cook Islands", + "jurisdictionCountryCode": "CK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72680919", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3368": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2011-12-15", + "dateSigned": "2010-07-06", + "env": "development", + "id": 3369, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85325092", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3369": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1995-11-10", + "dateSigned": "1994-06-16", + "env": "development", + "id": 3370, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85315602", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3370": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2012-11-03", + "dateSigned": "2010-01-12", + "env": "development", + "id": 3371, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809853", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3371": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1991-05-08", + "dateSigned": "1989-12-07", + "env": "development", + "id": 3372, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3372": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2012-11-26", + "dateSigned": "2010-11-22", + "env": "development", + "id": 3373, + "isoNumeric": null, + "jurisdiction": "Montserrat", + "jurisdictionCountryCode": "MS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87811180", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3373": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2012-01-01", + "dateSigned": "2009-09-10", + "env": "development", + "id": 3374, + "isoNumeric": null, + "jurisdiction": "Aruba", + "jurisdictionCountryCode": "AW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809427", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3374": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2012-03-31", + "dateSigned": "2010-12-17", + "env": "development", + "id": 3375, + "isoNumeric": null, + "jurisdiction": "Liechtenstein", + "jurisdictionCountryCode": "LI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809623", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3375": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-08-22", + "env": "development", + "id": 3376, + "isoNumeric": null, + "jurisdiction": "Hong Kong, China", + "jurisdictionCountryCode": "HK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3376": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2012-11-02", + "dateSigned": "2010-05-19", + "env": "development", + "id": 3377, + "isoNumeric": null, + "jurisdiction": "Saint Lucia", + "jurisdictionCountryCode": "LC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809579", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3377": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-10-16", + "env": "development", + "id": 3378, + "isoNumeric": null, + "jurisdiction": "Niue", + "jurisdictionCountryCode": "NU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/177093007", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3378": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2007-12-21", + "dateSigned": "2007-11-23", + "env": "development", + "id": 3379, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85325128", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3379": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-09-26", + "env": "development", + "id": 3380, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3380": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2008-12-28", + "dateSigned": "2007-10-30", + "env": "development", + "id": 3381, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809087", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3381": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2012-12-30", + "dateSigned": "2010-11-10", + "env": "development", + "id": 3382, + "isoNumeric": null, + "jurisdiction": "Liberia", + "jurisdictionCountryCode": "LR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3382": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2009-11-26", + "dateSigned": "2008-10-28", + "env": "development", + "id": 3383, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85211355", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3383": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-02-20", + "env": "development", + "id": 3384, + "isoNumeric": null, + "jurisdiction": "Botswana", + "jurisdictionCountryCode": "BW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809177", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3384": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2009-01-01", + "dateSigned": "2002-04-05", + "env": "development", + "id": 3385, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85325530", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3385": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-09-06", + "env": "development", + "id": 3386, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3386": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2006-02-07", + "dateSigned": "2005-11-23", + "env": "development", + "id": 3387, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85325061", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3387": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2012-10-15", + "dateSigned": "2010-03-10", + "env": "development", + "id": 3388, + "isoNumeric": null, + "jurisdiction": "Bahamas, The", + "jurisdictionCountryCode": "BS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74129404", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3388": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2012-04-22", + "dateSigned": "2009-12-16", + "env": "development", + "id": 3389, + "isoNumeric": null, + "jurisdiction": "Turks and Caicos Islands", + "jurisdictionCountryCode": "TC", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3389": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-12-04", + "env": "development", + "id": 3390, + "isoNumeric": null, + "jurisdiction": "Jamaica", + "jurisdictionCountryCode": "JM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/116220159", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3390": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-05-15", + "env": "development", + "id": 3391, + "isoNumeric": null, + "jurisdiction": "Guatemala", + "jurisdictionCountryCode": "GT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/94003632", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3391": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2009-01-01", + "dateSigned": "2007-09-19", + "env": "development", + "id": 3392, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85325439", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3392": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2000-12-28", + "dateSigned": "2000-01-18", + "env": "development", + "id": 3393, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85588440", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3393": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2002-04-11", + "dateSigned": "1999-08-02", + "env": "development", + "id": 3394, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81714825", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3394": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2008-10-09", + "dateSigned": "2006-11-08", + "env": "development", + "id": 3395, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85325480", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3395": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2011-02-14", + "dateSigned": "2010-02-24", + "env": "development", + "id": 3396, + "isoNumeric": null, + "jurisdiction": "Andorra", + "jurisdictionCountryCode": "AD", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85321110", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3396": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2012-09-11", + "dateSigned": "2011-05-04", + "env": "development", + "id": 3397, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113084072", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3397": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2003-06-19", + "dateSigned": "2002-04-15", + "env": "development", + "id": 3398, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85325467", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3398": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1991-05-09", + "dateSigned": "1989-12-07", + "env": "development", + "id": 3399, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3399": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2013-12-30", + "dateSigned": "2012-11-12", + "env": "development", + "id": 3400, + "isoNumeric": null, + "jurisdiction": "Panama", + "jurisdictionCountryCode": "PA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3400": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2006-04-19", + "dateSigned": "2004-09-23", + "env": "development", + "id": 3401, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85325360", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3401": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2012-08-15", + "dateSigned": "2011-10-14", + "env": "development", + "id": 3402, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/121460503", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3402": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2011-04-02", + "dateSigned": "2009-04-16", + "env": "development", + "id": 3403, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/56676356", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3403": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-11-13", + "env": "development", + "id": 3404, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/269366638", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3404": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2012-05-23", + "dateSigned": "2009-12-16", + "env": "development", + "id": 3405, + "isoNumeric": null, + "jurisdiction": "Samoa", + "jurisdictionCountryCode": "WS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809437", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3405": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2008-08-07", + "dateSigned": "2006-07-07", + "env": "development", + "id": 3406, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85324317", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3406": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1994-10-19", + "env": "development", + "id": 3407, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3407": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2001-09-19", + "dateSigned": "1999-10-04", + "env": "development", + "id": 3408, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85325244", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3408": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2008-10-14", + "dateSigned": "2002-09-10", + "env": "development", + "id": 3409, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85325152", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3409": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2011-11-07", + "dateSigned": "2010-05-19", + "env": "development", + "id": 3410, + "isoNumeric": null, + "jurisdiction": "Dominica", + "jurisdictionCountryCode": "DM", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3410": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1991-05-09", + "dateSigned": "1989-12-07", + "env": "development", + "id": 3411, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3411": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-05-19", + "env": "development", + "id": 3412, + "isoNumeric": null, + "jurisdiction": "Antigua and Barbuda", + "jurisdictionCountryCode": "AG", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3412": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-03-30", + "env": "development", + "id": 3413, + "isoNumeric": null, + "jurisdiction": "Seychelles", + "jurisdictionCountryCode": "SC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113066851", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3413": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-10-13", + "env": "development", + "id": 3414, + "isoNumeric": null, + "jurisdiction": "Vanuatu", + "jurisdictionCountryCode": "VU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809066", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3414": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2000-01-01", + "dateSigned": "1998-06-19", + "env": "development", + "id": 3415, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81712230", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3415": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1992-06-01", + "dateSigned": "1990-08-29", + "env": "development", + "id": 3416, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861377", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3416": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-12-14", + "env": "development", + "id": 3417, + "isoNumeric": null, + "jurisdiction": "Anguilla", + "jurisdictionCountryCode": "AI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809788", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3417": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2009-12-03", + "dateSigned": "2008-10-28", + "env": "development", + "id": 3418, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85325175", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3418": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-06-29", + "env": "development", + "id": 3419, + "isoNumeric": null, + "jurisdiction": "Costa Rica", + "jurisdictionCountryCode": "CR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3419": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2003-06-19", + "dateSigned": "2000-05-23", + "env": "development", + "id": 3420, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85321136", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3420": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1991-05-09", + "dateSigned": "1989-12-07", + "env": "development", + "id": 3421, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3421": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1998-12-27", + "dateSigned": "1997-09-25", + "env": "development", + "id": 3422, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85325405", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3422": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-12-01", + "env": "development", + "id": 3423, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74500304", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3423": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2008-12-15", + "dateSigned": "2007-10-23", + "env": "development", + "id": 3424, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85325492", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3424": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2010-06-15", + "dateSigned": "2010-03-24", + "env": "development", + "id": 3425, + "isoNumeric": null, + "jurisdiction": "Saint Vincent and the Grenadines", + "jurisdictionCountryCode": "VC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74482586", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3425": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2012-01-01", + "dateSigned": "2009-09-10", + "env": "development", + "id": 3426, + "isoNumeric": null, + "jurisdiction": "Sint Maarten", + "jurisdictionCountryCode": "SX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88690939", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3426": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2012-04-18", + "dateSigned": "2009-12-16", + "env": "development", + "id": 3427, + "isoNumeric": null, + "jurisdiction": "Gibraltar", + "jurisdictionCountryCode": "GI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809397", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3427": { + "containsParas4and5": null, + "countryCode": "IS", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2004-12-17", + "dateSigned": "2003-12-17", + "env": "development", + "id": 3428, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81678975", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3428": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1983-02-04", + "dateSigned": "1981-06-03", + "env": "development", + "id": 3429, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73577235", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3429": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1999-12-21", + "dateSigned": "1994-12-12", + "env": "development", + "id": 3430, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73100653", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3430": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2001-10-24", + "dateSigned": "1998-07-20", + "env": "development", + "id": 3431, + "isoNumeric": null, + "jurisdiction": "Senegal", + "jurisdictionCountryCode": "SN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113065134", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3431": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2011-07-14", + "dateSigned": "2002-07-03", + "env": "development", + "id": 3432, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3432": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1989-07-30", + "dateSigned": "1985-02-26", + "env": "development", + "id": 3433, + "isoNumeric": null, + "jurisdiction": "Turkmenistan", + "jurisdictionCountryCode": "TM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3433": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2009-12-01", + "dateSigned": "2007-01-13", + "env": "development", + "id": 3434, + "isoNumeric": null, + "jurisdiction": "Saudi Arabia", + "jurisdictionCountryCode": "SA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73101217", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3434": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1987-05-25", + "dateSigned": "1985-06-17", + "env": "development", + "id": 3435, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86097278", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3435": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1982-04-28", + "dateSigned": "1979-05-07", + "env": "development", + "id": 3436, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73357758", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3436": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1997-02-26", + "dateSigned": "1994-09-22", + "env": "development", + "id": 3437, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73577301", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3437": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2004-08-06", + "dateSigned": "1998-12-14", + "env": "development", + "id": 3438, + "isoNumeric": null, + "jurisdiction": "Mozambique", + "jurisdictionCountryCode": "MZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3438": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1992-12-26", + "dateSigned": "1989-10-18", + "env": "development", + "id": 3439, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73466886", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3439": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2000-06-08", + "dateSigned": "1996-12-20", + "env": "development", + "id": 3440, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3440": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2000-01-17", + "env": "development", + "id": 3441, + "isoNumeric": null, + "jurisdiction": "Cuba", + "jurisdictionCountryCode": "CU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3441": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2010-01-12", + "dateSigned": "2001-09-11", + "env": "development", + "id": 3442, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73731699", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3442": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2007-01-15", + "dateSigned": "2000-11-23", + "env": "development", + "id": 3443, + "isoNumeric": null, + "jurisdiction": "Syrian Arab Republic", + "jurisdictionCountryCode": "SY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73731588", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3443": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1989-07-30", + "dateSigned": "1985-02-26", + "env": "development", + "id": 3444, + "isoNumeric": null, + "jurisdiction": "Tajikistan", + "jurisdictionCountryCode": "TJ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3444": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1979-03-27", + "dateSigned": "1976-03-09", + "env": "development", + "id": 3445, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73467724", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3445": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-09-05", + "env": "development", + "id": 3446, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/106370165", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3446": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1984-06-26", + "dateSigned": "1981-05-05", + "env": "development", + "id": 3447, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73996484", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3447": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-04-23", + "env": "development", + "id": 3448, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/108687860", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3448": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1979-01-12", + "dateSigned": "1977-01-29", + "env": "development", + "id": 3449, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81718202", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3449": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2004-02-19", + "dateSigned": "2000-10-31", + "env": "development", + "id": 3450, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112961538", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3450": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2005-01-19", + "env": "development", + "id": 3451, + "isoNumeric": null, + "jurisdiction": "Iran", + "jurisdictionCountryCode": "IR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3451": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1990-02-01", + "dateSigned": "1984-05-23", + "env": "development", + "id": 3452, + "isoNumeric": null, + "jurisdiction": "Ecuador", + "jurisdictionCountryCode": "EC", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73357850", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3452": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1999-02-22", + "dateSigned": "1996-11-26", + "env": "development", + "id": 3453, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3453": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2009-11-30", + "dateSigned": "2005-08-11", + "env": "development", + "id": 3454, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73102047", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3454": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2003-09-11", + "env": "development", + "id": 3455, + "isoNumeric": null, + "jurisdiction": "Mongolia", + "jurisdictionCountryCode": "MN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3455": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-03-02", + "env": "development", + "id": 3456, + "isoNumeric": null, + "jurisdiction": "Monaco", + "jurisdictionCountryCode": "MC", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3456": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2012-01-19", + "dateSigned": "2004-07-21", + "env": "development", + "id": 3457, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/127383483", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3457": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1998-08-06", + "dateSigned": "1995-09-08", + "env": "development", + "id": 3458, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809816", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3458": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2015-06-12", + "dateSigned": "2012-10-02", + "env": "development", + "id": 3459, + "isoNumeric": null, + "jurisdiction": "Gibraltar", + "jurisdictionCountryCode": "GI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/108855694", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3459": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1983-03-10", + "dateSigned": "1972-06-07", + "env": "development", + "id": 3460, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73577679", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3460": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2011-11-25", + "dateSigned": "2002-06-03", + "env": "development", + "id": 3461, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73752082", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3461": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1986-04-18", + "dateSigned": "1984-01-28", + "env": "development", + "id": 3462, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73577605", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3462": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1990-03-30", + "dateSigned": "1972-10-27", + "env": "development", + "id": 3463, + "isoNumeric": null, + "jurisdiction": "Zambia", + "jurisdictionCountryCode": "ZM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809805", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3463": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1992-07-14", + "dateSigned": "1989-01-10", + "env": "development", + "id": 3464, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81683518", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3464": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1985-07-03", + "dateSigned": "1982-02-24", + "env": "development", + "id": 3465, + "isoNumeric": null, + "jurisdiction": "Bosnia and Herzegovina", + "jurisdictionCountryCode": "BA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3465": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "1979-10-15", + "env": "development", + "id": 3466, + "isoNumeric": null, + "jurisdiction": "Kenya", + "jurisdictionCountryCode": "KE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3466": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1980-05-31", + "dateSigned": "1977-12-22", + "env": "development", + "id": 3467, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73996991", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3467": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1985-04-06", + "dateSigned": "1981-06-29", + "env": "development", + "id": 3468, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73100831", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3468": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2011-02-07", + "dateSigned": "2002-10-15", + "env": "development", + "id": 3469, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3469": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2008-08-09", + "dateSigned": "1997-04-08", + "env": "development", + "id": 3470, + "isoNumeric": null, + "jurisdiction": "Ethiopia", + "jurisdictionCountryCode": "ET", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3470": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1983-07-05", + "dateSigned": "1980-03-06", + "env": "development", + "id": 3471, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809207", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3471": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2013-10-03", + "dateSigned": "2002-03-21", + "env": "development", + "id": 3472, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3472": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-01-14", + "env": "development", + "id": 3473, + "isoNumeric": null, + "jurisdiction": "Hong Kong, China", + "jurisdictionCountryCode": "HK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/122190667", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3473": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2015-01-26", + "dateSigned": "2012-03-13", + "env": "development", + "id": 3474, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86340594", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3474": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1993-12-01", + "dateSigned": "1990-07-27", + "env": "development", + "id": 3475, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73731789", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3475": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-12-30", + "env": "development", + "id": 3476, + "isoNumeric": null, + "jurisdiction": "Panama", + "jurisdictionCountryCode": "PA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809133", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3476": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1983-01-15", + "dateSigned": "1980-05-14", + "env": "development", + "id": 3477, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73731370", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3477": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1990-12-13", + "dateSigned": "1986-10-31", + "env": "development", + "id": 3478, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73102077", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3478": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1980-11-14", + "dateSigned": "1977-09-08", + "env": "development", + "id": 3479, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73731716", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3479": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1985-07-03", + "dateSigned": "1982-02-24", + "env": "development", + "id": 3480, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3480": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1991-06-10", + "dateSigned": "1988-09-21", + "env": "development", + "id": 3481, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73102009", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3481": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "1999-06-28", + "env": "development", + "id": 3482, + "isoNumeric": null, + "jurisdiction": "Gabon", + "jurisdictionCountryCode": "GA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3482": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1995-06-30", + "dateSigned": "1991-02-03", + "env": "development", + "id": 3483, + "isoNumeric": null, + "jurisdiction": "Algeria", + "jurisdictionCountryCode": "DZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73100887", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3483": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2011-11-21", + "dateSigned": "2000-11-22", + "env": "development", + "id": 3484, + "isoNumeric": null, + "jurisdiction": "Lebanon", + "jurisdictionCountryCode": "LB", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106347458", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3484": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1995-09-02", + "dateSigned": "1990-02-18", + "env": "development", + "id": 3485, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73467433", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3485": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-02-26", + "env": "development", + "id": 3486, + "isoNumeric": null, + "jurisdiction": "Liechtenstein", + "jurisdictionCountryCode": "LI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3486": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1981-04-24", + "dateSigned": "1978-10-03", + "env": "development", + "id": 3487, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73101467", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3487": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1980-01-01", + "dateSigned": "1977-05-15", + "env": "development", + "id": 3488, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73577160", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3488": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1991-09-20", + "dateSigned": "1987-09-03", + "env": "development", + "id": 3489, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73467249", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3489": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1981-09-17", + "dateSigned": "1979-05-16", + "env": "development", + "id": 3490, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809653", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3490": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1990-06-15", + "dateSigned": "1980-12-05", + "env": "development", + "id": 3491, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73466403", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3491": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2003-01-27", + "dateSigned": "1999-05-05", + "env": "development", + "id": 3492, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73357893", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3492": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1985-05-08", + "dateSigned": "1981-07-16", + "env": "development", + "id": 3493, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88866175", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3493": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1985-07-03", + "dateSigned": "1982-02-24", + "env": "development", + "id": 3494, + "isoNumeric": null, + "jurisdiction": "Montenegro", + "jurisdictionCountryCode": "ME", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3494": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1983-06-09", + "dateSigned": "1974-04-24", + "env": "development", + "id": 3495, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3495": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1997-11-05", + "dateSigned": "1995-01-22", + "env": "development", + "id": 3496, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73357812", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3496": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2000-03-22", + "dateSigned": "1997-03-20", + "env": "development", + "id": 3497, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85315635", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3497": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-06-10", + "env": "development", + "id": 3498, + "isoNumeric": null, + "jurisdiction": "Libya", + "jurisdictionCountryCode": "LY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3498": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1979-02-06", + "dateSigned": "1977-01-14", + "env": "development", + "id": 3499, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73731532", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3499": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1990-12-31", + "dateSigned": "1988-10-21", + "env": "development", + "id": 3500, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809868", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3500": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2009-12-16", + "dateSigned": "1999-08-25", + "env": "development", + "id": 3501, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73997864", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3501": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1974-04-19", + "dateSigned": "1971-03-26", + "env": "development", + "id": 3502, + "isoNumeric": null, + "jurisdiction": "Trinidad and Tobago", + "jurisdictionCountryCode": "TT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113065313", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3502": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1983-12-15", + "dateSigned": "1979-11-15", + "env": "development", + "id": 3503, + "isoNumeric": null, + "jurisdiction": "Argentina", + "jurisdictionCountryCode": "AR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73100805", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3503": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1973-03-17", + "dateSigned": "1969-03-20", + "env": "development", + "id": 3504, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73996443", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3504": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2003-02-25", + "dateSigned": "1997-02-26", + "env": "development", + "id": 3505, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73731907", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3505": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2008-10-14", + "dateSigned": "2002-09-10", + "env": "development", + "id": 3506, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85325152", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3506": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2002-10-22", + "dateSigned": "1998-05-06", + "env": "development", + "id": 3507, + "isoNumeric": null, + "jurisdiction": "Oman", + "jurisdictionCountryCode": "OM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3507": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1993-10-03", + "dateSigned": "1990-05-08", + "env": "development", + "id": 3508, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73731255", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3508": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1995-04-28", + "dateSigned": "1990-03-09", + "env": "development", + "id": 3509, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73579801", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3509": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2004-05-26", + "dateSigned": "2000-11-21", + "env": "development", + "id": 3510, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3510": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1989-07-30", + "dateSigned": "1985-02-26", + "env": "development", + "id": 3511, + "isoNumeric": null, + "jurisdiction": "Kyrgyzstan", + "jurisdictionCountryCode": "KG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3511": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2008-06-16", + "dateSigned": "1997-05-21", + "env": "development", + "id": 3512, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113780348", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3512": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1985-11-05", + "dateSigned": "1982-12-14", + "env": "development", + "id": 3513, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73100858", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3513": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1993-09-14", + "dateSigned": "1990-06-05", + "env": "development", + "id": 3514, + "isoNumeric": null, + "jurisdiction": "Venezuela", + "jurisdictionCountryCode": "VE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809467", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3514": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-12-03", + "env": "development", + "id": 3515, + "isoNumeric": null, + "jurisdiction": "Cayman Islands", + "jurisdictionCountryCode": "KY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/117489229", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3515": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "2010-05-10", + "dateSigned": "2004-03-16", + "env": "development", + "id": 3516, + "isoNumeric": null, + "jurisdiction": "Jordan", + "jurisdictionCountryCode": "JO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73467138", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3516": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1993-01-11", + "dateSigned": "1987-12-17", + "env": "development", + "id": 3517, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73577421", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3517": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1992-05-01", + "dateSigned": "1989-10-05", + "env": "development", + "id": 3518, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73466659", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3518": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719144, + "currencyCode": null, + "dateActive": "1989-07-29", + "dateSigned": "1983-04-29", + "env": "development", + "id": 3519, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73100989", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3519": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1983-03-23", + "dateSigned": "1979-12-06", + "env": "development", + "id": 3520, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81699732", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3520": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1991-05-09", + "dateSigned": "1984-03-28", + "env": "development", + "id": 3521, + "isoNumeric": null, + "jurisdiction": "Sri Lanka", + "jurisdictionCountryCode": "LK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809089", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3521": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1995-11-23", + "dateSigned": "1993-02-19", + "env": "development", + "id": 3522, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73467344", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3522": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "2006-07-05", + "dateSigned": "2004-02-19", + "env": "development", + "id": 3523, + "isoNumeric": null, + "jurisdiction": "Ghana", + "jurisdictionCountryCode": "GH", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3523": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "2008-05-05", + "dateSigned": "2002-06-14", + "env": "development", + "id": 3524, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809370", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3524": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1983-10-23", + "dateSigned": "1981-06-12", + "env": "development", + "id": 3525, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73466515", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3525": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1999-06-03", + "dateSigned": "1996-04-04", + "env": "development", + "id": 3526, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81686669", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3526": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "2005-11-18", + "dateSigned": "2000-10-06", + "env": "development", + "id": 3527, + "isoNumeric": null, + "jurisdiction": "Uganda", + "jurisdictionCountryCode": "UG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3527": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1975-02-14", + "dateSigned": "1971-06-11", + "env": "development", + "id": 3528, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809510", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3528": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1996-07-07", + "dateSigned": "1990-03-20", + "env": "development", + "id": 3529, + "isoNumeric": null, + "jurisdiction": "Bangladesh", + "jurisdictionCountryCode": "BD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73100934", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3529": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1987-05-15", + "dateSigned": "1982-07-30", + "env": "development", + "id": 3530, + "isoNumeric": null, + "jurisdiction": "Côte d'Ivoire", + "jurisdictionCountryCode": "CI", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809512", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3530": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1983-05-06", + "dateSigned": "1973-03-07", + "env": "development", + "id": 3531, + "isoNumeric": null, + "jurisdiction": "Tanzania", + "jurisdictionCountryCode": "TZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73996916", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3531": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1989-09-26", + "dateSigned": "1985-06-21", + "env": "development", + "id": 3532, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809703", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3532": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1984-06-26", + "dateSigned": "1981-05-05", + "env": "development", + "id": 3533, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3533": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "2009-09-15", + "dateSigned": "1999-10-29", + "env": "development", + "id": 3534, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224332950", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3534": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-09-17", + "env": "development", + "id": 3535, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218607631", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3535": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1992-02-27", + "dateSigned": "1984-06-22", + "env": "development", + "id": 3536, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73731285", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3536": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1995-03-12", + "dateSigned": "1991-07-08", + "env": "development", + "id": 3537, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73579882", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3537": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "2015-02-17", + "dateSigned": "2011-05-17", + "env": "development", + "id": 3538, + "isoNumeric": null, + "jurisdiction": "Cook Islands", + "jurisdictionCountryCode": "CK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72670091", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3538": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1999-03-02", + "dateSigned": "1995-11-16", + "env": "development", + "id": 3539, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809146", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3539": { + "containsParas4and5": null, + "countryCode": "IT", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1998-11-30", + "dateSigned": "1996-04-09", + "env": "development", + "id": 3540, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/106370612", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3540": { + "containsParas4and5": null, + "countryCode": "JM", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 3541, + "isoNumeric": null, + "jurisdiction": "Saint Vincent and the Grenadines", + "jurisdictionCountryCode": "VC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3541": { + "containsParas4and5": null, + "countryCode": "JM", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1981-04-02", + "dateSigned": "1978-03-30", + "env": "development", + "id": 3542, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3542": { + "containsParas4and5": null, + "countryCode": "JM", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1998-05-21", + "dateSigned": "1995-08-09", + "env": "development", + "id": 3543, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861394", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3543": { + "containsParas4and5": null, + "countryCode": "JM", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-12-04", + "env": "development", + "id": 3544, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/116220066", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3544": { + "containsParas4and5": null, + "countryCode": "JM", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1976-09-13", + "dateSigned": "1974-10-08", + "env": "development", + "id": 3545, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81596312", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3545": { + "containsParas4and5": null, + "countryCode": "JM", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-12-04", + "env": "development", + "id": 3546, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/116219984", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3546": { + "containsParas4and5": null, + "countryCode": "JM", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1981-12-29", + "dateSigned": "1980-12-21", + "env": "development", + "id": 3547, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73572654", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3547": { + "containsParas4and5": null, + "countryCode": "JM", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 3548, + "isoNumeric": null, + "jurisdiction": "Antigua and Barbuda", + "jurisdictionCountryCode": "AG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3548": { + "containsParas4and5": null, + "countryCode": "JM", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-10-05", + "env": "development", + "id": 3549, + "isoNumeric": null, + "jurisdiction": "Macao, China", + "jurisdictionCountryCode": "MO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/137334886", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3549": { + "containsParas4and5": null, + "countryCode": "JM", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-12-04", + "env": "development", + "id": 3550, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/137334886", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3550": { + "containsParas4and5": null, + "countryCode": "JM", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 3551, + "isoNumeric": null, + "jurisdiction": "Trinidad and Tobago", + "jurisdictionCountryCode": "TT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3551": { + "containsParas4and5": null, + "countryCode": "JM", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 3552, + "isoNumeric": null, + "jurisdiction": "Dominica", + "jurisdictionCountryCode": "DM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3552": { + "containsParas4and5": null, + "countryCode": "JM", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1986-04-07", + "dateSigned": "1985-03-13", + "env": "development", + "id": 3553, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3553": { + "containsParas4and5": null, + "countryCode": "JM", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 3554, + "isoNumeric": null, + "jurisdiction": "Grenada", + "jurisdictionCountryCode": "GD", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3554": { + "containsParas4and5": null, + "countryCode": "JM", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1997-03-16", + "dateSigned": "1996-07-04", + "env": "development", + "id": 3555, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81564491", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3555": { + "containsParas4and5": null, + "countryCode": "JM", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-12-04", + "env": "development", + "id": 3556, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/116220159", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3556": { + "containsParas4and5": null, + "countryCode": "JM", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "2009-05-16", + "dateSigned": "2008-07-08", + "env": "development", + "id": 3557, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74242601", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3557": { + "containsParas4and5": null, + "countryCode": "JM", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-12-04", + "env": "development", + "id": 3558, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/116220002", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3558": { + "containsParas4and5": null, + "countryCode": "JM", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1985-09-13", + "dateSigned": "1984-06-29", + "env": "development", + "id": 3559, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3559": { + "containsParas4and5": null, + "countryCode": "JM", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 3560, + "isoNumeric": null, + "jurisdiction": "Guyana", + "jurisdictionCountryCode": "GY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3560": { + "containsParas4and5": null, + "countryCode": "JM", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 3561, + "isoNumeric": null, + "jurisdiction": "Belize", + "jurisdictionCountryCode": "BZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3561": { + "containsParas4and5": null, + "countryCode": "JM", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1995-12-27", + "dateSigned": "1994-12-06", + "env": "development", + "id": 3562, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112947523", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3562": { + "containsParas4and5": null, + "countryCode": "JM", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1992-11-02", + "dateSigned": "1991-09-30", + "env": "development", + "id": 3563, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86097312", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3563": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1998-11-11", + "dateSigned": "1996-08-28", + "env": "development", + "id": 3564, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3564": { + "containsParas4and5": null, + "countryCode": "JM", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1973-12-31", + "dateSigned": "1973-03-16", + "env": "development", + "id": 3565, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3565": { + "containsParas4and5": null, + "countryCode": "JM", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 3566, + "isoNumeric": null, + "jurisdiction": "Saint Kitts and Nevis", + "jurisdictionCountryCode": "KN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3566": { + "containsParas4and5": null, + "countryCode": "JM", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 3567, + "isoNumeric": null, + "jurisdiction": "Saint Lucia", + "jurisdictionCountryCode": "LC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3567": { + "containsParas4and5": null, + "countryCode": "JM", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 3568, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3568": { + "containsParas4and5": null, + "countryCode": "IE", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "2011-03-21", + "dateSigned": "2009-12-15", + "env": "development", + "id": 3569, + "isoNumeric": null, + "jurisdiction": "Saint Vincent and the Grenadines", + "jurisdictionCountryCode": "VC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74482571", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3569": { + "containsParas4and5": null, + "countryCode": "JO", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1999-10-16", + "dateSigned": "1999-04-20", + "env": "development", + "id": 3570, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86052044", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3570": { + "containsParas4and5": null, + "countryCode": "JO", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "2005-03-28", + "dateSigned": "2004-07-24", + "env": "development", + "id": 3571, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81683542", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3571": { + "containsParas4and5": null, + "countryCode": "JO", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "2000-12-24", + "dateSigned": "1999-09-06", + "env": "development", + "id": 3572, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3572": { + "containsParas4and5": null, + "countryCode": "JO", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "2008-12-31", + "dateSigned": "2004-01-12", + "env": "development", + "id": 3573, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3573": { + "containsParas4and5": null, + "countryCode": "JO", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "2000-01-01", + "dateSigned": "1997-10-04", + "env": "development", + "id": 3574, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88702140", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3574": { + "containsParas4and5": null, + "countryCode": "JO", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1990-01-01", + "dateSigned": "1988-02-14", + "env": "development", + "id": 3575, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3575": { + "containsParas4and5": null, + "countryCode": "JO", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "2007-01-01", + "dateSigned": "2006-03-02", + "env": "development", + "id": 3576, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109345423", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3576": { + "containsParas4and5": null, + "countryCode": "JO", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "2008-10-23", + "dateSigned": "2005-11-30", + "env": "development", + "id": 3577, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3577": { + "containsParas4and5": null, + "countryCode": "JO", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "2002-03-24", + "dateSigned": "2001-07-22", + "env": "development", + "id": 3578, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73586838", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3578": { + "containsParas4and5": null, + "countryCode": "JO", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "2010-10-13", + "dateSigned": "2009-04-16", + "env": "development", + "id": 3579, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109454617", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3579": { + "containsParas4and5": null, + "countryCode": "ID", + "createdAt": 1568104719143, + "currencyCode": null, + "dateActive": "1999-02-10", + "dateSigned": "1997-12-22", + "env": "development", + "id": 3580, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028704 + }, + "3580": { + "containsParas4and5": null, + "countryCode": "JO", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1985-04-01", + "dateSigned": "1984-05-28", + "env": "development", + "id": 3581, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88861414", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3581": { + "containsParas4and5": null, + "countryCode": "JO", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "2007-11-07", + "dateSigned": "2006-04-10", + "env": "development", + "id": 3582, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112948961", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3582": { + "containsParas4and5": null, + "countryCode": "JO", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1984-08-02", + "dateSigned": "1983-10-10", + "env": "development", + "id": 3583, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3583": { + "containsParas4and5": null, + "countryCode": "JO", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "2003-12-12", + "dateSigned": "2002-10-31", + "env": "development", + "id": 3584, + "isoNumeric": null, + "jurisdiction": "Lebanon", + "jurisdictionCountryCode": "LB", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3584": { + "containsParas4and5": null, + "countryCode": "JO", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1986-12-03", + "dateSigned": "1985-06-06", + "env": "development", + "id": 3585, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3585": { + "containsParas4and5": null, + "countryCode": "JO", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1998-12-22", + "dateSigned": "1996-11-12", + "env": "development", + "id": 3586, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3586": { + "containsParas4and5": null, + "countryCode": "JO", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "2010-05-10", + "dateSigned": "2004-03-16", + "env": "development", + "id": 3587, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73467138", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3587": { + "containsParas4and5": null, + "countryCode": "JO", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "2009-05-26", + "dateSigned": "2005-03-16", + "env": "development", + "id": 3588, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3588": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1963-04-23", + "dateSigned": "1962-09-04", + "env": "development", + "id": 3589, + "isoNumeric": null, + "jurisdiction": "Fiji", + "jurisdictionCountryCode": "FJ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3589": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "2009-12-30", + "dateSigned": "2008-12-19", + "env": "development", + "id": 3590, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/137334886", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3590": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1980-07-20", + "dateSigned": "1980-02-13", + "env": "development", + "id": 3591, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112963767", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3591": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1981-01-01", + "dateSigned": "1980-02-13", + "env": "development", + "id": 3592, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112962218", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3592": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "2013-06-14", + "dateSigned": "2010-02-17", + "env": "development", + "id": 3593, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73349840", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3593": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1978-04-09", + "dateSigned": "1976-02-12", + "env": "development", + "id": 3594, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/137334886", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3594": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "2006-10-12", + "dateSigned": "2006-02-02", + "env": "development", + "id": 3595, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73349965", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3595": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "2009-12-19", + "dateSigned": "2009-01-20", + "env": "development", + "id": 3596, + "isoNumeric": null, + "jurisdiction": "Brunei Darussalam", + "jurisdictionCountryCode": "BN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73347512", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3596": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1968-07-26", + "dateSigned": "1968-02-03", + "env": "development", + "id": 3597, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112962086", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3597": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1986-11-27", + "dateSigned": "1986-01-18", + "env": "development", + "id": 3598, + "isoNumeric": null, + "jurisdiction": "Turkmenistan", + "jurisdictionCountryCode": "TM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112963950", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3598": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1986-11-27", + "dateSigned": "1986-01-18", + "env": "development", + "id": 3599, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112961899", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3599": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "2013-08-23", + "dateSigned": "2011-12-06", + "env": "development", + "id": 3600, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/76947341", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3600": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "2013-07-28", + "dateSigned": "2011-12-19", + "env": "development", + "id": 3601, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/106371664", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3601": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1971-12-26", + "dateSigned": "1971-01-19", + "env": "development", + "id": 3602, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112947537", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3602": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "2010-08-01", + "dateSigned": "2010-02-01", + "env": "development", + "id": 3603, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73347484", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3603": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-02-20", + "env": "development", + "id": 3604, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3604": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "2004-03-30", + "dateSigned": "2003-11-06", + "env": "development", + "id": 3605, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73350007", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3605": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "2013-10-25", + "dateSigned": "2012-12-10", + "env": "development", + "id": 3606, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/137334886", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3606": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1997-11-05", + "dateSigned": "1997-03-07", + "env": "development", + "id": 3607, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74488908", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3607": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1986-11-27", + "dateSigned": "1986-01-18", + "env": "development", + "id": 3608, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112963715", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3608": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "2012-12-29", + "dateSigned": "2012-07-05", + "env": "development", + "id": 3609, + "isoNumeric": null, + "jurisdiction": "Liechtenstein", + "jurisdictionCountryCode": "LI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113062859", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3609": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1970-04-16", + "dateSigned": "1968-03-28", + "env": "development", + "id": 3610, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3610": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "2011-12-29", + "dateSigned": "2010-08-25", + "env": "development", + "id": 3611, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88716589", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3611": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-11-15", + "env": "development", + "id": 3612, + "isoNumeric": null, + "jurisdiction": "Saudi Arabia", + "jurisdictionCountryCode": "SA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73349496", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3612": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1987-01-01", + "dateSigned": "1986-01-18", + "env": "development", + "id": 3613, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112963821", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3613": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "2011-08-25", + "dateSigned": "2011-01-27", + "env": "development", + "id": 3614, + "isoNumeric": null, + "jurisdiction": "Bahamas, The", + "jurisdictionCountryCode": "BS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73347562", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3614": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1978-11-25", + "dateSigned": "1977-10-11", + "env": "development", + "id": 3615, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74484082", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3615": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1996-11-06", + "dateSigned": "1996-04-09", + "env": "development", + "id": 3616, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112963743", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3616": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1993-12-24", + "dateSigned": "1993-03-08", + "env": "development", + "id": 3617, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88693067", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3617": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1992-12-27", + "dateSigned": "1992-03-05", + "env": "development", + "id": 3618, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3618": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1967-12-31", + "dateSigned": "1967-01-24", + "env": "development", + "id": 3619, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88129808", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3619": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1986-11-27", + "dateSigned": "1986-01-18", + "env": "development", + "id": 3620, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112962022", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3620": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1982-12-23", + "dateSigned": "1980-02-20", + "env": "development", + "id": 3621, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88702157", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3621": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "1995-12-31", + "dateSigned": "1995-10-24", + "env": "development", + "id": 3622, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112965790", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3622": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1987-11-14", + "dateSigned": "1986-05-07", + "env": "development", + "id": 3623, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112962050", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3623": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1990-08-31", + "dateSigned": "1990-04-07", + "env": "development", + "id": 3624, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112963876", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3624": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1969-08-06", + "dateSigned": "1968-09-03", + "env": "development", + "id": 3625, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3625": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1986-11-27", + "dateSigned": "1986-01-18", + "env": "development", + "id": 3626, + "isoNumeric": null, + "jurisdiction": "Kyrgyzstan", + "jurisdictionCountryCode": "KG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112962263", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3626": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1982-12-31", + "dateSigned": "1982-03-03", + "env": "development", + "id": 3627, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112962235", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3627": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1991-08-09", + "dateSigned": "1991-03-07", + "env": "development", + "id": 3628, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112962010", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3628": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1995-04-28", + "dateSigned": "1994-04-09", + "env": "development", + "id": 3629, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81954519", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3629": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1986-11-27", + "dateSigned": "1986-01-18", + "env": "development", + "id": 3630, + "isoNumeric": null, + "jurisdiction": "Tajikistan", + "jurisdictionCountryCode": "TJ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112963938", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3630": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1978-11-25", + "dateSigned": "1977-10-11", + "env": "development", + "id": 3631, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112962061", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3631": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1986-11-27", + "dateSigned": "1986-01-18", + "env": "development", + "id": 3632, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112965745", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3632": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1986-11-27", + "dateSigned": "1986-01-18", + "env": "development", + "id": 3633, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112962206", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3633": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2013-08-30", + "dateSigned": "2011-12-02", + "env": "development", + "id": 3634, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85328032", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3634": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1967-06-09", + "dateSigned": "1966-04-22", + "env": "development", + "id": 3635, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3635": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1991-06-15", + "dateSigned": "1991-02-28", + "env": "development", + "id": 3636, + "isoNumeric": null, + "jurisdiction": "Bangladesh", + "jurisdictionCountryCode": "BD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112961994", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3636": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1999-12-31", + "dateSigned": "1999-03-19", + "env": "development", + "id": 3637, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73349931", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3637": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1973-03-17", + "dateSigned": "1969-03-20", + "env": "development", + "id": 3638, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73996443", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3638": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1971-01-23", + "dateSigned": "1970-02-19", + "env": "development", + "id": 3639, + "isoNumeric": null, + "jurisdiction": "Zambia", + "jurisdictionCountryCode": "ZM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112965813", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3639": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2008-11-09", + "dateSigned": "2008-01-23", + "env": "development", + "id": 3640, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/137334886", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3640": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2007-12-01", + "dateSigned": "2007-01-11", + "env": "development", + "id": 3641, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861422", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3641": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1999-12-25", + "dateSigned": "1999-02-19", + "env": "development", + "id": 3642, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112963865", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3642": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2008-12-03", + "dateSigned": "2008-01-31", + "env": "development", + "id": 3643, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73347357", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3643": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2011-11-13", + "dateSigned": "2011-02-07", + "env": "development", + "id": 3644, + "isoNumeric": null, + "jurisdiction": "Cayman Islands", + "jurisdictionCountryCode": "KY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73349817", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3644": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1991-12-28", + "dateSigned": "1991-03-04", + "env": "development", + "id": 3645, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112962191", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3645": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2014-09-01", + "dateSigned": "2014-01-09", + "env": "development", + "id": 3646, + "isoNumeric": null, + "jurisdiction": "Oman", + "jurisdictionCountryCode": "OM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218777185", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3646": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1984-06-26", + "dateSigned": "1983-09-06", + "env": "development", + "id": 3647, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81564505", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3647": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1968-09-22", + "dateSigned": "1967-12-12", + "env": "development", + "id": 3648, + "isoNumeric": null, + "jurisdiction": "Sri Lanka", + "jurisdictionCountryCode": "LK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112963639", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3648": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1974-12-04", + "dateSigned": "1974-01-18", + "env": "development", + "id": 3649, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3649": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1994-12-28", + "dateSigned": "1993-03-08", + "env": "development", + "id": 3650, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112965730", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3650": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1989-12-29", + "dateSigned": "1989-03-07", + "env": "development", + "id": 3651, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85922078", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3651": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2011-08-14", + "dateSigned": "2010-11-09", + "env": "development", + "id": 3652, + "isoNumeric": null, + "jurisdiction": "Hong Kong, China", + "jurisdictionCountryCode": "HK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73347714", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3652": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2014-05-22", + "dateSigned": "2014-03-13", + "env": "development", + "id": 3653, + "isoNumeric": null, + "jurisdiction": "Macao, China", + "jurisdictionCountryCode": "MO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218778833", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3653": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2013-07-06", + "dateSigned": "2013-06-04", + "env": "development", + "id": 3654, + "isoNumeric": null, + "jurisdiction": "Samoa", + "jurisdictionCountryCode": "WS", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218777206", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3654": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1963-04-04", + "dateSigned": "1961-12-20", + "env": "development", + "id": 3655, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85626646", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3655": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1974-11-20", + "dateSigned": "1974-02-13", + "env": "development", + "id": 3656, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88692468", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3656": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1992-12-16", + "dateSigned": "1992-03-04", + "env": "development", + "id": 3657, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86097342", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3657": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1999-11-22", + "dateSigned": "1998-10-08", + "env": "development", + "id": 3658, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81683559", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3658": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1986-11-27", + "dateSigned": "1986-01-18", + "env": "development", + "id": 3659, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/137334886", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3659": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2011-09-01", + "dateSigned": "2011-06-21", + "env": "development", + "id": 3660, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73347738", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3660": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1986-11-27", + "dateSigned": "1986-01-18", + "env": "development", + "id": 3661, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112965766", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3661": { + "containsParas4and5": null, + "countryCode": "JP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2014-12-24", + "dateSigned": "2013-05-02", + "env": "development", + "id": 3662, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218776170", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3662": { + "containsParas4and5": null, + "countryCode": "KE", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1980-07-17", + "dateSigned": "1977-05-17", + "env": "development", + "id": 3663, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81677553", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3663": { + "containsParas4and5": null, + "countryCode": "KE", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2007-12-04", + "env": "development", + "id": 3664, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861431", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3664": { + "containsParas4and5": null, + "countryCode": "JO", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "2007-08-16", + "dateSigned": "2006-10-30", + "env": "development", + "id": 3665, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88716345", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3665": { + "containsParas4and5": null, + "countryCode": "KE", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "1979-10-15", + "env": "development", + "id": 3666, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3666": { + "containsParas4and5": null, + "countryCode": "KE", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1973-03-15", + "dateSigned": "1972-12-13", + "env": "development", + "id": 3667, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87350445", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3667": { + "containsParas4and5": null, + "countryCode": "KE", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-05-07", + "env": "development", + "id": 3668, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3668": { + "containsParas4and5": null, + "countryCode": "KE", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1985-08-20", + "dateSigned": "1985-04-12", + "env": "development", + "id": 3669, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87350465", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3669": { + "containsParas4and5": null, + "countryCode": "KE", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1974-01-01", + "dateSigned": "1973-07-31", + "env": "development", + "id": 3670, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3670": { + "containsParas4and5": null, + "countryCode": "KE", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1973-12-28", + "dateSigned": "1973-06-28", + "env": "development", + "id": 3671, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3671": { + "containsParas4and5": null, + "countryCode": "KE", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-11-26", + "env": "development", + "id": 3672, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3672": { + "containsParas4and5": null, + "countryCode": "JO", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "2006-02-17", + "dateSigned": "2005-02-20", + "env": "development", + "id": 3673, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224333157", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3673": { + "containsParas4and5": null, + "countryCode": "KE", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1973-10-09", + "dateSigned": "1972-12-13", + "env": "development", + "id": 3674, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86097376", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3674": { + "containsParas4and5": null, + "countryCode": "KG", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1987-09-27", + "dateSigned": "1986-11-21", + "env": "development", + "id": 3675, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3675": { + "containsParas4and5": null, + "countryCode": "KE", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1987-01-08", + "dateSigned": "1983-04-27", + "env": "development", + "id": 3676, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87350432", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3676": { + "containsParas4and5": null, + "countryCode": "KE", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-11-11", + "env": "development", + "id": 3677, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809461", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3677": { + "containsParas4and5": null, + "countryCode": "JO", + "createdAt": 1568104719145, + "currencyCode": null, + "dateActive": "2000-05-29", + "dateSigned": "1994-10-02", + "env": "development", + "id": 3678, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85337763", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3678": { + "containsParas4and5": null, + "countryCode": "KG", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1987-09-28", + "dateSigned": "1986-10-21", + "env": "development", + "id": 3679, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3679": { + "containsParas4and5": null, + "countryCode": "KG", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2002-06-05", + "dateSigned": "2001-01-26", + "env": "development", + "id": 3680, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944085", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3680": { + "containsParas4and5": null, + "countryCode": "KG", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2001-01-01", + "dateSigned": "1999-01-13", + "env": "development", + "id": 3681, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3681": { + "containsParas4and5": null, + "countryCode": "KG", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2005-01-18", + "env": "development", + "id": 3682, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3682": { + "containsParas4and5": null, + "countryCode": "KG", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1998-03-31", + "dateSigned": "1997-04-08", + "env": "development", + "id": 3683, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3683": { + "containsParas4and5": null, + "countryCode": "KG", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2008-03-04", + "dateSigned": "2006-12-07", + "env": "development", + "id": 3684, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113780377", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3684": { + "containsParas4and5": null, + "countryCode": "KG", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1999-05-01", + "dateSigned": "1997-10-16", + "env": "development", + "id": 3685, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3685": { + "containsParas4and5": null, + "countryCode": "KG", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2013-11-22", + "dateSigned": "2012-12-11", + "env": "development", + "id": 3686, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3686": { + "containsParas4and5": null, + "countryCode": "KG", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1986-11-27", + "dateSigned": "1986-01-18", + "env": "development", + "id": 3687, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112962263", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3687": { + "containsParas4and5": null, + "countryCode": "KG", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2015-05-04", + "dateSigned": "2014-06-01", + "env": "development", + "id": 3688, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3688": { + "containsParas4and5": null, + "countryCode": "KG", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-12-07", + "env": "development", + "id": 3689, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3689": { + "containsParas4and5": null, + "countryCode": "KG", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2003-03-29", + "dateSigned": "2002-06-24", + "env": "development", + "id": 3690, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81564519", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3690": { + "containsParas4and5": null, + "countryCode": "KG", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2013-06-20", + "dateSigned": "2008-05-15", + "env": "development", + "id": 3691, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3691": { + "containsParas4and5": null, + "countryCode": "KG", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2001-12-20", + "dateSigned": "1999-07-01", + "env": "development", + "id": 3692, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3692": { + "containsParas4and5": null, + "countryCode": "KG", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2004-02-28", + "dateSigned": "2003-04-03", + "env": "development", + "id": 3693, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3693": { + "containsParas4and5": null, + "countryCode": "KG", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2006-12-26", + "dateSigned": "2000-11-17", + "env": "development", + "id": 3694, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85337781", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3694": { + "containsParas4and5": null, + "countryCode": "KG", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2001-01-10", + "dateSigned": "1999-04-13", + "env": "development", + "id": 3695, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85922105", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3695": { + "containsParas4and5": null, + "countryCode": "KG", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1991-01-08", + "dateSigned": "1987-12-17", + "env": "development", + "id": 3696, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3696": { + "containsParas4and5": null, + "countryCode": "KG", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2004-09-01", + "dateSigned": "1998-11-19", + "env": "development", + "id": 3697, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88702181", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3697": { + "containsParas4and5": null, + "countryCode": "KG", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1986-08-07", + "dateSigned": "1985-03-01", + "env": "development", + "id": 3698, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3698": { + "containsParas4and5": null, + "countryCode": "KG", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2000-12-04", + "dateSigned": "1998-06-04", + "env": "development", + "id": 3699, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81799670", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3699": { + "containsParas4and5": null, + "countryCode": "KM", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-03-26", + "env": "development", + "id": 3700, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3700": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2011-11-21", + "dateSigned": "2010-06-14", + "env": "development", + "id": 3701, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113061245", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3701": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2013-04-14", + "dateSigned": "2012-02-07", + "env": "development", + "id": 3702, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81809642", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3702": { + "containsParas4and5": null, + "countryCode": "KG", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1989-07-30", + "dateSigned": "1985-02-26", + "env": "development", + "id": 3703, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3703": { + "containsParas4and5": null, + "countryCode": "KG", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2006-12-22", + "dateSigned": "2005-12-01", + "env": "development", + "id": 3704, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88133093", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3704": { + "containsParas4and5": null, + "countryCode": "KG", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2003-05-01", + "dateSigned": "2001-09-18", + "env": "development", + "id": 3705, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85915453", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3705": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-11-13", + "env": "development", + "id": 3706, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3706": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 3707, + "isoNumeric": null, + "jurisdiction": "Saint Lucia", + "jurisdictionCountryCode": "LC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3707": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 3708, + "isoNumeric": null, + "jurisdiction": "Saint Vincent and the Grenadines", + "jurisdictionCountryCode": "VC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3708": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 3709, + "isoNumeric": null, + "jurisdiction": "Guyana", + "jurisdictionCountryCode": "GY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3709": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2014-02-12", + "dateSigned": "2010-04-20", + "env": "development", + "id": 3710, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218777311", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3710": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-04-07", + "env": "development", + "id": 3711, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3711": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2010-12-31", + "dateSigned": "2010-03-24", + "env": "development", + "id": 3712, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3712": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-09-11", + "env": "development", + "id": 3713, + "isoNumeric": null, + "jurisdiction": "Sint Maarten", + "jurisdictionCountryCode": "SX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88690951", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3713": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2011-01-12", + "dateSigned": "2010-03-24", + "env": "development", + "id": 3714, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86097409", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3714": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 3715, + "isoNumeric": null, + "jurisdiction": "Trinidad and Tobago", + "jurisdictionCountryCode": "TT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3715": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 3716, + "isoNumeric": null, + "jurisdiction": "Antigua and Barbuda", + "jurisdictionCountryCode": "AG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3716": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 3717, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3717": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 3718, + "isoNumeric": null, + "jurisdiction": "Grenada", + "jurisdictionCountryCode": "GD", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113061286", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3718": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2014-11-06", + "dateSigned": "2009-09-11", + "env": "development", + "id": 3719, + "isoNumeric": null, + "jurisdiction": "Curaçao", + "jurisdictionCountryCode": "CW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87948266", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3719": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 3720, + "isoNumeric": null, + "jurisdiction": "Jamaica", + "jurisdictionCountryCode": "JM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3720": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-10-13", + "env": "development", + "id": 3721, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3721": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2011-06-17", + "dateSigned": "2010-03-24", + "env": "development", + "id": 3722, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113061278", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3722": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 3723, + "isoNumeric": null, + "jurisdiction": "Dominica", + "jurisdictionCountryCode": "DM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3723": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-03-24", + "env": "development", + "id": 3724, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113061298", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3724": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2011-03-21", + "dateSigned": "2010-03-24", + "env": "development", + "id": 3725, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113061271", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3725": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2010-12-16", + "dateSigned": "2010-04-01", + "env": "development", + "id": 3726, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809841", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3726": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-03-24", + "env": "development", + "id": 3727, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113061315", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3727": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2010-11-29", + "dateSigned": "2009-09-02", + "env": "development", + "id": 3728, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809807", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3728": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-11-24", + "env": "development", + "id": 3729, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809128", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3729": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 3730, + "isoNumeric": null, + "jurisdiction": "Belize", + "jurisdictionCountryCode": "BZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3730": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2011-10-19", + "dateSigned": "2009-09-11", + "env": "development", + "id": 3731, + "isoNumeric": null, + "jurisdiction": "Aruba", + "jurisdictionCountryCode": "AW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809882", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3731": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2011-01-11", + "dateSigned": "2010-03-05", + "env": "development", + "id": 3732, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809118", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3732": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2014-02-20", + "dateSigned": "2009-12-18", + "env": "development", + "id": 3733, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113061228", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3733": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2011-05-19", + "dateSigned": "2010-01-18", + "env": "development", + "id": 3734, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73591648", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3734": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2011-02-14", + "dateSigned": "2009-12-11", + "env": "development", + "id": 3735, + "isoNumeric": null, + "jurisdiction": "Liechtenstein", + "jurisdictionCountryCode": "LI", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809463", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3735": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-07-29", + "env": "development", + "id": 3736, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81714940", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3736": { + "containsParas4and5": null, + "countryCode": "KP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2000-08-25", + "dateSigned": "1998-01-23", + "env": "development", + "id": 3737, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3737": { + "containsParas4and5": null, + "countryCode": "KP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2005-12-07", + "dateSigned": "2004-03-02", + "env": "development", + "id": 3738, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112949024", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3738": { + "containsParas4and5": null, + "countryCode": "KP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2001-01-01", + "dateSigned": "1997-09-26", + "env": "development", + "id": 3739, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3739": { + "containsParas4and5": null, + "countryCode": "KP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2003-08-20", + "dateSigned": "2000-12-16", + "env": "development", + "id": 3740, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3740": { + "containsParas4and5": null, + "countryCode": "KP", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2004-03-25", + "dateSigned": "2002-07-11", + "env": "development", + "id": 3741, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81683412", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3741": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2014-07-03", + "dateSigned": "2010-07-27", + "env": "development", + "id": 3742, + "isoNumeric": null, + "jurisdiction": "Colombia", + "jurisdictionCountryCode": "CO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/269364806", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3742": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2012-04-01", + "dateSigned": "2010-10-20", + "env": "development", + "id": 3743, + "isoNumeric": null, + "jurisdiction": "Panama", + "jurisdictionCountryCode": "PA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809167", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3743": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-10-25", + "env": "development", + "id": 3744, + "isoNumeric": null, + "jurisdiction": "Gabon", + "jurisdictionCountryCode": "GA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/137334886", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3744": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2015-02-13", + "dateSigned": "2012-01-24", + "env": "development", + "id": 3745, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85347615", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3745": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-05-15", + "env": "development", + "id": 3746, + "isoNumeric": null, + "jurisdiction": "Samoa", + "jurisdictionCountryCode": "WS", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3746": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1981-02-13", + "dateSigned": "1979-11-06", + "env": "development", + "id": 3747, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81685375", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3747": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2011-02-23", + "dateSigned": "2009-09-02", + "env": "development", + "id": 3748, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113061256", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3748": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2003-08-20", + "dateSigned": "2000-12-16", + "env": "development", + "id": 3749, + "isoNumeric": null, + "jurisdiction": "Korea, Democratic People's Republic of", + "jurisdictionCountryCode": "KP", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3749": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1998-07-10", + "dateSigned": "1995-03-20", + "env": "development", + "id": 3750, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/84678458", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3750": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-10-08", + "env": "development", + "id": 3751, + "isoNumeric": null, + "jurisdiction": "Ecuador", + "jurisdictionCountryCode": "EC", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3751": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2012-03-05", + "dateSigned": "2011-05-31", + "env": "development", + "id": 3752, + "isoNumeric": null, + "jurisdiction": "Cook Islands", + "jurisdictionCountryCode": "CK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72894007", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3752": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2013-11-11", + "dateSigned": "2012-12-11", + "env": "development", + "id": 3753, + "isoNumeric": null, + "jurisdiction": "Kyrgyzstan", + "jurisdictionCountryCode": "KG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3753": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2014-05-21", + "dateSigned": "2006-11-06", + "env": "development", + "id": 3754, + "isoNumeric": null, + "jurisdiction": "Nigeria", + "jurisdictionCountryCode": "NG", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3754": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1979-01-08", + "dateSigned": "2007-11-11", + "env": "development", + "id": 3755, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81683172", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3755": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-10-23", + "env": "development", + "id": 3756, + "isoNumeric": null, + "jurisdiction": "Andorra", + "jurisdictionCountryCode": "AD", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3756": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2004-04-09", + "env": "development", + "id": 3757, + "isoNumeric": null, + "jurisdiction": "Sudan", + "jurisdictionCountryCode": "SD", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3757": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2008-12-01", + "dateSigned": "2007-03-24", + "env": "development", + "id": 3758, + "isoNumeric": null, + "jurisdiction": "Saudi Arabia", + "jurisdictionCountryCode": "SA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81683234", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3758": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2013-07-15", + "dateSigned": "2011-08-04", + "env": "development", + "id": 3759, + "isoNumeric": null, + "jurisdiction": "Bahamas, The", + "jurisdictionCountryCode": "BS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74128230", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3759": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2014-03-03", + "dateSigned": "2012-05-10", + "env": "development", + "id": 3760, + "isoNumeric": null, + "jurisdiction": "Peru", + "jurisdictionCountryCode": "PE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218777392", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3760": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-03-14", + "env": "development", + "id": 3761, + "isoNumeric": null, + "jurisdiction": "Vanuatu", + "jurisdictionCountryCode": "VU", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3761": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1991-11-27", + "dateSigned": "1990-07-18", + "env": "development", + "id": 3762, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3762": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2013-04-26", + "dateSigned": "2012-05-01", + "env": "development", + "id": 3763, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218777341", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3763": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2013-01-22", + "dateSigned": "2011-11-29", + "env": "development", + "id": 3764, + "isoNumeric": null, + "jurisdiction": "Uruguay", + "jurisdictionCountryCode": "UY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74498506", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3764": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-12-09", + "env": "development", + "id": 3765, + "isoNumeric": null, + "jurisdiction": "Brunei Darussalam", + "jurisdictionCountryCode": "BN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3765": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1999-11-22", + "dateSigned": "1998-10-08", + "env": "development", + "id": 3766, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81683559", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3766": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1985-11-09", + "dateSigned": "1984-02-21", + "env": "development", + "id": 3767, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81801047", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3767": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2007-01-15", + "dateSigned": "2006-06-28", + "env": "development", + "id": 3768, + "isoNumeric": null, + "jurisdiction": "Venezuela", + "jurisdictionCountryCode": "VE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81685536", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3768": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1993-06-06", + "dateSigned": "1992-04-17", + "env": "development", + "id": 3769, + "isoNumeric": null, + "jurisdiction": "Mongolia", + "jurisdictionCountryCode": "MN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81683782", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3769": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1994-11-21", + "dateSigned": "1994-01-17", + "env": "development", + "id": 3770, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81683214", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3770": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2003-07-25", + "dateSigned": "2002-04-18", + "env": "development", + "id": 3771, + "isoNumeric": null, + "jurisdiction": "Chile", + "jurisdictionCountryCode": "CL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81683079", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3771": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1984-01-01", + "dateSigned": "1982-07-12", + "env": "development", + "id": 3772, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81800883", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3772": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1984-08-22", + "dateSigned": "1983-05-10", + "env": "development", + "id": 3773, + "isoNumeric": null, + "jurisdiction": "Bangladesh", + "jurisdictionCountryCode": "BD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81682806", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3773": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1979-10-20", + "dateSigned": "1976-06-04", + "env": "development", + "id": 3774, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73572692", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3774": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2005-03-28", + "dateSigned": "2004-07-24", + "env": "development", + "id": 3775, + "isoNumeric": null, + "jurisdiction": "Jordan", + "jurisdictionCountryCode": "JO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81683542", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3775": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2008-10-23", + "dateSigned": "2008-05-15", + "env": "development", + "id": 3776, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81683494", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3776": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1987-12-01", + "dateSigned": "1985-01-08", + "env": "development", + "id": 3777, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81800860", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3777": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1994-09-27", + "dateSigned": "1994-03-28", + "env": "development", + "id": 3778, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81683092", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3778": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2002-10-31", + "dateSigned": "2000-03-10", + "env": "development", + "id": 3779, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81683142", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3779": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2008-04-15", + "dateSigned": "2007-03-27", + "env": "development", + "id": 3780, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81801135", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3780": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1992-11-19", + "env": "development", + "id": 3781, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81685334", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3781": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2003-05-29", + "dateSigned": "2001-10-05", + "env": "development", + "id": 3782, + "isoNumeric": null, + "jurisdiction": "Nepal", + "jurisdictionCountryCode": "NP", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81685220", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3782": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1997-12-21", + "dateSigned": "1996-01-26", + "env": "development", + "id": 3783, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81714988", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3783": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1990-04-01", + "dateSigned": "1989-03-29", + "env": "development", + "id": 3784, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81683400", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3784": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1992-02-21", + "dateSigned": "1991-06-21", + "env": "development", + "id": 3785, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81801100", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3785": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1979-09-19", + "dateSigned": "1977-08-29", + "env": "development", + "id": 3786, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81682894", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3786": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1986-08-01", + "dateSigned": "1985-07-19", + "env": "development", + "id": 3787, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81683468", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3787": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2006-03-02", + "dateSigned": "2005-04-25", + "env": "development", + "id": 3788, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81801167", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3788": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1997-03-18", + "env": "development", + "id": 3789, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81683459", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3789": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2007-01-01", + "dateSigned": "2001-11-24", + "env": "development", + "id": 3790, + "isoNumeric": null, + "jurisdiction": "Algeria", + "jurisdictionCountryCode": "DZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81683179", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3790": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2004-05-04", + "dateSigned": "2003-09-22", + "env": "development", + "id": 3791, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81682514", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3791": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1992-07-14", + "dateSigned": "1989-01-10", + "env": "development", + "id": 3792, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81683518", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3792": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2002-03-19", + "dateSigned": "1999-09-29", + "env": "development", + "id": 3793, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81685514", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3793": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1987-10-20", + "dateSigned": "1987-04-13", + "env": "development", + "id": 3794, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/137334886", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3794": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2007-01-13", + "dateSigned": "2006-05-07", + "env": "development", + "id": 3795, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/137334886", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3795": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1983-04-22", + "dateSigned": "1981-10-06", + "env": "development", + "id": 3796, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81685226", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3796": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1994-09-09", + "dateSigned": "1994-05-20", + "env": "development", + "id": 3797, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81685549", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3797": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2006-09-15", + "dateSigned": "2002-11-13", + "env": "development", + "id": 3798, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81683362", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3798": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1984-03-01", + "dateSigned": "1982-10-05", + "env": "development", + "id": 3799, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81685212", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3799": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1981-04-17", + "dateSigned": "1978-10-25", + "env": "development", + "id": 3800, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81685199", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3800": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1982-12-03", + "dateSigned": "1982-04-20", + "env": "development", + "id": 3801, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81685170", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3801": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2010-05-25", + "dateSigned": "2009-09-23", + "env": "development", + "id": 3802, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809378", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3802": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2006-02-13", + "dateSigned": "2005-09-23", + "env": "development", + "id": 3803, + "isoNumeric": null, + "jurisdiction": "Oman", + "jurisdictionCountryCode": "OM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81685236", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3803": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1995-02-13", + "dateSigned": "1994-10-06", + "env": "development", + "id": 3804, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81685164", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3804": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2006-02-09", + "dateSigned": "1993-10-11", + "env": "development", + "id": 3805, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/137334886", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3805": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1994-02-05", + "dateSigned": "1992-12-09", + "env": "development", + "id": 3806, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81683197", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3806": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2006-02-09", + "dateSigned": "2004-11-29", + "env": "development", + "id": 3807, + "isoNumeric": null, + "jurisdiction": "Lao People's Democratic Republic", + "jurisdictionCountryCode": "LA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81683648", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3807": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2006-12-18", + "dateSigned": "2006-09-05", + "env": "development", + "id": 3808, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81683043", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3808": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1991-11-21", + "dateSigned": "1989-03-07", + "env": "development", + "id": 3809, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81683010", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3809": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1996-01-07", + "dateSigned": "1995-07-07", + "env": "development", + "id": 3810, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74488960", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3810": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1989-05-03", + "dateSigned": "1988-11-10", + "env": "development", + "id": 3811, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81683412", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3811": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2007-07-14", + "dateSigned": "2006-04-20", + "env": "development", + "id": 3812, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81683679", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3812": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2003-07-08", + "dateSigned": "2001-08-27", + "env": "development", + "id": 3813, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81801189", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3813": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1986-03-27", + "dateSigned": "1983-12-24", + "env": "development", + "id": 3814, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81801241", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3814": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1998-03-21", + "dateSigned": "1996-11-23", + "env": "development", + "id": 3815, + "isoNumeric": null, + "jurisdiction": "Papua New Guinea", + "jurisdictionCountryCode": "PG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81685267", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3815": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1995-03-03", + "dateSigned": "1992-04-27", + "env": "development", + "id": 3816, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81683103", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3816": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1998-12-25", + "dateSigned": "1998-02-11", + "env": "development", + "id": 3817, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81685524", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3817": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2003-08-04", + "dateSigned": "2002-02-22", + "env": "development", + "id": 3818, + "isoNumeric": null, + "jurisdiction": "Myanmar", + "jurisdictionCountryCode": "MM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81683743", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3818": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1999-04-09", + "dateSigned": "1997-01-18", + "env": "development", + "id": 3819, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/137334886", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3819": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1995-02-17", + "dateSigned": "1994-09-19", + "env": "development", + "id": 3820, + "isoNumeric": null, + "jurisdiction": "Fiji", + "jurisdictionCountryCode": "FJ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81800928", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3820": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1986-12-26", + "dateSigned": "1984-11-07", + "env": "development", + "id": 3821, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81683685", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3821": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2000-06-13", + "dateSigned": "1998-12-05", + "env": "development", + "id": 3822, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81683577", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3822": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1996-12-29", + "dateSigned": "1996-10-25", + "env": "development", + "id": 3823, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74128200", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3823": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1995-06-22", + "dateSigned": "1994-03-11", + "env": "development", + "id": 3824, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81682906", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3824": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2008-12-09", + "dateSigned": "2006-07-06", + "env": "development", + "id": 3825, + "isoNumeric": null, + "jurisdiction": "Iran", + "jurisdictionCountryCode": "IR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81683478", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3825": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1981-04-22", + "dateSigned": "1980-02-12", + "env": "development", + "id": 3826, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944100", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3826": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1998-03-21", + "dateSigned": "1997-03-25", + "env": "development", + "id": 3827, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81684777", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3827": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1989-11-25", + "dateSigned": "1988-09-27", + "env": "development", + "id": 3828, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/269371908", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3828": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1982-09-09", + "dateSigned": "1981-05-27", + "env": "development", + "id": 3829, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81685362", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3829": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2009-12-07", + "dateSigned": "2008-06-15", + "env": "development", + "id": 3830, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113780392", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3830": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2000-07-01", + "dateSigned": "1999-01-27", + "env": "development", + "id": 3831, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81683726", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3831": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1981-02-01", + "dateSigned": "1979-06-19", + "env": "development", + "id": 3832, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/84678444", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3832": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2008-11-25", + "dateSigned": "2008-05-19", + "env": "development", + "id": 3833, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/137334886", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3833": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1986-06-20", + "dateSigned": "1984-05-28", + "env": "development", + "id": 3834, + "isoNumeric": null, + "jurisdiction": "Sri Lanka", + "jurisdictionCountryCode": "LK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81683670", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3834": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1981-12-23", + "dateSigned": "1979-02-08", + "env": "development", + "id": 3835, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81800915", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3835": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2007-06-29", + "dateSigned": "2006-11-16", + "env": "development", + "id": 3836, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81801206", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3836": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2003-06-17", + "dateSigned": "2002-05-20", + "env": "development", + "id": 3837, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81683029", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3837": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2014-04-22", + "dateSigned": "2012-11-13", + "env": "development", + "id": 3838, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3838": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2002-04-23", + "dateSigned": "2001-05-29", + "env": "development", + "id": 3839, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88716665", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3839": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2014-04-22", + "dateSigned": "2009-11-03", + "env": "development", + "id": 3840, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3840": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2004-01-01", + "dateSigned": "2001-05-29", + "env": "development", + "id": 3841, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3841": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2013-05-15", + "dateSigned": "2009-10-27", + "env": "development", + "id": 3842, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3842": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2015-02-20", + "dateSigned": "2012-03-30", + "env": "development", + "id": 3843, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3843": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2013-12-05", + "dateSigned": "2010-02-23", + "env": "development", + "id": 3844, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81715033", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3844": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2007-04-10", + "env": "development", + "id": 3845, + "isoNumeric": null, + "jurisdiction": "Senegal", + "jurisdictionCountryCode": "SN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3845": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2011-06-02", + "dateSigned": "2009-04-13", + "env": "development", + "id": 3846, + "isoNumeric": null, + "jurisdiction": "Brunei Darussalam", + "jurisdictionCountryCode": "BN", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3846": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2007-10-17", + "dateSigned": "2006-06-15", + "env": "development", + "id": 3847, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85922119", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3847": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2004-01-01", + "dateSigned": "1999-02-09", + "env": "development", + "id": 3848, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3848": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2007-12-11", + "env": "development", + "id": 3849, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3849": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2002-03-20", + "dateSigned": "2000-04-18", + "env": "development", + "id": 3850, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3850": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-06-22", + "env": "development", + "id": 3851, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3851": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-12-27", + "env": "development", + "id": 3852, + "isoNumeric": null, + "jurisdiction": "Mauritania", + "jurisdictionCountryCode": "MR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3852": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1986-09-25", + "dateSigned": "1984-12-15", + "env": "development", + "id": 3853, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3853": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2013-04-25", + "dateSigned": "2009-11-09", + "env": "development", + "id": 3854, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3854": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2004-02-22", + "dateSigned": "2003-01-20", + "env": "development", + "id": 3855, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3855": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2013-08-12", + "dateSigned": "2010-11-23", + "env": "development", + "id": 3856, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81679006", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3856": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2003-08-26", + "dateSigned": "2002-01-28", + "env": "development", + "id": 3857, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3857": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-12-07", + "env": "development", + "id": 3858, + "isoNumeric": null, + "jurisdiction": "Seychelles", + "jurisdictionCountryCode": "SC", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3858": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2005-03-03", + "dateSigned": "2001-06-05", + "env": "development", + "id": 3859, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112949431", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3859": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2000-07-01", + "dateSigned": "1999-07-21", + "env": "development", + "id": 3860, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73591261", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3860": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1997-04-23", + "env": "development", + "id": 3861, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3861": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1995-01-01", + "dateSigned": "1992-07-26", + "env": "development", + "id": 3862, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3862": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2013-04-17", + "dateSigned": "2011-10-13", + "env": "development", + "id": 3863, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/72672872", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3863": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-04-20", + "env": "development", + "id": 3864, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3864": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2004-03-01", + "dateSigned": "2002-06-13", + "env": "development", + "id": 3865, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85915464", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3865": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2002-03-20", + "dateSigned": "2001-01-21", + "env": "development", + "id": 3866, + "isoNumeric": null, + "jurisdiction": "Lebanon", + "jurisdictionCountryCode": "LB", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3866": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1999-12-13", + "dateSigned": "1997-10-06", + "env": "development", + "id": 3867, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3867": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1993-01-11", + "dateSigned": "1987-12-17", + "env": "development", + "id": 3868, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73577421", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3868": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2000-10-28", + "dateSigned": "1990-03-10", + "env": "development", + "id": 3869, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3869": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2002-05-28", + "dateSigned": "1998-06-30", + "env": "development", + "id": 3870, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109345591", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3870": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1995-01-01", + "dateSigned": "1994-01-17", + "env": "development", + "id": 3871, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3871": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2006-07-15", + "dateSigned": "2002-06-15", + "env": "development", + "id": 3872, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3872": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1995-03-01", + "dateSigned": "1994-01-27", + "env": "development", + "id": 3873, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88861495", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3873": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1998-09-01", + "dateSigned": "1997-03-24", + "env": "development", + "id": 3874, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85328496", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3874": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2013-06-14", + "dateSigned": "2010-02-17", + "env": "development", + "id": 3875, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73349840", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3875": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2003-07-02", + "dateSigned": "2002-02-21", + "env": "development", + "id": 3876, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81954540", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3876": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2007-05-29", + "dateSigned": "2003-02-05", + "env": "development", + "id": 3877, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85337819", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3877": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2002-08-02", + "dateSigned": "1999-05-18", + "env": "development", + "id": 3878, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88133180", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3878": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1990-07-20", + "dateSigned": "1989-12-25", + "env": "development", + "id": 3879, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81564543", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3879": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2005-04-20", + "dateSigned": "2003-03-02", + "env": "development", + "id": 3880, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85219814", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3880": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2013-07-25", + "dateSigned": "2010-05-13", + "env": "development", + "id": 3881, + "isoNumeric": null, + "jurisdiction": "Hong Kong, China", + "jurisdictionCountryCode": "HK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809215", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3881": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2007-04-25", + "dateSigned": "2004-02-17", + "env": "development", + "id": 3882, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809319", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3882": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2000-05-31", + "dateSigned": "1999-02-16", + "env": "development", + "id": 3883, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944126", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3883": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2000-06-13", + "dateSigned": "1998-12-05", + "env": "development", + "id": 3884, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81683577", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3884": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2013-05-17", + "dateSigned": "2010-01-11", + "env": "development", + "id": 3885, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113084109", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3885": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1996-11-16", + "env": "development", + "id": 3886, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88860875", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3886": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2013-07-19", + "dateSigned": "2008-05-26", + "env": "development", + "id": 3887, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88688640", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3887": { + "containsParas4and5": null, + "countryCode": "KW", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2004-03-19", + "dateSigned": "2002-07-24", + "env": "development", + "id": 3888, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109454633", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3888": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2000-03-10", + "dateSigned": "1997-02-27", + "env": "development", + "id": 3889, + "isoNumeric": null, + "jurisdiction": "Turkmenistan", + "jurisdictionCountryCode": "TM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3889": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2011-01-19", + "dateSigned": "2006-11-06", + "env": "development", + "id": 3890, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3890": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1997-01-01", + "dateSigned": "1994-12-07", + "env": "development", + "id": 3891, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3891": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1997-05-03", + "dateSigned": "1996-07-09", + "env": "development", + "id": 3892, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3892": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2000-11-07", + "dateSigned": "1999-12-16", + "env": "development", + "id": 3893, + "isoNumeric": null, + "jurisdiction": "Tajikistan", + "jurisdictionCountryCode": "TJ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3893": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1997-02-26", + "dateSigned": "1994-09-22", + "env": "development", + "id": 3894, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73577301", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3894": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2010-08-05", + "dateSigned": "2009-03-24", + "env": "development", + "id": 3895, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3895": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2000-11-24", + "dateSigned": "1999-10-21", + "env": "development", + "id": 3896, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112944136", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3896": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2000-07-19", + "dateSigned": "1999-03-01", + "env": "development", + "id": 3897, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85587737", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3897": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1997-05-07", + "dateSigned": "1996-09-16", + "env": "development", + "id": 3898, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809801", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3898": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2005-03-07", + "dateSigned": "2002-03-27", + "env": "development", + "id": 3899, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3899": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1997-01-29", + "dateSigned": "1995-08-23", + "env": "development", + "id": 3900, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109453356", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3900": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1998-03-31", + "dateSigned": "1997-04-08", + "env": "development", + "id": 3901, + "isoNumeric": null, + "jurisdiction": "Kyrgyzstan", + "jurisdictionCountryCode": "KG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3901": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1999-12-02", + "dateSigned": "1998-03-12", + "env": "development", + "id": 3902, + "isoNumeric": null, + "jurisdiction": "Mongolia", + "jurisdictionCountryCode": "MN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3902": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2015-03-01", + "dateSigned": "2001-06-19", + "env": "development", + "id": 3903, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3903": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1998-10-02", + "dateSigned": "1997-03-19", + "env": "development", + "id": 3904, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3904": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2011-08-18", + "dateSigned": "2009-02-07", + "env": "development", + "id": 3905, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3905": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1996-12-15", + "dateSigned": "1994-03-21", + "env": "development", + "id": 3906, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3906": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2008-12-10", + "dateSigned": "2008-02-21", + "env": "development", + "id": 3907, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3907": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1993-12-27", + "dateSigned": "1993-12-10", + "env": "development", + "id": 3908, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3908": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1999-04-03", + "dateSigned": "1995-01-15", + "env": "development", + "id": 3909, + "isoNumeric": null, + "jurisdiction": "Iran", + "jurisdictionCountryCode": "IR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3909": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1997-12-11", + "dateSigned": "1997-03-07", + "env": "development", + "id": 3910, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81686975", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3910": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2002-02-25", + "dateSigned": "1999-07-15", + "env": "development", + "id": 3911, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3911": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2002-11-22", + "dateSigned": "2002-04-17", + "env": "development", + "id": 3912, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3912": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1998-07-24", + "dateSigned": "1997-11-13", + "env": "development", + "id": 3913, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3913": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2006-01-24", + "dateSigned": "2001-04-03", + "env": "development", + "id": 3914, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3914": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1998-01-28", + "dateSigned": "1997-11-13", + "env": "development", + "id": 3915, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3915": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-01-19", + "env": "development", + "id": 3916, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3916": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2006-03-01", + "dateSigned": "2004-09-10", + "env": "development", + "id": 3917, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85915501", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3917": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1994-10-19", + "env": "development", + "id": 3918, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3918": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2013-08-12", + "dateSigned": "2012-07-02", + "env": "development", + "id": 3919, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3919": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2014-06-01", + "dateSigned": "2000-05-19", + "env": "development", + "id": 3920, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3920": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-06-07", + "env": "development", + "id": 3921, + "isoNumeric": null, + "jurisdiction": "Saudi Arabia", + "jurisdictionCountryCode": "SA", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3921": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1999-10-29", + "dateSigned": "1998-04-09", + "env": "development", + "id": 3922, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112949455", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3922": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1997-12-13", + "dateSigned": "1997-04-11", + "env": "development", + "id": 3923, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3923": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2008-07-28", + "dateSigned": "2007-03-21", + "env": "development", + "id": 3924, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3924": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2000-07-05", + "dateSigned": "1997-11-11", + "env": "development", + "id": 3925, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/156115489", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3925": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2006-05-19", + "dateSigned": "2005-11-22", + "env": "development", + "id": 3926, + "isoNumeric": null, + "jurisdiction": "Montenegro", + "jurisdictionCountryCode": "ME", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3926": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2000-07-01", + "dateSigned": "1998-03-03", + "env": "development", + "id": 3927, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88861517", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3927": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2002-12-02", + "dateSigned": "2001-09-06", + "env": "development", + "id": 3928, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3928": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1996-10-18", + "env": "development", + "id": 3929, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3929": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1996-11-18", + "dateSigned": "1995-08-15", + "env": "development", + "id": 3930, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3930": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2012-09-25", + "dateSigned": "2008-07-24", + "env": "development", + "id": 3931, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3931": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1998-03-30", + "dateSigned": "1996-09-25", + "env": "development", + "id": 3932, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3932": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1997-04-07", + "dateSigned": "1996-06-12", + "env": "development", + "id": 3933, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3933": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2013-12-11", + "dateSigned": "2008-06-26", + "env": "development", + "id": 3934, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3934": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2000-04-21", + "dateSigned": "1998-09-21", + "env": "development", + "id": 3935, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3935": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2009-12-30", + "dateSigned": "2008-12-19", + "env": "development", + "id": 3936, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/137334886", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3936": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1993-10-24", + "env": "development", + "id": 3937, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73572712", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3937": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2003-07-27", + "dateSigned": "2001-09-12", + "env": "development", + "id": 3938, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81564569", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3938": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1998-12-21", + "dateSigned": "1997-11-26", + "env": "development", + "id": 3939, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81677576", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3939": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2000-04-13", + "dateSigned": "1998-04-16", + "env": "development", + "id": 3940, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85918946", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3940": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2010-05-20", + "dateSigned": "2006-06-26", + "env": "development", + "id": 3941, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85588904", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3941": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2009-06-30", + "dateSigned": "2008-12-22", + "env": "development", + "id": 3942, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/109452245", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3942": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "1963-08-26", + "dateSigned": "1963-08-26", + "env": "development", + "id": 3943, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3943": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2007-08-14", + "dateSigned": "2006-09-19", + "env": "development", + "id": 3944, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81954560", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3944": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1997-02-05", + "dateSigned": "1996-04-24", + "env": "development", + "id": 3945, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88716737", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3945": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1999-04-09", + "dateSigned": "1997-01-18", + "env": "development", + "id": 3946, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/137334886", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3946": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1997-10-02", + "dateSigned": "1996-12-09", + "env": "development", + "id": 3947, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85922145", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3947": { + "containsParas4and5": null, + "countryCode": "LA", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2014-03-21", + "dateSigned": "2012-11-04", + "env": "development", + "id": 3948, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218783312", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3948": { + "containsParas4and5": null, + "countryCode": "LA", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "1999-05-15", + "env": "development", + "id": 3949, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3949": { + "containsParas4and5": null, + "countryCode": "LA", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2006-04-22", + "env": "development", + "id": 3950, + "isoNumeric": null, + "jurisdiction": "Brunei Darussalam", + "jurisdictionCountryCode": "BN", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3950": { + "containsParas4and5": null, + "countryCode": "LB", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2001-10-28", + "dateSigned": "2001-04-12", + "env": "development", + "id": 3951, + "isoNumeric": null, + "jurisdiction": "Oman", + "jurisdictionCountryCode": "OM", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3951": { + "containsParas4and5": null, + "countryCode": "LA", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-02-21", + "env": "development", + "id": 3952, + "isoNumeric": null, + "jurisdiction": "Sierra Leone", + "jurisdictionCountryCode": "SL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3952": { + "containsParas4and5": null, + "countryCode": "LA", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2011-02-23", + "dateSigned": "2010-06-03", + "env": "development", + "id": 3953, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85588921", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3953": { + "containsParas4and5": null, + "countryCode": "LA", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-09-07", + "env": "development", + "id": 3954, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3954": { + "containsParas4and5": null, + "countryCode": "LA", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1999-06-22", + "dateSigned": "1999-01-25", + "env": "development", + "id": 3955, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81564574", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3955": { + "containsParas4and5": null, + "countryCode": "LA", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2006-02-09", + "dateSigned": "2004-11-29", + "env": "development", + "id": 3956, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81683648", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3956": { + "containsParas4and5": null, + "countryCode": "LB", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2006-08-21", + "dateSigned": "2004-05-12", + "env": "development", + "id": 3957, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106347878", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3957": { + "containsParas4and5": null, + "countryCode": "LB", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2004-03-02", + "env": "development", + "id": 3958, + "isoNumeric": null, + "jurisdiction": "Sudan", + "jurisdictionCountryCode": "SD", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3958": { + "containsParas4and5": null, + "countryCode": "LB", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2004-11-10", + "dateSigned": "2003-01-20", + "env": "development", + "id": 3959, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85338391", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3959": { + "containsParas4and5": null, + "countryCode": "LB", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1964-01-02", + "dateSigned": "1962-07-14", + "env": "development", + "id": 3960, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88729092", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3960": { + "containsParas4and5": null, + "countryCode": "LB", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2008-06-26", + "dateSigned": "2005-08-31", + "env": "development", + "id": 3961, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106347441", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3961": { + "containsParas4and5": null, + "countryCode": "LB", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2006-02-20", + "dateSigned": "2002-09-29", + "env": "development", + "id": 3962, + "isoNumeric": null, + "jurisdiction": "Yemen", + "jurisdictionCountryCode": "YE", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3962": { + "containsParas4and5": null, + "countryCode": "LB", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2001-01-01", + "dateSigned": "1999-02-23", + "env": "development", + "id": 3963, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/109454645", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3963": { + "containsParas4and5": null, + "countryCode": "LB", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2003-09-05", + "dateSigned": "2002-04-22", + "env": "development", + "id": 3964, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106347611", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3964": { + "containsParas4and5": null, + "countryCode": "LB", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2004-09-22", + "dateSigned": "2002-10-19", + "env": "development", + "id": 3965, + "isoNumeric": null, + "jurisdiction": "Senegal", + "jurisdictionCountryCode": "SN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106347760", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3965": { + "containsParas4and5": null, + "countryCode": "LB", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "1998-12-29", + "env": "development", + "id": 3966, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3966": { + "containsParas4and5": null, + "countryCode": "LB", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2000-01-24", + "dateSigned": "1997-08-28", + "env": "development", + "id": 3967, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106347490", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3967": { + "containsParas4and5": null, + "countryCode": "LB", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2002-12-30", + "dateSigned": "2001-06-19", + "env": "development", + "id": 3968, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106347644", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3968": { + "containsParas4and5": null, + "countryCode": "LB", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1998-03-22", + "dateSigned": "1996-03-17", + "env": "development", + "id": 3969, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3969": { + "containsParas4and5": null, + "countryCode": "LB", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2001-01-01", + "dateSigned": "1997-04-07", + "env": "development", + "id": 3970, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106347848", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3970": { + "containsParas4and5": null, + "countryCode": "LB", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2010-01-01", + "dateSigned": "2005-01-23", + "env": "development", + "id": 3971, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3971": { + "containsParas4and5": null, + "countryCode": "LB", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2005-09-13", + "dateSigned": "2003-08-07", + "env": "development", + "id": 3972, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3972": { + "containsParas4and5": null, + "countryCode": "LB", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2011-11-21", + "dateSigned": "2000-11-22", + "env": "development", + "id": 3973, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106347458", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3973": { + "containsParas4and5": null, + "countryCode": "LB", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2000-12-13", + "dateSigned": "1998-09-16", + "env": "development", + "id": 3974, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106347527", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3974": { + "containsParas4and5": null, + "countryCode": "LB", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2003-08-07", + "dateSigned": "2001-10-20", + "env": "development", + "id": 3975, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3975": { + "containsParas4and5": null, + "countryCode": "LB", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1998-10-25", + "dateSigned": "1998-05-17", + "env": "development", + "id": 3976, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3976": { + "containsParas4and5": null, + "countryCode": "LB", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2003-12-12", + "dateSigned": "2002-10-31", + "env": "development", + "id": 3977, + "isoNumeric": null, + "jurisdiction": "Jordan", + "jurisdictionCountryCode": "JO", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3977": { + "containsParas4and5": null, + "countryCode": "LB", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2002-03-20", + "dateSigned": "2001-01-21", + "env": "development", + "id": 3978, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3978": { + "containsParas4and5": null, + "countryCode": "LB", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2005-04-14", + "dateSigned": "2003-02-18", + "env": "development", + "id": 3979, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81568312", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3979": { + "containsParas4and5": null, + "countryCode": "LB", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2001-02-20", + "env": "development", + "id": 3980, + "isoNumeric": null, + "jurisdiction": "Gabon", + "jurisdictionCountryCode": "GA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106348366", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3980": { + "containsParas4and5": null, + "countryCode": "LB", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1998-02-10", + "dateSigned": "1997-01-12", + "env": "development", + "id": 3981, + "isoNumeric": null, + "jurisdiction": "Syrian Arab Republic", + "jurisdictionCountryCode": "SY", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3981": { + "containsParas4and5": null, + "countryCode": "LB", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2000-06-03", + "dateSigned": "1998-06-24", + "env": "development", + "id": 3982, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3982": { + "containsParas4and5": null, + "countryCode": "LB", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2001-01-19", + "dateSigned": "1998-10-22", + "env": "development", + "id": 3983, + "isoNumeric": null, + "jurisdiction": "Iran", + "jurisdictionCountryCode": "IR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106352661", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3983": { + "containsParas4and5": null, + "countryCode": "LB", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1997-04-06", + "dateSigned": "1995-06-28", + "env": "development", + "id": 3984, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106347674", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3984": { + "containsParas4and5": null, + "countryCode": "LB", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2006-07-19", + "dateSigned": "2002-03-26", + "env": "development", + "id": 3985, + "isoNumeric": null, + "jurisdiction": "Algeria", + "jurisdictionCountryCode": "DZ", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3985": { + "containsParas4and5": null, + "countryCode": "LB", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2001-11-10", + "dateSigned": "1999-06-01", + "env": "development", + "id": 3986, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106347569", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3986": { + "containsParas4and5": null, + "countryCode": "LB", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2001-02-04", + "env": "development", + "id": 3987, + "isoNumeric": null, + "jurisdiction": "Cuba", + "jurisdictionCountryCode": "CU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106347794", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3987": { + "containsParas4and5": null, + "countryCode": "LB", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2004-01-01", + "dateSigned": "1999-07-26", + "env": "development", + "id": 3988, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88860904", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3988": { + "containsParas4and5": null, + "countryCode": "LC", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 3989, + "isoNumeric": null, + "jurisdiction": "Trinidad and Tobago", + "jurisdictionCountryCode": "TT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3989": { + "containsParas4and5": null, + "countryCode": "KN", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2011-12-01", + "dateSigned": "2009-09-17", + "env": "development", + "id": 3990, + "isoNumeric": null, + "jurisdiction": "Monaco", + "jurisdictionCountryCode": "MC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809310", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "3990": { + "containsParas4and5": null, + "countryCode": "KZ", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1995-06-01", + "dateSigned": "1994-09-21", + "env": "development", + "id": 3991, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88860887", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3991": { + "containsParas4and5": null, + "countryCode": "LC", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1963-08-26", + "dateSigned": "1963-08-26", + "env": "development", + "id": 3992, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3992": { + "containsParas4and5": null, + "countryCode": "LC", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2014-05-31", + "dateSigned": "1987-01-30", + "env": "development", + "id": 3993, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3993": { + "containsParas4and5": null, + "countryCode": "LC", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2011-01-20", + "dateSigned": "2009-04-01", + "env": "development", + "id": 3994, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809210", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3994": { + "containsParas4and5": null, + "countryCode": "LC", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 3995, + "isoNumeric": null, + "jurisdiction": "Guyana", + "jurisdictionCountryCode": "GY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3995": { + "containsParas4and5": null, + "countryCode": "LC", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 3996, + "isoNumeric": null, + "jurisdiction": "Saint Kitts and Nevis", + "jurisdictionCountryCode": "KN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3996": { + "containsParas4and5": null, + "countryCode": "LC", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2014-02-01", + "dateSigned": "2013-07-09", + "env": "development", + "id": 3997, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3997": { + "containsParas4and5": null, + "countryCode": "LC", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2011-10-28", + "dateSigned": "2010-07-14", + "env": "development", + "id": 3998, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730763", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3998": { + "containsParas4and5": null, + "countryCode": "LC", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2012-07-20", + "dateSigned": "2010-06-18", + "env": "development", + "id": 3999, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "3999": { + "containsParas4and5": null, + "countryCode": "LC", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 4000, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "4000": { + "containsParas4and5": null, + "countryCode": "LC", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 4001, + "isoNumeric": null, + "jurisdiction": "Grenada", + "jurisdictionCountryCode": "GD", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "4001": { + "containsParas4and5": null, + "countryCode": "LC", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 4002, + "isoNumeric": null, + "jurisdiction": "Saint Vincent and the Grenadines", + "jurisdictionCountryCode": "VC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "4002": { + "containsParas4and5": null, + "countryCode": "LC", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 4003, + "isoNumeric": null, + "jurisdiction": "Antigua and Barbuda", + "jurisdictionCountryCode": "AG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "4003": { + "containsParas4and5": null, + "countryCode": "LC", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 4004, + "isoNumeric": null, + "jurisdiction": "Dominica", + "jurisdictionCountryCode": "DM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "4004": { + "containsParas4and5": null, + "countryCode": "LC", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 4005, + "isoNumeric": null, + "jurisdiction": "Jamaica", + "jurisdictionCountryCode": "JM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "4005": { + "containsParas4and5": null, + "countryCode": "LC", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2013-10-01", + "dateSigned": "2009-10-29", + "env": "development", + "id": 4006, + "isoNumeric": null, + "jurisdiction": "Curaçao", + "jurisdictionCountryCode": "CW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112971899", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "4006": { + "containsParas4and5": null, + "countryCode": "LC", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2011-10-31", + "dateSigned": "2010-05-19", + "env": "development", + "id": 4007, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809305", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "4007": { + "containsParas4and5": null, + "countryCode": "LC", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-12-07", + "env": "development", + "id": 4008, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809607", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "4008": { + "containsParas4and5": null, + "countryCode": "LC", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2012-11-02", + "dateSigned": "2010-05-19", + "env": "development", + "id": 4009, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809579", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "4009": { + "containsParas4and5": null, + "countryCode": "LC", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2011-03-17", + "dateSigned": "2010-05-19", + "env": "development", + "id": 4010, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809329", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "4010": { + "containsParas4and5": null, + "countryCode": "LC", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2011-03-31", + "dateSigned": "2009-02-12", + "env": "development", + "id": 4011, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809409", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "4011": { + "containsParas4and5": null, + "countryCode": "LC", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2013-02-28", + "dateSigned": "2010-06-07", + "env": "development", + "id": 4012, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809585", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "4012": { + "containsParas4and5": null, + "countryCode": "LC", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2011-05-19", + "dateSigned": "2010-01-18", + "env": "development", + "id": 4013, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73651736", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "4013": { + "containsParas4and5": null, + "countryCode": "LC", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2011-10-31", + "dateSigned": "2010-05-19", + "env": "development", + "id": 4014, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809695", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "4014": { + "containsParas4and5": null, + "countryCode": "LC", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 4015, + "isoNumeric": null, + "jurisdiction": "Belize", + "jurisdictionCountryCode": "BZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "4015": { + "containsParas4and5": null, + "countryCode": "LC", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2013-08-01", + "dateSigned": "2010-05-19", + "env": "development", + "id": 4016, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809376", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "4016": { + "containsParas4and5": null, + "countryCode": "LC", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2011-10-08", + "dateSigned": "2009-10-12", + "env": "development", + "id": 4017, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809797", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "4017": { + "containsParas4and5": null, + "countryCode": "LC", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2011-02-11", + "dateSigned": "2010-03-30", + "env": "development", + "id": 4018, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809572", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "4018": { + "containsParas4and5": null, + "countryCode": "LC", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2011-02-17", + "dateSigned": "2009-12-22", + "env": "development", + "id": 4019, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81679128", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "4019": { + "containsParas4and5": null, + "countryCode": "LC", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2011-12-01", + "dateSigned": "2010-05-19", + "env": "development", + "id": 4020, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809823", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "4020": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2012-04-04", + "dateSigned": "2010-12-17", + "env": "development", + "id": 4021, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809271", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "4021": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2012-04-07", + "dateSigned": "2010-12-17", + "env": "development", + "id": 4022, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809684", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "4022": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2010-08-19", + "dateSigned": "2009-09-22", + "env": "development", + "id": 4023, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113062844", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "4023": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2010-10-28", + "dateSigned": "2009-09-02", + "env": "development", + "id": 4024, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88133261", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "4024": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2010-12-02", + "dateSigned": "2009-08-11", + "env": "development", + "id": 4025, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73588347", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "4025": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2011-01-16", + "dateSigned": "2009-11-24", + "env": "development", + "id": 4026, + "isoNumeric": null, + "jurisdiction": "Antigua and Barbuda", + "jurisdictionCountryCode": "AG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85625739", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "4026": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2014-07-25", + "dateSigned": "2013-06-27", + "env": "development", + "id": 4027, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218777777", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4027": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2010-06-30", + "dateSigned": "2009-10-13", + "env": "development", + "id": 4028, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81679185", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4028": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2012-12-29", + "dateSigned": "2012-07-05", + "env": "development", + "id": 4029, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113062859", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4029": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2010-12-17", + "dateSigned": "2009-08-26", + "env": "development", + "id": 4030, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4030": { + "containsParas4and5": null, + "countryCode": "LC", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2012-01-01", + "dateSigned": "2010-05-10", + "env": "development", + "id": 4031, + "isoNumeric": null, + "jurisdiction": "Aruba", + "jurisdictionCountryCode": "AW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809644", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "4031": { + "containsParas4and5": null, + "countryCode": "KR", + "createdAt": 1568104719146, + "currencyCode": null, + "dateActive": "2012-03-09", + "dateSigned": "2011-05-31", + "env": "development", + "id": 4032, + "isoNumeric": null, + "jurisdiction": "Marshall Islands", + "jurisdictionCountryCode": "MH", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028705 + }, + "4032": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-03-28", + "env": "development", + "id": 4033, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218777727", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4033": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2012-04-13", + "dateSigned": "2010-12-17", + "env": "development", + "id": 4034, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809340", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4034": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-02-26", + "env": "development", + "id": 4035, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4035": { + "containsParas4and5": null, + "countryCode": "LC", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2010-10-01", + "dateSigned": "2009-10-29", + "env": "development", + "id": 4036, + "isoNumeric": null, + "jurisdiction": "Sint Maarten", + "jurisdictionCountryCode": "SX", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028706 + }, + "4036": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2014-01-26", + "dateSigned": "2013-01-31", + "env": "development", + "id": 4037, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218777703", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4037": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2011-07-08", + "dateSigned": "2010-08-12", + "env": "development", + "id": 4038, + "isoNumeric": null, + "jurisdiction": "Hong Kong, China", + "jurisdictionCountryCode": "HK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87019504", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4038": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-09-25", + "env": "development", + "id": 4039, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4039": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2012-04-03", + "dateSigned": "2010-12-17", + "env": "development", + "id": 4040, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809230", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4040": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2012-06-21", + "dateSigned": "2011-06-21", + "env": "development", + "id": 4041, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81455457", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4041": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2012-04-08", + "dateSigned": "2010-12-17", + "env": "development", + "id": 4042, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113063587", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4042": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2014-08-03", + "dateSigned": "2014-01-27", + "env": "development", + "id": 4043, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4043": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2011-01-19", + "dateSigned": "2009-09-23", + "env": "development", + "id": 4044, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809490", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4044": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2012-03-31", + "dateSigned": "2010-12-17", + "env": "development", + "id": 4045, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809623", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4045": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2015-04-30", + "dateSigned": "2014-06-11", + "env": "development", + "id": 4046, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809226", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4046": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1996-12-17", + "dateSigned": "1995-06-22", + "env": "development", + "id": 4047, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944157", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4047": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2012-09-03", + "dateSigned": "2010-10-18", + "env": "development", + "id": 4048, + "isoNumeric": null, + "jurisdiction": "Uruguay", + "jurisdictionCountryCode": "UY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113062883", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4048": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2014-07-24", + "dateSigned": "2013-04-08", + "env": "development", + "id": 4049, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218777736", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4049": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2015-05-23", + "dateSigned": "2013-12-06", + "env": "development", + "id": 4050, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218777790", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4050": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2010-12-01", + "dateSigned": "2009-11-10", + "env": "development", + "id": 4051, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809438", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4051": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2011-01-10", + "dateSigned": "2009-09-18", + "env": "development", + "id": 4052, + "isoNumeric": null, + "jurisdiction": "Andorra", + "jurisdictionCountryCode": "AD", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809577", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4052": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2010-07-14", + "dateSigned": "2009-09-21", + "env": "development", + "id": 4053, + "isoNumeric": null, + "jurisdiction": "Monaco", + "jurisdictionCountryCode": "MC", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809753", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4053": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2011-05-16", + "dateSigned": "2009-10-02", + "env": "development", + "id": 4054, + "isoNumeric": null, + "jurisdiction": "Saint Vincent and the Grenadines", + "jurisdictionCountryCode": "VC", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/74482607", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4054": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2011-02-14", + "dateSigned": "2009-12-11", + "env": "development", + "id": 4055, + "isoNumeric": null, + "jurisdiction": "Saint Kitts and Nevis", + "jurisdictionCountryCode": "KN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809463", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4055": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2014-07-01", + "dateSigned": "2013-09-27", + "env": "development", + "id": 4056, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218777763", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4056": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2009-12-04", + "dateSigned": "2008-12-08", + "env": "development", + "id": 4057, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809433", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4057": { + "containsParas4and5": null, + "countryCode": "LK", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2013-10-22", + "dateSigned": "2013-01-22", + "env": "development", + "id": 4058, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4058": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1970-12-07", + "dateSigned": "1969-11-05", + "env": "development", + "id": 4059, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4059": { + "containsParas4and5": null, + "countryCode": "LK", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1986-06-09", + "dateSigned": "1982-06-29", + "env": "development", + "id": 4060, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4060": { + "containsParas4and5": null, + "countryCode": "LK", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2007-04-02", + "dateSigned": "2004-11-07", + "env": "development", + "id": 4061, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4061": { + "containsParas4and5": null, + "countryCode": "LK", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1979-06-19", + "dateSigned": "1978-06-26", + "env": "development", + "id": 4062, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4062": { + "containsParas4and5": null, + "countryCode": "LK", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-11-07", + "env": "development", + "id": 4063, + "isoNumeric": null, + "jurisdiction": "Seychelles", + "jurisdictionCountryCode": "SC", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4063": { + "containsParas4and5": null, + "countryCode": "LK", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2003-01-01", + "dateSigned": "1999-03-02", + "env": "development", + "id": 4064, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4064": { + "containsParas4and5": null, + "countryCode": "LK", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1982-11-18", + "dateSigned": "1981-09-17", + "env": "development", + "id": 4065, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88729147", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4065": { + "containsParas4and5": null, + "countryCode": "LK", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1984-03-28", + "dateSigned": "1982-05-18", + "env": "development", + "id": 4066, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4066": { + "containsParas4and5": null, + "countryCode": "LK", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2004-07-12", + "dateSigned": "1985-03-14", + "env": "development", + "id": 4067, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4067": { + "containsParas4and5": null, + "countryCode": "LK", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1983-06-18", + "dateSigned": "1981-10-05", + "env": "development", + "id": 4068, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109346257", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4068": { + "containsParas4and5": null, + "countryCode": "LK", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-04-04", + "env": "development", + "id": 4069, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218830040", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4069": { + "containsParas4and5": null, + "countryCode": "LK", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1991-10-21", + "dateSigned": "1989-12-18", + "env": "development", + "id": 4070, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4070": { + "containsParas4and5": null, + "countryCode": "LK", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2014-04-11", + "dateSigned": "2013-01-30", + "env": "development", + "id": 4071, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218783351", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4071": { + "containsParas4and5": null, + "countryCode": "LK", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1986-02-28", + "dateSigned": "1984-10-19", + "env": "development", + "id": 4072, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4072": { + "containsParas4and5": null, + "countryCode": "LK", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1984-07-30", + "dateSigned": "1983-02-23", + "env": "development", + "id": 4073, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4073": { + "containsParas4and5": null, + "countryCode": "LK", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1983-02-23", + "dateSigned": "1981-12-22", + "env": "development", + "id": 4074, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4074": { + "containsParas4and5": null, + "countryCode": "LK", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1991-05-09", + "dateSigned": "1984-03-28", + "env": "development", + "id": 4075, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809089", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4075": { + "containsParas4and5": null, + "countryCode": "LK", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1980-05-21", + "dateSigned": "1979-06-21", + "env": "development", + "id": 4076, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4076": { + "containsParas4and5": null, + "countryCode": "LK", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1994-06-21", + "dateSigned": "1993-02-03", + "env": "development", + "id": 4077, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4077": { + "containsParas4and5": null, + "countryCode": "LK", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2000-12-11", + "env": "development", + "id": 4078, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/170236231", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4078": { + "containsParas4and5": null, + "countryCode": "LK", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1979-06-19", + "dateSigned": "1978-07-26", + "env": "development", + "id": 4079, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/74477259", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4079": { + "containsParas4and5": null, + "countryCode": "LK", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1983-01-01", + "dateSigned": "1980-04-25", + "env": "development", + "id": 4080, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81950449", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4080": { + "containsParas4and5": null, + "countryCode": "LK", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1988-03-08", + "dateSigned": "1986-12-04", + "env": "development", + "id": 4081, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86097526", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4081": { + "containsParas4and5": null, + "countryCode": "LK", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1984-09-14", + "dateSigned": "1983-01-11", + "env": "development", + "id": 4082, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944170", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4082": { + "containsParas4and5": null, + "countryCode": "LK", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1982-02-20", + "dateSigned": "1979-09-13", + "env": "development", + "id": 4083, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81677606", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4083": { + "containsParas4and5": null, + "countryCode": "LK", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1998-08-13", + "dateSigned": "1997-09-16", + "env": "development", + "id": 4084, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85338421", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4084": { + "containsParas4and5": null, + "countryCode": "LK", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2005-05-22", + "dateSigned": "2003-08-11", + "env": "development", + "id": 4085, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81564616", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4085": { + "containsParas4and5": null, + "countryCode": "LK", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1984-01-24", + "dateSigned": "1982-11-17", + "env": "development", + "id": 4086, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88860578", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4086": { + "containsParas4and5": null, + "countryCode": "LK", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2014-07-11", + "dateSigned": "2011-07-24", + "env": "development", + "id": 4087, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85313206", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4087": { + "containsParas4and5": null, + "countryCode": "LK", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1968-09-22", + "dateSigned": "1967-12-12", + "env": "development", + "id": 4088, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112963639", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4088": { + "containsParas4and5": null, + "countryCode": "LK", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1997-05-02", + "dateSigned": "1996-03-12", + "env": "development", + "id": 4089, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85328513", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4089": { + "containsParas4and5": null, + "countryCode": "LK", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1986-06-20", + "dateSigned": "1984-05-28", + "env": "development", + "id": 4090, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81683670", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4090": { + "containsParas4and5": null, + "countryCode": "LK", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2004-05-04", + "dateSigned": "1992-07-07", + "env": "development", + "id": 4091, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109452509", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4091": { + "containsParas4and5": null, + "countryCode": "LS", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2015-01-03", + "dateSigned": "2013-09-16", + "env": "development", + "id": 4092, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218607684", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4092": { + "containsParas4and5": null, + "countryCode": "LS", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1997-12-23", + "dateSigned": "1997-12-17", + "env": "development", + "id": 4093, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73587828", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4093": { + "containsParas4and5": null, + "countryCode": "LS", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1997-01-09", + "dateSigned": "1996-07-24", + "env": "development", + "id": 4094, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74489030", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4094": { + "containsParas4and5": null, + "countryCode": "LS", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-08-18", + "env": "development", + "id": 4095, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4095": { + "containsParas4and5": null, + "countryCode": "LS", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-04-20", + "env": "development", + "id": 4096, + "isoNumeric": null, + "jurisdiction": "Botswana", + "jurisdictionCountryCode": "BW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4096": { + "containsParas4and5": null, + "countryCode": "LS", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-09-05", + "env": "development", + "id": 4097, + "isoNumeric": null, + "jurisdiction": "Seychelles", + "jurisdictionCountryCode": "SC", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4097": { + "containsParas4and5": null, + "countryCode": "LS", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2015-01-03", + "dateSigned": "2013-07-03", + "env": "development", + "id": 4098, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809839", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4098": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2012-07-10", + "dateSigned": "2011-07-26", + "env": "development", + "id": 4099, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/130521819", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4099": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2009-06-12", + "dateSigned": "2007-08-28", + "env": "development", + "id": 4100, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4100": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2012-11-29", + "dateSigned": "2012-02-23", + "env": "development", + "id": 4101, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/130521938", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4101": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2005-11-17", + "dateSigned": "2005-04-06", + "env": "development", + "id": 4102, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85915555", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4102": { + "containsParas4and5": null, + "countryCode": "LK", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1985-06-12", + "dateSigned": "1983-02-03", + "env": "development", + "id": 4103, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85918957", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4103": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2012-03-31", + "dateSigned": "2010-12-17", + "env": "development", + "id": 4104, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86097496", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4104": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2001-05-01", + "dateSigned": "1997-07-07", + "env": "development", + "id": 4105, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81686367", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4105": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2006-12-27", + "dateSigned": "2006-05-09", + "env": "development", + "id": 4106, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/130521871", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4106": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1995-08-08", + "dateSigned": "1994-10-27", + "env": "development", + "id": 4107, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/84678284", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4107": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2005-01-01", + "dateSigned": "2004-05-12", + "env": "development", + "id": 4108, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81686504", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4108": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1997-12-25", + "dateSigned": "1996-09-23", + "env": "development", + "id": 4109, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/84678356", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4109": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2006-04-14", + "dateSigned": "2004-11-22", + "env": "development", + "id": 4110, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4110": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2014-03-08", + "dateSigned": "2013-06-20", + "env": "development", + "id": 4111, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809603", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4111": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-04-19", + "env": "development", + "id": 4112, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4112": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-06-21", + "env": "development", + "id": 4113, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4113": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1997-12-11", + "dateSigned": "1997-03-07", + "env": "development", + "id": 4114, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81686975", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4114": { + "containsParas4and5": null, + "countryCode": "LI", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-11-10", + "env": "development", + "id": 4115, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809763", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4115": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1994-12-30", + "dateSigned": "1993-12-17", + "env": "development", + "id": 4116, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/84678336", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4116": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2004-07-20", + "dateSigned": "2003-09-11", + "env": "development", + "id": 4117, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81686374", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4117": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2001-03-30", + "dateSigned": "2000-05-04", + "env": "development", + "id": 4118, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81686464", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4118": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2014-12-19", + "dateSigned": "2013-06-30", + "env": "development", + "id": 4119, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809692", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4119": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2006-03-08", + "dateSigned": "2004-10-21", + "env": "development", + "id": 4120, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81686299", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4120": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2004-11-13", + "dateSigned": "2004-04-02", + "env": "development", + "id": 4121, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81685944", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4121": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-04-20", + "env": "development", + "id": 4122, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4122": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2013-06-20", + "dateSigned": "2008-05-15", + "env": "development", + "id": 4123, + "isoNumeric": null, + "jurisdiction": "Kyrgyzstan", + "jurisdictionCountryCode": "KG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4123": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2002-11-28", + "dateSigned": "2001-03-19", + "env": "development", + "id": 4124, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73590856", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4124": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1996-06-26", + "dateSigned": "1995-07-18", + "env": "development", + "id": 4125, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81686165", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4125": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2014-12-10", + "dateSigned": "2013-06-18", + "env": "development", + "id": 4126, + "isoNumeric": null, + "jurisdiction": "Turkmenistan", + "jurisdictionCountryCode": "TM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809180", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4126": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1998-09-07", + "dateSigned": "1998-02-18", + "env": "development", + "id": 4127, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81687169", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4127": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1999-06-03", + "dateSigned": "1996-04-04", + "env": "development", + "id": 4128, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81686669", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4128": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2008-08-27", + "dateSigned": "2007-08-29", + "env": "development", + "id": 4129, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/130521728", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4129": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2002-07-15", + "dateSigned": "2001-11-26", + "env": "development", + "id": 4130, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81687294", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4130": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2001-02-26", + "dateSigned": "2000-03-13", + "env": "development", + "id": 4131, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81685781", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4131": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2006-01-01", + "dateSigned": "1999-06-29", + "env": "development", + "id": 4132, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4132": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2002-10-30", + "dateSigned": "2002-02-18", + "env": "development", + "id": 4133, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81687538", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4133": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2000-01-01", + "dateSigned": "1998-06-13", + "env": "development", + "id": 4134, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81686644", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4134": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2000-01-01", + "dateSigned": "1998-01-15", + "env": "development", + "id": 4135, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73572851", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4135": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1998-06-05", + "dateSigned": "1997-11-18", + "env": "development", + "id": 4136, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81686613", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4136": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2004-06-28", + "dateSigned": "2003-11-18", + "env": "development", + "id": 4137, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81718375", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4137": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1996-10-18", + "dateSigned": "1996-06-03", + "env": "development", + "id": 4138, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/84678255", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4138": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2002-12-16", + "dateSigned": "2001-03-15", + "env": "development", + "id": 4139, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81687330", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4139": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1997-12-12", + "dateSigned": "1996-08-29", + "env": "development", + "id": 4140, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81686182", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4140": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2000-05-17", + "dateSigned": "1998-11-24", + "env": "development", + "id": 4141, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81687344", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4141": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2005-12-05", + "dateSigned": "2002-05-15", + "env": "development", + "id": 4142, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85219916", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4142": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2007-01-01", + "dateSigned": "2006-05-11", + "env": "development", + "id": 4143, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88693084", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4143": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1995-01-01", + "dateSigned": "1994-01-20", + "env": "development", + "id": 4144, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81950477", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4144": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2007-07-14", + "dateSigned": "2006-04-20", + "env": "development", + "id": 4145, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81683679", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4145": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1993-12-30", + "dateSigned": "1993-10-13", + "env": "development", + "id": 4146, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/84678309", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4146": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2002-02-01", + "dateSigned": "2000-05-23", + "env": "development", + "id": 4147, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81687319", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4147": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1998-11-11", + "dateSigned": "1997-07-22", + "env": "development", + "id": 4148, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81597096", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4148": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2002-12-18", + "dateSigned": "2002-05-27", + "env": "development", + "id": 4149, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81686201", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4149": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2003-05-05", + "dateSigned": "1998-11-26", + "env": "development", + "id": 4150, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81685982", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4150": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1993-12-31", + "dateSigned": "1993-09-27", + "env": "development", + "id": 4151, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4151": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2000-08-31", + "dateSigned": "1999-06-16", + "env": "development", + "id": 4152, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81687191", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4152": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2003-12-26", + "dateSigned": "2003-07-22", + "env": "development", + "id": 4153, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81686327", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4153": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2003-02-26", + "dateSigned": "2002-02-14", + "env": "development", + "id": 4154, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81715273", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4154": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2014-03-21", + "dateSigned": "2012-11-04", + "env": "development", + "id": 4155, + "isoNumeric": null, + "jurisdiction": "Lao People's Democratic Republic", + "jurisdictionCountryCode": "LA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218783312", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4155": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1983-02-04", + "dateSigned": "1981-06-03", + "env": "development", + "id": 4156, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73577235", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4156": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1983-03-27", + "dateSigned": "1982-03-01", + "env": "development", + "id": 4157, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4157": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2009-07-09", + "dateSigned": "2008-06-02", + "env": "development", + "id": 4158, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85922166", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4158": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-10-09", + "env": "development", + "id": 4159, + "isoNumeric": null, + "jurisdiction": "Sierra Leone", + "jurisdictionCountryCode": "SL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4159": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1995-12-08", + "dateSigned": "1993-12-14", + "env": "development", + "id": 4160, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4160": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2009-06-19", + "dateSigned": "2005-11-20", + "env": "development", + "id": 4161, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/109452520", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4161": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2002-12-08", + "dateSigned": "2001-04-02", + "env": "development", + "id": 4162, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113084123", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4162": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1996-07-31", + "dateSigned": "1995-06-14", + "env": "development", + "id": 4163, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88860915", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4163": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2000-12-30", + "dateSigned": "1999-05-25", + "env": "development", + "id": 4164, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88690119", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4164": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2009-01-20", + "dateSigned": "2007-11-02", + "env": "development", + "id": 4165, + "isoNumeric": null, + "jurisdiction": "Hong Kong, China", + "jurisdictionCountryCode": "HK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87019572", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4165": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1980-07-23", + "dateSigned": "1978-11-08", + "env": "development", + "id": 4166, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4166": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1984-02-16", + "dateSigned": "1980-12-19", + "env": "development", + "id": 4167, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/107175738", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4167": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1997-05-07", + "dateSigned": "1993-06-28", + "env": "development", + "id": 4168, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4168": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-12-19", + "env": "development", + "id": 4169, + "isoNumeric": null, + "jurisdiction": "Chinese Taipei", + "jurisdictionCountryCode": "TW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4169": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2000-10-10", + "dateSigned": "1999-09-10", + "env": "development", + "id": 4170, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4170": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2009-12-04", + "dateSigned": "2007-07-11", + "env": "development", + "id": 4171, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4171": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-03-10", + "env": "development", + "id": 4172, + "isoNumeric": null, + "jurisdiction": "Uruguay", + "jurisdictionCountryCode": "UY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4172": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2005-01-18", + "dateSigned": "2003-06-09", + "env": "development", + "id": 4173, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4173": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-01-14", + "env": "development", + "id": 4174, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4174": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1994-03-10", + "dateSigned": "1993-01-14", + "env": "development", + "id": 4175, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4175": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1987-05-19", + "dateSigned": "1986-06-03", + "env": "development", + "id": 4176, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74242728", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4176": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2006-05-22", + "dateSigned": "2004-12-13", + "env": "development", + "id": 4177, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88693090", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4177": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2010-12-17", + "dateSigned": "2009-08-26", + "env": "development", + "id": 4178, + "isoNumeric": null, + "jurisdiction": "Liechtenstein", + "jurisdictionCountryCode": "LI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4178": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2006-12-29", + "dateSigned": "2006-03-27", + "env": "development", + "id": 4179, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809435", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4179": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1968-07-03", + "dateSigned": "1967-05-24", + "env": "development", + "id": 4180, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74125609", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4180": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2004-03-12", + "dateSigned": "1998-06-05", + "env": "development", + "id": 4181, + "isoNumeric": null, + "jurisdiction": "Mongolia", + "jurisdictionCountryCode": "MN", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4181": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2007-12-11", + "env": "development", + "id": 4182, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4182": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2010-11-10", + "dateSigned": "2009-05-06", + "env": "development", + "id": 4183, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85204852", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4183": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2011-11-01", + "dateSigned": "2010-10-07", + "env": "development", + "id": 4184, + "isoNumeric": null, + "jurisdiction": "Panama", + "jurisdictionCountryCode": "PA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809849", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4184": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2010-05-03", + "dateSigned": "2009-07-27", + "env": "development", + "id": 4185, + "isoNumeric": null, + "jurisdiction": "Monaco", + "jurisdictionCountryCode": "MC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112153413", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4185": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1998-03-15", + "dateSigned": "1996-10-14", + "env": "development", + "id": 4186, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4186": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2000-12-20", + "dateSigned": "1996-04-03", + "env": "development", + "id": 4187, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73572950", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4187": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2009-07-02", + "dateSigned": "2006-06-16", + "env": "development", + "id": 4188, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4188": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1996-09-12", + "dateSigned": "1995-02-15", + "env": "development", + "id": 4189, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85328558", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4189": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2006-04-14", + "dateSigned": "2004-06-14", + "env": "development", + "id": 4190, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4190": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "1997-09-06", + "env": "development", + "id": 4191, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4191": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2006-04-14", + "dateSigned": "2004-11-22", + "env": "development", + "id": 4192, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4192": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1992-12-27", + "dateSigned": "1992-03-05", + "env": "development", + "id": 4193, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4193": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2010-04-09", + "dateSigned": "2009-07-03", + "env": "development", + "id": 4194, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4194": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1994-02-09", + "dateSigned": "1993-01-21", + "env": "development", + "id": 4195, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112944320", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4195": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2001-12-27", + "dateSigned": "2001-02-07", + "env": "development", + "id": 4196, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88691209", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4196": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1999-10-18", + "dateSigned": "1996-03-27", + "env": "development", + "id": 4197, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4197": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2000-09-08", + "dateSigned": "1998-11-23", + "env": "development", + "id": 4198, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/74489077", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4198": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2013-07-23", + "dateSigned": "2012-05-16", + "env": "development", + "id": 4199, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218783379", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4199": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2014-08-05", + "dateSigned": "2013-04-08", + "env": "development", + "id": 4200, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218607761", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4200": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2007-12-27", + "dateSigned": "2006-11-24", + "env": "development", + "id": 4201, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88729147", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4201": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2013-09-30", + "dateSigned": "2012-04-23", + "env": "development", + "id": 4202, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/106340684", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4202": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1972-12-30", + "dateSigned": "1970-09-17", + "env": "development", + "id": 4203, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4203": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1992-12-30", + "dateSigned": "1991-03-18", + "env": "development", + "id": 4204, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4204": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1998-07-22", + "dateSigned": "1996-05-06", + "env": "development", + "id": 4205, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4205": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2014-09-01", + "dateSigned": "2013-05-07", + "env": "development", + "id": 4206, + "isoNumeric": null, + "jurisdiction": "Saudi Arabia", + "jurisdictionCountryCode": "SA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4206": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1996-05-19", + "dateSigned": "1996-03-04", + "env": "development", + "id": 4207, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4207": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2010-04-09", + "dateSigned": "2009-06-23", + "env": "development", + "id": 4208, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4208": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2013-08-19", + "dateSigned": "2012-06-04", + "env": "development", + "id": 4209, + "isoNumeric": null, + "jurisdiction": "Seychelles", + "jurisdictionCountryCode": "SC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/137334886", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4209": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1992-12-30", + "dateSigned": "1991-03-18", + "env": "development", + "id": 4210, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4210": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1995-07-28", + "dateSigned": "1994-03-12", + "env": "development", + "id": 4211, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81564673", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4211": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2011-08-08", + "dateSigned": "2009-12-01", + "env": "development", + "id": 4212, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88127562", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4212": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2014-04-11", + "dateSigned": "2013-01-30", + "env": "development", + "id": 4213, + "isoNumeric": null, + "jurisdiction": "Sri Lanka", + "jurisdictionCountryCode": "LK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218783351", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4213": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2004-07-02", + "dateSigned": "2002-11-21", + "env": "development", + "id": 4214, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85338439", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4214": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2013-07-27", + "dateSigned": "2011-06-09", + "env": "development", + "id": 4215, + "isoNumeric": null, + "jurisdiction": "Tajikistan", + "jurisdictionCountryCode": "TJ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218784258", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4215": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2000-09-01", + "dateSigned": "1997-07-02", + "env": "development", + "id": 4216, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4216": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1982-03-22", + "dateSigned": "1980-11-17", + "env": "development", + "id": 4217, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4217": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2001-09-19", + "dateSigned": "1999-10-04", + "env": "development", + "id": 4218, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85325244", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4218": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1986-12-26", + "dateSigned": "1984-11-07", + "env": "development", + "id": 4219, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81683685", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4219": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1994-03-15", + "dateSigned": "1992-01-27", + "env": "development", + "id": 4220, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4220": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2007-01-23", + "dateSigned": "2006-05-23", + "env": "development", + "id": 4221, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85210046", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4221": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2014-08-08", + "dateSigned": "2013-05-10", + "env": "development", + "id": 4222, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/163917942", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4222": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2003-11-22", + "dateSigned": "2001-05-07", + "env": "development", + "id": 4223, + "isoNumeric": null, + "jurisdiction": "Trinidad and Tobago", + "jurisdictionCountryCode": "TT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113065326", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4223": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1964-02-07", + "dateSigned": "1962-10-18", + "env": "development", + "id": 4224, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4224": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1991-04-21", + "dateSigned": "1990-01-15", + "env": "development", + "id": 4225, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4225": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1995-08-26", + "dateSigned": "1991-11-22", + "env": "development", + "id": 4226, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85219957", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4226": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1985-01-27", + "dateSigned": "1983-05-06", + "env": "development", + "id": 4227, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4227": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1969-10-20", + "dateSigned": "1968-05-08", + "env": "development", + "id": 4228, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4228": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1996-05-24", + "dateSigned": "1993-03-06", + "env": "development", + "id": 4229, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81718413", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4229": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2014-08-05", + "dateSigned": "2013-04-17", + "env": "development", + "id": 4230, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218607971", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4230": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2013-12-11", + "dateSigned": "2008-06-26", + "env": "development", + "id": 4231, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4231": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1996-02-14", + "dateSigned": "1994-04-29", + "env": "development", + "id": 4232, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88866009", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4232": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2010-12-14", + "dateSigned": "2007-10-15", + "env": "development", + "id": 4233, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112961549", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4233": { + "containsParas4and5": null, + "countryCode": "LU", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1975-02-25", + "dateSigned": "1972-01-14", + "env": "development", + "id": 4234, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4234": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1996-10-31", + "dateSigned": "1995-09-07", + "env": "development", + "id": 4235, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4235": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2013-12-13", + "dateSigned": "2013-01-28", + "env": "development", + "id": 4236, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/137334886", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4236": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2012-11-08", + "dateSigned": "2010-12-20", + "env": "development", + "id": 4237, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/218784345", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4237": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1995-05-22", + "dateSigned": "1994-10-25", + "env": "development", + "id": 4238, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4238": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1994-10-19", + "env": "development", + "id": 4239, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85325270", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4239": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1998-09-26", + "dateSigned": "1997-02-21", + "env": "development", + "id": 4240, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88133471", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4240": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1995-01-29", + "dateSigned": "1994-03-14", + "env": "development", + "id": 4241, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88717022", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4241": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2002-12-18", + "dateSigned": "2002-01-31", + "env": "development", + "id": 4242, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4242": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2002-11-21", + "dateSigned": "2002-02-11", + "env": "development", + "id": 4243, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85210077", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4243": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1998-01-28", + "dateSigned": "1997-11-13", + "env": "development", + "id": 4244, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4244": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2002-11-28", + "dateSigned": "2002-05-25", + "env": "development", + "id": 4245, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4245": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1998-10-23", + "dateSigned": "1998-07-03", + "env": "development", + "id": 4246, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4246": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1997-01-27", + "dateSigned": "1996-06-07", + "env": "development", + "id": 4247, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81564710", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4247": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2008-12-10", + "dateSigned": "2008-02-21", + "env": "development", + "id": 4248, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112688157", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4248": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2008-03-04", + "dateSigned": "2006-12-07", + "env": "development", + "id": 4249, + "isoNumeric": null, + "jurisdiction": "Kyrgyzstan", + "jurisdictionCountryCode": "KG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113780377", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4249": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2005-01-01", + "dateSigned": "2004-05-14", + "env": "development", + "id": 4250, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4250": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2003-05-07", + "dateSigned": "1999-04-21", + "env": "development", + "id": 4251, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4251": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2009-10-29", + "dateSigned": "2009-02-09", + "env": "development", + "id": 4252, + "isoNumeric": null, + "jurisdiction": "Tajikistan", + "jurisdictionCountryCode": "TJ", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113780561", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4252": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2001-02-26", + "dateSigned": "2000-03-15", + "env": "development", + "id": 4253, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4253": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2006-04-14", + "dateSigned": "2004-06-14", + "env": "development", + "id": 4254, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4254": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1998-06-24", + "dateSigned": "1998-02-25", + "env": "development", + "id": 4255, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4255": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2012-09-25", + "dateSigned": "2008-07-24", + "env": "development", + "id": 4256, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4256": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1993-12-30", + "dateSigned": "1993-07-19", + "env": "development", + "id": 4257, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/86097614", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4257": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2013-04-25", + "dateSigned": "2009-11-09", + "env": "development", + "id": 4258, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4258": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2006-05-19", + "dateSigned": "2005-11-22", + "env": "development", + "id": 4259, + "isoNumeric": null, + "jurisdiction": "Montenegro", + "jurisdictionCountryCode": "ME", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113780497", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4259": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2002-11-22", + "dateSigned": "2002-04-17", + "env": "development", + "id": 4260, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113081538", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4260": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2012-12-04", + "dateSigned": "2012-09-11", + "env": "development", + "id": 4261, + "isoNumeric": null, + "jurisdiction": "Turkmenistan", + "jurisdictionCountryCode": "TM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/218784386", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4261": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2005-03-07", + "dateSigned": "2002-03-27", + "env": "development", + "id": 4262, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85219973", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4262": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2000-01-01", + "dateSigned": "1998-01-15", + "env": "development", + "id": 4263, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809163", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4263": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2001-05-01", + "dateSigned": "1997-04-14", + "env": "development", + "id": 4264, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88729193", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4264": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2007-05-16", + "dateSigned": "2005-12-14", + "env": "development", + "id": 4265, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85626953", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4265": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2000-10-24", + "dateSigned": "2000-05-22", + "env": "development", + "id": 4266, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809740", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4266": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1993-12-30", + "dateSigned": "1993-03-23", + "env": "development", + "id": 4267, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4267": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1994-12-30", + "dateSigned": "1993-12-17", + "env": "development", + "id": 4268, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/84678336", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4268": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1996-12-31", + "dateSigned": "1996-05-08", + "env": "development", + "id": 4269, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73587642", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4269": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2007-01-01", + "dateSigned": "2006-02-20", + "env": "development", + "id": 4270, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88693109", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4270": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2000-02-18", + "dateSigned": "1999-10-06", + "env": "development", + "id": 4271, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81718445", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4271": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-09-06", + "env": "development", + "id": 4272, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4272": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2013-06-11", + "dateSigned": "2012-03-11", + "env": "development", + "id": 4273, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4273": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2006-05-19", + "dateSigned": "2005-11-22", + "env": "development", + "id": 4274, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113787511", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4274": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1996-11-21", + "dateSigned": "1995-11-21", + "env": "development", + "id": 4275, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4275": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2013-12-28", + "dateSigned": "2013-09-18", + "env": "development", + "id": 4276, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4276": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2000-06-12", + "dateSigned": "1999-03-11", + "env": "development", + "id": 4277, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4277": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2005-03-25", + "dateSigned": "2004-10-13", + "env": "development", + "id": 4278, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112961567", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4278": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2008-06-16", + "dateSigned": "1997-05-21", + "env": "development", + "id": 4279, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113780348", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4279": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2013-10-04", + "dateSigned": "2012-09-05", + "env": "development", + "id": 4280, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/106370223", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4280": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2003-12-23", + "dateSigned": "1999-06-03", + "env": "development", + "id": 4281, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4281": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1993-12-30", + "dateSigned": "1993-04-05", + "env": "development", + "id": 4282, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4282": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2003-07-03", + "dateSigned": "2001-06-19", + "env": "development", + "id": 4283, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81715309", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4283": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2001-02-27", + "dateSigned": "2000-05-19", + "env": "development", + "id": 4284, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224344895", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4284": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2006-04-19", + "dateSigned": "2005-10-03", + "env": "development", + "id": 4285, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/127383907", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4285": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2002-12-02", + "dateSigned": "2001-09-06", + "env": "development", + "id": 4286, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4286": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2009-12-07", + "dateSigned": "2008-06-15", + "env": "development", + "id": 4287, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113780392", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4287": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1993-12-27", + "dateSigned": "1993-12-10", + "env": "development", + "id": 4288, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4288": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1995-01-01", + "dateSigned": "1993-11-17", + "env": "development", + "id": 4289, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81712474", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4289": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2004-12-14", + "dateSigned": "2003-09-04", + "env": "development", + "id": 4290, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74242753", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4290": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2007-04-25", + "dateSigned": "2006-12-08", + "env": "development", + "id": 4291, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113780523", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4291": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2013-03-02", + "dateSigned": "2012-04-20", + "env": "development", + "id": 4292, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4292": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1995-12-12", + "dateSigned": "1995-04-26", + "env": "development", + "id": 4293, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4293": { + "containsParas4and5": null, + "countryCode": "LV", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2004-08-18", + "dateSigned": "2003-12-04", + "env": "development", + "id": 4294, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4294": { + "containsParas4and5": null, + "countryCode": "LY", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2010-03-08", + "dateSigned": "2008-08-17", + "env": "development", + "id": 4295, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74486971", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4295": { + "containsParas4and5": null, + "countryCode": "LY", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1993-07-14", + "dateSigned": "1990-07-23", + "env": "development", + "id": 4296, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4296": { + "containsParas4and5": null, + "countryCode": "LY", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1993-07-14", + "dateSigned": "1990-07-23", + "env": "development", + "id": 4297, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4297": { + "containsParas4and5": null, + "countryCode": "LY", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2008-07-01", + "dateSigned": "2005-12-22", + "env": "development", + "id": 4298, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88861547", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4298": { + "containsParas4and5": null, + "countryCode": "LY", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2010-12-23", + "dateSigned": "2009-04-08", + "env": "development", + "id": 4299, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81718497", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4299": { + "containsParas4and5": null, + "countryCode": "LY", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-09-16", + "env": "development", + "id": 4300, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4300": { + "containsParas4and5": null, + "countryCode": "LY", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1976-03-01", + "dateSigned": "1975-01-09", + "env": "development", + "id": 4301, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109346318", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4301": { + "containsParas4and5": null, + "countryCode": "LY", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2010-06-21", + "dateSigned": "2009-02-20", + "env": "development", + "id": 4302, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74477366", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4302": { + "containsParas4and5": null, + "countryCode": "LY", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-04-01", + "env": "development", + "id": 4303, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4303": { + "containsParas4and5": null, + "countryCode": "LY", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-06-10", + "env": "development", + "id": 4304, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4304": { + "containsParas4and5": null, + "countryCode": "LY", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1982-07-01", + "dateSigned": "1981-03-02", + "env": "development", + "id": 4305, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4305": { + "containsParas4and5": null, + "countryCode": "LY", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2010-05-20", + "dateSigned": "2008-12-28", + "env": "development", + "id": 4306, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88703976", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4306": { + "containsParas4and5": null, + "countryCode": "LY", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2009-11-18", + "dateSigned": "2008-11-04", + "env": "development", + "id": 4307, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4307": { + "containsParas4and5": null, + "countryCode": "LY", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1994-01-01", + "dateSigned": "1990-07-23", + "env": "development", + "id": 4308, + "isoNumeric": null, + "jurisdiction": "Mauritania", + "jurisdictionCountryCode": "MR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4308": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2000-06-27", + "dateSigned": "1997-09-29", + "env": "development", + "id": 4309, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88690156", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4309": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2006-07-20", + "env": "development", + "id": 4310, + "isoNumeric": null, + "jurisdiction": "Côte d'Ivoire", + "jurisdictionCountryCode": "CI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4310": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-09-25", + "env": "development", + "id": 4311, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4311": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2012-04-10", + "dateSigned": "2008-06-08", + "env": "development", + "id": 4312, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4312": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1995-07-27", + "dateSigned": "1993-03-31", + "env": "development", + "id": 4313, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944335", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4313": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1974-10-08", + "dateSigned": "1972-06-07", + "env": "development", + "id": 4314, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88133471", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4314": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2002-12-27", + "dateSigned": "2001-06-11", + "env": "development", + "id": 4315, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112949471", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4315": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2006-08-16", + "dateSigned": "2003-07-02", + "env": "development", + "id": 4316, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4316": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1993-07-14", + "dateSigned": "1990-07-23", + "env": "development", + "id": 4317, + "isoNumeric": null, + "jurisdiction": "Libya", + "jurisdictionCountryCode": "LY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4317": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1999-09-26", + "dateSigned": "1999-02-09", + "env": "development", + "id": 4318, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4318": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1975-03-05", + "dateSigned": "1972-05-04", + "env": "development", + "id": 4319, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/107065106", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4319": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1997-01-01", + "dateSigned": "1994-10-24", + "env": "development", + "id": 4320, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88702323", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4320": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1984-02-16", + "dateSigned": "1980-12-19", + "env": "development", + "id": 4321, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/107175738", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4321": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2012-10-25", + "dateSigned": "2008-06-26", + "env": "development", + "id": 4322, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224344960", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4322": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2006-05-19", + "dateSigned": "2002-03-01", + "env": "development", + "id": 4323, + "isoNumeric": null, + "jurisdiction": "Senegal", + "jurisdictionCountryCode": "SN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/268125814", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4323": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2001-02-10", + "dateSigned": "2000-04-07", + "env": "development", + "id": 4324, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4324": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2012-09-14", + "dateSigned": "2010-05-11", + "env": "development", + "id": 4325, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4325": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1990-11-29", + "dateSigned": "1981-09-08", + "env": "development", + "id": 4326, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73590503", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4326": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1983-03-10", + "dateSigned": "1972-06-07", + "env": "development", + "id": 4327, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73577679", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4327": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-02-20", + "env": "development", + "id": 4328, + "isoNumeric": null, + "jurisdiction": "Mali", + "jurisdictionCountryCode": "ML", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4328": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1981-12-30", + "dateSigned": "1977-08-01", + "env": "development", + "id": 4329, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73574485", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4329": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2012-08-31", + "dateSigned": "2010-06-22", + "env": "development", + "id": 4330, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81679219", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4330": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-03-03", + "env": "development", + "id": 4331, + "isoNumeric": null, + "jurisdiction": "Guinea", + "jurisdictionCountryCode": "GN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4331": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2006-12-29", + "dateSigned": "2001-07-02", + "env": "development", + "id": 4332, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/86049974", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4332": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2012-09-25", + "dateSigned": "2008-07-24", + "env": "development", + "id": 4333, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4333": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2009-03-30", + "dateSigned": "2007-07-13", + "env": "development", + "id": 4334, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4334": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-04-19", + "env": "development", + "id": 4335, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4335": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1993-07-14", + "dateSigned": "1990-07-23", + "env": "development", + "id": 4336, + "isoNumeric": null, + "jurisdiction": "Algeria", + "jurisdictionCountryCode": "DZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4336": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2012-09-12", + "dateSigned": "2008-11-24", + "env": "development", + "id": 4337, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4337": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2006-11-12", + "dateSigned": "2002-02-27", + "env": "development", + "id": 4338, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4338": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2000-02-20", + "dateSigned": "1998-10-30", + "env": "development", + "id": 4339, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85922185", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4339": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2006-07-18", + "dateSigned": "2004-04-07", + "env": "development", + "id": 4340, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4340": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-05-18", + "env": "development", + "id": 4341, + "isoNumeric": null, + "jurisdiction": "Burkina Faso", + "jurisdictionCountryCode": "BF", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4341": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2003-08-07", + "dateSigned": "2001-10-20", + "env": "development", + "id": 4342, + "isoNumeric": null, + "jurisdiction": "Lebanon", + "jurisdictionCountryCode": "LB", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4342": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2008-05-16", + "dateSigned": "1999-06-03", + "env": "development", + "id": 4343, + "isoNumeric": null, + "jurisdiction": "Gabon", + "jurisdictionCountryCode": "GA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4343": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2009-07-04", + "dateSigned": "2006-03-17", + "env": "development", + "id": 4344, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4344": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1993-07-14", + "dateSigned": "1990-07-23", + "env": "development", + "id": 4345, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4345": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1985-05-16", + "dateSigned": "1978-07-10", + "env": "development", + "id": 4346, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/107175761", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4346": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2012-10-20", + "dateSigned": "2006-04-07", + "env": "development", + "id": 4347, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4347": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1999-08-31", + "dateSigned": "1997-09-04", + "env": "development", + "id": 4348, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4348": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2009-10-08", + "dateSigned": "2006-05-18", + "env": "development", + "id": 4349, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109342300", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4349": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2008-02-25", + "env": "development", + "id": 4350, + "isoNumeric": null, + "jurisdiction": "Iran", + "jurisdictionCountryCode": "IR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4350": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2010-11-17", + "dateSigned": "2007-03-20", + "env": "development", + "id": 4351, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4351": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1975-12-18", + "dateSigned": "1972-05-05", + "env": "development", + "id": 4352, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/107175813", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4352": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1978-11-09", + "dateSigned": "1975-12-22", + "env": "development", + "id": 4353, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/107065179", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4353": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2009-04-22", + "dateSigned": "2006-12-15", + "env": "development", + "id": 4354, + "isoNumeric": null, + "jurisdiction": "Oman", + "jurisdictionCountryCode": "OM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4354": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1994-01-01", + "dateSigned": "1990-07-23", + "env": "development", + "id": 4355, + "isoNumeric": null, + "jurisdiction": "Mauritania", + "jurisdictionCountryCode": "MR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4355": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2000-08-20", + "dateSigned": "1991-12-12", + "env": "development", + "id": 4356, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4356": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1992-12-25", + "dateSigned": "1984-05-08", + "env": "development", + "id": 4357, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4357": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2007-06-15", + "dateSigned": "2001-10-26", + "env": "development", + "id": 4358, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88704071", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4358": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-09-07", + "env": "development", + "id": 4359, + "isoNumeric": null, + "jurisdiction": "Cameroon", + "jurisdictionCountryCode": "CM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4359": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2006-08-16", + "dateSigned": "2002-08-27", + "env": "development", + "id": 4360, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81564734", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4360": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1999-12-06", + "dateSigned": "1996-05-22", + "env": "development", + "id": 4361, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/107175714", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4361": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2006-02-08", + "env": "development", + "id": 4362, + "isoNumeric": null, + "jurisdiction": "Yemen", + "jurisdictionCountryCode": "YE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4362": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2000-07-01", + "dateSigned": "1999-01-27", + "env": "development", + "id": 4363, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81683726", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4363": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1990-12-01", + "dateSigned": "1989-08-18", + "env": "development", + "id": 4364, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88861584", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4364": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2009-05-26", + "dateSigned": "2005-03-16", + "env": "development", + "id": 4365, + "isoNumeric": null, + "jurisdiction": "Jordan", + "jurisdictionCountryCode": "JO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4365": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-06-06", + "env": "development", + "id": 4366, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4366": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2009-03-25", + "dateSigned": "2005-06-19", + "env": "development", + "id": 4367, + "isoNumeric": null, + "jurisdiction": "Syrian Arab Republic", + "jurisdictionCountryCode": "SY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4367": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1993-05-28", + "dateSigned": "1989-03-22", + "env": "development", + "id": 4368, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4368": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2012-09-25", + "dateSigned": "2008-07-24", + "env": "development", + "id": 4369, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4369": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2014-01-15", + "dateSigned": "2007-01-09", + "env": "development", + "id": 4370, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/218830154", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4370": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2006-07-15", + "dateSigned": "2002-06-15", + "env": "development", + "id": 4371, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4371": { + "containsParas4and5": null, + "countryCode": "MA", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1987-06-10", + "dateSigned": "1977-08-12", + "env": "development", + "id": 4372, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/107175785", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4372": { + "containsParas4and5": null, + "countryCode": "MC", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2010-06-15", + "dateSigned": "2009-09-17", + "env": "development", + "id": 4373, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809784", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4373": { + "containsParas4and5": null, + "countryCode": "MC", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2010-05-10", + "dateSigned": "2009-07-29", + "env": "development", + "id": 4374, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112154032", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4374": { + "containsParas4and5": null, + "countryCode": "MC", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2011-02-18", + "dateSigned": "2009-09-18", + "env": "development", + "id": 4375, + "isoNumeric": null, + "jurisdiction": "Bahamas, The", + "jurisdictionCountryCode": "BS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74129419", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4375": { + "containsParas4and5": null, + "countryCode": "MC", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-01-04", + "env": "development", + "id": 4376, + "isoNumeric": null, + "jurisdiction": "Seychelles", + "jurisdictionCountryCode": "SC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112153519", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4376": { + "containsParas4and5": null, + "countryCode": "MC", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2011-01-30", + "dateSigned": "2010-06-23", + "env": "development", + "id": 4377, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86097673", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4377": { + "containsParas4and5": null, + "countryCode": "MC", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2011-05-07", + "dateSigned": "2010-06-23", + "env": "development", + "id": 4378, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809550", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4378": { + "containsParas4and5": null, + "countryCode": "MC", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-03-02", + "env": "development", + "id": 4379, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4379": { + "containsParas4and5": null, + "countryCode": "MC", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2011-02-23", + "dateSigned": "2010-06-23", + "env": "development", + "id": 4380, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85325331", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4380": { + "containsParas4and5": null, + "countryCode": "MC", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2010-12-26", + "dateSigned": "2010-06-23", + "env": "development", + "id": 4381, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112154490", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4381": { + "containsParas4and5": null, + "countryCode": "MC", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2010-10-02", + "dateSigned": "2010-06-23", + "env": "development", + "id": 4382, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809166", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4382": { + "containsParas4and5": null, + "countryCode": "MC", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2010-05-03", + "dateSigned": "2009-07-27", + "env": "development", + "id": 4383, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112153413", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4383": { + "containsParas4and5": null, + "countryCode": "MC", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2010-07-14", + "dateSigned": "2009-09-21", + "env": "development", + "id": 4384, + "isoNumeric": null, + "jurisdiction": "Liechtenstein", + "jurisdictionCountryCode": "LI", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809753", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4384": { + "containsParas4and5": null, + "countryCode": "MC", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2010-03-11", + "dateSigned": "2009-09-08", + "env": "development", + "id": 4385, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809532", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4385": { + "containsParas4and5": null, + "countryCode": "MC", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2013-04-03", + "dateSigned": "2012-07-31", + "env": "development", + "id": 4386, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218785144", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4386": { + "containsParas4and5": null, + "countryCode": "MC", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2013-08-08", + "dateSigned": "2013-04-13", + "env": "development", + "id": 4387, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218786153", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4387": { + "containsParas4and5": null, + "countryCode": "MC", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2012-03-12", + "dateSigned": "2009-09-07", + "env": "development", + "id": 4388, + "isoNumeric": null, + "jurisdiction": "Samoa", + "jurisdictionCountryCode": "WS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112154047", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4388": { + "containsParas4and5": null, + "countryCode": "MC", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-02-13", + "env": "development", + "id": 4389, + "isoNumeric": null, + "jurisdiction": "Mali", + "jurisdictionCountryCode": "ML", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112153371", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4389": { + "containsParas4and5": null, + "countryCode": "MC", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2015-05-09", + "dateSigned": "2014-04-14", + "env": "development", + "id": 4390, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218052754", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4390": { + "containsParas4and5": null, + "countryCode": "MC", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-07-31", + "env": "development", + "id": 4391, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4391": { + "containsParas4and5": null, + "countryCode": "MC", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-09-23", + "env": "development", + "id": 4392, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4392": { + "containsParas4and5": null, + "countryCode": "MC", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2010-08-01", + "dateSigned": "2009-09-15", + "env": "development", + "id": 4393, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809665", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4393": { + "containsParas4and5": null, + "countryCode": "MC", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2010-12-10", + "dateSigned": "2010-06-23", + "env": "development", + "id": 4394, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112153348", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4394": { + "containsParas4and5": null, + "countryCode": "MC", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-07-15", + "env": "development", + "id": 4395, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809159", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4395": { + "containsParas4and5": null, + "countryCode": "MC", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2010-08-08", + "dateSigned": "2009-10-13", + "env": "development", + "id": 4396, + "isoNumeric": null, + "jurisdiction": "Argentina", + "jurisdictionCountryCode": "AR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112154516", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4396": { + "containsParas4and5": null, + "countryCode": "MC", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2011-01-13", + "dateSigned": "2010-04-01", + "env": "development", + "id": 4397, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809519", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4397": { + "containsParas4and5": null, + "countryCode": "MC", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2010-12-16", + "dateSigned": "2009-09-18", + "env": "development", + "id": 4398, + "isoNumeric": null, + "jurisdiction": "Andorra", + "jurisdictionCountryCode": "AD", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809504", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4398": { + "containsParas4and5": null, + "countryCode": "MC", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1963-09-01", + "dateSigned": "1963-05-18", + "env": "development", + "id": 4399, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861591", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4399": { + "containsParas4and5": null, + "countryCode": "MC", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2011-12-01", + "dateSigned": "2009-09-17", + "env": "development", + "id": 4400, + "isoNumeric": null, + "jurisdiction": "Saint Kitts and Nevis", + "jurisdictionCountryCode": "KN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809310", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4400": { + "containsParas4and5": null, + "countryCode": "MC", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2010-12-01", + "dateSigned": "2010-01-11", + "env": "development", + "id": 4401, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112153431", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4401": { + "containsParas4and5": null, + "countryCode": "MC", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2012-04-13", + "dateSigned": "2010-06-23", + "env": "development", + "id": 4402, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809233", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4402": { + "containsParas4and5": null, + "countryCode": "MC", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2011-12-09", + "dateSigned": "2010-07-27", + "env": "development", + "id": 4403, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88133617", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4403": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2008-09-03", + "dateSigned": "2008-01-28", + "env": "development", + "id": 4404, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81568321", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4404": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2011-07-14", + "dateSigned": "2002-07-03", + "env": "development", + "id": 4405, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4405": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1996-05-27", + "dateSigned": "1995-08-29", + "env": "development", + "id": 4406, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4406": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2001-05-26", + "dateSigned": "2000-06-07", + "env": "development", + "id": 4407, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81564746", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4407": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2005-07-11", + "dateSigned": "2004-03-29", + "env": "development", + "id": 4408, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85219992", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4408": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2006-09-17", + "dateSigned": "2003-11-25", + "env": "development", + "id": 4409, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74477375", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4409": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2009-12-04", + "dateSigned": "2007-07-11", + "env": "development", + "id": 4410, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4410": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1986-11-27", + "dateSigned": "1986-01-18", + "env": "development", + "id": 4411, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112963715", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4411": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2008-01-01", + "dateSigned": "2006-11-23", + "env": "development", + "id": 4412, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88693115", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4412": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1999-01-28", + "dateSigned": "1997-11-27", + "env": "development", + "id": 4413, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809880", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4413": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2005-01-01", + "dateSigned": "2004-04-29", + "env": "development", + "id": 4414, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85915628", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4414": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1996-04-12", + "env": "development", + "id": 4415, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4415": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1994-11-16", + "env": "development", + "id": 4416, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88702343", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4416": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2006-11-14", + "dateSigned": "2006-05-31", + "env": "development", + "id": 4417, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113081564", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4417": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1998-06-24", + "dateSigned": "1998-02-25", + "env": "development", + "id": 4418, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4418": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2000-08-22", + "dateSigned": "1999-01-13", + "env": "development", + "id": 4419, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944347", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4419": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2002-02-25", + "dateSigned": "1999-07-15", + "env": "development", + "id": 4420, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4420": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2010-04-22", + "dateSigned": "2009-05-28", + "env": "development", + "id": 4421, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81679247", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4421": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1991-01-08", + "dateSigned": "1987-12-17", + "env": "development", + "id": 4422, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4422": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2009-03-30", + "dateSigned": "2007-10-08", + "env": "development", + "id": 4423, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4423": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2001-06-01", + "dateSigned": "2000-07-03", + "env": "development", + "id": 4424, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88717049", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4424": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2006-12-28", + "dateSigned": "2006-02-21", + "env": "development", + "id": 4425, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4425": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2008-11-09", + "dateSigned": "2008-04-16", + "env": "development", + "id": 4426, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4426": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2000-04-26", + "dateSigned": "1999-05-12", + "env": "development", + "id": 4427, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112949493", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4427": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1996-04-10", + "dateSigned": "1995-02-21", + "env": "development", + "id": 4428, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4428": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2010-10-18", + "dateSigned": "2009-02-11", + "env": "development", + "id": 4429, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81953487", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4429": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2003-06-06", + "dateSigned": "2002-12-06", + "env": "development", + "id": 4430, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112688200", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4430": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1997-01-01", + "dateSigned": "1995-04-19", + "env": "development", + "id": 4431, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4431": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2008-10-30", + "dateSigned": "2007-11-08", + "env": "development", + "id": 4432, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73587623", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4432": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2002-12-13", + "dateSigned": "2002-07-04", + "env": "development", + "id": 4433, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4433": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1998-07-21", + "dateSigned": "1998-02-23", + "env": "development", + "id": 4434, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4434": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2000-07-28", + "dateSigned": "1998-06-25", + "env": "development", + "id": 4435, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4435": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1998-09-07", + "dateSigned": "1998-02-18", + "env": "development", + "id": 4436, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81687169", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4436": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-04-10", + "env": "development", + "id": 4437, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4437": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2006-05-10", + "dateSigned": "2005-05-30", + "env": "development", + "id": 4438, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224494485", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4438": { + "containsParas4and5": null, + "countryCode": "MD", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1983-06-15", + "dateSigned": "1981-11-24", + "env": "development", + "id": 4439, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88133552", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4439": { + "containsParas4and5": null, + "countryCode": "ME", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1997-07-22", + "dateSigned": "1996-09-04", + "env": "development", + "id": 4440, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4440": { + "containsParas4and5": null, + "countryCode": "ME", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2005-11-17", + "dateSigned": "2004-12-22", + "env": "development", + "id": 4441, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112688200", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4441": { + "containsParas4and5": null, + "countryCode": "ME", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1995-10-12", + "env": "development", + "id": 4442, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4442": { + "containsParas4and5": null, + "countryCode": "ME", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1999-01-01", + "dateSigned": "1997-06-12", + "env": "development", + "id": 4443, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4443": { + "containsParas4and5": null, + "countryCode": "ME", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2004-04-22", + "dateSigned": "2001-12-14", + "env": "development", + "id": 4444, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224494577", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4444": { + "containsParas4and5": null, + "countryCode": "ME", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1986-09-08", + "dateSigned": "1985-06-29", + "env": "development", + "id": 4445, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4445": { + "containsParas4and5": null, + "countryCode": "ME", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2009-09-23", + "dateSigned": "2008-11-04", + "env": "development", + "id": 4446, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/137955612", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4446": { + "containsParas4and5": null, + "countryCode": "ME", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1987-12-18", + "dateSigned": "1986-05-08", + "env": "development", + "id": 4447, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4447": { + "containsParas4and5": null, + "countryCode": "ME", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2008-09-23", + "dateSigned": "2006-02-08", + "env": "development", + "id": 4448, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85922196", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4448": { + "containsParas4and5": null, + "countryCode": "ME", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1982-01-10", + "dateSigned": "1981-03-19", + "env": "development", + "id": 4449, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4449": { + "containsParas4and5": null, + "countryCode": "ME", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2001-11-29", + "dateSigned": "2001-03-22", + "env": "development", + "id": 4450, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4450": { + "containsParas4and5": null, + "countryCode": "ME", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1981-12-16", + "dateSigned": "1980-06-18", + "env": "development", + "id": 4451, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4451": { + "containsParas4and5": null, + "countryCode": "ME", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2006-05-19", + "dateSigned": "2005-11-22", + "env": "development", + "id": 4452, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113780497", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4452": { + "containsParas4and5": null, + "countryCode": "ME", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-03-26", + "env": "development", + "id": 4453, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4453": { + "containsParas4and5": null, + "countryCode": "MH", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-09-28", + "env": "development", + "id": 4454, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4454": { + "containsParas4and5": null, + "countryCode": "ME", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1985-07-03", + "dateSigned": "1982-02-24", + "env": "development", + "id": 4455, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4455": { + "containsParas4and5": null, + "countryCode": "ME", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2005-06-27", + "dateSigned": "2004-11-11", + "env": "development", + "id": 4456, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112953446", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4456": { + "containsParas4and5": null, + "countryCode": "ME", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2007-08-10", + "dateSigned": "2005-10-12", + "env": "development", + "id": 4457, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4457": { + "containsParas4and5": null, + "countryCode": "ME", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2003-01-01", + "dateSigned": "2001-06-20", + "env": "development", + "id": 4458, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4458": { + "containsParas4and5": null, + "countryCode": "ME", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2000-05-25", + "env": "development", + "id": 4459, + "isoNumeric": null, + "jurisdiction": "Ghana", + "jurisdictionCountryCode": "GH", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4459": { + "containsParas4and5": null, + "countryCode": "ME", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2003-12-31", + "dateSigned": "2003-06-11", + "env": "development", + "id": 4460, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113081575", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4460": { + "containsParas4and5": null, + "countryCode": "ME", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1983-05-20", + "dateSigned": "1980-11-21", + "env": "development", + "id": 4461, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4461": { + "containsParas4and5": null, + "countryCode": "ME", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1982-09-16", + "dateSigned": "1981-11-06", + "env": "development", + "id": 4462, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4462": { + "containsParas4and5": null, + "countryCode": "ME", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2007-07-10", + "dateSigned": "2005-04-13", + "env": "development", + "id": 4463, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944364", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4463": { + "containsParas4and5": null, + "countryCode": "ME", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1996-05-16", + "env": "development", + "id": 4464, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4464": { + "containsParas4and5": null, + "countryCode": "ME", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2006-05-19", + "dateSigned": "2005-11-22", + "env": "development", + "id": 4465, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4465": { + "containsParas4and5": null, + "countryCode": "ME", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1983-02-06", + "dateSigned": "1982-02-22", + "env": "development", + "id": 4466, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4466": { + "containsParas4and5": null, + "countryCode": "ME", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1975-08-01", + "dateSigned": "1974-03-28", + "env": "development", + "id": 4467, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4467": { + "containsParas4and5": null, + "countryCode": "ME", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-03-12", + "env": "development", + "id": 4468, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4468": { + "containsParas4and5": null, + "countryCode": "ME", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2011-12-01", + "dateSigned": "2010-10-07", + "env": "development", + "id": 4469, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4469": { + "containsParas4and5": null, + "countryCode": "ME", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2001-10-15", + "dateSigned": "2001-02-26", + "env": "development", + "id": 4470, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4470": { + "containsParas4and5": null, + "countryCode": "MH", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-09-28", + "env": "development", + "id": 4471, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4471": { + "containsParas4and5": null, + "countryCode": "MH", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-09-28", + "env": "development", + "id": 4472, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4472": { + "containsParas4and5": null, + "countryCode": "MH", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2011-11-08", + "dateSigned": "2010-05-14", + "env": "development", + "id": 4473, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88717095", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4473": { + "containsParas4and5": null, + "countryCode": "MH", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2011-06-19", + "dateSigned": "2010-09-28", + "env": "development", + "id": 4474, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86097714", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4474": { + "containsParas4and5": null, + "countryCode": "MH", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2015-04-09", + "dateSigned": "2010-08-04", + "env": "development", + "id": 4475, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/84677698", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4475": { + "containsParas4and5": null, + "countryCode": "MH", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2012-03-09", + "dateSigned": "2011-05-31", + "env": "development", + "id": 4476, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4476": { + "containsParas4and5": null, + "countryCode": "MH", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2011-11-25", + "dateSigned": "2010-05-12", + "env": "development", + "id": 4477, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809696", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4477": { + "containsParas4and5": null, + "countryCode": "MH", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1991-03-14", + "dateSigned": "1991-03-14", + "env": "development", + "id": 4478, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4478": { + "containsParas4and5": null, + "countryCode": "MH", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2011-12-02", + "dateSigned": "2010-09-28", + "env": "development", + "id": 4479, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4479": { + "containsParas4and5": null, + "countryCode": "MH", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-03-20", + "env": "development", + "id": 4480, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/106372297", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4480": { + "containsParas4and5": null, + "countryCode": "MH", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-09-28", + "env": "development", + "id": 4481, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218823898", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4481": { + "containsParas4and5": null, + "countryCode": "MH", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2015-02-10", + "dateSigned": "2010-09-02", + "env": "development", + "id": 4482, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4482": { + "containsParas4and5": null, + "countryCode": "MH", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2011-12-03", + "dateSigned": "2010-09-28", + "env": "development", + "id": 4483, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4483": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2013-12-17", + "dateSigned": "2013-04-26", + "env": "development", + "id": 4484, + "isoNumeric": null, + "jurisdiction": "Argentina", + "jurisdictionCountryCode": "AR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4484": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2010-11-29", + "dateSigned": "2006-07-13", + "env": "development", + "id": 4485, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81597164", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4485": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1999-06-09", + "dateSigned": "1999-06-09", + "env": "development", + "id": 4486, + "isoNumeric": null, + "jurisdiction": "Chinese Taipei", + "jurisdictionCountryCode": "TW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4486": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1997-07-22", + "dateSigned": "1996-09-04", + "env": "development", + "id": 4487, + "isoNumeric": null, + "jurisdiction": "Montenegro", + "jurisdictionCountryCode": "ME", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4487": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2009-06-23", + "dateSigned": "2008-04-14", + "env": "development", + "id": 4488, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4488": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2000-06-08", + "dateSigned": "1996-12-20", + "env": "development", + "id": 4489, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4489": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1998-05-18", + "dateSigned": "1998-02-17", + "env": "development", + "id": 4490, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4490": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2003-01-01", + "dateSigned": "2001-04-13", + "env": "development", + "id": 4491, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4491": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2008-01-20", + "dateSigned": "2007-09-10", + "env": "development", + "id": 4492, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85915647", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4492": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1997-07-22", + "dateSigned": "1996-09-04", + "env": "development", + "id": 4493, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4493": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2015-02-20", + "dateSigned": "2012-03-30", + "env": "development", + "id": 4494, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4494": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2000-07-14", + "dateSigned": "1997-10-21", + "env": "development", + "id": 4495, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4495": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1997-11-29", + "dateSigned": "1997-06-09", + "env": "development", + "id": 4496, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81564765", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4496": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2008-10-13", + "dateSigned": "2008-01-28", + "env": "development", + "id": 4497, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4497": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1996-11-28", + "dateSigned": "1995-06-16", + "env": "development", + "id": 4498, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4498": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "1999-11-22", + "env": "development", + "id": 4499, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4499": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2012-09-14", + "dateSigned": "2010-05-11", + "env": "development", + "id": 4500, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4500": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1983-05-20", + "dateSigned": "1980-11-21", + "env": "development", + "id": 4501, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85918975", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4501": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2005-12-01", + "dateSigned": "2005-06-20", + "env": "development", + "id": 4502, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74242810", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4502": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2002-06-17", + "dateSigned": "2001-06-21", + "env": "development", + "id": 4503, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112949548", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4503": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2011-11-01", + "dateSigned": "2011-04-19", + "env": "development", + "id": 4504, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4504": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-10-15", + "env": "development", + "id": 4505, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4505": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1999-09-20", + "dateSigned": "1998-05-15", + "env": "development", + "id": 4506, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113081622", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4506": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2013-08-12", + "dateSigned": "2013-04-22", + "env": "development", + "id": 4507, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4507": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1998-11-23", + "dateSigned": "1998-03-02", + "env": "development", + "id": 4508, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4508": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1996-01-11", + "dateSigned": "1994-07-06", + "env": "development", + "id": 4509, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/224345018", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4509": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2002-03-22", + "dateSigned": "2001-01-25", + "env": "development", + "id": 4510, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4510": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2002-08-16", + "dateSigned": "2000-06-12", + "env": "development", + "id": 4511, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4511": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2013-07-23", + "dateSigned": "2012-05-16", + "env": "development", + "id": 4512, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218783379", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4512": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-08-23", + "env": "development", + "id": 4513, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4513": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2009-05-21", + "dateSigned": "2008-11-20", + "env": "development", + "id": 4514, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85210107", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4514": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1999-04-21", + "dateSigned": "1998-09-11", + "env": "development", + "id": 4515, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4515": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2004-05-01", + "dateSigned": "1999-02-10", + "env": "development", + "id": 4516, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861622", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4516": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2006-01-26", + "dateSigned": "2005-05-19", + "env": "development", + "id": 4517, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4517": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2006-12-28", + "dateSigned": "2006-02-21", + "env": "development", + "id": 4518, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4518": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1998-09-02", + "dateSigned": "1998-01-15", + "env": "development", + "id": 4519, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112681004", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4519": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2010-04-27", + "dateSigned": "2009-10-05", + "env": "development", + "id": 4520, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4520": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2013-08-12", + "dateSigned": "2012-07-02", + "env": "development", + "id": 4521, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4521": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2000-12-27", + "dateSigned": "2000-04-14", + "env": "development", + "id": 4522, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944418", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4522": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2007-08-08", + "dateSigned": "2006-11-08", + "env": "development", + "id": 4523, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73591339", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4523": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2014-01-17", + "dateSigned": "2000-07-12", + "env": "development", + "id": 4524, + "isoNumeric": null, + "jurisdiction": "Iran", + "jurisdictionCountryCode": "IR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4524": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1999-09-24", + "dateSigned": "1999-02-22", + "env": "development", + "id": 4525, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4525": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2012-04-13", + "dateSigned": "2011-04-06", + "env": "development", + "id": 4526, + "isoNumeric": null, + "jurisdiction": "Kosovo", + "jurisdictionCountryCode": "XK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4526": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1999-12-17", + "dateSigned": "1996-11-28", + "env": "development", + "id": 4527, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81712523", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4527": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-12-15", + "env": "development", + "id": 4528, + "isoNumeric": null, + "jurisdiction": "Saudi Arabia", + "jurisdictionCountryCode": "SA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4528": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2008-08-27", + "dateSigned": "2007-08-29", + "env": "development", + "id": 4529, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/130521728", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4529": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2000-12-14", + "dateSigned": "2000-03-20", + "env": "development", + "id": 4530, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4530": { + "containsParas4and5": null, + "countryCode": "MK", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2007-04-25", + "dateSigned": "2006-12-08", + "env": "development", + "id": 4531, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113780523", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4531": { + "containsParas4and5": null, + "countryCode": "MM", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1950-03-13", + "dateSigned": "1950-03-13", + "env": "development", + "id": 4532, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4532": { + "containsParas4and5": null, + "countryCode": "MM", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2000-03-30", + "dateSigned": "1999-02-23", + "env": "development", + "id": 4533, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81719673", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4533": { + "containsParas4and5": null, + "countryCode": "MM", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2003-04-01", + "env": "development", + "id": 4534, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4534": { + "containsParas4and5": null, + "countryCode": "MM", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2008-07-21", + "dateSigned": "1998-03-09", + "env": "development", + "id": 4535, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86049991", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4535": { + "containsParas4and5": null, + "countryCode": "MM", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2003-08-04", + "dateSigned": "2002-02-22", + "env": "development", + "id": 4536, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81683743", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4536": { + "containsParas4and5": null, + "countryCode": "MM", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2009-01-30", + "dateSigned": "2008-04-02", + "env": "development", + "id": 4537, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85922207", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4537": { + "containsParas4and5": null, + "countryCode": "MN", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1993-06-06", + "dateSigned": "1992-04-17", + "env": "development", + "id": 4538, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81683782", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4538": { + "containsParas4and5": null, + "countryCode": "MN", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1995-04-05", + "env": "development", + "id": 4539, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4539": { + "containsParas4and5": null, + "countryCode": "MN", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2002-01-01", + "dateSigned": "1997-04-18", + "env": "development", + "id": 4540, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81712558", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4540": { + "containsParas4and5": null, + "countryCode": "MN", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2002-06-25", + "dateSigned": "1999-09-20", + "env": "development", + "id": 4541, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944391", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4541": { + "containsParas4and5": null, + "countryCode": "MN", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2004-10-01", + "dateSigned": "2003-07-03", + "env": "development", + "id": 4542, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85915674", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4542": { + "containsParas4and5": null, + "countryCode": "MN", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2003-09-11", + "env": "development", + "id": 4543, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4543": { + "containsParas4and5": null, + "countryCode": "MN", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2002-11-29", + "dateSigned": "2001-02-21", + "env": "development", + "id": 4544, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109452534", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4544": { + "containsParas4and5": null, + "countryCode": "MN", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1996-11-07", + "dateSigned": "1995-07-27", + "env": "development", + "id": 4545, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86049991", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4545": { + "containsParas4and5": null, + "countryCode": "MN", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2002-12-20", + "dateSigned": "2002-05-27", + "env": "development", + "id": 4546, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4546": { + "containsParas4and5": null, + "countryCode": "MN", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2004-03-12", + "dateSigned": "1998-06-05", + "env": "development", + "id": 4547, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4547": { + "containsParas4and5": null, + "countryCode": "MN", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1999-12-02", + "dateSigned": "1998-03-12", + "env": "development", + "id": 4548, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4548": { + "containsParas4and5": null, + "countryCode": "MN", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1996-12-04", + "dateSigned": "1996-04-23", + "env": "development", + "id": 4549, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73587854", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4549": { + "containsParas4and5": null, + "countryCode": "MN", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1996-12-30", + "dateSigned": "1995-09-12", + "env": "development", + "id": 4550, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4550": { + "containsParas4and5": null, + "countryCode": "MN", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1998-06-22", + "dateSigned": "1997-01-27", + "env": "development", + "id": 4551, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4551": { + "containsParas4and5": null, + "countryCode": "MN", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1996-06-23", + "dateSigned": "1994-08-22", + "env": "development", + "id": 4552, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81597224", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4552": { + "containsParas4and5": null, + "countryCode": "MN", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1996-03-29", + "dateSigned": "1994-02-22", + "env": "development", + "id": 4553, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85922222", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4553": { + "containsParas4and5": null, + "countryCode": "MN", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2003-03-06", + "dateSigned": "2002-07-01", + "env": "development", + "id": 4554, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4554": { + "containsParas4and5": null, + "countryCode": "MN", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2000-03-30", + "dateSigned": "1995-09-26", + "env": "development", + "id": 4555, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85918992", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4555": { + "containsParas4and5": null, + "countryCode": "MN", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2004-10-22", + "dateSigned": "2002-10-10", + "env": "development", + "id": 4556, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81719701", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4556": { + "containsParas4and5": null, + "countryCode": "MN", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2003-10-17", + "dateSigned": "2002-03-08", + "env": "development", + "id": 4557, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88717159", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4557": { + "containsParas4and5": null, + "countryCode": "MN", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2001-01-01", + "dateSigned": "1996-07-02", + "env": "development", + "id": 4558, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4558": { + "containsParas4and5": null, + "countryCode": "MN", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1992-06-23", + "dateSigned": "1991-08-26", + "env": "development", + "id": 4559, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81677161", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4559": { + "containsParas4and5": null, + "countryCode": "MN", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1999-01-01", + "dateSigned": "1994-09-13", + "env": "development", + "id": 4560, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4560": { + "containsParas4and5": null, + "countryCode": "MN", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1998-12-01", + "dateSigned": "1996-04-18", + "env": "development", + "id": 4561, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88861663", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4561": { + "containsParas4and5": null, + "countryCode": "MO", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-09-05", + "env": "development", + "id": 4562, + "isoNumeric": null, + "jurisdiction": "Argentina", + "jurisdictionCountryCode": "AR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4562": { + "containsParas4and5": null, + "countryCode": "MO", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2015-01-15", + "dateSigned": "2011-04-29", + "env": "development", + "id": 4563, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218823981", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4563": { + "containsParas4and5": null, + "countryCode": "MO", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2011-10-15", + "dateSigned": "2011-04-29", + "env": "development", + "id": 4564, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87019724", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4564": { + "containsParas4and5": null, + "countryCode": "MO", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2012-11-25", + "dateSigned": "2010-11-15", + "env": "development", + "id": 4565, + "isoNumeric": null, + "jurisdiction": "Cape Verde", + "jurisdictionCountryCode": "CV", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4565": { + "containsParas4and5": null, + "countryCode": "MO", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2015-04-26", + "dateSigned": "2014-09-03", + "env": "development", + "id": 4566, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/256256180", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4566": { + "containsParas4and5": null, + "countryCode": "MO", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2012-01-20", + "dateSigned": "2011-04-29", + "env": "development", + "id": 4567, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72682562", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4567": { + "containsParas4and5": null, + "countryCode": "MO", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-05-30", + "env": "development", + "id": 4568, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/155900297", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4568": { + "containsParas4and5": null, + "countryCode": "MO", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-10-05", + "env": "development", + "id": 4569, + "isoNumeric": null, + "jurisdiction": "Jamaica", + "jurisdictionCountryCode": "JM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/137334886", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4569": { + "containsParas4and5": null, + "countryCode": "MO", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2006-06-19", + "env": "development", + "id": 4570, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4570": { + "containsParas4and5": null, + "countryCode": "MO", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2010-09-15", + "dateSigned": "2009-07-15", + "env": "development", + "id": 4571, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87019687", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4571": { + "containsParas4and5": null, + "countryCode": "MO", + "createdAt": 1568104719148, + "currencyCode": null, + "dateActive": "2012-04-19", + "dateSigned": "2011-04-29", + "env": "development", + "id": 4572, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4572": { + "containsParas4and5": null, + "countryCode": "MO", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1999-09-28", + "dateSigned": "1999-09-28", + "env": "development", + "id": 4573, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88690172", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4573": { + "containsParas4and5": null, + "countryCode": "MO", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2011-12-09", + "dateSigned": "2011-04-29", + "env": "development", + "id": 4574, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87019748", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4574": { + "containsParas4and5": null, + "countryCode": "MO", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2011-12-18", + "dateSigned": "2011-04-29", + "env": "development", + "id": 4575, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809847", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4575": { + "containsParas4and5": null, + "countryCode": "MO", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2011-01-11", + "dateSigned": "2007-04-04", + "env": "development", + "id": 4576, + "isoNumeric": null, + "jurisdiction": "Mozambique", + "jurisdictionCountryCode": "MZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4576": { + "containsParas4and5": null, + "countryCode": "MO", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2012-04-16", + "dateSigned": "2012-01-03", + "env": "development", + "id": 4577, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4577": { + "containsParas4and5": null, + "countryCode": "MO", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2011-12-17", + "dateSigned": "2011-04-29", + "env": "development", + "id": 4578, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/87020966", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4578": { + "containsParas4and5": null, + "countryCode": "MO", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2012-06-20", + "dateSigned": "2011-07-12", + "env": "development", + "id": 4579, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72671715", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4579": { + "containsParas4and5": null, + "countryCode": "MO", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2014-05-22", + "dateSigned": "2014-03-13", + "env": "development", + "id": 4580, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218778833", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4580": { + "containsParas4and5": null, + "countryCode": "MO", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2015-01-15", + "dateSigned": "2014-09-03", + "env": "development", + "id": 4581, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4581": { + "containsParas4and5": null, + "countryCode": "MR", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1973-01-01", + "dateSigned": "1971-01-09", + "env": "development", + "id": 4582, + "isoNumeric": null, + "jurisdiction": "Senegal", + "jurisdictionCountryCode": "SN", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4582": { + "containsParas4and5": null, + "countryCode": "MR", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1994-01-01", + "dateSigned": "1990-07-23", + "env": "development", + "id": 4583, + "isoNumeric": null, + "jurisdiction": "Algeria", + "jurisdictionCountryCode": "DZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4583": { + "containsParas4and5": null, + "countryCode": "MR", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1969-03-01", + "dateSigned": "1967-11-15", + "env": "development", + "id": 4584, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861685", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4584": { + "containsParas4and5": null, + "countryCode": "MR", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-12-27", + "env": "development", + "id": 4585, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4585": { + "containsParas4and5": null, + "countryCode": "MR", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1994-01-01", + "dateSigned": "1990-07-23", + "env": "development", + "id": 4586, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4586": { + "containsParas4and5": null, + "countryCode": "MR", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-12-22", + "env": "development", + "id": 4587, + "isoNumeric": null, + "jurisdiction": "Sudan", + "jurisdictionCountryCode": "SD", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4587": { + "containsParas4and5": null, + "countryCode": "MR", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1994-01-01", + "dateSigned": "1990-07-23", + "env": "development", + "id": 4588, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4588": { + "containsParas4and5": null, + "countryCode": "MR", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2003-12-25", + "env": "development", + "id": 4589, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4589": { + "containsParas4and5": null, + "countryCode": "MR", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1994-01-01", + "dateSigned": "1990-07-23", + "env": "development", + "id": 4590, + "isoNumeric": null, + "jurisdiction": "Libya", + "jurisdictionCountryCode": "LY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4590": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1993-01-01", + "dateSigned": "1991-08-06", + "env": "development", + "id": 4591, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88866057", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4591": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-10-15", + "env": "development", + "id": 4592, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4592": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1998-12-30", + "dateSigned": "1998-07-13", + "env": "development", + "id": 4593, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88702856", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4593": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2013-06-13", + "dateSigned": "2011-07-14", + "env": "development", + "id": 4594, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88706980", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4594": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2012-07-18", + "dateSigned": "2011-11-08", + "env": "development", + "id": 4595, + "isoNumeric": null, + "jurisdiction": "Hong Kong, China", + "jurisdictionCountryCode": "HK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88703617", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4595": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2002-04-05", + "dateSigned": "2001-01-26", + "env": "development", + "id": 4596, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81953518", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4596": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2012-11-05", + "dateSigned": "2011-11-24", + "env": "development", + "id": 4597, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81200724", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4597": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1995-02-08", + "dateSigned": "1994-09-28", + "env": "development", + "id": 4598, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218785222", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4598": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2009-09-23", + "dateSigned": "2008-11-04", + "env": "development", + "id": 4599, + "isoNumeric": null, + "jurisdiction": "Montenegro", + "jurisdictionCountryCode": "ME", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/137955612", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4599": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2000-11-23", + "dateSigned": "2000-05-02", + "env": "development", + "id": 4600, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88702567", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4600": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2012-12-01", + "dateSigned": "2012-01-04", + "env": "development", + "id": 4601, + "isoNumeric": null, + "jurisdiction": "Saudi Arabia", + "jurisdictionCountryCode": "SA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/125262847", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4601": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2013-02-14", + "dateSigned": "2012-03-30", + "env": "development", + "id": 4602, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218786099", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4602": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2014-05-22", + "dateSigned": "2013-04-24", + "env": "development", + "id": 4603, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/137955734", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4603": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2008-08-30", + "dateSigned": "2006-10-13", + "env": "development", + "id": 4604, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85220022", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4604": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-05-30", + "env": "development", + "id": 4605, + "isoNumeric": null, + "jurisdiction": "Macao, China", + "jurisdictionCountryCode": "MO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/155900297", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4605": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1979-07-13", + "dateSigned": "1978-05-29", + "env": "development", + "id": 4606, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85917383", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4606": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2010-01-01", + "dateSigned": "2009-10-23", + "env": "development", + "id": 4607, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88703491", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4607": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1975-01-03", + "dateSigned": "1974-06-28", + "env": "development", + "id": 4608, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85919042", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4608": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1993-12-30", + "dateSigned": "1993-04-27", + "env": "development", + "id": 4609, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81687198", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4609": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "2004-02-22", + "dateSigned": "2001-05-17", + "env": "development", + "id": 4610, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81687179", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4610": { + "containsParas4and5": null, + "countryCode": "LT", + "createdAt": 1568104719147, + "currencyCode": null, + "dateActive": "1993-12-30", + "dateSigned": "1993-04-30", + "env": "development", + "id": 4611, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81686349", + "typeEOI": null, + "updatedAt": 1568275028725 + }, + "4611": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1994-08-11", + "dateSigned": "1993-10-22", + "env": "development", + "id": 4612, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81568336", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4612": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1994-11-24", + "dateSigned": "1994-01-07", + "env": "development", + "id": 4613, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88704218", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4613": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2010-10-13", + "dateSigned": "2009-04-16", + "env": "development", + "id": 4614, + "isoNumeric": null, + "jurisdiction": "Jordan", + "jurisdictionCountryCode": "JO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109454617", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4614": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1996-08-16", + "dateSigned": "1995-11-30", + "env": "development", + "id": 4615, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88704270", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4615": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2005-07-19", + "dateSigned": "2005-05-03", + "env": "development", + "id": 4616, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88704515", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4616": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2003-06-12", + "dateSigned": "2002-10-08", + "env": "development", + "id": 4617, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88704464", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4617": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2001-12-27", + "dateSigned": "2001-03-08", + "env": "development", + "id": 4618, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81800130", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4618": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2001-04-07", + "dateSigned": "1999-02-20", + "env": "development", + "id": 4619, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88703384", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4619": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2008-02-29", + "dateSigned": "2006-03-21", + "env": "development", + "id": 4620, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81719733", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4620": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2009-01-15", + "dateSigned": "2008-11-14", + "env": "development", + "id": 4621, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81679328", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4621": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1975-12-20", + "dateSigned": "1975-10-08", + "env": "development", + "id": 4622, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88704192", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4622": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2000-10-24", + "dateSigned": "2000-05-22", + "env": "development", + "id": 4623, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809740", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4623": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2000-09-01", + "dateSigned": "1995-10-03", + "env": "development", + "id": 4624, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86050010", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4624": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2012-12-13", + "dateSigned": "2011-03-11", + "env": "development", + "id": 4625, + "isoNumeric": null, + "jurisdiction": "Uruguay", + "jurisdictionCountryCode": "UY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88707004", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4625": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2003-01-22", + "dateSigned": "2001-05-03", + "env": "development", + "id": 4626, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85210144", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4626": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1997-01-01", + "dateSigned": "1995-10-09", + "env": "development", + "id": 4627, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4627": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1997-06-06", + "dateSigned": "1996-06-21", + "env": "development", + "id": 4628, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88702833", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4628": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2007-05-18", + "dateSigned": "2006-03-13", + "env": "development", + "id": 4629, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88702537", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4629": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1985-05-08", + "dateSigned": "1981-07-16", + "env": "development", + "id": 4630, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88866175", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4630": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2010-11-23", + "dateSigned": "2008-08-08", + "env": "development", + "id": 4631, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88704607", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4631": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2010-06-16", + "dateSigned": "2009-09-09", + "env": "development", + "id": 4632, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88704302", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4632": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2006-04-19", + "dateSigned": "2004-09-23", + "env": "development", + "id": 4633, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85325360", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4633": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2001-01-01", + "dateSigned": "1999-02-23", + "env": "development", + "id": 4634, + "isoNumeric": null, + "jurisdiction": "Lebanon", + "jurisdictionCountryCode": "LB", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/109454645", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4634": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1995-03-27", + "dateSigned": "1994-05-12", + "env": "development", + "id": 4635, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73591768", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4635": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1997-11-12", + "dateSigned": "1997-05-16", + "env": "development", + "id": 4636, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74489124", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4636": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1999-08-22", + "dateSigned": "1998-10-21", + "env": "development", + "id": 4637, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88703647", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4637": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2012-04-01", + "dateSigned": "2012-01-24", + "env": "development", + "id": 4638, + "isoNumeric": null, + "jurisdiction": "Gibraltar", + "jurisdictionCountryCode": "GI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/79832581", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4638": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2000-08-20", + "dateSigned": "1999-09-07", + "env": "development", + "id": 4639, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74477400", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4639": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1987-05-20", + "dateSigned": "1986-07-25", + "env": "development", + "id": 4640, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88702815", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4640": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2009-12-09", + "dateSigned": "2009-08-26", + "env": "development", + "id": 4641, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88704246", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4641": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2004-02-22", + "dateSigned": "2001-05-17", + "env": "development", + "id": 4642, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81687179", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4642": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2010-07-19", + "dateSigned": "2010-01-25", + "env": "development", + "id": 4643, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809344", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4643": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2001-12-31", + "dateSigned": "2000-05-31", + "env": "development", + "id": 4644, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88704555", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4644": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2013-03-10", + "dateSigned": "2012-03-12", + "env": "development", + "id": 4645, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/106370351", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4645": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2014-08-09", + "dateSigned": "2012-12-17", + "env": "development", + "id": 4646, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/137955612", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4646": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2001-12-30", + "dateSigned": "2000-10-30", + "env": "development", + "id": 4647, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88703424", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4647": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1979-10-01", + "dateSigned": "1977-07-25", + "env": "development", + "id": 4648, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88703454", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4648": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1988-01-01", + "dateSigned": "1986-07-23", + "env": "development", + "id": 4649, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88702780", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4649": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2012-10-30", + "dateSigned": "2012-01-18", + "env": "development", + "id": 4650, + "isoNumeric": null, + "jurisdiction": "Bahamas, The", + "jurisdictionCountryCode": "BS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/79073267", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4650": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2010-05-20", + "dateSigned": "2008-12-28", + "env": "development", + "id": 4651, + "isoNumeric": null, + "jurisdiction": "Libya", + "jurisdictionCountryCode": "LY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88703976", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4651": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2007-06-15", + "dateSigned": "2001-10-26", + "env": "development", + "id": 4652, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88704071", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4652": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1998-03-21", + "dateSigned": "1997-03-25", + "env": "development", + "id": 4653, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81684777", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4653": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2014-07-01", + "dateSigned": "2013-09-27", + "env": "development", + "id": 4654, + "isoNumeric": null, + "jurisdiction": "Liechtenstein", + "jurisdictionCountryCode": "LI", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218777763", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4654": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2013-12-29", + "dateSigned": "2011-07-28", + "env": "development", + "id": 4655, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88866105", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4655": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2006-09-12", + "dateSigned": "2005-11-08", + "env": "development", + "id": 4656, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88703403", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4656": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-11-25", + "env": "development", + "id": 4657, + "isoNumeric": null, + "jurisdiction": "Cayman Islands", + "jurisdictionCountryCode": "KY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218786079", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4657": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2010-02-26", + "dateSigned": "2009-10-23", + "env": "development", + "id": 4658, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809600", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4658": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-04-10", + "env": "development", + "id": 4659, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4659": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2012-02-28", + "dateSigned": "2010-04-12", + "env": "development", + "id": 4660, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85313230", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4660": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1985-05-20", + "dateSigned": "1984-05-09", + "env": "development", + "id": 4661, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88702593", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4661": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1996-02-14", + "dateSigned": "1994-04-29", + "env": "development", + "id": 4662, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88866009", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4662": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2002-06-19", + "dateSigned": "2001-12-05", + "env": "development", + "id": 4663, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88702622", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4663": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2004-03-19", + "dateSigned": "2002-07-24", + "env": "development", + "id": 4664, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109454633", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4664": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2011-08-25", + "dateSigned": "2010-10-23", + "env": "development", + "id": 4665, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4665": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1996-06-07", + "dateSigned": "1995-08-19", + "env": "development", + "id": 4666, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81719895", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4666": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1994-11-08", + "dateSigned": "1994-06-29", + "env": "development", + "id": 4667, + "isoNumeric": null, + "jurisdiction": "Swaziland", + "jurisdictionCountryCode": "SZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85588691", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4667": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1998-09-01", + "dateSigned": "1997-03-24", + "env": "development", + "id": 4668, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85328496", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4668": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-10-15", + "env": "development", + "id": 4669, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4669": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1995-05-04", + "dateSigned": "1994-08-01", + "env": "development", + "id": 4670, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81564861", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4670": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1999-05-08", + "dateSigned": "1997-02-14", + "env": "development", + "id": 4671, + "isoNumeric": null, + "jurisdiction": "Mozambique", + "jurisdictionCountryCode": "MZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85588596", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4671": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-07-18", + "env": "development", + "id": 4672, + "isoNumeric": null, + "jurisdiction": "Gabon", + "jurisdictionCountryCode": "GA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4672": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2004-09-15", + "dateSigned": "2002-04-17", + "env": "development", + "id": 4673, + "isoNumeric": null, + "jurisdiction": "Senegal", + "jurisdictionCountryCode": "SN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85329030", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4673": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1998-06-10", + "dateSigned": "1997-10-01", + "env": "development", + "id": 4674, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85588711", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4674": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-03-10", + "env": "development", + "id": 4675, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4675": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-08-18", + "env": "development", + "id": 4676, + "isoNumeric": null, + "jurisdiction": "Malawi", + "jurisdictionCountryCode": "MW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4676": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2003-08-09", + "dateSigned": "2002-09-06", + "env": "development", + "id": 4677, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85328358", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4677": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-08-18", + "env": "development", + "id": 4678, + "isoNumeric": null, + "jurisdiction": "Seychelles", + "jurisdictionCountryCode": "SC", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4678": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1998-07-20", + "dateSigned": "1998-03-30", + "env": "development", + "id": 4679, + "isoNumeric": null, + "jurisdiction": "Oman", + "jurisdictionCountryCode": "OM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85588630", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4679": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2005-01-28", + "dateSigned": "2004-09-28", + "env": "development", + "id": 4680, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85328252", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4680": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-08-18", + "env": "development", + "id": 4681, + "isoNumeric": null, + "jurisdiction": "Zambia", + "jurisdictionCountryCode": "ZM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4681": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2009-07-28", + "dateSigned": "2008-07-28", + "env": "development", + "id": 4682, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85328675", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4682": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-05-07", + "env": "development", + "id": 4683, + "isoNumeric": null, + "jurisdiction": "Kenya", + "jurisdictionCountryCode": "KE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4683": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2014-10-08", + "dateSigned": "2010-12-20", + "env": "development", + "id": 4684, + "isoNumeric": null, + "jurisdiction": "Congo, Republic of the", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4684": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2012-12-07", + "dateSigned": "2011-10-07", + "env": "development", + "id": 4685, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81597413", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4685": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1985-06-11", + "dateSigned": "1982-08-24", + "env": "development", + "id": 4686, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85328372", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4686": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-08-10", + "env": "development", + "id": 4687, + "isoNumeric": null, + "jurisdiction": "Nigeria", + "jurisdictionCountryCode": "NG", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4687": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2013-08-08", + "dateSigned": "2013-04-13", + "env": "development", + "id": 4688, + "isoNumeric": null, + "jurisdiction": "Monaco", + "jurisdictionCountryCode": "MC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218786153", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4688": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1996-09-12", + "dateSigned": "1995-02-15", + "env": "development", + "id": 4689, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85328558", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4689": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-08-18", + "env": "development", + "id": 4690, + "isoNumeric": null, + "jurisdiction": "Lesotho", + "jurisdictionCountryCode": "LS", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4690": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2008-10-28", + "dateSigned": "2008-02-12", + "env": "development", + "id": 4691, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85588731", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4691": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1993-08-19", + "dateSigned": "1992-08-23", + "env": "development", + "id": 4692, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85338562", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4692": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2012-06-01", + "dateSigned": "2011-12-01", + "env": "development", + "id": 4693, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74500456", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4693": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1999-01-28", + "dateSigned": "1995-07-04", + "env": "development", + "id": 4694, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85328295", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4694": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1987-10-26", + "dateSigned": "1981-02-11", + "env": "development", + "id": 4695, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4695": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-12-01", + "env": "development", + "id": 4696, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74500544", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4696": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2007-07-31", + "dateSigned": "2006-09-18", + "env": "development", + "id": 4697, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/109452599", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4697": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1996-03-16", + "dateSigned": "1995-09-26", + "env": "development", + "id": 4698, + "isoNumeric": null, + "jurisdiction": "Botswana", + "jurisdictionCountryCode": "BW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85328312", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4698": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2004-07-21", + "dateSigned": "2003-09-19", + "env": "development", + "id": 4699, + "isoNumeric": null, + "jurisdiction": "Uganda", + "jurisdictionCountryCode": "UG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85588742", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4699": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-08-18", + "env": "development", + "id": 4700, + "isoNumeric": null, + "jurisdiction": "Tanzania", + "jurisdictionCountryCode": "TZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4700": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1995-12-04", + "dateSigned": "1994-08-30", + "env": "development", + "id": 4701, + "isoNumeric": null, + "jurisdiction": "Madagascar", + "jurisdictionCountryCode": "MG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86049466", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4701": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2010-09-15", + "dateSigned": "2009-12-21", + "env": "development", + "id": 4702, + "isoNumeric": null, + "jurisdiction": "Bangladesh", + "jurisdictionCountryCode": "BD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85328269", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4702": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2012-07-06", + "dateSigned": "2011-12-01", + "env": "development", + "id": 4703, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809565", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4703": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2003-04-14", + "dateSigned": "2001-07-30", + "env": "development", + "id": 4704, + "isoNumeric": null, + "jurisdiction": "Rwanda", + "jurisdictionCountryCode": "RW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85328698", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4704": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2014-06-30", + "dateSigned": "2013-02-06", + "env": "development", + "id": 4705, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218786123", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4705": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2014-08-29", + "dateSigned": "2013-12-27", + "env": "development", + "id": 4706, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4706": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-08-18", + "env": "development", + "id": 4707, + "isoNumeric": null, + "jurisdiction": "Congo, Democratic Republic of the", + "jurisdictionCountryCode": "CD", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4707": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2012-05-18", + "dateSigned": "2011-12-01", + "env": "development", + "id": 4708, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86099045", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4708": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1995-04-28", + "dateSigned": "1990-03-09", + "env": "development", + "id": 4709, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73579801", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4709": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1996-07-25", + "dateSigned": "1995-03-04", + "env": "development", + "id": 4710, + "isoNumeric": null, + "jurisdiction": "Namibia", + "jurisdictionCountryCode": "NA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4710": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1982-09-17", + "dateSigned": "1980-12-11", + "env": "development", + "id": 4711, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861701", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4711": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "1995-08-24", + "env": "development", + "id": 4712, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4712": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2000-06-12", + "dateSigned": "2000-01-21", + "env": "development", + "id": 4713, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81568348", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4713": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-12-01", + "env": "development", + "id": 4714, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809486", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4714": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1995-05-19", + "dateSigned": "1994-09-03", + "env": "development", + "id": 4715, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85588644", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4715": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1997-05-02", + "dateSigned": "1996-03-12", + "env": "development", + "id": 4716, + "isoNumeric": null, + "jurisdiction": "Sri Lanka", + "jurisdictionCountryCode": "LK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85328513", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4716": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-12-01", + "env": "development", + "id": 4717, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74500304", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4717": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1992-11-05", + "dateSigned": "1992-03-06", + "env": "development", + "id": 4718, + "isoNumeric": null, + "jurisdiction": "Zimbabwe", + "jurisdictionCountryCode": "ZW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85588776", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4718": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1997-06-20", + "dateSigned": "1996-07-05", + "env": "development", + "id": 4719, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74489167", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4719": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2012-12-31", + "dateSigned": "2011-12-01", + "env": "development", + "id": 4720, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218824065", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4720": { + "containsParas4and5": null, + "countryCode": "MU", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1999-11-11", + "dateSigned": "1999-08-03", + "env": "development", + "id": 4721, + "isoNumeric": null, + "jurisdiction": "Nepal", + "jurisdictionCountryCode": "NP", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85588620", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4721": { + "containsParas4and5": null, + "countryCode": "MV", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2010-05-19", + "dateSigned": "2005-11-13", + "env": "development", + "id": 4722, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/142024485", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4722": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1998-07-14", + "dateSigned": "1997-02-12", + "env": "development", + "id": 4723, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4723": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1994-01-01", + "dateSigned": "1992-09-18", + "env": "development", + "id": 4724, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73573119", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4724": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2012-02-22", + "dateSigned": "2010-10-10", + "env": "development", + "id": 4725, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85313273", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4725": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2012-07-06", + "dateSigned": "2011-02-25", + "env": "development", + "id": 4726, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74131506", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4726": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-12-13", + "env": "development", + "id": 4727, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4727": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2012-03-04", + "dateSigned": "2011-04-11", + "env": "development", + "id": 4728, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85320969", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4728": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2012-11-29", + "dateSigned": "2012-02-23", + "env": "development", + "id": 4729, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/130521938", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4729": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "1997-02-06", + "env": "development", + "id": 4730, + "isoNumeric": null, + "jurisdiction": "Venezuela", + "jurisdictionCountryCode": "VE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4730": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2011-02-04", + "dateSigned": "2009-09-01", + "env": "development", + "id": 4731, + "isoNumeric": null, + "jurisdiction": "Curaçao", + "jurisdictionCountryCode": "CW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87948295", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4731": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2012-03-24", + "dateSigned": "2011-06-27", + "env": "development", + "id": 4732, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85211521", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4732": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2013-12-04", + "dateSigned": "2012-10-19", + "env": "development", + "id": 4733, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/111679942", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4733": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2013-03-09", + "dateSigned": "2012-05-14", + "env": "development", + "id": 4734, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/123755799", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4734": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2013-05-15", + "dateSigned": "2009-10-27", + "env": "development", + "id": 4735, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4735": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-03-13", + "env": "development", + "id": 4736, + "isoNumeric": null, + "jurisdiction": "Guatemala", + "jurisdictionCountryCode": "GT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4736": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2008-12-10", + "dateSigned": "2008-03-11", + "env": "development", + "id": 4737, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85325379", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4737": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2011-02-04", + "dateSigned": "2009-09-01", + "env": "development", + "id": 4738, + "isoNumeric": null, + "jurisdiction": "Sint Maarten", + "jurisdictionCountryCode": "SX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88690966", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4738": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1992-12-18", + "dateSigned": "1992-09-21", + "env": "development", + "id": 4739, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4739": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2014-02-01", + "dateSigned": "2013-07-09", + "env": "development", + "id": 4740, + "isoNumeric": null, + "jurisdiction": "Saint Lucia", + "jurisdictionCountryCode": "LC", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4740": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-04-12", + "env": "development", + "id": 4741, + "isoNumeric": null, + "jurisdiction": "Costa Rica", + "jurisdictionCountryCode": "CR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/258922367", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4741": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2014-08-27", + "dateSigned": "2012-11-29", + "env": "development", + "id": 4742, + "isoNumeric": null, + "jurisdiction": "Gibraltar", + "jurisdictionCountryCode": "GI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/115005600", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4742": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1998-12-13", + "dateSigned": "1998-10-22", + "env": "development", + "id": 4743, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4743": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2012-07-18", + "dateSigned": "2011-11-30", + "env": "development", + "id": 4744, + "isoNumeric": null, + "jurisdiction": "Samoa", + "jurisdictionCountryCode": "WS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809633", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4744": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2003-12-31", + "dateSigned": "2002-09-09", + "env": "development", + "id": 4745, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4745": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2012-08-09", + "dateSigned": "2011-11-17", + "env": "development", + "id": 4746, + "isoNumeric": null, + "jurisdiction": "Belize", + "jurisdictionCountryCode": "BZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112945674", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4746": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1997-02-01", + "dateSigned": "1992-11-24", + "env": "development", + "id": 4747, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4747": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2000-10-16", + "dateSigned": "1999-02-22", + "env": "development", + "id": 4748, + "isoNumeric": null, + "jurisdiction": "Syrian Arab Republic", + "jurisdictionCountryCode": "SY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88704532", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4748": { + "containsParas4and5": null, + "countryCode": "MT", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1977-11-09", + "dateSigned": "1977-05-18", + "env": "development", + "id": 4749, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88704150", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4749": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2006-01-23", + "dateSigned": "1995-03-23", + "env": "development", + "id": 4750, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4750": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-11-20", + "env": "development", + "id": 4751, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4751": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2011-12-31", + "dateSigned": "2011-07-24", + "env": "development", + "id": 4752, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88691192", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4752": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2004-10-28", + "dateSigned": "2002-09-06", + "env": "development", + "id": 4753, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4753": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2014-09-01", + "dateSigned": "2013-07-18", + "env": "development", + "id": 4754, + "isoNumeric": null, + "jurisdiction": "Aruba", + "jurisdictionCountryCode": "AW", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4754": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2007-04-12", + "dateSigned": "2006-09-12", + "env": "development", + "id": 4755, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4755": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2013-03-07", + "dateSigned": "2012-06-18", + "env": "development", + "id": 4756, + "isoNumeric": null, + "jurisdiction": "Hong Kong, China", + "jurisdictionCountryCode": "HK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4756": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2012-03-02", + "dateSigned": "2010-11-22", + "env": "development", + "id": 4757, + "isoNumeric": null, + "jurisdiction": "Cook Islands", + "jurisdictionCountryCode": "CK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72681612", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4757": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1999-11-12", + "dateSigned": "1998-04-17", + "env": "development", + "id": 4758, + "isoNumeric": null, + "jurisdiction": "Chile", + "jurisdictionCountryCode": "CL", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4758": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2014-08-09", + "dateSigned": "2012-12-17", + "env": "development", + "id": 4759, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/137955612", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4759": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2012-03-09", + "dateSigned": "2010-08-28", + "env": "development", + "id": 4760, + "isoNumeric": null, + "jurisdiction": "Cayman Islands", + "jurisdictionCountryCode": "KY", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4760": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1997-12-22", + "dateSigned": "1997-06-11", + "env": "development", + "id": 4761, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4761": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2014-07-24", + "dateSigned": "2013-04-08", + "env": "development", + "id": 4762, + "isoNumeric": null, + "jurisdiction": "Liechtenstein", + "jurisdictionCountryCode": "LI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218777736", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4762": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2014-02-19", + "dateSigned": "2011-04-27", + "env": "development", + "id": 4763, + "isoNumeric": null, + "jurisdiction": "Peru", + "jurisdictionCountryCode": "PE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4763": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2010-07-22", + "dateSigned": "2009-02-19", + "env": "development", + "id": 4764, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74489261", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4764": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2006-11-30", + "dateSigned": "2003-09-25", + "env": "development", + "id": 4765, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4765": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2013-03-02", + "dateSigned": "2012-04-20", + "env": "development", + "id": 4766, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4766": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2012-03-22", + "dateSigned": "2010-11-08", + "env": "development", + "id": 4767, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85328040", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4767": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2005-12-07", + "dateSigned": "2004-04-13", + "env": "development", + "id": 4768, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85220034", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4768": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1994-12-15", + "dateSigned": "1994-06-02", + "env": "development", + "id": 4769, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73591797", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4769": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1992-12-31", + "dateSigned": "1991-11-07", + "env": "development", + "id": 4770, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88848324", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4770": { + "containsParas4and5": null, + "countryCode": "MZ", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2009-02-19", + "dateSigned": "2007-09-18", + "env": "development", + "id": 4771, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74489347", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4771": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2000-01-01", + "dateSigned": "1999-07-19", + "env": "development", + "id": 4772, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88693119", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4772": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2011-01-01", + "dateSigned": "2009-08-14", + "env": "development", + "id": 4773, + "isoNumeric": null, + "jurisdiction": "Uruguay", + "jurisdictionCountryCode": "UY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88691266", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4773": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2007-09-28", + "dateSigned": "2006-05-13", + "env": "development", + "id": 4774, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74481498", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4774": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2001-08-15", + "dateSigned": "2000-07-20", + "env": "development", + "id": 4775, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88691238", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4775": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2003-01-01", + "dateSigned": "1998-11-30", + "env": "development", + "id": 4776, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81712659", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4776": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2009-01-16", + "dateSigned": "2008-04-07", + "env": "development", + "id": 4777, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88127614", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4777": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2007-06-16", + "dateSigned": "2006-11-16", + "env": "development", + "id": 4778, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/84677726", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4778": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1996-11-06", + "dateSigned": "1996-04-09", + "env": "development", + "id": 4779, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112963743", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4779": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1994-10-06", + "dateSigned": "1992-07-24", + "env": "development", + "id": 4780, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88278733", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4780": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1995-02-13", + "dateSigned": "1994-10-06", + "env": "development", + "id": 4781, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81685164", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4781": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2001-12-27", + "dateSigned": "2001-02-07", + "env": "development", + "id": 4782, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88691209", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4782": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2008-04-02", + "dateSigned": "2004-06-07", + "env": "development", + "id": 4783, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88691252", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4783": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1994-10-13", + "dateSigned": "1993-09-27", + "env": "development", + "id": 4784, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88691221", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4784": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2001-01-09", + "dateSigned": "1999-11-11", + "env": "development", + "id": 4785, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81953536", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4785": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2005-01-01", + "dateSigned": "2004-04-13", + "env": "development", + "id": 4786, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85915711", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4786": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2010-09-09", + "dateSigned": "2009-09-15", + "env": "development", + "id": 4787, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/56677469", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4787": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2006-03-01", + "dateSigned": "2005-09-12", + "env": "development", + "id": 4788, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81564911", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4788": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1994-09-08", + "dateSigned": "1993-08-03", + "env": "development", + "id": 4789, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944452", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4789": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2010-12-30", + "dateSigned": "2010-02-23", + "env": "development", + "id": 4790, + "isoNumeric": null, + "jurisdiction": "Bahamas, The", + "jurisdictionCountryCode": "BS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74129424", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4790": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2002-12-27", + "dateSigned": "2002-04-04", + "env": "development", + "id": 4791, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112949567", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4791": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2010-12-30", + "dateSigned": "2010-03-24", + "env": "development", + "id": 4792, + "isoNumeric": null, + "jurisdiction": "Panama", + "jurisdictionCountryCode": "PA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88691233", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4792": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2010-02-01", + "dateSigned": "2007-09-10", + "env": "development", + "id": 4793, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85922278", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4793": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1995-09-08", + "dateSigned": "1994-11-09", + "env": "development", + "id": 4794, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81718948", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4794": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2009-10-15", + "dateSigned": "2008-07-09", + "env": "development", + "id": 4795, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88133659", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4795": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1995-03-12", + "dateSigned": "1991-07-08", + "env": "development", + "id": 4796, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73579882", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4796": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2004-12-13", + "dateSigned": "1998-07-28", + "env": "development", + "id": 4797, + "isoNumeric": null, + "jurisdiction": "Namibia", + "jurisdictionCountryCode": "NA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85338672", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4797": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1975-08-14", + "dateSigned": "1973-10-24", + "env": "development", + "id": 4798, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85337445", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4798": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2000-05-29", + "dateSigned": "1994-10-02", + "env": "development", + "id": 4799, + "isoNumeric": null, + "jurisdiction": "Jordan", + "jurisdictionCountryCode": "JO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85337763", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4799": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2000-07-31", + "dateSigned": "1999-06-14", + "env": "development", + "id": 4800, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85588817", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4800": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2002-12-18", + "dateSigned": "1993-10-07", + "env": "development", + "id": 4801, + "isoNumeric": null, + "jurisdiction": "Sudan", + "jurisdictionCountryCode": "SD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85339084", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4801": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1978-12-15", + "dateSigned": "1977-09-16", + "env": "development", + "id": 4802, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81712688", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4802": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1999-08-10", + "dateSigned": "1997-10-06", + "env": "development", + "id": 4803, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85339330", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4803": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2006-07-10", + "dateSigned": "2003-12-03", + "env": "development", + "id": 4804, + "isoNumeric": null, + "jurisdiction": "Seychelles", + "jurisdictionCountryCode": "SC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85339048", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4804": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2006-12-26", + "dateSigned": "2000-11-17", + "env": "development", + "id": 4805, + "isoNumeric": null, + "jurisdiction": "Kyrgyzstan", + "jurisdictionCountryCode": "KG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85337781", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4805": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2007-08-31", + "dateSigned": "2007-02-26", + "env": "development", + "id": 4806, + "isoNumeric": null, + "jurisdiction": "Syrian Arab Republic", + "jurisdictionCountryCode": "SY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85339187", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4806": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1996-08-13", + "dateSigned": "1995-09-07", + "env": "development", + "id": 4807, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85339393", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4807": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2007-05-29", + "dateSigned": "2003-02-05", + "env": "development", + "id": 4808, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85337819", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4808": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2002-07-09", + "dateSigned": "1997-04-14", + "env": "development", + "id": 4809, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4809": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2012-12-28", + "dateSigned": "2012-04-25", + "env": "development", + "id": 4810, + "isoNumeric": null, + "jurisdiction": "Hong Kong, China", + "jurisdictionCountryCode": "HK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218786190", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4810": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1992-01-01", + "dateSigned": "1989-05-22", + "env": "development", + "id": 4811, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85337674", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4811": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1982-11-09", + "dateSigned": "1982-05-29", + "env": "development", + "id": 4812, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85338787", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4812": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2010-06-17", + "dateSigned": "2009-08-05", + "env": "development", + "id": 4813, + "isoNumeric": null, + "jurisdiction": "Brunei Darussalam", + "jurisdictionCountryCode": "BN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809800", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4813": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1998-03-09", + "dateSigned": "1996-03-08", + "env": "development", + "id": 4814, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85337584", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4814": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1997-01-28", + "dateSigned": "1994-09-27", + "env": "development", + "id": 4815, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85339303", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4815": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1984-01-01", + "dateSigned": "1983-04-19", + "env": "development", + "id": 4816, + "isoNumeric": null, + "jurisdiction": "Bangladesh", + "jurisdictionCountryCode": "BD", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85337422", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4816": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2010-05-20", + "dateSigned": "2006-06-26", + "env": "development", + "id": 4817, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85588904", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4817": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1996-11-07", + "dateSigned": "1995-07-27", + "env": "development", + "id": 4818, + "isoNumeric": null, + "jurisdiction": "Mongolia", + "jurisdictionCountryCode": "MN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86049991", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4818": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1986-04-18", + "dateSigned": "1984-01-28", + "env": "development", + "id": 4819, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73577605", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4819": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2012-07-30", + "dateSigned": "2007-06-21", + "env": "development", + "id": 4820, + "isoNumeric": null, + "jurisdiction": "Bosnia and Herzegovina", + "jurisdictionCountryCode": "BA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4820": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2007-07-01", + "dateSigned": "2006-01-31", + "env": "development", + "id": 4821, + "isoNumeric": null, + "jurisdiction": "Saudi Arabia", + "jurisdictionCountryCode": "SA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85338979", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4821": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1986-02-23", + "dateSigned": "1984-03-28", + "env": "development", + "id": 4822, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4822": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1976-06-23", + "dateSigned": "1975-04-24", + "env": "development", + "id": 4823, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85337626", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4823": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2012-12-26", + "dateSigned": "2012-05-09", + "env": "development", + "id": 4824, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218786207", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4824": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2005-04-15", + "dateSigned": "1992-11-11", + "env": "development", + "id": 4825, + "isoNumeric": null, + "jurisdiction": "Iran", + "jurisdictionCountryCode": "IR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85337740", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4825": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1995-08-21", + "dateSigned": "1994-01-24", + "env": "development", + "id": 4826, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85335682", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4826": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2007-12-28", + "dateSigned": "2006-05-24", + "env": "development", + "id": 4827, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74242859", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4827": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1971-09-09", + "dateSigned": "1970-12-23", + "env": "development", + "id": 4828, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85338718", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4828": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1976-09-02", + "dateSigned": "1976-03-19", + "env": "development", + "id": 4829, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/84677754", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4829": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2006-12-29", + "dateSigned": "2001-07-02", + "env": "development", + "id": 4830, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/86049974", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4830": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1982-12-03", + "dateSigned": "1982-04-20", + "env": "development", + "id": 4831, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81685170", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4831": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1999-06-11", + "dateSigned": "1993-05-20", + "env": "development", + "id": 4832, + "isoNumeric": null, + "jurisdiction": "Papua New Guinea", + "jurisdictionCountryCode": "PG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85338740", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4832": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-02-17", + "env": "development", + "id": 4833, + "isoNumeric": null, + "jurisdiction": "Senegal", + "jurisdictionCountryCode": "SN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4833": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1993-08-19", + "dateSigned": "1992-08-23", + "env": "development", + "id": 4834, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85338562", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4834": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1990-12-01", + "dateSigned": "1989-09-20", + "env": "development", + "id": 4835, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85337389", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4835": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "1994-04-28", + "env": "development", + "id": 4836, + "isoNumeric": null, + "jurisdiction": "Zimbabwe", + "jurisdictionCountryCode": "ZW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4836": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1999-09-10", + "dateSigned": "1998-11-28", + "env": "development", + "id": 4837, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81679340", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4837": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1986-09-14", + "dateSigned": "1985-11-23", + "env": "development", + "id": 4838, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81564954", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4838": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2000-09-01", + "dateSigned": "1995-10-03", + "env": "development", + "id": 4839, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86050010", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4839": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1984-04-07", + "dateSigned": "1982-11-26", + "env": "development", + "id": 4840, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85338830", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4840": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2008-08-25", + "dateSigned": "2004-09-03", + "env": "development", + "id": 4841, + "isoNumeric": null, + "jurisdiction": "Chile", + "jurisdictionCountryCode": "CL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85337565", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4841": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2010-12-28", + "dateSigned": "2009-11-19", + "env": "development", + "id": 4842, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809188", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4842": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2006-02-13", + "dateSigned": "2004-10-05", + "env": "development", + "id": 4843, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81719991", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4843": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1983-02-02", + "dateSigned": "1982-03-29", + "env": "development", + "id": 4844, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85339220", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4844": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2008-07-21", + "dateSigned": "1998-03-09", + "env": "development", + "id": 4845, + "isoNumeric": null, + "jurisdiction": "Myanmar", + "jurisdictionCountryCode": "MM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86049991", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4845": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1997-07-30", + "dateSigned": "1995-12-19", + "env": "development", + "id": 4846, + "isoNumeric": null, + "jurisdiction": "Fiji", + "jurisdictionCountryCode": "FJ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4846": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2004-07-02", + "dateSigned": "2002-11-21", + "env": "development", + "id": 4847, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85338439", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4847": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1999-12-31", + "dateSigned": "1999-03-19", + "env": "development", + "id": 4848, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73349931", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4848": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1998-08-13", + "dateSigned": "1997-09-16", + "env": "development", + "id": 4849, + "isoNumeric": null, + "jurisdiction": "Sri Lanka", + "jurisdictionCountryCode": "LK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85338421", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4849": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1981-06-26", + "dateSigned": "1980-08-20", + "env": "development", + "id": 4850, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81443793", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4850": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2009-10-06", + "dateSigned": "2008-11-19", + "env": "development", + "id": 4851, + "isoNumeric": null, + "jurisdiction": "Turkmenistan", + "jurisdictionCountryCode": "TM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85339254", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4851": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1970-06-04", + "dateSigned": "1970-12-04", + "env": "development", + "id": 4852, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4852": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1992-08-11", + "dateSigned": "1991-09-12", + "env": "development", + "id": 4853, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4853": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1980-12-18", + "dateSigned": "1976-10-16", + "env": "development", + "id": 4854, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85588858", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4854": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2008-01-08", + "dateSigned": "2006-08-28", + "env": "development", + "id": 4855, + "isoNumeric": null, + "jurisdiction": "Venezuela", + "jurisdictionCountryCode": "VE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85339363", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4855": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2012-12-06", + "dateSigned": "2012-01-23", + "env": "development", + "id": 4856, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4856": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2004-11-10", + "dateSigned": "2003-01-20", + "env": "development", + "id": 4857, + "isoNumeric": null, + "jurisdiction": "Lebanon", + "jurisdictionCountryCode": "LB", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85338391", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4857": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2006-07-06", + "dateSigned": "2005-07-26", + "env": "development", + "id": 4858, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/93796867", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4858": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1996-09-18", + "dateSigned": "1995-11-28", + "env": "development", + "id": 4859, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85335664", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4859": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2012-12-28", + "dateSigned": "2012-04-23", + "env": "development", + "id": 4860, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/108687848", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4860": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2004-07-15", + "dateSigned": "2002-02-18", + "env": "development", + "id": 4861, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85337650", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4861": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2005-01-28", + "dateSigned": "2002-03-12", + "env": "development", + "id": 4862, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85339135", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4862": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2009-01-28", + "dateSigned": "2008-07-03", + "env": "development", + "id": 4863, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/77244478", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4863": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2011-02-23", + "dateSigned": "2010-06-03", + "env": "development", + "id": 4864, + "isoNumeric": null, + "jurisdiction": "Lao People's Democratic Republic", + "jurisdictionCountryCode": "LA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85588921", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4864": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1998-05-18", + "dateSigned": "1996-12-10", + "env": "development", + "id": 4865, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73591819", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4865": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2010-12-21", + "dateSigned": "2010-02-23", + "env": "development", + "id": 4866, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81597481", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4866": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1976-01-08", + "dateSigned": "1974-12-30", + "env": "development", + "id": 4867, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85588883", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4867": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1988-07-04", + "dateSigned": "1987-07-31", + "env": "development", + "id": 4868, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/86050028", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4868": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1989-02-02", + "dateSigned": "1988-03-07", + "env": "development", + "id": 4869, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85338698", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4869": { + "containsParas4and5": null, + "countryCode": "MZ", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1999-05-08", + "dateSigned": "1997-02-14", + "env": "development", + "id": 4870, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85588596", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4870": { + "containsParas4and5": null, + "countryCode": "MZ", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2004-08-06", + "dateSigned": "1998-12-14", + "env": "development", + "id": 4871, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4871": { + "containsParas4and5": null, + "countryCode": "MZ", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2011-02-28", + "dateSigned": "2010-09-30", + "env": "development", + "id": 4872, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85922318", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4872": { + "containsParas4and5": null, + "countryCode": "MZ", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1994-01-01", + "dateSigned": "1991-03-21", + "env": "development", + "id": 4873, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88690184", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4873": { + "containsParas4and5": null, + "countryCode": "MZ", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2004-05-04", + "dateSigned": "2003-09-24", + "env": "development", + "id": 4874, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/109452615", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4874": { + "containsParas4and5": null, + "countryCode": "MZ", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2011-01-11", + "dateSigned": "2007-04-04", + "env": "development", + "id": 4875, + "isoNumeric": null, + "jurisdiction": "Macao, China", + "jurisdictionCountryCode": "MO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4875": { + "containsParas4and5": null, + "countryCode": "MZ", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-02-27", + "env": "development", + "id": 4876, + "isoNumeric": null, + "jurisdiction": "Botswana", + "jurisdictionCountryCode": "BW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4876": { + "containsParas4and5": null, + "countryCode": "NA", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2004-12-13", + "dateSigned": "1998-07-28", + "env": "development", + "id": 4877, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85338672", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4877": { + "containsParas4and5": null, + "countryCode": "NA", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-03-25", + "env": "development", + "id": 4878, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4878": { + "containsParas4and5": null, + "countryCode": "NA", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2005-07-07", + "dateSigned": "2004-06-16", + "env": "development", + "id": 4879, + "isoNumeric": null, + "jurisdiction": "Botswana", + "jurisdictionCountryCode": "BW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4879": { + "containsParas4and5": null, + "countryCode": "NA", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1995-07-26", + "dateSigned": "1993-12-02", + "env": "development", + "id": 4880, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81597559", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4880": { + "containsParas4and5": null, + "countryCode": "NA", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1999-01-22", + "dateSigned": "1997-02-15", + "env": "development", + "id": 4881, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86052062", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4881": { + "containsParas4and5": null, + "countryCode": "NA", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1999-05-01", + "dateSigned": "1996-05-29", + "env": "development", + "id": 4882, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88848360", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4882": { + "containsParas4and5": null, + "countryCode": "NA", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1999-04-11", + "dateSigned": "1998-05-18", + "env": "development", + "id": 4883, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74498588", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4883": { + "containsParas4and5": null, + "countryCode": "NA", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1962-12-19", + "dateSigned": "1962-05-28", + "env": "development", + "id": 4884, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4884": { + "containsParas4and5": null, + "countryCode": "NA", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1996-07-25", + "dateSigned": "1995-03-04", + "env": "development", + "id": 4885, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4885": { + "containsParas4and5": null, + "countryCode": "NA", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1999-08-05", + "dateSigned": "1998-02-25", + "env": "development", + "id": 4886, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4886": { + "containsParas4and5": null, + "countryCode": "NA", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1995-06-26", + "dateSigned": "1993-07-16", + "env": "development", + "id": 4887, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4887": { + "containsParas4and5": null, + "countryCode": "NA", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2001-01-01", + "dateSigned": "1998-03-31", + "env": "development", + "id": 4888, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4888": { + "containsParas4and5": null, + "countryCode": "NG", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1999-11-16", + "dateSigned": "1992-08-04", + "env": "development", + "id": 4889, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85589118", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4889": { + "containsParas4and5": null, + "countryCode": "NG", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1990-12-02", + "dateSigned": "1989-08-31", + "env": "development", + "id": 4890, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74484097", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4890": { + "containsParas4and5": null, + "countryCode": "NG", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1992-12-09", + "dateSigned": "1991-12-11", + "env": "development", + "id": 4891, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88860616", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4891": { + "containsParas4and5": null, + "countryCode": "NG", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2004-11-18", + "env": "development", + "id": 4892, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218824156", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4892": { + "containsParas4and5": null, + "countryCode": "NG", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1995-01-01", + "dateSigned": "1992-07-21", + "env": "development", + "id": 4893, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85340346", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4893": { + "containsParas4and5": null, + "countryCode": "NG", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1991-05-02", + "dateSigned": "1990-03-27", + "env": "development", + "id": 4894, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85589143", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4894": { + "containsParas4and5": null, + "countryCode": "NG", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-08-10", + "env": "development", + "id": 4895, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4895": { + "containsParas4and5": null, + "countryCode": "NG", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1987-12-27", + "dateSigned": "1987-06-09", + "env": "development", + "id": 4896, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73586762", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4896": { + "containsParas4and5": null, + "countryCode": "NG", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2014-05-21", + "dateSigned": "2006-11-06", + "env": "development", + "id": 4897, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4897": { + "containsParas4and5": null, + "countryCode": "NG", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1990-03-08", + "dateSigned": "1985-10-10", + "env": "development", + "id": 4898, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85340196", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4898": { + "containsParas4and5": null, + "countryCode": "NG", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2009-03-21", + "dateSigned": "2002-04-15", + "env": "development", + "id": 4899, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81564977", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4899": { + "containsParas4and5": null, + "countryCode": "NG", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2013-08-18", + "dateSigned": "1997-09-30", + "env": "development", + "id": 4900, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85340120", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4900": { + "containsParas4and5": null, + "countryCode": "NG", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-06-23", + "env": "development", + "id": 4901, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4901": { + "containsParas4and5": null, + "countryCode": "NG", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "1999-02-12", + "env": "development", + "id": 4902, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81712712", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4902": { + "containsParas4and5": null, + "countryCode": "NG", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1994-10-27", + "dateSigned": "1989-11-20", + "env": "development", + "id": 4903, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85589180", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4903": { + "containsParas4and5": null, + "countryCode": "NG", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2008-07-05", + "dateSigned": "2000-04-29", + "env": "development", + "id": 4904, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74503237", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4904": { + "containsParas4and5": null, + "countryCode": "NG", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1990-12-02", + "dateSigned": "1989-08-31", + "env": "development", + "id": 4905, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4905": { + "containsParas4and5": null, + "countryCode": "NI", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2006-04-25", + "env": "development", + "id": 4906, + "isoNumeric": null, + "jurisdiction": "Costa Rica", + "jurisdictionCountryCode": "CR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4906": { + "containsParas4and5": null, + "countryCode": "NI", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2006-04-25", + "env": "development", + "id": 4907, + "isoNumeric": null, + "jurisdiction": "Guatemala", + "jurisdictionCountryCode": "GT", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4907": { + "containsParas4and5": null, + "countryCode": "NI", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2006-04-25", + "env": "development", + "id": 4908, + "isoNumeric": null, + "jurisdiction": "El Salvador", + "jurisdictionCountryCode": "SV", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4908": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-10-24", + "env": "development", + "id": 4909, + "isoNumeric": null, + "jurisdiction": "Uruguay", + "jurisdictionCountryCode": "UY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/117223875", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4909": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1987-08-21", + "dateSigned": "1986-05-27", + "env": "development", + "id": 4910, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88708953", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4910": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1998-11-08", + "dateSigned": "1997-03-14", + "env": "development", + "id": 4911, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88708998", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4911": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2005-12-31", + "dateSigned": "2004-06-30", + "env": "development", + "id": 4912, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113081651", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4912": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2011-09-07", + "dateSigned": "2009-10-23", + "env": "development", + "id": 4913, + "isoNumeric": null, + "jurisdiction": "Cook Islands", + "jurisdictionCountryCode": "CK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87780377", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4913": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-08-10", + "env": "development", + "id": 4914, + "isoNumeric": null, + "jurisdiction": "Ethiopia", + "jurisdictionCountryCode": "ET", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/117512136", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4914": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1987-09-25", + "dateSigned": "1986-06-05", + "env": "development", + "id": 4915, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88716149", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4915": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2000-12-13", + "dateSigned": "1992-07-30", + "env": "development", + "id": 4916, + "isoNumeric": null, + "jurisdiction": "Ecuador", + "jurisdictionCountryCode": "EC", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "4916": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2002-04-23", + "dateSigned": "2001-05-29", + "env": "development", + "id": 4917, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88716665", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4917": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2010-12-01", + "dateSigned": "2009-11-10", + "env": "development", + "id": 4918, + "isoNumeric": null, + "jurisdiction": "Liechtenstein", + "jurisdictionCountryCode": "LI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809438", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4918": { + "containsParas4and5": null, + "countryCode": "MY", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "1984-07-27", + "dateSigned": "1982-04-27", + "env": "development", + "id": 4919, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85338765", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4919": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1987-09-27", + "dateSigned": "1986-11-21", + "env": "development", + "id": 4920, + "isoNumeric": null, + "jurisdiction": "Kyrgyzstan", + "jurisdictionCountryCode": "KG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4920": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1987-09-27", + "dateSigned": "1986-11-21", + "env": "development", + "id": 4921, + "isoNumeric": null, + "jurisdiction": "Tajikistan", + "jurisdictionCountryCode": "TJ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4921": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1981-04-06", + "dateSigned": "1980-11-07", + "env": "development", + "id": 4922, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73591847", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4922": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1996-11-02", + "dateSigned": "1995-10-24", + "env": "development", + "id": 4923, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88866406", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4923": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1983-02-06", + "dateSigned": "1982-02-22", + "env": "development", + "id": 4924, + "isoNumeric": null, + "jurisdiction": "Kosovo", + "jurisdictionCountryCode": "XK", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4924": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1974-11-05", + "dateSigned": "1974-03-04", + "env": "development", + "id": 4925, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88708969", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4925": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1984-07-17", + "dateSigned": "1981-07-16", + "env": "development", + "id": 4926, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85220062", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4926": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2006-09-10", + "dateSigned": "2004-08-31", + "env": "development", + "id": 4927, + "isoNumeric": null, + "jurisdiction": "Uganda", + "jurisdictionCountryCode": "UG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88866438", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4927": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1988-03-05", + "dateSigned": "1987-05-13", + "env": "development", + "id": 4928, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81564994", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4928": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1965-01-01", + "dateSigned": "1964-10-28", + "env": "development", + "id": 4929, + "isoNumeric": null, + "jurisdiction": "Sint Maarten", + "jurisdictionCountryCode": "SX", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4929": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2003-12-31", + "dateSigned": "2002-01-29", + "env": "development", + "id": 4930, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88716176", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4930": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2009-12-25", + "dateSigned": "2008-04-24", + "env": "development", + "id": 4931, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88717720", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4931": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2003-02-21", + "dateSigned": "2002-03-21", + "env": "development", + "id": 4932, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88709875", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4932": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2010-11-29", + "dateSigned": "2009-09-02", + "env": "development", + "id": 4933, + "isoNumeric": null, + "jurisdiction": "Saint Kitts and Nevis", + "jurisdictionCountryCode": "KN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809807", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4933": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1992-12-09", + "dateSigned": "1991-12-11", + "env": "development", + "id": 4934, + "isoNumeric": null, + "jurisdiction": "Nigeria", + "jurisdictionCountryCode": "NG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88860616", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4934": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1976-09-27", + "dateSigned": "1976-03-17", + "env": "development", + "id": 4935, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88708629", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4935": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2009-11-24", + "dateSigned": "2008-04-16", + "env": "development", + "id": 4936, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85313314", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4936": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1983-02-06", + "dateSigned": "1982-02-22", + "env": "development", + "id": 4937, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4937": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1995-01-29", + "dateSigned": "1994-03-14", + "env": "development", + "id": 4938, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88717022", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4938": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2008-12-28", + "dateSigned": "2005-10-10", + "env": "development", + "id": 4939, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74503275", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4939": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2010-02-01", + "dateSigned": "2009-06-08", + "env": "development", + "id": 4940, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/56674347", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4940": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1997-12-20", + "dateSigned": "1995-12-28", + "env": "development", + "id": 4941, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88709056", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4941": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2011-05-01", + "dateSigned": "2009-07-22", + "env": "development", + "id": 4942, + "isoNumeric": null, + "jurisdiction": "Anguilla", + "jurisdictionCountryCode": "AI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809526", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4942": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1974-03-29", + "dateSigned": "1973-03-16", + "env": "development", + "id": 4943, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861717", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4943": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2009-12-18", + "dateSigned": "2008-09-22", + "env": "development", + "id": 4944, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88708643", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4944": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1988-09-30", + "dateSigned": "1986-03-27", + "env": "development", + "id": 4945, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88866366", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4945": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2011-01-01", + "dateSigned": "2010-02-04", + "env": "development", + "id": 4946, + "isoNumeric": null, + "jurisdiction": "Belize", + "jurisdictionCountryCode": "BZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88708883", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4946": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1977-11-09", + "dateSigned": "1977-05-18", + "env": "development", + "id": 4947, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88704150", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4947": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2010-02-23", + "dateSigned": "2009-09-02", + "env": "development", + "id": 4948, + "isoNumeric": null, + "jurisdiction": "Antigua and Barbuda", + "jurisdictionCountryCode": "AG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809619", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4948": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2011-12-29", + "dateSigned": "2010-08-25", + "env": "development", + "id": 4949, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88716589", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4949": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1965-01-01", + "dateSigned": "1964-10-28", + "env": "development", + "id": 4950, + "isoNumeric": null, + "jurisdiction": "Aruba", + "jurisdictionCountryCode": "AW", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4950": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1992-08-12", + "dateSigned": "1991-06-18", + "env": "development", + "id": 4951, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88718825", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4951": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2011-10-24", + "dateSigned": "2010-03-22", + "env": "development", + "id": 4952, + "isoNumeric": null, + "jurisdiction": "Hong Kong, China", + "jurisdictionCountryCode": "HK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87019589", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4952": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2000-08-11", + "dateSigned": "1999-09-20", + "env": "development", + "id": 4953, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81953559", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4953": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2011-11-09", + "dateSigned": "2010-02-26", + "env": "development", + "id": 4954, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74131519", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4954": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2012-09-01", + "dateSigned": "2010-08-04", + "env": "development", + "id": 4955, + "isoNumeric": null, + "jurisdiction": "Seychelles", + "jurisdictionCountryCode": "SC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88718757", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4955": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-01-27", + "env": "development", + "id": 4956, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4956": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2008-11-12", + "dateSigned": "2008-03-10", + "env": "development", + "id": 4957, + "isoNumeric": null, + "jurisdiction": "Ghana", + "jurisdictionCountryCode": "GH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88715763", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4957": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2011-11-08", + "dateSigned": "2010-05-14", + "env": "development", + "id": 4958, + "isoNumeric": null, + "jurisdiction": "Marshall Islands", + "jurisdictionCountryCode": "MH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88717095", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4958": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1991-11-22", + "dateSigned": "1990-03-08", + "env": "development", + "id": 4959, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88708811", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4959": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1997-12-31", + "dateSigned": "1996-03-26", + "env": "development", + "id": 4960, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88708855", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4960": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1970-05-12", + "dateSigned": "1969-02-11", + "env": "development", + "id": 4961, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88716227", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4961": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2010-12-01", + "dateSigned": "2008-10-13", + "env": "development", + "id": 4962, + "isoNumeric": null, + "jurisdiction": "Saudi Arabia", + "jurisdictionCountryCode": "SA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88718706", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4962": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1998-08-27", + "dateSigned": "1996-12-16", + "env": "development", + "id": 4963, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88718628", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4963": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1981-04-17", + "dateSigned": "1978-10-25", + "env": "development", + "id": 4964, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81685199", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4964": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2011-01-01", + "dateSigned": "2009-11-06", + "env": "development", + "id": 4965, + "isoNumeric": null, + "jurisdiction": "Andorra", + "jurisdictionCountryCode": "AD", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809431", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4965": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2011-05-01", + "dateSigned": "2009-07-22", + "env": "development", + "id": 4966, + "isoNumeric": null, + "jurisdiction": "Turks and Caicos Islands", + "jurisdictionCountryCode": "TC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809293", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4966": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2007-08-16", + "dateSigned": "2006-10-30", + "env": "development", + "id": 4967, + "isoNumeric": null, + "jurisdiction": "Jordan", + "jurisdictionCountryCode": "JO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88716345", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4967": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1971-04-21", + "dateSigned": "1970-09-01", + "env": "development", + "id": 4968, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4968": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1960-09-18", + "dateSigned": "1959-06-16", + "env": "development", + "id": 4969, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4969": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2012-06-01", + "dateSigned": "2010-05-27", + "env": "development", + "id": 4970, + "isoNumeric": null, + "jurisdiction": "Liberia", + "jurisdictionCountryCode": "LR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809361", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4970": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1994-05-11", + "dateSigned": "1990-07-06", + "env": "development", + "id": 4971, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88708769", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4971": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1998-02-11", + "dateSigned": "1996-12-27", + "env": "development", + "id": 4972, + "isoNumeric": null, + "jurisdiction": "Argentina", + "jurisdictionCountryCode": "AR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87017319", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4972": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1997-12-11", + "dateSigned": "1991-05-29", + "env": "development", + "id": 4973, + "isoNumeric": null, + "jurisdiction": "Venezuela", + "jurisdictionCountryCode": "VE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88860779", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4973": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1994-10-13", + "dateSigned": "1993-09-27", + "env": "development", + "id": 4974, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88691221", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4974": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1990-12-31", + "dateSigned": "1990-01-12", + "env": "development", + "id": 4975, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86099086", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4975": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2011-03-31", + "dateSigned": "2009-02-12", + "env": "development", + "id": 4976, + "isoNumeric": null, + "jurisdiction": "Saint Lucia", + "jurisdictionCountryCode": "LC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809409", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4976": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1982-10-04", + "dateSigned": "1982-03-24", + "env": "development", + "id": 4977, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88860689", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4977": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1999-04-21", + "dateSigned": "1998-09-11", + "env": "development", + "id": 4978, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4978": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1994-01-01", + "dateSigned": "1992-12-18", + "env": "development", + "id": 4979, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73573151", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4979": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1972-09-20", + "dateSigned": "1971-06-16", + "env": "development", + "id": 4980, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88278781", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4980": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1998-03-06", + "dateSigned": "1996-07-01", + "env": "development", + "id": 4981, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81602660", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4981": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1982-11-09", + "dateSigned": "1977-12-19", + "env": "development", + "id": 4982, + "isoNumeric": null, + "jurisdiction": "Zambia", + "jurisdictionCountryCode": "ZM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88719202", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4982": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2010-06-02", + "dateSigned": "2007-05-08", + "env": "development", + "id": 4983, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88708541", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4983": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1976-09-06", + "dateSigned": "1975-11-09", + "env": "development", + "id": 4984, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88718927", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4984": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1991-04-21", + "dateSigned": "1989-05-18", + "env": "development", + "id": 4985, + "isoNumeric": null, + "jurisdiction": "Zimbabwe", + "jurisdictionCountryCode": "ZW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88719227", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4985": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1981-03-18", + "dateSigned": "1980-10-15", + "env": "development", + "id": 4986, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/84677775", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4986": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2002-11-22", + "dateSigned": "2001-10-31", + "env": "development", + "id": 4987, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88708596", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4987": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2001-06-01", + "dateSigned": "2000-07-03", + "env": "development", + "id": 4988, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88717049", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4988": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2002-05-27", + "dateSigned": "2001-10-18", + "env": "development", + "id": 4989, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4989": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1965-01-01", + "dateSigned": "1964-10-28", + "env": "development", + "id": 4990, + "isoNumeric": null, + "jurisdiction": "Curaçao", + "jurisdictionCountryCode": "CW", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4990": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1997-02-05", + "dateSigned": "1996-04-24", + "env": "development", + "id": 4991, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88716737", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4991": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2012-03-01", + "dateSigned": "2010-05-11", + "env": "development", + "id": 4992, + "isoNumeric": null, + "jurisdiction": "Dominica", + "jurisdictionCountryCode": "DM", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4992": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1983-02-06", + "dateSigned": "1982-02-22", + "env": "development", + "id": 4993, + "isoNumeric": null, + "jurisdiction": "Bosnia and Herzegovina", + "jurisdictionCountryCode": "BA", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4993": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1971-08-31", + "dateSigned": "1971-02-19", + "env": "development", + "id": 4994, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81720047", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4994": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1995-12-15", + "dateSigned": "1995-05-16", + "env": "development", + "id": 4995, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4995": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1994-06-08", + "dateSigned": "1993-07-13", + "env": "development", + "id": 4996, + "isoNumeric": null, + "jurisdiction": "Bangladesh", + "jurisdictionCountryCode": "BD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88708731", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4996": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1974-09-09", + "dateSigned": "1973-07-02", + "env": "development", + "id": 4997, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88716314", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4997": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1970-01-30", + "dateSigned": "1969-06-18", + "env": "development", + "id": 4998, + "isoNumeric": null, + "jurisdiction": "Malawi", + "jurisdictionCountryCode": "MW", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4998": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2001-04-06", + "dateSigned": "2000-05-23", + "env": "development", + "id": 4999, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88716111", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "4999": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2011-12-01", + "dateSigned": "2009-12-10", + "env": "development", + "id": 5000, + "isoNumeric": null, + "jurisdiction": "Montserrat", + "jurisdictionCountryCode": "MS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88860591", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5000": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2009-12-29", + "dateSigned": "2009-07-08", + "env": "development", + "id": 5001, + "isoNumeric": null, + "jurisdiction": "Cayman Islands", + "jurisdictionCountryCode": "KY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85938754", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5001": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2012-03-02", + "dateSigned": "2009-09-14", + "env": "development", + "id": 5002, + "isoNumeric": null, + "jurisdiction": "Samoa", + "jurisdictionCountryCode": "WS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88719151", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5002": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1993-10-03", + "dateSigned": "1990-05-08", + "env": "development", + "id": 5003, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73731255", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5003": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1991-09-20", + "dateSigned": "1989-03-09", + "env": "development", + "id": 5004, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88860663", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5004": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2005-11-15", + "dateSigned": "2004-07-22", + "env": "development", + "id": 5005, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88708573", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5005": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2000-08-31", + "dateSigned": "1999-06-16", + "env": "development", + "id": 5006, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81687191", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5006": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2003-10-17", + "dateSigned": "2002-03-08", + "env": "development", + "id": 5007, + "isoNumeric": null, + "jurisdiction": "Mongolia", + "jurisdictionCountryCode": "MN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88717159", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5007": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1977-04-13", + "dateSigned": "1975-11-25", + "env": "development", + "id": 5008, + "isoNumeric": null, + "jurisdiction": "Suriname", + "jurisdictionCountryCode": "SR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5008": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2011-03-21", + "dateSigned": "2009-09-01", + "env": "development", + "id": 5009, + "isoNumeric": null, + "jurisdiction": "Saint Vincent and the Grenadines", + "jurisdictionCountryCode": "VC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74482619", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5009": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2010-12-01", + "dateSigned": "2009-12-04", + "env": "development", + "id": 5010, + "isoNumeric": null, + "jurisdiction": "Bahamas, The", + "jurisdictionCountryCode": "BS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74128576", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5010": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1999-07-29", + "dateSigned": "1998-03-05", + "env": "development", + "id": 5011, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88718586", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5011": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1989-01-21", + "dateSigned": "1988-07-30", + "env": "development", + "id": 5012, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86052069", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5012": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1984-01-24", + "dateSigned": "1982-11-17", + "env": "development", + "id": 5013, + "isoNumeric": null, + "jurisdiction": "Sri Lanka", + "jurisdictionCountryCode": "LK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88860578", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5013": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1983-02-06", + "dateSigned": "1982-02-22", + "env": "development", + "id": 5014, + "isoNumeric": null, + "jurisdiction": "Montenegro", + "jurisdictionCountryCode": "ME", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5014": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1995-10-25", + "dateSigned": "1995-01-24", + "env": "development", + "id": 5015, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88860793", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5015": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2011-12-28", + "dateSigned": "2009-10-05", + "env": "development", + "id": 5016, + "isoNumeric": null, + "jurisdiction": "Oman", + "jurisdictionCountryCode": "OM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88860624", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5016": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2009-04-11", + "dateSigned": "2008-04-25", + "env": "development", + "id": 5017, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85211579", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5017": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2007-07-12", + "dateSigned": "2006-11-28", + "env": "development", + "id": 5018, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88708680", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5018": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2012-07-01", + "dateSigned": "2011-03-29", + "env": "development", + "id": 5019, + "isoNumeric": null, + "jurisdiction": "Costa Rica", + "jurisdictionCountryCode": "CR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809647", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5019": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2011-12-01", + "dateSigned": "2010-10-06", + "env": "development", + "id": 5020, + "isoNumeric": null, + "jurisdiction": "Panama", + "jurisdictionCountryCode": "PA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88860647", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5020": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2010-12-01", + "dateSigned": "2010-01-11", + "env": "development", + "id": 5021, + "isoNumeric": null, + "jurisdiction": "Monaco", + "jurisdictionCountryCode": "MC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112153431", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5021": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1998-12-27", + "dateSigned": "1997-09-25", + "env": "development", + "id": 5022, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85325405", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5022": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2008-03-01", + "dateSigned": "2007-06-20", + "env": "development", + "id": 5023, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85328055", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5023": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1969-10-20", + "dateSigned": "1968-05-08", + "env": "development", + "id": 5024, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5024": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2000-05-20", + "dateSigned": "1999-04-21", + "env": "development", + "id": 5025, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88709027", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5025": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2002-12-31", + "dateSigned": "2001-06-05", + "env": "development", + "id": 5026, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5026": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2003-03-18", + "dateSigned": "2002-02-13", + "env": "development", + "id": 5027, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81712737", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5027": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2011-12-01", + "dateSigned": "2010-04-23", + "env": "development", + "id": 5028, + "isoNumeric": null, + "jurisdiction": "Gibraltar", + "jurisdictionCountryCode": "GI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809364", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5028": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2006-07-24", + "dateSigned": "2005-10-12", + "env": "development", + "id": 5029, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85320987", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5029": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1974-11-05", + "dateSigned": "1974-03-04", + "env": "development", + "id": 5030, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74484103", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5030": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1989-02-02", + "dateSigned": "1988-03-07", + "env": "development", + "id": 5031, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85338698", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5031": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1987-06-10", + "dateSigned": "1977-08-12", + "env": "development", + "id": 5032, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/107175785", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5032": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-06-27", + "env": "development", + "id": 5033, + "isoNumeric": null, + "jurisdiction": "Brunei Darussalam", + "jurisdictionCountryCode": "BN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/105458055", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5033": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1978-08-04", + "dateSigned": "1976-04-28", + "env": "development", + "id": 5034, + "isoNumeric": null, + "jurisdiction": "Tanzania", + "jurisdictionCountryCode": "TZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86100101", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5034": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1991-05-09", + "dateSigned": "1989-12-07", + "env": "development", + "id": 5035, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5035": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-08-12", + "env": "development", + "id": 5036, + "isoNumeric": null, + "jurisdiction": "Malawi", + "jurisdictionCountryCode": "MW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86098467", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5036": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2012-01-20", + "dateSigned": "2010-02-18", + "env": "development", + "id": 5037, + "isoNumeric": null, + "jurisdiction": "Grenada", + "jurisdictionCountryCode": "GD", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88709097", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5037": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1991-05-05", + "dateSigned": "1989-12-07", + "env": "development", + "id": 5038, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5038": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2012-07-23", + "dateSigned": "2011-11-10", + "env": "development", + "id": 5039, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86182001", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5039": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2005-12-22", + "dateSigned": "2004-09-15", + "env": "development", + "id": 5040, + "isoNumeric": null, + "jurisdiction": "Bangladesh", + "jurisdictionCountryCode": "BD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86094859", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5040": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2002-12-19", + "dateSigned": "2002-07-12", + "env": "development", + "id": 5041, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86095569", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5041": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1987-05-25", + "dateSigned": "1985-06-17", + "env": "development", + "id": 5042, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86097278", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5042": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1991-07-30", + "dateSigned": "1990-11-15", + "env": "development", + "id": 5043, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/106337389", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5043": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2015-01-01", + "dateSigned": "2011-06-29", + "env": "development", + "id": 5044, + "isoNumeric": null, + "jurisdiction": "Costa Rica", + "jurisdictionCountryCode": "CR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86181938", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5044": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "1983-09-01", + "env": "development", + "id": 5045, + "isoNumeric": null, + "jurisdiction": "Bosnia and Herzegovina", + "jurisdictionCountryCode": "BA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86094845", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5045": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1998-08-10", + "dateSigned": "1997-10-29", + "env": "development", + "id": 5046, + "isoNumeric": null, + "jurisdiction": "Venezuela", + "jurisdictionCountryCode": "VE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86100335", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5046": { + "containsParas4and5": null, + "countryCode": "NL", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2001-05-16", + "dateSigned": "2001-02-27", + "env": "development", + "id": 5047, + "isoNumeric": null, + "jurisdiction": "Chinese Taipei", + "jurisdictionCountryCode": "TW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5047": { + "containsParas4and5": null, + "countryCode": "MX", + "createdAt": 1568104719149, + "currencyCode": null, + "dateActive": "2013-07-11", + "dateSigned": "2009-08-13", + "env": "development", + "id": 5048, + "isoNumeric": null, + "jurisdiction": "Colombia", + "jurisdictionCountryCode": "CO", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028726 + }, + "5048": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2009-11-30", + "dateSigned": "2009-06-29", + "env": "development", + "id": 5049, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86099270", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5049": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2011-01-30", + "dateSigned": "2010-06-23", + "env": "development", + "id": 5050, + "isoNumeric": null, + "jurisdiction": "Monaco", + "jurisdictionCountryCode": "MC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86097673", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5050": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1996-09-18", + "dateSigned": "1996-03-07", + "env": "development", + "id": 5051, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86100116", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5051": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1983-03-31", + "dateSigned": "1982-04-20", + "env": "development", + "id": 5052, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/84677785", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5052": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2011-04-10", + "dateSigned": "2009-12-14", + "env": "development", + "id": 5053, + "isoNumeric": null, + "jurisdiction": "Anguilla", + "jurisdictionCountryCode": "AI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809432", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5053": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1996-09-12", + "dateSigned": "1996-12-02", + "env": "development", + "id": 5054, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74503311", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5054": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-02-20", + "env": "development", + "id": 5055, + "isoNumeric": null, + "jurisdiction": "Botswana", + "jurisdictionCountryCode": "BW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809574", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5055": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2009-10-08", + "dateSigned": "2008-10-28", + "env": "development", + "id": 5056, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85211611", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5056": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2012-06-15", + "dateSigned": "2011-03-10", + "env": "development", + "id": 5057, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5057": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2012-02-09", + "dateSigned": "2010-05-19", + "env": "development", + "id": 5058, + "isoNumeric": null, + "jurisdiction": "Grenada", + "jurisdictionCountryCode": "GD", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/110424698", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5058": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2011-06-18", + "dateSigned": "2010-02-24", + "env": "development", + "id": 5059, + "isoNumeric": null, + "jurisdiction": "Andorra", + "jurisdictionCountryCode": "AD", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86181871", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5059": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1970-08-07", + "dateSigned": "1969-10-29", + "env": "development", + "id": 5060, + "isoNumeric": null, + "jurisdiction": "Trinidad and Tobago", + "jurisdictionCountryCode": "TT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/86100073", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5060": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2013-02-14", + "dateSigned": "2012-03-30", + "env": "development", + "id": 5061, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218786099", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5061": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1973-03-22", + "dateSigned": "1971-07-14", + "env": "development", + "id": 5062, + "isoNumeric": null, + "jurisdiction": "Zambia", + "jurisdictionCountryCode": "ZM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86100556", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5062": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-10-13", + "env": "development", + "id": 5063, + "isoNumeric": null, + "jurisdiction": "Vanuatu", + "jurisdictionCountryCode": "VU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/86100434", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5063": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2001-11-27", + "dateSigned": "2000-11-22", + "env": "development", + "id": 5064, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81679349", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5064": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2010-07-22", + "dateSigned": "2010-01-12", + "env": "development", + "id": 5065, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809256", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5065": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2011-01-15", + "dateSigned": "2010-05-19", + "env": "development", + "id": 5066, + "isoNumeric": null, + "jurisdiction": "Antigua and Barbuda", + "jurisdictionCountryCode": "AG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809313", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5066": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2010-09-09", + "dateSigned": "2010-03-10", + "env": "development", + "id": 5067, + "isoNumeric": null, + "jurisdiction": "Bahamas, The", + "jurisdictionCountryCode": "BS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74128576", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5067": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2010-09-08", + "dateSigned": "2009-12-16", + "env": "development", + "id": 5068, + "isoNumeric": null, + "jurisdiction": "Gibraltar", + "jurisdictionCountryCode": "GI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809713", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5068": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2011-10-06", + "dateSigned": "2009-12-16", + "env": "development", + "id": 5069, + "isoNumeric": null, + "jurisdiction": "Cook Islands", + "jurisdictionCountryCode": "CK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5069": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1999-08-13", + "dateSigned": "1998-10-14", + "env": "development", + "id": 5070, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86181913", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5070": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1986-12-21", + "dateSigned": "1986-02-25", + "env": "development", + "id": 5071, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81567361", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5071": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-08-22", + "env": "development", + "id": 5072, + "isoNumeric": null, + "jurisdiction": "Hong Kong, China", + "jurisdictionCountryCode": "HK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/269366392", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5072": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2008-09-06", + "dateSigned": "2007-10-30", + "env": "development", + "id": 5073, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809833", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5073": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1991-08-28", + "dateSigned": "1999-03-09", + "env": "development", + "id": 5074, + "isoNumeric": null, + "jurisdiction": "Zimbabwe", + "jurisdictionCountryCode": "ZW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86100583", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5074": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1955-05-18", + "dateSigned": "1951-05-02", + "env": "development", + "id": 5075, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81568364", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5075": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2011-08-01", + "dateSigned": "2009-09-10", + "env": "development", + "id": 5076, + "isoNumeric": null, + "jurisdiction": "Aruba", + "jurisdictionCountryCode": "AW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809815", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5076": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1997-02-28", + "dateSigned": "1994-04-07", + "env": "development", + "id": 5077, + "isoNumeric": null, + "jurisdiction": "Senegal", + "jurisdictionCountryCode": "SN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/268125881", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5077": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2011-11-01", + "dateSigned": "2011-04-19", + "env": "development", + "id": 5078, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5078": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2003-07-22", + "dateSigned": "2001-10-26", + "env": "development", + "id": 5079, + "isoNumeric": null, + "jurisdiction": "Chile", + "jurisdictionCountryCode": "CL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81456758", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5079": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-03-30", + "env": "development", + "id": 5080, + "isoNumeric": null, + "jurisdiction": "Seychelles", + "jurisdictionCountryCode": "SC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86182563", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5080": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2012-03-30", + "dateSigned": "2009-12-16", + "env": "development", + "id": 5081, + "isoNumeric": null, + "jurisdiction": "Samoa", + "jurisdictionCountryCode": "WS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86100522", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5081": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2011-06-19", + "dateSigned": "2010-09-28", + "env": "development", + "id": 5082, + "isoNumeric": null, + "jurisdiction": "Marshall Islands", + "jurisdictionCountryCode": "MH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86097714", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5082": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1984-03-01", + "dateSigned": "1982-10-05", + "env": "development", + "id": 5083, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81685212", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5083": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1990-12-17", + "dateSigned": "1989-11-13", + "env": "development", + "id": 5084, + "isoNumeric": null, + "jurisdiction": "Sint Maarten", + "jurisdictionCountryCode": "SX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88690989", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5084": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1971-09-09", + "dateSigned": "1970-12-23", + "env": "development", + "id": 5085, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85338718", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5085": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2006-01-23", + "dateSigned": "1995-03-23", + "env": "development", + "id": 5086, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5086": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1996-09-20", + "dateSigned": "1996-04-24", + "env": "development", + "id": 5087, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/127384863", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5087": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1991-09-16", + "dateSigned": "1988-04-27", + "env": "development", + "id": 5088, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85220097", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5088": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2011-01-12", + "dateSigned": "2010-03-24", + "env": "development", + "id": 5089, + "isoNumeric": null, + "jurisdiction": "Saint Kitts and Nevis", + "jurisdictionCountryCode": "KN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86097409", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5089": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1993-12-30", + "dateSigned": "1993-05-14", + "env": "development", + "id": 5090, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85210178", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5090": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1965-06-30", + "dateSigned": "1964-10-20", + "env": "development", + "id": 5091, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86181991", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5091": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1993-12-30", + "dateSigned": "1993-07-19", + "env": "development", + "id": 5092, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/86097614", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5092": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1996-04-14", + "dateSigned": "1995-06-01", + "env": "development", + "id": 5093, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86100381", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5093": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2013-12-20", + "dateSigned": "2012-11-12", + "env": "development", + "id": 5094, + "isoNumeric": null, + "jurisdiction": "Panama", + "jurisdictionCountryCode": "PA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5094": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1997-06-19", + "dateSigned": "1996-05-13", + "env": "development", + "id": 5095, + "isoNumeric": null, + "jurisdiction": "Nepal", + "jurisdictionCountryCode": "NP", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86099121", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5095": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2011-12-19", + "dateSigned": "2010-11-22", + "env": "development", + "id": 5096, + "isoNumeric": null, + "jurisdiction": "Montserrat", + "jurisdictionCountryCode": "MS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86098933", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5096": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2013-12-17", + "dateSigned": "2013-03-14", + "env": "development", + "id": 5097, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218601678", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5097": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2001-05-16", + "dateSigned": "1999-09-07", + "env": "development", + "id": 5098, + "isoNumeric": null, + "jurisdiction": "Uganda", + "jurisdictionCountryCode": "UG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86182597", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5098": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1982-06-24", + "dateSigned": "1979-05-29", + "env": "development", + "id": 5099, + "isoNumeric": null, + "jurisdiction": "Benin", + "jurisdictionCountryCode": "BJ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5099": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1990-12-31", + "dateSigned": "1990-01-12", + "env": "development", + "id": 5100, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86099086", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5100": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2010-01-22", + "dateSigned": "2009-04-16", + "env": "development", + "id": 5101, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/56676138", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5101": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-05-15", + "env": "development", + "id": 5102, + "isoNumeric": null, + "jurisdiction": "Guatemala", + "jurisdictionCountryCode": "GT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/94003694", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5102": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1993-12-30", + "dateSigned": "1993-04-27", + "env": "development", + "id": 5103, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81687198", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5103": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1988-03-08", + "dateSigned": "1986-12-04", + "env": "development", + "id": 5104, + "isoNumeric": null, + "jurisdiction": "Sri Lanka", + "jurisdictionCountryCode": "LK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86097526", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5104": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1990-05-16", + "dateSigned": "1988-07-19", + "env": "development", + "id": 5105, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86182910", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5105": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2011-06-15", + "dateSigned": "2010-01-15", + "env": "development", + "id": 5106, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86100038", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5106": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2011-04-09", + "dateSigned": "2009-12-16", + "env": "development", + "id": 5107, + "isoNumeric": null, + "jurisdiction": "Turks and Caicos Islands", + "jurisdictionCountryCode": "TC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86099972", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5107": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2002-12-20", + "dateSigned": "1996-03-26", + "env": "development", + "id": 5108, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86099382", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5108": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2006-01-24", + "dateSigned": "2001-04-03", + "env": "development", + "id": 5109, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5109": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2009-12-10", + "dateSigned": "2008-02-18", + "env": "development", + "id": 5110, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86182577", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5110": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1980-01-25", + "dateSigned": "1978-02-15", + "env": "development", + "id": 5111, + "isoNumeric": null, + "jurisdiction": "Côte d'Ivoire", + "jurisdictionCountryCode": "CI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5111": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2010-03-04", + "dateSigned": "2009-04-01", + "env": "development", + "id": 5112, + "isoNumeric": null, + "jurisdiction": "Cayman Islands", + "jurisdictionCountryCode": "KY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85938763", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5112": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2009-10-07", + "dateSigned": "2008-10-28", + "env": "development", + "id": 5113, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86097294", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5113": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2014-01-30", + "dateSigned": "2011-12-14", + "env": "development", + "id": 5114, + "isoNumeric": null, + "jurisdiction": "Uruguay", + "jurisdictionCountryCode": "UY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/75851480", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5114": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2003-05-29", + "dateSigned": "1983-01-10", + "env": "development", + "id": 5115, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86099334", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5115": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1996-06-03", + "dateSigned": "1983-01-10", + "env": "development", + "id": 5116, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86182861", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5116": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2011-01-01", + "dateSigned": "2009-09-09", + "env": "development", + "id": 5117, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81712765", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5117": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2012-05-17", + "dateSigned": "2010-11-10", + "env": "development", + "id": 5118, + "isoNumeric": null, + "jurisdiction": "Liberia", + "jurisdictionCountryCode": "LR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86097583", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5118": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1998-04-20", + "dateSigned": "1997-12-19", + "env": "development", + "id": 5119, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81720090", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5119": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1991-05-09", + "dateSigned": "1989-12-07", + "env": "development", + "id": 5120, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5120": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2011-12-18", + "dateSigned": "2011-04-29", + "env": "development", + "id": 5121, + "isoNumeric": null, + "jurisdiction": "Macao, China", + "jurisdictionCountryCode": "MO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809847", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5121": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2014-05-28", + "dateSigned": "2013-10-16", + "env": "development", + "id": 5122, + "isoNumeric": null, + "jurisdiction": "Niue", + "jurisdictionCountryCode": "NU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/177092555", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5122": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1989-05-02", + "dateSigned": "1987-09-07", + "env": "development", + "id": 5123, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/86095649", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5123": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1955-05-18", + "dateSigned": "1951-02-05", + "env": "development", + "id": 5124, + "isoNumeric": null, + "jurisdiction": "Sierra Leone", + "jurisdictionCountryCode": "SL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86099527", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5124": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1975-12-18", + "dateSigned": "1972-05-05", + "env": "development", + "id": 5125, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/107175813", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5125": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1990-12-17", + "dateSigned": "1989-11-13", + "env": "development", + "id": 5126, + "isoNumeric": null, + "jurisdiction": "Curaçao", + "jurisdictionCountryCode": "CW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87948318", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5126": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2012-05-18", + "dateSigned": "2011-12-01", + "env": "development", + "id": 5127, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86099045", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5127": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1991-05-09", + "dateSigned": "1989-12-07", + "env": "development", + "id": 5128, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5128": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1968-01-11", + "dateSigned": "1966-11-02", + "env": "development", + "id": 5129, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86096558", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5129": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1993-10-07", + "dateSigned": "1991-10-04", + "env": "development", + "id": 5130, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5130": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1981-09-27", + "dateSigned": "1980-11-14", + "env": "development", + "id": 5131, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86099304", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5131": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1972-11-29", + "dateSigned": "1971-12-03", + "env": "development", + "id": 5132, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73573172", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5132": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2011-12-20", + "dateSigned": "2011-02-02", + "env": "development", + "id": 5133, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5133": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2012-01-22", + "dateSigned": "2010-05-19", + "env": "development", + "id": 5134, + "isoNumeric": null, + "jurisdiction": "Dominica", + "jurisdictionCountryCode": "DM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/86096031", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5134": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1997-03-20", + "dateSigned": "1994-04-27", + "env": "development", + "id": 5135, + "isoNumeric": null, + "jurisdiction": "Gambia, The", + "jurisdictionCountryCode": "GM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86182024", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5135": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1991-05-09", + "dateSigned": "1989-12-07", + "env": "development", + "id": 5136, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5136": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1981-11-26", + "dateSigned": "1980-08-21", + "env": "development", + "id": 5137, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86095355", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5137": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2011-02-26", + "dateSigned": "2010-09-15", + "env": "development", + "id": 5138, + "isoNumeric": null, + "jurisdiction": "Belize", + "jurisdictionCountryCode": "BZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86095401", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5138": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1979-12-28", + "dateSigned": "1978-05-31", + "env": "development", + "id": 5139, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5139": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1992-11-02", + "dateSigned": "1991-09-30", + "env": "development", + "id": 5140, + "isoNumeric": null, + "jurisdiction": "Jamaica", + "jurisdictionCountryCode": "JM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86097312", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5140": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2012-07-12", + "dateSigned": "2011-10-14", + "env": "development", + "id": 5141, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86095294", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5141": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2000-12-18", + "dateSigned": "1999-10-06", + "env": "development", + "id": 5142, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74242880", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5142": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1991-10-04", + "dateSigned": "1988-04-14", + "env": "development", + "id": 5143, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85919098", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5143": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2012-03-31", + "dateSigned": "2010-12-17", + "env": "development", + "id": 5144, + "isoNumeric": null, + "jurisdiction": "Liechtenstein", + "jurisdictionCountryCode": "LI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86097496", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5144": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2005-09-09", + "dateSigned": "2004-10-19", + "env": "development", + "id": 5145, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86181977", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5145": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1985-01-27", + "dateSigned": "1983-05-06", + "env": "development", + "id": 5146, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5146": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2003-12-29", + "dateSigned": "2003-07-30", + "env": "development", + "id": 5147, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86100006", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5147": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1979-12-28", + "dateSigned": "1979-06-27", + "env": "development", + "id": 5148, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74484114", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5148": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1992-12-16", + "dateSigned": "1992-03-04", + "env": "development", + "id": 5149, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86097342", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5149": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1989-04-01", + "dateSigned": "1988-03-01", + "env": "development", + "id": 5150, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86094937", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5150": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1996-12-01", + "dateSigned": "1995-11-28", + "env": "development", + "id": 5151, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5151": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2001-12-30", + "dateSigned": "1997-10-08", + "env": "development", + "id": 5152, + "isoNumeric": null, + "jurisdiction": "Argentina", + "jurisdictionCountryCode": "AR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86094376", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5152": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1991-05-09", + "dateSigned": "1989-12-07", + "env": "development", + "id": 5153, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5153": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1973-10-09", + "dateSigned": "1972-12-13", + "env": "development", + "id": 5154, + "isoNumeric": null, + "jurisdiction": "Kenya", + "jurisdictionCountryCode": "KE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86097376", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5154": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1982-01-01", + "dateSigned": "1980-10-21", + "env": "development", + "id": 5155, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86182883", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5155": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1997-10-23", + "dateSigned": "1987-07-09", + "env": "development", + "id": 5156, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86182980", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5156": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1987-02-18", + "dateSigned": "1986-10-07", + "env": "development", + "id": 5157, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86182538", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5157": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2011-12-01", + "dateSigned": "2010-05-19", + "env": "development", + "id": 5158, + "isoNumeric": null, + "jurisdiction": "Saint Lucia", + "jurisdictionCountryCode": "LC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809823", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5158": { + "containsParas4and5": null, + "countryCode": "NP", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2003-05-29", + "dateSigned": "2001-10-05", + "env": "development", + "id": 5159, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81685220", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5159": { + "containsParas4and5": null, + "countryCode": "NP", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1997-06-19", + "dateSigned": "1996-05-13", + "env": "development", + "id": 5160, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86099121", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5160": { + "containsParas4and5": null, + "countryCode": "NP", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2010-12-31", + "dateSigned": "2001-05-14", + "env": "development", + "id": 5161, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5161": { + "containsParas4and5": null, + "countryCode": "NP", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2002-01-01", + "dateSigned": "2000-12-15", + "env": "development", + "id": 5162, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85627445", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5162": { + "containsParas4and5": null, + "countryCode": "NP", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2008-10-22", + "dateSigned": "2001-01-25", + "env": "development", + "id": 5163, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5163": { + "containsParas4and5": null, + "countryCode": "NP", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2009-09-05", + "dateSigned": "2007-10-15", + "env": "development", + "id": 5164, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5164": { + "containsParas4and5": null, + "countryCode": "NP", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2012-03-16", + "dateSigned": "2011-11-27", + "env": "development", + "id": 5165, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5165": { + "containsParas4and5": null, + "countryCode": "NP", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1999-11-11", + "dateSigned": "1999-08-03", + "env": "development", + "id": 5166, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85588620", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5166": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2003-07-04", + "dateSigned": "2000-09-05", + "env": "development", + "id": 5167, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81700379", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5167": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2008-08-29", + "dateSigned": "2007-10-26", + "env": "development", + "id": 5168, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81699105", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5168": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1986-12-17", + "dateSigned": "1986-09-16", + "env": "development", + "id": 5169, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81567378", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5169": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2010-03-19", + "dateSigned": "2009-06-26", + "env": "development", + "id": 5170, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81698646", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5170": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2006-06-21", + "dateSigned": "2003-12-10", + "env": "development", + "id": 5171, + "isoNumeric": null, + "jurisdiction": "Chile", + "jurisdictionCountryCode": "CL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81456199", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5171": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2011-05-13", + "dateSigned": "2009-08-13", + "env": "development", + "id": 5172, + "isoNumeric": null, + "jurisdiction": "Gibraltar", + "jurisdictionCountryCode": "GI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/84677665", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5172": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2010-10-27", + "dateSigned": "2009-07-27", + "env": "development", + "id": 5173, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809719", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5173": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2010-07-27", + "dateSigned": "2009-07-27", + "env": "development", + "id": 5174, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809825", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5174": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2012-03-26", + "dateSigned": "2010-08-24", + "env": "development", + "id": 5175, + "isoNumeric": null, + "jurisdiction": "Samoa", + "jurisdictionCountryCode": "WS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81710408", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5175": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1983-03-31", + "dateSigned": "1982-04-20", + "env": "development", + "id": 5176, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/84677785", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5176": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1977-02-11", + "dateSigned": "1976-10-27", + "env": "development", + "id": 5177, + "isoNumeric": null, + "jurisdiction": "Fiji", + "jurisdictionCountryCode": "FJ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81699313", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5177": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1988-09-26", + "dateSigned": "1986-09-19", + "env": "development", + "id": 5178, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81699611", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5178": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2014-01-21", + "dateSigned": "2012-10-29", + "env": "development", + "id": 5179, + "isoNumeric": null, + "jurisdiction": "Papua New Guinea", + "jurisdictionCountryCode": "PG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218786873", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5179": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-03-16", + "env": "development", + "id": 5180, + "isoNumeric": null, + "jurisdiction": "Dominica", + "jurisdictionCountryCode": "DM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81699252", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5180": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-08-04", + "env": "development", + "id": 5181, + "isoNumeric": null, + "jurisdiction": "Vanuatu", + "jurisdictionCountryCode": "VU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/84677859", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5181": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-11-24", + "env": "development", + "id": 5182, + "isoNumeric": null, + "jurisdiction": "Saint Kitts and Nevis", + "jurisdictionCountryCode": "KN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809128", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5182": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1981-06-22", + "dateSigned": "1980-10-10", + "env": "development", + "id": 5183, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81699213", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5183": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2010-07-07", + "dateSigned": "2010-03-16", + "env": "development", + "id": 5184, + "isoNumeric": null, + "jurisdiction": "Saint Vincent and the Grenadines", + "jurisdictionCountryCode": "VC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809787", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5184": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2013-10-25", + "dateSigned": "2012-12-10", + "env": "development", + "id": 5185, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/137334886", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5185": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2009-12-23", + "dateSigned": "2009-04-16", + "env": "development", + "id": 5186, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809214", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5186": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-12-11", + "env": "development", + "id": 5187, + "isoNumeric": null, + "jurisdiction": "Turks and Caicos Islands", + "jurisdictionCountryCode": "TC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809327", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5187": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1983-04-22", + "dateSigned": "1981-10-06", + "env": "development", + "id": 5188, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81685226", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5188": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1980-11-14", + "dateSigned": "1979-02-21", + "env": "development", + "id": 5189, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/84677822", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5189": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2007-06-16", + "dateSigned": "2006-11-16", + "env": "development", + "id": 5190, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/84677726", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5190": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1983-12-08", + "dateSigned": "1981-09-15", + "env": "development", + "id": 5191, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85919135", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5191": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2011-12-13", + "dateSigned": "2009-07-09", + "env": "development", + "id": 5192, + "isoNumeric": null, + "jurisdiction": "Cook Islands", + "jurisdictionCountryCode": "CK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72670324", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5192": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2015-04-09", + "dateSigned": "2010-08-04", + "env": "development", + "id": 5193, + "isoNumeric": null, + "jurisdiction": "Marshall Islands", + "jurisdictionCountryCode": "MH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/84677698", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5193": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1976-09-02", + "dateSigned": "1976-03-19", + "env": "development", + "id": 5194, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/84677754", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5194": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1988-06-23", + "dateSigned": "1987-03-25", + "env": "development", + "id": 5195, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81699540", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5195": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2011-07-28", + "dateSigned": "2010-04-22", + "env": "development", + "id": 5196, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5196": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2014-05-05", + "dateSigned": "2013-08-05", + "env": "development", + "id": 5197, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218786911", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5197": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2011-11-09", + "dateSigned": "2010-12-01", + "env": "development", + "id": 5198, + "isoNumeric": null, + "jurisdiction": "Hong Kong, China", + "jurisdictionCountryCode": "HK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81699508", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5198": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-05-03", + "env": "development", + "id": 5199, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/106371034", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5199": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2004-07-23", + "dateSigned": "2002-02-18", + "env": "development", + "id": 5200, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74503353", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5200": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1980-12-21", + "dateSigned": "1978-10-20", + "env": "development", + "id": 5201, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81699184", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5201": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2006-08-16", + "dateSigned": "2005-04-21", + "env": "development", + "id": 5202, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81712810", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5202": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-12-11", + "env": "development", + "id": 5203, + "isoNumeric": null, + "jurisdiction": "Anguilla", + "jurisdictionCountryCode": "AI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809731", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5203": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1984-03-16", + "dateSigned": "1983-08-04", + "env": "development", + "id": 5204, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74125631", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5204": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1981-05-14", + "dateSigned": "1980-04-29", + "env": "development", + "id": 5205, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/84677798", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5205": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2004-05-04", + "dateSigned": "2003-10-22", + "env": "development", + "id": 5206, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81698687", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5206": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2007-12-01", + "dateSigned": "2006-09-21", + "env": "development", + "id": 5207, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81698734", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5207": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1981-03-18", + "dateSigned": "1980-10-15", + "env": "development", + "id": 5208, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/84677775", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5208": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-11-18", + "env": "development", + "id": 5209, + "isoNumeric": null, + "jurisdiction": "Bahamas, The", + "jurisdictionCountryCode": "BS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74128585", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5209": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2008-10-02", + "dateSigned": "2007-03-01", + "env": "development", + "id": 5210, + "isoNumeric": null, + "jurisdiction": "Sint Maarten", + "jurisdictionCountryCode": "SX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88691008", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5210": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1981-11-21", + "dateSigned": "1980-06-06", + "env": "development", + "id": 5211, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81698875", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5211": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2006-07-31", + "dateSigned": "2005-07-28", + "env": "development", + "id": 5212, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74242922", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5212": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1983-11-02", + "dateSigned": "1982-07-23", + "env": "development", + "id": 5213, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73573252", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5213": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2010-08-12", + "dateSigned": "2009-08-21", + "env": "development", + "id": 5214, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81720113", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5214": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1997-12-15", + "dateSigned": "1996-12-11", + "env": "development", + "id": 5215, + "isoNumeric": null, + "jurisdiction": "Chinese Taipei", + "jurisdictionCountryCode": "TW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5215": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1998-12-14", + "dateSigned": "1998-10-22", + "env": "development", + "id": 5216, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/84677834", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5216": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1986-12-03", + "dateSigned": "1986-10-17", + "env": "development", + "id": 5217, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81699674", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5217": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2008-10-02", + "dateSigned": "2007-03-01", + "env": "development", + "id": 5218, + "isoNumeric": null, + "jurisdiction": "Curaçao", + "jurisdictionCountryCode": "CW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87948331", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5218": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2013-10-31", + "dateSigned": "2012-08-29", + "env": "development", + "id": 5219, + "isoNumeric": null, + "jurisdiction": "Niue", + "jurisdictionCountryCode": "NU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809864", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5219": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1983-03-23", + "dateSigned": "1979-12-06", + "env": "development", + "id": 5220, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81699732", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5220": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2011-09-30", + "dateSigned": "2009-08-13", + "env": "development", + "id": 5221, + "isoNumeric": null, + "jurisdiction": "Cayman Islands", + "jurisdictionCountryCode": "KY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81699880", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5221": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1984-09-22", + "dateSigned": "1982-03-12", + "env": "development", + "id": 5222, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81699285", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5222": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1981-03-19", + "dateSigned": "1979-11-30", + "env": "development", + "id": 5223, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861754", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5223": { + "containsParas4and5": null, + "countryCode": "NZ", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2010-11-08", + "dateSigned": "2009-07-21", + "env": "development", + "id": 5224, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809670", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5224": { + "containsParas4and5": null, + "countryCode": "OM", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2001-10-28", + "dateSigned": "2001-04-12", + "env": "development", + "id": 5225, + "isoNumeric": null, + "jurisdiction": "Lebanon", + "jurisdictionCountryCode": "LB", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5225": { + "containsParas4and5": null, + "countryCode": "OM", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2002-07-20", + "dateSigned": "2002-03-25", + "env": "development", + "id": 5226, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81567404", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5226": { + "containsParas4and5": null, + "countryCode": "OM", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2002-09-28", + "dateSigned": "1999-06-12", + "env": "development", + "id": 5227, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109346360", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5227": { + "containsParas4and5": null, + "countryCode": "OM", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2008-12-16", + "env": "development", + "id": 5228, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5228": { + "containsParas4and5": null, + "countryCode": "OM", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2002-01-01", + "dateSigned": "1900-01-01", + "env": "development", + "id": 5229, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5229": { + "containsParas4and5": null, + "countryCode": "OM", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2006-04-07", + "dateSigned": "2003-10-06", + "env": "development", + "id": 5230, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81720150", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5230": { + "containsParas4and5": null, + "countryCode": "OM", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-08-15", + "env": "development", + "id": 5231, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218589215", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5231": { + "containsParas4and5": null, + "countryCode": "OM", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1998-07-20", + "dateSigned": "1998-03-30", + "env": "development", + "id": 5232, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85588630", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5232": { + "containsParas4and5": null, + "countryCode": "OM", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1990-08-01", + "dateSigned": "1989-06-01", + "env": "development", + "id": 5233, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5233": { + "containsParas4and5": null, + "countryCode": "OM", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2010-03-15", + "dateSigned": "2006-05-31", + "env": "development", + "id": 5234, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5234": { + "containsParas4and5": null, + "countryCode": "OM", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2006-02-13", + "dateSigned": "2005-09-23", + "env": "development", + "id": 5235, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81685236", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5235": { + "containsParas4and5": null, + "countryCode": "OM", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2001-11-26", + "env": "development", + "id": 5236, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5236": { + "containsParas4and5": null, + "countryCode": "OM", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1997-06-03", + "dateSigned": "1997-04-02", + "env": "development", + "id": 5237, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86049904", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5237": { + "containsParas4and5": null, + "countryCode": "OM", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2005-04-27", + "dateSigned": "2004-06-30", + "env": "development", + "id": 5238, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5238": { + "containsParas4and5": null, + "countryCode": "OM", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1998-04-22", + "dateSigned": "1997-11-16", + "env": "development", + "id": 5239, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5239": { + "containsParas4and5": null, + "countryCode": "OM", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2002-10-22", + "dateSigned": "1998-05-06", + "env": "development", + "id": 5240, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5240": { + "containsParas4and5": null, + "countryCode": "OM", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2009-04-22", + "dateSigned": "2006-12-15", + "env": "development", + "id": 5241, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5241": { + "containsParas4and5": null, + "countryCode": "OM", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1998-11-09", + "dateSigned": "1998-02-23", + "env": "development", + "id": 5242, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73587348", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5242": { + "containsParas4and5": null, + "countryCode": "OM", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2004-01-20", + "dateSigned": "2003-09-13", + "env": "development", + "id": 5243, + "isoNumeric": null, + "jurisdiction": "Seychelles", + "jurisdictionCountryCode": "SC", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113066872", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5243": { + "containsParas4and5": null, + "countryCode": "OM", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2014-09-01", + "dateSigned": "2014-01-09", + "env": "development", + "id": 5244, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218777185", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5244": { + "containsParas4and5": null, + "countryCode": "OM", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2011-12-28", + "dateSigned": "2009-10-05", + "env": "development", + "id": 5245, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88860624", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5245": { + "containsParas4and5": null, + "countryCode": "OM", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2010-01-01", + "dateSigned": "2009-06-28", + "env": "development", + "id": 5246, + "isoNumeric": null, + "jurisdiction": "Brunei Darussalam", + "jurisdictionCountryCode": "BN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85207507", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5246": { + "containsParas4and5": null, + "countryCode": "OM", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2003-12-29", + "dateSigned": "2002-10-09", + "env": "development", + "id": 5247, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74503388", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5247": { + "containsParas4and5": null, + "countryCode": "PA", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-11-12", + "env": "development", + "id": 5248, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5248": { + "containsParas4and5": null, + "countryCode": "PA", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2011-05-06", + "dateSigned": "2010-09-23", + "env": "development", + "id": 5249, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113064408", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5249": { + "containsParas4and5": null, + "countryCode": "PA", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-11-16", + "env": "development", + "id": 5250, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5250": { + "containsParas4and5": null, + "countryCode": "PA", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2011-02-18", + "dateSigned": "2010-06-21", + "env": "development", + "id": 5251, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87947747", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5251": { + "containsParas4and5": null, + "countryCode": "PA", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2012-04-01", + "dateSigned": "2010-10-20", + "env": "development", + "id": 5252, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809167", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5252": { + "containsParas4and5": null, + "countryCode": "PA", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2013-12-12", + "dateSigned": "2013-07-29", + "env": "development", + "id": 5253, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5253": { + "containsParas4and5": null, + "countryCode": "PA", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2011-11-01", + "dateSigned": "2010-10-07", + "env": "development", + "id": 5254, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809849", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5254": { + "containsParas4and5": null, + "countryCode": "PA", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2013-12-06", + "dateSigned": "2013-03-17", + "env": "development", + "id": 5255, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5255": { + "containsParas4and5": null, + "countryCode": "PA", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2011-12-19", + "dateSigned": "2010-10-18", + "env": "development", + "id": 5256, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/109570779", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5256": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2011-03-21", + "dateSigned": "2010-03-24", + "env": "development", + "id": 5257, + "isoNumeric": null, + "jurisdiction": "Saint Vincent and the Grenadines", + "jurisdictionCountryCode": "VC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86100315", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5257": { + "containsParas4and5": null, + "countryCode": "PA", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-12-30", + "env": "development", + "id": 5258, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809133", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5258": { + "containsParas4and5": null, + "countryCode": "PA", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2013-12-28", + "dateSigned": "2012-11-12", + "env": "development", + "id": 5259, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218824229", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5259": { + "containsParas4and5": null, + "countryCode": "PA", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2013-12-20", + "dateSigned": "2012-11-12", + "env": "development", + "id": 5260, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5260": { + "containsParas4and5": null, + "countryCode": "PA", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2011-07-25", + "dateSigned": "2010-10-07", + "env": "development", + "id": 5261, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113064400", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5261": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "1981-09-10", + "dateSigned": "1980-12-19", + "env": "development", + "id": 5262, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861735", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5262": { + "containsParas4and5": null, + "countryCode": "PA", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2012-12-19", + "dateSigned": "2011-11-28", + "env": "development", + "id": 5263, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81679393", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5263": { + "containsParas4and5": null, + "countryCode": "PA", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2013-12-30", + "dateSigned": "2012-11-12", + "env": "development", + "id": 5264, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5264": { + "containsParas4and5": null, + "countryCode": "PA", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-11-08", + "env": "development", + "id": 5265, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809307", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5265": { + "containsParas4and5": null, + "countryCode": "PA", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2013-12-20", + "dateSigned": "2012-11-12", + "env": "development", + "id": 5266, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5266": { + "containsParas4and5": null, + "countryCode": "PA", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2013-12-16", + "dateSigned": "2012-07-04", + "env": "development", + "id": 5267, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113064442", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5267": { + "containsParas4and5": null, + "countryCode": "PA", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2012-02-01", + "dateSigned": "2011-06-30", + "env": "development", + "id": 5268, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113064417", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5268": { + "containsParas4and5": null, + "countryCode": "PA", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2011-04-18", + "dateSigned": "2010-11-30", + "env": "development", + "id": 5269, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/92367309", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5269": { + "containsParas4and5": null, + "countryCode": "PA", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2011-12-01", + "dateSigned": "2010-10-06", + "env": "development", + "id": 5270, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88860647", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5270": { + "containsParas4and5": null, + "countryCode": "PA", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2012-06-10", + "dateSigned": "2010-08-27", + "env": "development", + "id": 5271, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809393", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5271": { + "containsParas4and5": null, + "countryCode": "PA", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-11-12", + "env": "development", + "id": 5272, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5272": { + "containsParas4and5": null, + "countryCode": "PE", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2004-10-08", + "dateSigned": "2004-10-07", + "env": "development", + "id": 5273, + "isoNumeric": null, + "jurisdiction": "Argentina", + "jurisdictionCountryCode": "AR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/87017365", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5273": { + "containsParas4and5": null, + "countryCode": "PE", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2014-03-10", + "dateSigned": "2012-09-21", + "env": "development", + "id": 5274, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/137703600", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5274": { + "containsParas4and5": null, + "countryCode": "PE", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2003-11-13", + "dateSigned": "2001-06-08", + "env": "development", + "id": 5275, + "isoNumeric": null, + "jurisdiction": "Chile", + "jurisdictionCountryCode": "CL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5275": { + "containsParas4and5": null, + "countryCode": "PG", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2014-01-21", + "dateSigned": "2012-10-29", + "env": "development", + "id": 5276, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218786873", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5276": { + "containsParas4and5": null, + "countryCode": "PE", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2003-02-17", + "dateSigned": "2001-07-20", + "env": "development", + "id": 5277, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5277": { + "containsParas4and5": null, + "countryCode": "PE", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2014-04-12", + "dateSigned": "2012-11-19", + "env": "development", + "id": 5278, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5278": { + "containsParas4and5": null, + "countryCode": "PE", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2005-01-01", + "dateSigned": "2004-05-04", + "env": "development", + "id": 5279, + "isoNumeric": null, + "jurisdiction": "Colombia", + "jurisdictionCountryCode": "CO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5279": { + "containsParas4and5": null, + "countryCode": "PE", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2014-03-03", + "dateSigned": "2012-05-10", + "env": "development", + "id": 5280, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218777392", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5280": { + "containsParas4and5": null, + "countryCode": "PE", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2009-08-14", + "dateSigned": "2006-02-17", + "env": "development", + "id": 5281, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88129829", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5281": { + "containsParas4and5": null, + "countryCode": "PE", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1993-03-31", + "dateSigned": "1990-02-15", + "env": "development", + "id": 5282, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5282": { + "containsParas4and5": null, + "countryCode": "PE", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2014-02-19", + "dateSigned": "2011-04-27", + "env": "development", + "id": 5283, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5283": { + "containsParas4and5": null, + "countryCode": "PE", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2006-04-06", + "env": "development", + "id": 5284, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5284": { + "containsParas4and5": null, + "countryCode": "PG", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1999-06-11", + "dateSigned": "1993-05-20", + "env": "development", + "id": 5285, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85338740", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5285": { + "containsParas4and5": null, + "countryCode": "PG", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1995-08-16", + "dateSigned": "1994-07-14", + "env": "development", + "id": 5286, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81567420", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5286": { + "containsParas4and5": null, + "countryCode": "PG", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1989-12-21", + "dateSigned": "1987-10-16", + "env": "development", + "id": 5287, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5287": { + "containsParas4and5": null, + "countryCode": "PG", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-03-12", + "env": "development", + "id": 5288, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5288": { + "containsParas4and5": null, + "countryCode": "PG", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1998-03-21", + "dateSigned": "1996-11-23", + "env": "development", + "id": 5289, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81685267", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5289": { + "containsParas4and5": null, + "countryCode": "PG", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1989-12-29", + "dateSigned": "1989-05-24", + "env": "development", + "id": 5290, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5290": { + "containsParas4and5": null, + "countryCode": "PG", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1992-11-20", + "dateSigned": "1991-10-19", + "env": "development", + "id": 5291, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81720184", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5291": { + "containsParas4and5": null, + "countryCode": "PG", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1991-12-20", + "dateSigned": "1991-09-17", + "env": "development", + "id": 5292, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73587584", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5292": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1997-12-24", + "dateSigned": "1995-06-30", + "env": "development", + "id": 5293, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81602721", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5293": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1982-05-20", + "dateSigned": "1981-06-18", + "env": "development", + "id": 5294, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88688925", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5294": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2003-11-01", + "dateSigned": "1998-06-24", + "env": "development", + "id": 5295, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88688974", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5295": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1980-07-20", + "dateSigned": "1980-02-13", + "env": "development", + "id": 5296, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112963767", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5296": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2013-04-22", + "dateSigned": "2009-11-03", + "env": "development", + "id": 5297, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5297": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1980-07-09", + "dateSigned": "1976-10-02", + "env": "development", + "id": 5298, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85919148", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5298": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-06-21", + "env": "development", + "id": 5299, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809507", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5299": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1997-09-12", + "dateSigned": "1995-04-26", + "env": "development", + "id": 5300, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88688962", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5300": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2003-09-23", + "dateSigned": "2000-11-13", + "env": "development", + "id": 5301, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88688893", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5301": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1991-10-07", + "dateSigned": "1983-09-29", + "env": "development", + "id": 5302, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88237818", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5302": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1984-12-14", + "dateSigned": "1983-07-22", + "env": "development", + "id": 5303, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81800185", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5303": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1980-06-17", + "dateSigned": "1979-05-11", + "env": "development", + "id": 5304, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5304": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2003-10-24", + "dateSigned": "1997-09-08", + "env": "development", + "id": 5305, + "isoNumeric": null, + "jurisdiction": "Bangladesh", + "jurisdictionCountryCode": "BD", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5305": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1994-09-12", + "dateSigned": "1989-03-14", + "env": "development", + "id": 5306, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88688906", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5306": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1997-05-27", + "dateSigned": "1992-06-09", + "env": "development", + "id": 5307, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88688939", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5307": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2011-05-11", + "dateSigned": "2008-12-14", + "env": "development", + "id": 5308, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5308": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2001-04-30", + "dateSigned": "1998-06-24", + "env": "development", + "id": 5309, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88688886", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5309": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1998-02-07", + "dateSigned": "1997-06-13", + "env": "development", + "id": 5310, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5310": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1982-04-01", + "dateSigned": "1981-04-09", + "env": "development", + "id": 5311, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85627491", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5311": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1981-05-14", + "dateSigned": "1980-04-29", + "env": "development", + "id": 5312, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/84677798", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5312": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1990-06-15", + "dateSigned": "1980-12-05", + "env": "development", + "id": 5313, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73466403", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5313": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2003-09-29", + "dateSigned": "2001-11-14", + "env": "development", + "id": 5314, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88689003", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5314": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2001-03-23", + "dateSigned": "1999-11-18", + "env": "development", + "id": 5315, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81567449", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5315": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1981-10-01", + "dateSigned": "1978-10-13", + "env": "development", + "id": 5316, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5316": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1978-08-24", + "dateSigned": "1976-01-09", + "env": "development", + "id": 5317, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5317": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2008-10-02", + "dateSigned": "2003-09-21", + "env": "development", + "id": 5318, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88688876", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5318": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1994-03-21", + "dateSigned": "1990-02-12", + "env": "development", + "id": 5319, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86049914", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5319": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1978-01-23", + "dateSigned": "1976-06-10", + "env": "development", + "id": 5320, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5320": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1991-09-20", + "dateSigned": "1989-03-09", + "env": "development", + "id": 5321, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88860663", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5321": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1997-04-07", + "dateSigned": "1992-09-09", + "env": "development", + "id": 5322, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81950498", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5322": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1997-11-27", + "dateSigned": "1994-05-18", + "env": "development", + "id": 5323, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88688951", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5323": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2003-10-14", + "dateSigned": "2001-11-07", + "env": "development", + "id": 5324, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85313387", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5324": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2013-08-18", + "dateSigned": "1997-09-30", + "env": "development", + "id": 5325, + "isoNumeric": null, + "jurisdiction": "Nigeria", + "jurisdictionCountryCode": "NG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85340120", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5325": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1984-07-27", + "dateSigned": "1982-04-27", + "env": "development", + "id": 5326, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85338765", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5326": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1982-10-16", + "dateSigned": "1976-10-01", + "env": "development", + "id": 5327, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73573290", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5327": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1977-12-21", + "dateSigned": "1976-03-11", + "env": "development", + "id": 5328, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5328": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1977-12-16", + "dateSigned": "1977-08-01", + "env": "development", + "id": 5329, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81720215", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5329": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2000-12-11", + "env": "development", + "id": 5330, + "isoNumeric": null, + "jurisdiction": "Sri Lanka", + "jurisdictionCountryCode": "LK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/170236231", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5330": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1981-06-24", + "dateSigned": "1980-02-22", + "env": "development", + "id": 5331, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109453422", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5331": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1997-10-23", + "dateSigned": "1987-07-09", + "env": "development", + "id": 5332, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86182980", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5332": { + "containsParas4and5": null, + "countryCode": "PH", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1985-11-09", + "dateSigned": "1984-02-21", + "env": "development", + "id": 5333, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81801047", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5333": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1974-12-20", + "dateSigned": "1973-04-13", + "env": "development", + "id": 5334, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109451749", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5334": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1959-05-21", + "dateSigned": "1957-07-01", + "env": "development", + "id": 5335, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73573309", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5335": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1987-12-08", + "dateSigned": "1986-11-24", + "env": "development", + "id": 5336, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73590889", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5336": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2005-04-30", + "dateSigned": "2004-05-13", + "env": "development", + "id": 5337, + "isoNumeric": null, + "jurisdiction": "Tajikistan", + "jurisdictionCountryCode": "TJ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109356904", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5337": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2002-09-28", + "dateSigned": "1999-06-12", + "env": "development", + "id": 5338, + "isoNumeric": null, + "jurisdiction": "Oman", + "jurisdictionCountryCode": "OM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109346360", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5338": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2008-06-26", + "dateSigned": "2005-08-31", + "env": "development", + "id": 5339, + "isoNumeric": null, + "jurisdiction": "Lebanon", + "jurisdictionCountryCode": "LB", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106347441", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5339": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1993-08-06", + "dateSigned": "1993-04-13", + "env": "development", + "id": 5340, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81720238", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5340": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1996-09-12", + "dateSigned": "1995-05-22", + "env": "development", + "id": 5341, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109450413", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5341": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2007-06-04", + "dateSigned": "2000-06-23", + "env": "development", + "id": 5342, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81715541", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5342": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2010-10-21", + "dateSigned": "2010-05-21", + "env": "development", + "id": 5343, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109356274", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5343": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2000-03-28", + "dateSigned": "1999-06-04", + "env": "development", + "id": 5344, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109453321", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5344": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1982-11-09", + "dateSigned": "1982-05-29", + "env": "development", + "id": 5345, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85338787", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5345": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1997-08-05", + "dateSigned": "1996-04-18", + "env": "development", + "id": 5346, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109342401", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5346": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1987-07-08", + "dateSigned": "1981-10-15", + "env": "development", + "id": 5347, + "isoNumeric": null, + "jurisdiction": "Bangladesh", + "jurisdictionCountryCode": "BD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/207121759", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5347": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1988-08-08", + "dateSigned": "1985-11-14", + "env": "development", + "id": 5348, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109342557", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5348": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2005-01-18", + "env": "development", + "id": 5349, + "isoNumeric": null, + "jurisdiction": "Kyrgyzstan", + "jurisdictionCountryCode": "KG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5349": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1991-02-28", + "dateSigned": "1990-10-07", + "env": "development", + "id": 5350, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/109451744", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5350": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1977-12-15", + "dateSigned": "1976-02-24", + "env": "development", + "id": 5351, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109342424", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5351": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1997-01-29", + "dateSigned": "1995-08-23", + "env": "development", + "id": 5352, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109453356", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5352": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1987-10-20", + "dateSigned": "1987-04-13", + "env": "development", + "id": 5353, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/137334886", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5353": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-01-01", + "env": "development", + "id": 5354, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809858", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5354": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2001-01-13", + "dateSigned": "1999-07-27", + "env": "development", + "id": 5355, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5355": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1996-04-10", + "dateSigned": "1994-12-30", + "env": "development", + "id": 5356, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109342295", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5356": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2007-01-01", + "dateSigned": "2006-03-02", + "env": "development", + "id": 5357, + "isoNumeric": null, + "jurisdiction": "Jordan", + "jurisdictionCountryCode": "JO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109345423", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5357": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2009-10-27", + "dateSigned": "2005-06-27", + "env": "development", + "id": 5358, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85207220", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5358": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1994-01-29", + "dateSigned": "1993-02-07", + "env": "development", + "id": 5359, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109342385", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5359": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1973-01-01", + "dateSigned": "1974-10-25", + "env": "development", + "id": 5360, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81950516", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5360": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1976-03-01", + "dateSigned": "1975-01-09", + "env": "development", + "id": 5361, + "isoNumeric": null, + "jurisdiction": "Libya", + "jurisdictionCountryCode": "LY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109346318", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5361": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1994-02-06", + "dateSigned": "1992-02-24", + "env": "development", + "id": 5362, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109342413", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5362": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1981-01-07", + "dateSigned": "1980-08-14", + "env": "development", + "id": 5363, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109356495", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5363": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1998-07-01", + "dateSigned": "1995-02-26", + "env": "development", + "id": 5364, + "isoNumeric": null, + "jurisdiction": "Turkmenistan", + "jurisdictionCountryCode": "TM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109450284", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5364": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2010-01-01", + "dateSigned": "2009-12-25", + "env": "development", + "id": 5365, + "isoNumeric": null, + "jurisdiction": "Brunei Darussalam", + "jurisdictionCountryCode": "BN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85207565", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5365": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1982-10-04", + "dateSigned": "1982-03-24", + "env": "development", + "id": 5366, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88860689", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5366": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1975-12-20", + "dateSigned": "1975-10-08", + "env": "development", + "id": 5367, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88704192", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5367": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2006-11-15", + "dateSigned": "2006-02-02", + "env": "development", + "id": 5368, + "isoNumeric": null, + "jurisdiction": "Saudi Arabia", + "jurisdictionCountryCode": "SA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/74899102", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5368": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1983-06-18", + "dateSigned": "1981-10-05", + "env": "development", + "id": 5369, + "isoNumeric": null, + "jurisdiction": "Sri Lanka", + "jurisdictionCountryCode": "LK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109346257", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5369": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1996-09-01", + "dateSigned": "1994-06-15", + "env": "development", + "id": 5370, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109342322", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5370": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1990-03-08", + "dateSigned": "1985-10-10", + "env": "development", + "id": 5371, + "isoNumeric": null, + "jurisdiction": "Nigeria", + "jurisdictionCountryCode": "NG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85340196", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5371": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2008-11-24", + "dateSigned": "2005-07-19", + "env": "development", + "id": 5372, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/109342433", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5372": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1995-12-30", + "dateSigned": "1994-07-14", + "env": "development", + "id": 5373, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81800222", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5373": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2006-01-06", + "dateSigned": "2004-03-02", + "env": "development", + "id": 5374, + "isoNumeric": null, + "jurisdiction": "Yemen", + "jurisdictionCountryCode": "YE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109451168", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5374": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2005-02-04", + "dateSigned": "2004-03-25", + "env": "development", + "id": 5375, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109450621", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5375": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2004-04-24", + "dateSigned": "1999-05-27", + "env": "development", + "id": 5376, + "isoNumeric": null, + "jurisdiction": "Iran", + "jurisdictionCountryCode": "IR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109453295", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5376": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1987-10-22", + "dateSigned": "1987-10-22", + "env": "development", + "id": 5377, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109342312", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5377": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1986-06-30", + "dateSigned": "1985-12-22", + "env": "development", + "id": 5378, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109342540", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5378": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1999-07-24", + "dateSigned": "1996-04-10", + "env": "development", + "id": 5379, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109342710", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5379": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2008-10-22", + "dateSigned": "2001-01-25", + "env": "development", + "id": 5380, + "isoNumeric": null, + "jurisdiction": "Nepal", + "jurisdictionCountryCode": "NP", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5380": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-05-02", + "env": "development", + "id": 5381, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5381": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1983-09-02", + "dateSigned": "1980-03-17", + "env": "development", + "id": 5382, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85919162", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5382": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2009-10-08", + "dateSigned": "2006-05-18", + "env": "development", + "id": 5383, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109342300", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5383": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2008-11-09", + "dateSigned": "2008-01-23", + "env": "development", + "id": 5384, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/137334886", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5384": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2011-06-30", + "dateSigned": "2008-12-03", + "env": "development", + "id": 5385, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109450373", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5385": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2001-02-23", + "dateSigned": "1995-12-16", + "env": "development", + "id": 5386, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109451733", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5386": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1999-03-09", + "dateSigned": "1998-09-26", + "env": "development", + "id": 5387, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74503438", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5387": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2006-10-05", + "dateSigned": "2004-07-23", + "env": "development", + "id": 5388, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109451720", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5388": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2002-05-28", + "dateSigned": "1998-06-30", + "env": "development", + "id": 5389, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109345591", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5389": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2007-06-01", + "dateSigned": "2005-08-04", + "env": "development", + "id": 5390, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85627527", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5390": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2002-12-18", + "dateSigned": "2001-03-16", + "env": "development", + "id": 5391, + "isoNumeric": null, + "jurisdiction": "Syrian Arab Republic", + "jurisdictionCountryCode": "SY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109356384", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5391": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1995-05-19", + "dateSigned": "1994-09-03", + "env": "development", + "id": 5392, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85588644", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5392": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2006-02-07", + "dateSigned": "2004-08-24", + "env": "development", + "id": 5393, + "isoNumeric": null, + "jurisdiction": "Bosnia and Herzegovina", + "jurisdictionCountryCode": "BA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109343580", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5393": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1981-06-24", + "dateSigned": "1980-02-22", + "env": "development", + "id": 5394, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109453422", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5394": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1992-02-27", + "dateSigned": "1984-06-22", + "env": "development", + "id": 5395, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73731285", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5395": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1987-02-18", + "dateSigned": "1986-10-07", + "env": "development", + "id": 5396, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86182538", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5396": { + "containsParas4and5": null, + "countryCode": "PK", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1989-12-27", + "dateSigned": "1989-11-15", + "env": "development", + "id": 5397, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81565091", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5397": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2014-02-06", + "dateSigned": "2012-11-04", + "env": "development", + "id": 5398, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218830206", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5398": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2000-01-31", + "env": "development", + "id": 5399, + "isoNumeric": null, + "jurisdiction": "Algeria", + "jurisdictionCountryCode": "DZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5399": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-05-16", + "env": "development", + "id": 5400, + "isoNumeric": null, + "jurisdiction": "Belize", + "jurisdictionCountryCode": "BZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218820700", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5400": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2007-01-01", + "dateSigned": "1998-10-02", + "env": "development", + "id": 5401, + "isoNumeric": null, + "jurisdiction": "Iran", + "jurisdictionCountryCode": "IR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81712200", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5401": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2002-01-01", + "dateSigned": "1997-04-18", + "env": "development", + "id": 5402, + "isoNumeric": null, + "jurisdiction": "Mongolia", + "jurisdictionCountryCode": "MN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81712558", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5402": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1995-01-01", + "dateSigned": "1993-07-09", + "env": "development", + "id": 5403, + "isoNumeric": null, + "jurisdiction": "Zimbabwe", + "jurisdictionCountryCode": "ZW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81713727", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5403": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2012-12-01", + "dateSigned": "2011-12-02", + "env": "development", + "id": 5404, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5404": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2013-02-28", + "dateSigned": "2012-03-31", + "env": "development", + "id": 5405, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809838", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5405": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1978-12-15", + "dateSigned": "1977-09-16", + "env": "development", + "id": 5406, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81712688", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5406": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2012-06-11", + "dateSigned": "2011-09-13", + "env": "development", + "id": 5407, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81711532", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5407": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1994-06-23", + "env": "development", + "id": 5408, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81713004", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5408": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1997-01-01", + "dateSigned": "1994-10-19", + "env": "development", + "id": 5409, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/84677476", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5409": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2004-04-29", + "dateSigned": "2001-08-20", + "env": "development", + "id": 5410, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88701780", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5410": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1999-01-01", + "dateSigned": "1997-06-12", + "env": "development", + "id": 5411, + "isoNumeric": null, + "jurisdiction": "Montenegro", + "jurisdictionCountryCode": "ME", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5411": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1996-07-31", + "dateSigned": "1995-06-14", + "env": "development", + "id": 5412, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88860915", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5412": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2004-01-29", + "dateSigned": "1993-01-31", + "env": "development", + "id": 5413, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/109452647", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5413": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-07-19", + "env": "development", + "id": 5414, + "isoNumeric": null, + "jurisdiction": "Grenada", + "jurisdictionCountryCode": "GD", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809594", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5414": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1983-01-01", + "dateSigned": "1978-12-08", + "env": "development", + "id": 5415, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81950597", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5415": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1992-01-01", + "dateSigned": "1991-05-22", + "env": "development", + "id": 5416, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81712050", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5416": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1994-08-31", + "env": "development", + "id": 5417, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81713614", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5417": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-11-29", + "env": "development", + "id": 5418, + "isoNumeric": null, + "jurisdiction": "Cayman Islands", + "jurisdictionCountryCode": "KY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218777558", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5418": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1995-12-22", + "dateSigned": "1995-11-13", + "env": "development", + "id": 5419, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81712016", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5419": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1997-01-01", + "dateSigned": "1994-10-24", + "env": "development", + "id": 5420, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88702323", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5420": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1992-02-21", + "dateSigned": "1991-06-21", + "env": "development", + "id": 5421, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81801100", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5421": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1982-05-06", + "dateSigned": "1979-11-15", + "env": "development", + "id": 5422, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88278811", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5422": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1992-03-04", + "dateSigned": "1991-05-07", + "env": "development", + "id": 5423, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81711101", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5423": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2004-09-01", + "dateSigned": "2003-05-27", + "env": "development", + "id": 5424, + "isoNumeric": null, + "jurisdiction": "Tajikistan", + "jurisdictionCountryCode": "TJ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88702391", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5424": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2000-01-01", + "dateSigned": "1997-07-08", + "env": "development", + "id": 5425, + "isoNumeric": null, + "jurisdiction": "Bangladesh", + "jurisdictionCountryCode": "BD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81711147", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5425": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2000-01-01", + "dateSigned": "1997-10-04", + "env": "development", + "id": 5426, + "isoNumeric": null, + "jurisdiction": "Jordan", + "jurisdictionCountryCode": "JO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88702140", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5426": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2003-01-01", + "dateSigned": "1998-11-30", + "env": "development", + "id": 5427, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81712659", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5427": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2002-01-01", + "dateSigned": "1996-06-24", + "env": "development", + "id": 5428, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81950319", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5428": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1993-11-03", + "env": "development", + "id": 5429, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81713435", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5429": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2013-12-18", + "dateSigned": "2012-06-15", + "env": "development", + "id": 5430, + "isoNumeric": null, + "jurisdiction": "Andorra", + "jurisdictionCountryCode": "AD", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/106371297", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5430": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1994-04-11", + "env": "development", + "id": 5431, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81950197", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5431": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2007-01-01", + "dateSigned": "2006-07-20", + "env": "development", + "id": 5432, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74125679", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5432": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1983-01-01", + "dateSigned": "1980-04-25", + "env": "development", + "id": 5433, + "isoNumeric": null, + "jurisdiction": "Sri Lanka", + "jurisdictionCountryCode": "LK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81950449", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5433": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1994-11-24", + "dateSigned": "1994-01-07", + "env": "development", + "id": 5434, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88704218", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5434": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1999-01-01", + "dateSigned": "1997-06-12", + "env": "development", + "id": 5435, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81713032", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5435": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "1995-05-19", + "env": "development", + "id": 5436, + "isoNumeric": null, + "jurisdiction": "Zambia", + "jurisdictionCountryCode": "ZM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81713693", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5436": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1994-12-09", + "dateSigned": "1994-05-09", + "env": "development", + "id": 5437, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81950297", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5437": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1976-01-01", + "dateSigned": "1974-10-08", + "env": "development", + "id": 5438, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73573331", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5438": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1995-01-01", + "dateSigned": "1993-03-05", + "env": "development", + "id": 5439, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/84677401", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5439": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1994-11-16", + "env": "development", + "id": 5440, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88702343", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5440": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2013-10-30", + "dateSigned": "2012-05-14", + "env": "development", + "id": 5441, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5441": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1973-01-01", + "dateSigned": "1974-10-25", + "env": "development", + "id": 5442, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81950516", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5442": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1992-09-23", + "env": "development", + "id": 5443, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88702108", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5443": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2009-12-30", + "dateSigned": "2008-11-18", + "env": "development", + "id": 5444, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81712969", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5444": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2015-03-15", + "dateSigned": "2013-11-25", + "env": "development", + "id": 5445, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218787807", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5445": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2003-01-01", + "dateSigned": "2001-12-06", + "env": "development", + "id": 5446, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81711751", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5446": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1982-12-23", + "dateSigned": "1980-02-20", + "env": "development", + "id": 5447, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88702157", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5447": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1994-01-01", + "dateSigned": "1992-05-22", + "env": "development", + "id": 5448, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88702374", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5448": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2012-06-01", + "dateSigned": "2011-02-22", + "env": "development", + "id": 5449, + "isoNumeric": null, + "jurisdiction": "Saudi Arabia", + "jurisdictionCountryCode": "SA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81713096", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5449": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2005-04-01", + "dateSigned": "2004-01-13", + "env": "development", + "id": 5450, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81711072", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5450": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1986-01-01", + "dateSigned": "1985-01-10", + "env": "development", + "id": 5451, + "isoNumeric": null, + "jurisdiction": "Bosnia and Herzegovina", + "jurisdictionCountryCode": "BA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81711119", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5451": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1995-01-01", + "dateSigned": "1994-01-20", + "env": "development", + "id": 5452, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81950477", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5452": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-08-07", + "env": "development", + "id": 5453, + "isoNumeric": null, + "jurisdiction": "Liberia", + "jurisdictionCountryCode": "LR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218820773", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5453": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "1995-06-01", + "dateSigned": "1994-09-21", + "env": "development", + "id": 5454, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88860887", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5454": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2011-11-27", + "dateSigned": "2011-03-07", + "env": "development", + "id": 5455, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81712162", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5455": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2006-01-01", + "dateSigned": "1997-08-26", + "env": "development", + "id": 5456, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88701739", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5456": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2006-08-16", + "dateSigned": "2005-04-21", + "env": "development", + "id": 5457, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81712810", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5457": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2007-01-01", + "dateSigned": "1999-11-05", + "env": "development", + "id": 5458, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88702082", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5458": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2012-11-01", + "dateSigned": "2011-12-06", + "env": "development", + "id": 5459, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85211651", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5459": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1994-01-01", + "dateSigned": "1993-03-29", + "env": "development", + "id": 5460, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88702413", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5460": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1994-01-01", + "dateSigned": "1992-11-18", + "env": "development", + "id": 5461, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88701824", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5461": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1999-01-01", + "dateSigned": "1996-06-28", + "env": "development", + "id": 5462, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81713160", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5462": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2011-01-01", + "dateSigned": "2009-06-08", + "env": "development", + "id": 5463, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5463": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1976-09-12", + "dateSigned": "1975-06-20", + "env": "development", + "id": 5464, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88848691", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5464": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1998-02-04", + "dateSigned": "1995-05-09", + "env": "development", + "id": 5465, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81950544", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5465": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2014-09-29", + "dateSigned": "2013-06-28", + "env": "development", + "id": 5466, + "isoNumeric": null, + "jurisdiction": "Bahamas, The", + "jurisdictionCountryCode": "BS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218820511", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5466": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1995-01-11", + "env": "development", + "id": 5467, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88702449", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5467": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1995-12-21", + "dateSigned": "1994-08-18", + "env": "development", + "id": 5468, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81713190", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5468": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2004-01-01", + "dateSigned": "2001-08-15", + "env": "development", + "id": 5469, + "isoNumeric": null, + "jurisdiction": "Syrian Arab Republic", + "jurisdictionCountryCode": "SY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81950566", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5469": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1989-10-26", + "dateSigned": "1989-06-21", + "env": "development", + "id": 5470, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81712172", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5470": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2011-01-01", + "dateSigned": "2009-09-09", + "env": "development", + "id": 5471, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81712765", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5471": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2006-01-01", + "dateSigned": "1999-07-14", + "env": "development", + "id": 5472, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81950172", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5472": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2004-12-19", + "dateSigned": "2003-05-14", + "env": "development", + "id": 5473, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88860859", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5473": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1995-01-01", + "dateSigned": "1993-01-12", + "env": "development", + "id": 5474, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88702432", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5474": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1992-01-01", + "dateSigned": "1992-06-04", + "env": "development", + "id": 5475, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81950281", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5475": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1990-01-01", + "dateSigned": "1988-06-07", + "env": "development", + "id": 5476, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81565123", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5476": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1997-04-07", + "dateSigned": "1992-09-09", + "env": "development", + "id": 5477, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81950498", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5477": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2004-01-01", + "dateSigned": "2000-03-10", + "env": "development", + "id": 5478, + "isoNumeric": null, + "jurisdiction": "Chile", + "jurisdictionCountryCode": "CL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81456212", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5478": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2000-01-01", + "dateSigned": "1998-06-19", + "env": "development", + "id": 5479, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81712230", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5479": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2006-01-01", + "dateSigned": "2004-11-19", + "env": "development", + "id": 5480, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81713122", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5480": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1999-12-17", + "dateSigned": "1996-11-28", + "env": "development", + "id": 5481, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81712523", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5481": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "1991-08-02", + "env": "development", + "id": 5482, + "isoNumeric": null, + "jurisdiction": "Uruguay", + "jurisdictionCountryCode": "UY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5482": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-07-10", + "env": "development", + "id": 5483, + "isoNumeric": null, + "jurisdiction": "Dominica", + "jurisdictionCountryCode": "DM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106371339", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5483": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2004-09-01", + "dateSigned": "1998-11-19", + "env": "development", + "id": 5484, + "isoNumeric": null, + "jurisdiction": "Kyrgyzstan", + "jurisdictionCountryCode": "KG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88702181", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5484": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1996-11-16", + "env": "development", + "id": 5485, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88860875", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5485": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "1999-02-12", + "env": "development", + "id": 5486, + "isoNumeric": null, + "jurisdiction": "Nigeria", + "jurisdictionCountryCode": "NG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81712712", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5486": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1993-11-10", + "env": "development", + "id": 5487, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81713663", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5487": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1995-01-01", + "dateSigned": "1993-11-17", + "env": "development", + "id": 5488, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81712474", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5488": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2013-12-05", + "dateSigned": "2013-01-31", + "env": "development", + "id": 5489, + "isoNumeric": null, + "jurisdiction": "Gibraltar", + "jurisdictionCountryCode": "GI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/125259154", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5489": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1992-09-25", + "dateSigned": "1991-09-02", + "env": "development", + "id": 5490, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/84678203", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5490": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1991-09-28", + "dateSigned": "1987-11-20", + "env": "development", + "id": 5491, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85220126", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5491": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2003-03-18", + "dateSigned": "2002-02-13", + "env": "development", + "id": 5492, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81712737", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5492": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1989-09-26", + "dateSigned": "1985-06-21", + "env": "development", + "id": 5493, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809703", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5493": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1993-08-25", + "dateSigned": "1992-10-06", + "env": "development", + "id": 5494, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81711973", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5494": { + "containsParas4and5": null, + "countryCode": "PL", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2004-01-01", + "dateSigned": "1999-07-26", + "env": "development", + "id": 5495, + "isoNumeric": null, + "jurisdiction": "Lebanon", + "jurisdictionCountryCode": "LB", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88860904", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5495": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2011-03-31", + "dateSigned": "2009-11-30", + "env": "development", + "id": 5496, + "isoNumeric": null, + "jurisdiction": "Andorra", + "jurisdictionCountryCode": "AD", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5496": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2000-06-27", + "dateSigned": "1997-09-29", + "env": "development", + "id": 5497, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88690156", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5497": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2012-05-22", + "dateSigned": "2011-01-17", + "env": "development", + "id": 5498, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/109452256", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5498": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2011-04-24", + "dateSigned": "2009-10-14", + "env": "development", + "id": 5499, + "isoNumeric": null, + "jurisdiction": "Gibraltar", + "jurisdictionCountryCode": "GI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809278", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5499": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-06-13", + "env": "development", + "id": 5500, + "isoNumeric": null, + "jurisdiction": "Senegal", + "jurisdictionCountryCode": "SN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5500": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2000-12-30", + "dateSigned": "1999-05-25", + "env": "development", + "id": 5501, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88690119", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5501": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2007-06-04", + "dateSigned": "2000-06-23", + "env": "development", + "id": 5502, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81715541", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5502": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1971-02-19", + "dateSigned": "1969-07-16", + "env": "development", + "id": 5503, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88689058", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5503": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2002-03-11", + "dateSigned": "2000-02-09", + "env": "development", + "id": 5504, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81715833", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5504": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2002-04-05", + "dateSigned": "2001-01-26", + "env": "development", + "id": 5505, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81953518", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5505": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2008-02-18", + "dateSigned": "2006-09-26", + "env": "development", + "id": 5506, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81714732", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5506": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1997-12-21", + "dateSigned": "1996-01-26", + "env": "development", + "id": 5507, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81714988", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5507": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2012-06-15", + "dateSigned": "2011-03-10", + "env": "development", + "id": 5508, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5508": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2014-04-04", + "dateSigned": "2011-12-12", + "env": "development", + "id": 5509, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/106371692", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5509": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2011-11-09", + "dateSigned": "2010-07-09", + "env": "development", + "id": 5510, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81714879", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5510": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1996-07-18", + "dateSigned": "1995-06-15", + "env": "development", + "id": 5511, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88689939", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5511": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2013-07-28", + "dateSigned": "2011-12-19", + "env": "development", + "id": 5512, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/106371664", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5512": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-11-18", + "env": "development", + "id": 5513, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/176586118", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5513": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2013-12-05", + "dateSigned": "2010-02-23", + "env": "development", + "id": 5514, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81715033", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5514": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1998-01-08", + "dateSigned": "1996-04-23", + "env": "development", + "id": 5515, + "isoNumeric": null, + "jurisdiction": "Venezuela", + "jurisdictionCountryCode": "VE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81715904", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5515": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2011-10-28", + "dateSigned": "2010-07-14", + "env": "development", + "id": 5516, + "isoNumeric": null, + "jurisdiction": "Saint Lucia", + "jurisdictionCountryCode": "LC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730763", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5516": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-07-29", + "env": "development", + "id": 5517, + "isoNumeric": null, + "jurisdiction": "Saint Kitts and Nevis", + "jurisdictionCountryCode": "KN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81714940", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5517": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2012-06-03", + "dateSigned": "2011-03-22", + "env": "development", + "id": 5518, + "isoNumeric": null, + "jurisdiction": "Hong Kong, China", + "jurisdictionCountryCode": "HK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87019609", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5518": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-12-20", + "env": "development", + "id": 5519, + "isoNumeric": null, + "jurisdiction": "Turks and Caicos Islands", + "jurisdictionCountryCode": "TC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81715785", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5519": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-09-13", + "env": "development", + "id": 5520, + "isoNumeric": null, + "jurisdiction": "Antigua and Barbuda", + "jurisdictionCountryCode": "AG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809701", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5520": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2000-08-11", + "dateSigned": "1999-09-20", + "env": "development", + "id": 5521, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81953559", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5521": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2004-07-23", + "dateSigned": "2003-05-13", + "env": "development", + "id": 5522, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/84677247", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5522": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2015-03-01", + "dateSigned": "2001-06-19", + "env": "development", + "id": 5523, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5523": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2006-12-18", + "dateSigned": "2005-05-11", + "env": "development", + "id": 5524, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81715818", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5524": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2005-12-28", + "dateSigned": "2000-10-30", + "env": "development", + "id": 5525, + "isoNumeric": null, + "jurisdiction": "Cuba", + "jurisdictionCountryCode": "CU", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88693339", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5525": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2002-05-24", + "dateSigned": "2000-12-14", + "env": "development", + "id": 5526, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81714349", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5526": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2000-06-07", + "dateSigned": "1998-04-21", + "env": "development", + "id": 5527, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81565159", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5527": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2015-01-30", + "dateSigned": "2010-08-30", + "env": "development", + "id": 5528, + "isoNumeric": null, + "jurisdiction": "Colombia", + "jurisdictionCountryCode": "CO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88689993", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5528": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2000-08-21", + "dateSigned": "1999-02-24", + "env": "development", + "id": 5529, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88693377", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5529": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2013-08-16", + "dateSigned": "2012-11-19", + "env": "development", + "id": 5530, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218588805", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5530": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2011-05-18", + "dateSigned": "2010-05-13", + "env": "development", + "id": 5531, + "isoNumeric": null, + "jurisdiction": "Cayman Islands", + "jurisdictionCountryCode": "KY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809584", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5531": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-07-09", + "env": "development", + "id": 5532, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81714574", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5532": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1995-06-28", + "dateSigned": "1993-10-26", + "env": "development", + "id": 5533, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88690096", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5533": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1983-01-15", + "dateSigned": "1980-05-14", + "env": "development", + "id": 5534, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73731370", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5534": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2014-04-12", + "dateSigned": "2012-11-19", + "env": "development", + "id": 5535, + "isoNumeric": null, + "jurisdiction": "Peru", + "jurisdictionCountryCode": "PE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5535": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2001-10-05", + "dateSigned": "2000-05-16", + "env": "development", + "id": 5536, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88237885", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5536": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1975-12-17", + "dateSigned": "1974-09-26", + "env": "development", + "id": 5537, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88689958", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5537": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-01-14", + "env": "development", + "id": 5538, + "isoNumeric": null, + "jurisdiction": "Liberia", + "jurisdictionCountryCode": "LR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81715189", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5538": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-03-05", + "env": "development", + "id": 5539, + "isoNumeric": null, + "jurisdiction": "São Tomé and Príncipe", + "jurisdictionCountryCode": "ST", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5539": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1994-09-06", + "env": "development", + "id": 5540, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73573354", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5540": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1971-07-14", + "dateSigned": "1970-04-27", + "env": "development", + "id": 5541, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81953472", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5541": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2012-01-18", + "dateSigned": "2010-07-09", + "env": "development", + "id": 5542, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81714778", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5542": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1972-11-18", + "dateSigned": "1971-01-14", + "env": "development", + "id": 5543, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88848727", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5543": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2001-03-16", + "dateSigned": "1999-09-06", + "env": "development", + "id": 5544, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81720313", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5544": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1999-09-28", + "dateSigned": "1999-09-28", + "env": "development", + "id": 5545, + "isoNumeric": null, + "jurisdiction": "Macao, China", + "jurisdictionCountryCode": "MO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88690172", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5545": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-03-17", + "env": "development", + "id": 5546, + "isoNumeric": null, + "jurisdiction": "Côte d'Ivoire", + "jurisdictionCountryCode": "CI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5546": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2001-01-09", + "dateSigned": "1999-11-11", + "env": "development", + "id": 5547, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81953536", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5547": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2007-05-11", + "dateSigned": "2003-07-09", + "env": "development", + "id": 5548, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5548": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1994-01-01", + "dateSigned": "1991-03-21", + "env": "development", + "id": 5549, + "isoNumeric": null, + "jurisdiction": "Mozambique", + "jurisdictionCountryCode": "MZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88690184", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5549": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1998-02-04", + "dateSigned": "1995-05-09", + "env": "development", + "id": 5550, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81950544", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5550": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2002-04-11", + "dateSigned": "1999-08-02", + "env": "development", + "id": 5551, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81714825", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5551": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1999-07-14", + "dateSigned": "1997-09-16", + "env": "development", + "id": 5552, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81715586", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5552": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-02-28", + "env": "development", + "id": 5553, + "isoNumeric": null, + "jurisdiction": "Anguilla", + "jurisdictionCountryCode": "AI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5553": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2002-08-13", + "dateSigned": "1999-12-02", + "env": "development", + "id": 5554, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81714644", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5554": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2004-11-02", + "dateSigned": "2001-06-05", + "env": "development", + "id": 5555, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81953628", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5555": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1972-02-28", + "dateSigned": "1970-12-29", + "env": "development", + "id": 5556, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5556": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2010-10-18", + "dateSigned": "2009-02-11", + "env": "development", + "id": 5557, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81953487", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5557": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-05-25", + "env": "development", + "id": 5558, + "isoNumeric": null, + "jurisdiction": "Ethiopia", + "jurisdictionCountryCode": "ET", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5558": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2011-04-05", + "dateSigned": "2010-05-10", + "env": "development", + "id": 5559, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/56673440", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5559": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2012-09-13", + "dateSigned": "2009-11-30", + "env": "development", + "id": 5560, + "isoNumeric": null, + "jurisdiction": "Uruguay", + "jurisdictionCountryCode": "UY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809890", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5560": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2003-12-19", + "dateSigned": "2002-08-29", + "env": "development", + "id": 5561, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81953585", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5561": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2000-12-15", + "dateSigned": "1999-03-22", + "env": "development", + "id": 5562, + "isoNumeric": null, + "jurisdiction": "Cape Verde", + "jurisdictionCountryCode": "CV", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88693348", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5562": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2001-10-24", + "dateSigned": "1999-06-14", + "env": "development", + "id": 5563, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81714103", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5563": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2008-08-25", + "dateSigned": "2005-07-07", + "env": "development", + "id": 5564, + "isoNumeric": null, + "jurisdiction": "Chile", + "jurisdictionCountryCode": "CL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81456223", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5564": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2012-07-05", + "dateSigned": "2008-10-17", + "env": "development", + "id": 5565, + "isoNumeric": null, + "jurisdiction": "Guinea-Bissau", + "jurisdictionCountryCode": "GW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5565": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2006-05-01", + "dateSigned": "2003-12-02", + "env": "development", + "id": 5566, + "isoNumeric": null, + "jurisdiction": "Algeria", + "jurisdictionCountryCode": "DZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88693368", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5566": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1969-01-20", + "dateSigned": "1968-03-27", + "env": "development", + "id": 5567, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/106792481", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5567": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2003-02-26", + "dateSigned": "2002-02-14", + "env": "development", + "id": 5568, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81715273", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5568": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-09-27", + "env": "development", + "id": 5569, + "isoNumeric": null, + "jurisdiction": "Timor-Leste", + "jurisdictionCountryCode": "TL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5569": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2003-07-03", + "dateSigned": "2001-06-19", + "env": "development", + "id": 5570, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81715309", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5570": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2004-08-13", + "dateSigned": "2003-03-05", + "env": "development", + "id": 5571, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81953606", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5571": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2000-05-08", + "dateSigned": "1995-05-16", + "env": "development", + "id": 5572, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81714709", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5572": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2002-12-11", + "dateSigned": "2000-05-29", + "env": "development", + "id": 5573, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81715616", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5573": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1997-10-01", + "dateSigned": "1994-05-24", + "env": "development", + "id": 5574, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81714310", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5574": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-10-22", + "env": "development", + "id": 5575, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72671813", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5575": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1994-07-11", + "dateSigned": "1993-06-01", + "env": "development", + "id": 5576, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5576": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2008-10-22", + "dateSigned": "2006-11-13", + "env": "development", + "id": 5577, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74489782", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5577": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2012-06-10", + "dateSigned": "2010-08-27", + "env": "development", + "id": 5578, + "isoNumeric": null, + "jurisdiction": "Panama", + "jurisdictionCountryCode": "PA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809393", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5578": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2000-04-05", + "dateSigned": "1998-09-11", + "env": "development", + "id": 5579, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81714805", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5579": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-10-05", + "env": "development", + "id": 5580, + "isoNumeric": null, + "jurisdiction": "Dominica", + "jurisdictionCountryCode": "DM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/84677220", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5580": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2015-02-28", + "dateSigned": "2013-10-04", + "env": "development", + "id": 5581, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5581": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1982-10-08", + "dateSigned": "1980-07-15", + "env": "development", + "id": 5582, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/84677179", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5582": { + "containsParas4and5": null, + "countryCode": "PT", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-10-22", + "env": "development", + "id": 5583, + "isoNumeric": null, + "jurisdiction": "Belize", + "jurisdictionCountryCode": "BZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809701", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5583": { + "containsParas4and5": null, + "countryCode": "PY", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2008-08-26", + "dateSigned": "2005-08-30", + "env": "development", + "id": 5584, + "isoNumeric": null, + "jurisdiction": "Chile", + "jurisdictionCountryCode": "CL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5584": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2011-05-17", + "dateSigned": "2009-05-08", + "env": "development", + "id": 5585, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5585": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2012-04-21", + "dateSigned": "2012-01-18", + "env": "development", + "id": 5586, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809419", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5586": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2008-02-11", + "dateSigned": "2001-12-25", + "env": "development", + "id": 5587, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5587": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-10-26", + "env": "development", + "id": 5588, + "isoNumeric": null, + "jurisdiction": "Cayman Islands", + "jurisdictionCountryCode": "KY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/143899645", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5588": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2010-06-15", + "dateSigned": "2009-09-17", + "env": "development", + "id": 5589, + "isoNumeric": null, + "jurisdiction": "Monaco", + "jurisdictionCountryCode": "MC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809784", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5589": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2011-05-06", + "dateSigned": "2010-09-23", + "env": "development", + "id": 5590, + "isoNumeric": null, + "jurisdiction": "Panama", + "jurisdictionCountryCode": "PA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113064408", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5590": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2012-03-07", + "dateSigned": "2010-12-30", + "env": "development", + "id": 5591, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85627540", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5591": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2009-04-06", + "dateSigned": "2008-06-24", + "env": "development", + "id": 5592, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224345070", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5592": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-09-06", + "env": "development", + "id": 5593, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809246", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5593": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2008-04-15", + "dateSigned": "2007-03-27", + "env": "development", + "id": 5594, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81801135", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5594": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2009-11-30", + "dateSigned": "2009-06-29", + "env": "development", + "id": 5595, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86099270", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5595": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2007-04-02", + "dateSigned": "2004-11-07", + "env": "development", + "id": 5596, + "isoNumeric": null, + "jurisdiction": "Sri Lanka", + "jurisdictionCountryCode": "LK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5596": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2009-12-25", + "dateSigned": "2008-04-24", + "env": "development", + "id": 5597, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88717720", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5597": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-11-18", + "env": "development", + "id": 5598, + "isoNumeric": null, + "jurisdiction": "Gambia, The", + "jurisdictionCountryCode": "GM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5598": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2007-10-05", + "dateSigned": "2006-11-28", + "env": "development", + "id": 5599, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81954625", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5599": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2013-03-09", + "dateSigned": "2012-05-14", + "env": "development", + "id": 5600, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/123755799", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5600": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2000-03-28", + "dateSigned": "1999-06-04", + "env": "development", + "id": 5601, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109453321", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5601": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2014-04-04", + "dateSigned": "2011-12-12", + "env": "development", + "id": 5602, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/106371692", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5602": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2008-12-31", + "dateSigned": "2004-01-12", + "env": "development", + "id": 5603, + "isoNumeric": null, + "jurisdiction": "Jordan", + "jurisdictionCountryCode": "JO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5603": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1994-12-01", + "dateSigned": "1990-12-04", + "env": "development", + "id": 5604, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88848787", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5604": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1999-01-01", + "dateSigned": "1997-03-08", + "env": "development", + "id": 5605, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5605": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-02-20", + "env": "development", + "id": 5606, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5606": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2013-10-30", + "dateSigned": "2013-03-17", + "env": "development", + "id": 5607, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5607": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2000-01-15", + "dateSigned": "1999-04-07", + "env": "development", + "id": 5608, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85922418", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5608": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2008-10-13", + "dateSigned": "2008-01-28", + "env": "development", + "id": 5609, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5609": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2009-07-28", + "dateSigned": "2008-07-28", + "env": "development", + "id": 5610, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85328675", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5610": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2009-03-20", + "dateSigned": "2008-11-11", + "env": "development", + "id": 5611, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/82272462", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5611": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2011-02-07", + "dateSigned": "2002-10-15", + "env": "development", + "id": 5612, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5612": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-09-06", + "env": "development", + "id": 5613, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809777", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5613": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2000-01-19", + "dateSigned": "1998-04-20", + "env": "development", + "id": 5614, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5614": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2013-12-17", + "dateSigned": "2012-06-12", + "env": "development", + "id": 5615, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/106370449", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5615": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-12-06", + "env": "development", + "id": 5616, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218585160", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5616": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2011-05-11", + "dateSigned": "2008-12-14", + "env": "development", + "id": 5617, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5617": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2006-04-27", + "dateSigned": "2003-10-23", + "env": "development", + "id": 5618, + "isoNumeric": null, + "jurisdiction": "Syrian Arab Republic", + "jurisdictionCountryCode": "SY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5618": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2010-12-23", + "dateSigned": "2010-03-22", + "env": "development", + "id": 5619, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5619": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2009-12-30", + "dateSigned": "2008-11-18", + "env": "development", + "id": 5620, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81712969", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5620": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-09-06", + "env": "development", + "id": 5621, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/166643568", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5621": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2007-11-06", + "env": "development", + "id": 5622, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5622": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2000-01-11", + "dateSigned": "1998-06-10", + "env": "development", + "id": 5623, + "isoNumeric": null, + "jurisdiction": "Senegal", + "jurisdictionCountryCode": "SN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113065143", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5623": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-03-06", + "env": "development", + "id": 5624, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5624": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-05-10", + "env": "development", + "id": 5625, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/108687884", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5625": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2010-04-09", + "dateSigned": "2009-07-03", + "env": "development", + "id": 5626, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5626": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2010-01-01", + "dateSigned": "2005-01-23", + "env": "development", + "id": 5627, + "isoNumeric": null, + "jurisdiction": "Lebanon", + "jurisdictionCountryCode": "LB", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5627": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2010-10-15", + "dateSigned": "2009-06-25", + "env": "development", + "id": 5628, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73591184", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5628": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2007-11-14", + "dateSigned": "2007-04-03", + "env": "development", + "id": 5629, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5629": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2008-02-24", + "dateSigned": "2007-08-28", + "env": "development", + "id": 5630, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/127385132", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5630": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-09-06", + "env": "development", + "id": 5631, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5631": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2009-08-09", + "dateSigned": "2006-07-01", + "env": "development", + "id": 5632, + "isoNumeric": null, + "jurisdiction": "Seychelles", + "jurisdictionCountryCode": "SC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113066146", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5632": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-09-06", + "env": "development", + "id": 5633, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5633": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-07-21", + "env": "development", + "id": 5634, + "isoNumeric": null, + "jurisdiction": "Bosnia and Herzegovina", + "jurisdictionCountryCode": "BA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/77244423", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5634": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2013-07-11", + "dateSigned": "2013-02-22", + "env": "development", + "id": 5635, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5635": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2013-12-05", + "dateSigned": "2013-05-13", + "env": "development", + "id": 5636, + "isoNumeric": null, + "jurisdiction": "Hong Kong, China", + "jurisdictionCountryCode": "HK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5636": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2008-10-21", + "dateSigned": "2001-04-02", + "env": "development", + "id": 5637, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5637": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2015-05-04", + "dateSigned": "2014-06-01", + "env": "development", + "id": 5638, + "isoNumeric": null, + "jurisdiction": "Kyrgyzstan", + "jurisdictionCountryCode": "KG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5638": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2009-07-04", + "dateSigned": "2006-03-17", + "env": "development", + "id": 5639, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5639": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-01-19", + "env": "development", + "id": 5640, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5640": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2010-12-01", + "dateSigned": "2010-01-10", + "env": "development", + "id": 5641, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113081684", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5641": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-09-06", + "env": "development", + "id": 5642, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5642": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-09-06", + "env": "development", + "id": 5643, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/166643291", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5643": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2010-03-21", + "dateSigned": "2008-10-26", + "env": "development", + "id": 5644, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5644": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2008-01-01", + "dateSigned": "2002-04-22", + "env": "development", + "id": 5645, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5645": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2010-12-15", + "dateSigned": "2009-09-24", + "env": "development", + "id": 5646, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944478", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5646": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2009-12-09", + "dateSigned": "2009-08-26", + "env": "development", + "id": 5647, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88704246", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5647": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2009-09-05", + "dateSigned": "2007-10-15", + "env": "development", + "id": 5648, + "isoNumeric": null, + "jurisdiction": "Nepal", + "jurisdictionCountryCode": "NP", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5648": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-10-22", + "env": "development", + "id": 5649, + "isoNumeric": null, + "jurisdiction": "Ecuador", + "jurisdictionCountryCode": "EC", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5649": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2009-01-01", + "dateSigned": "2006-11-07", + "env": "development", + "id": 5650, + "isoNumeric": null, + "jurisdiction": "Cuba", + "jurisdictionCountryCode": "CU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5650": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2008-01-01", + "dateSigned": "2000-08-07", + "env": "development", + "id": 5651, + "isoNumeric": null, + "jurisdiction": "Yemen", + "jurisdictionCountryCode": "YE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5651": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2010-12-09", + "dateSigned": "2009-10-02", + "env": "development", + "id": 5652, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5652": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2009-01-28", + "dateSigned": "2008-07-03", + "env": "development", + "id": 5653, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/77244478", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5653": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2011-03-11", + "dateSigned": "2010-12-20", + "env": "development", + "id": 5654, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112961607", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5654": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-10-18", + "env": "development", + "id": 5655, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5655": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2007-09-19", + "dateSigned": "2006-04-30", + "env": "development", + "id": 5656, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5656": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2012-11-15", + "dateSigned": "2012-05-06", + "env": "development", + "id": 5657, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/106370524", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5657": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2003-12-25", + "env": "development", + "id": 5658, + "isoNumeric": null, + "jurisdiction": "Mauritania", + "jurisdictionCountryCode": "MR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5658": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2003-09-04", + "dateSigned": "1999-10-04", + "env": "development", + "id": 5659, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5659": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2007-07-30", + "dateSigned": "2006-07-28", + "env": "development", + "id": 5660, + "isoNumeric": null, + "jurisdiction": "Venezuela", + "jurisdictionCountryCode": "VE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5660": { + "containsParas4and5": null, + "countryCode": "QA", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2012-11-22", + "dateSigned": "2012-03-20", + "env": "development", + "id": 5661, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/106370992", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5661": { + "containsParas4and5": null, + "countryCode": "RE", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-12-01", + "env": "development", + "id": 5662, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5662": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1980-06-28", + "dateSigned": "1979-05-24", + "env": "development", + "id": 5663, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88278838", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5663": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1977-12-28", + "dateSigned": "1976-12-13", + "env": "development", + "id": 5664, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5664": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2009-08-21", + "dateSigned": "2008-07-16", + "env": "development", + "id": 5665, + "isoNumeric": null, + "jurisdiction": "Turkmenistan", + "jurisdictionCountryCode": "TM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5665": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2000-08-25", + "dateSigned": "1998-01-23", + "env": "development", + "id": 5666, + "isoNumeric": null, + "jurisdiction": "Korea, Democratic People's Republic of", + "jurisdictionCountryCode": "KP", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5666": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1978-04-09", + "dateSigned": "1976-02-12", + "env": "development", + "id": 5667, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/137334886", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5667": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1994-10-18", + "dateSigned": "1994-05-11", + "env": "development", + "id": 5668, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5668": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1994-06-23", + "env": "development", + "id": 5669, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81713004", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5669": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1994-08-11", + "dateSigned": "1993-11-08", + "env": "development", + "id": 5670, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5670": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1995-12-08", + "dateSigned": "1993-12-14", + "env": "development", + "id": 5671, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5671": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2002-11-28", + "dateSigned": "2002-02-21", + "env": "development", + "id": 5672, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/84677074", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5672": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1998-10-17", + "dateSigned": "1996-03-04", + "env": "development", + "id": 5673, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5673": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1995-04-07", + "dateSigned": "1991-09-17", + "env": "development", + "id": 5674, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85220151", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5674": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2006-08-16", + "dateSigned": "2003-07-02", + "env": "development", + "id": 5675, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5675": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1995-12-29", + "dateSigned": "1994-03-03", + "env": "development", + "id": 5676, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74481639", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5676": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2001-08-15", + "dateSigned": "2000-07-20", + "env": "development", + "id": 5677, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88691238", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5677": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2005-11-29", + "dateSigned": "2003-10-23", + "env": "development", + "id": 5678, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85210207", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5678": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1996-01-09", + "dateSigned": "1993-04-11", + "env": "development", + "id": 5679, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/109452654", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5679": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1995-01-01", + "dateSigned": "1992-07-21", + "env": "development", + "id": 5680, + "isoNumeric": null, + "jurisdiction": "Nigeria", + "jurisdictionCountryCode": "NG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85340346", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5680": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1978-12-08", + "dateSigned": "1976-12-22", + "env": "development", + "id": 5681, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5681": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1998-07-15", + "dateSigned": "1997-07-22", + "env": "development", + "id": 5682, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5682": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2008-02-11", + "dateSigned": "2007-05-23", + "env": "development", + "id": 5683, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113066945", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5683": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1988-09-15", + "dateSigned": "1986-07-01", + "env": "development", + "id": 5684, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5684": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2001-04-11", + "dateSigned": "2000-02-02", + "env": "development", + "id": 5685, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5685": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1975-09-27", + "dateSigned": "1974-09-27", + "env": "development", + "id": 5686, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88861804", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5686": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2002-11-28", + "dateSigned": "2002-05-25", + "env": "development", + "id": 5687, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5687": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1999-05-15", + "dateSigned": "1997-12-11", + "env": "development", + "id": 5688, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112961636", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5688": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2012-01-22", + "dateSigned": "2011-01-12", + "env": "development", + "id": 5689, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85211972", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5689": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2003-03-28", + "dateSigned": "2002-07-08", + "env": "development", + "id": 5690, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113081697", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5690": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2001-01-13", + "dateSigned": "1999-07-27", + "env": "development", + "id": 5691, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5691": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2004-01-29", + "dateSigned": "2002-10-29", + "env": "development", + "id": 5692, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/127393036", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5692": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2000-12-29", + "dateSigned": "1999-10-21", + "env": "development", + "id": 5693, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81679408", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5693": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2003-12-17", + "dateSigned": "2001-07-04", + "env": "development", + "id": 5694, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81597849", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5694": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1992-03-05", + "dateSigned": "1991-01-16", + "env": "development", + "id": 5695, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81567466", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5695": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1994-12-27", + "dateSigned": "1993-10-25", + "env": "development", + "id": 5696, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944498", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5696": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1996-08-16", + "dateSigned": "1995-11-30", + "env": "development", + "id": 5697, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88704270", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5697": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "1999-01-01", + "dateSigned": "1997-06-15", + "env": "development", + "id": 5698, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88693125", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5698": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2006-02-09", + "dateSigned": "1993-10-11", + "env": "development", + "id": 5699, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/137334886", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5699": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719160, + "currencyCode": null, + "dateActive": "2006-02-01", + "dateSigned": "2005-03-30", + "env": "development", + "id": 5700, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85627594", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5700": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1988-08-21", + "dateSigned": "1987-03-13", + "env": "development", + "id": 5701, + "isoNumeric": null, + "jurisdiction": "Bangladesh", + "jurisdictionCountryCode": "BD", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5701": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2002-08-16", + "dateSigned": "2000-06-12", + "env": "development", + "id": 5702, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5702": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1982-11-08", + "dateSigned": "1981-11-16", + "env": "development", + "id": 5703, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81568395", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5703": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1996-07-11", + "dateSigned": "1994-06-28", + "env": "development", + "id": 5704, + "isoNumeric": null, + "jurisdiction": "Algeria", + "jurisdictionCountryCode": "DZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5704": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1981-01-05", + "dateSigned": "1979-07-13", + "env": "development", + "id": 5705, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5705": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1995-09-12", + "dateSigned": "1994-06-01", + "env": "development", + "id": 5706, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5706": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1984-04-07", + "dateSigned": "1982-11-26", + "env": "development", + "id": 5707, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85338830", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5707": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1999-01-13", + "dateSigned": "1996-07-03", + "env": "development", + "id": 5708, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5708": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1984-08-02", + "dateSigned": "1983-10-10", + "env": "development", + "id": 5709, + "isoNumeric": null, + "jurisdiction": "Jordan", + "jurisdictionCountryCode": "JO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5709": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2013-12-16", + "dateSigned": "2013-03-08", + "env": "development", + "id": 5710, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5710": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2009-01-01", + "dateSigned": "2007-09-19", + "env": "development", + "id": 5711, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85325439", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5711": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1999-07-14", + "dateSigned": "1997-09-16", + "env": "development", + "id": 5712, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81715586", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5712": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1995-01-01", + "dateSigned": "1992-07-26", + "env": "development", + "id": 5713, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5713": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2014-10-22", + "dateSigned": "2012-09-14", + "env": "development", + "id": 5714, + "isoNumeric": null, + "jurisdiction": "Uruguay", + "jurisdictionCountryCode": "UY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/117223844", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5714": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1996-04-10", + "dateSigned": "1995-02-21", + "env": "development", + "id": 5715, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5715": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1979-02-06", + "dateSigned": "1977-01-14", + "env": "development", + "id": 5716, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73731532", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5716": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1997-10-17", + "dateSigned": "1996-06-06", + "env": "development", + "id": 5717, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5717": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1986-02-28", + "dateSigned": "1984-10-19", + "env": "development", + "id": 5718, + "isoNumeric": null, + "jurisdiction": "Sri Lanka", + "jurisdictionCountryCode": "LK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5718": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1989-01-19", + "dateSigned": "1987-09-23", + "env": "development", + "id": 5719, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5719": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1976-11-21", + "dateSigned": "1975-09-18", + "env": "development", + "id": 5720, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5720": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2004-12-31", + "dateSigned": "2004-04-08", + "env": "development", + "id": 5721, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5721": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1997-11-27", + "dateSigned": "1994-05-18", + "env": "development", + "id": 5722, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88688951", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5722": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1995-10-21", + "dateSigned": "1993-11-12", + "env": "development", + "id": 5723, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74489826", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5723": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1981-09-27", + "dateSigned": "1980-11-14", + "env": "development", + "id": 5724, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86099304", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5724": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1996-05-16", + "env": "development", + "id": 5725, + "isoNumeric": null, + "jurisdiction": "Montenegro", + "jurisdictionCountryCode": "ME", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5725": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1999-07-29", + "dateSigned": "1998-03-05", + "env": "development", + "id": 5726, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88718586", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5726": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1996-05-16", + "env": "development", + "id": 5727, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5727": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1999-08-05", + "dateSigned": "1998-02-25", + "env": "development", + "id": 5728, + "isoNumeric": null, + "jurisdiction": "Namibia", + "jurisdictionCountryCode": "NA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5728": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2012-07-01", + "dateSigned": "2011-04-26", + "env": "development", + "id": 5729, + "isoNumeric": null, + "jurisdiction": "Saudi Arabia", + "jurisdictionCountryCode": "SA", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5729": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1987-12-22", + "dateSigned": "1986-04-29", + "env": "development", + "id": 5730, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224345147", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5730": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1993-09-27", + "env": "development", + "id": 5731, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5731": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1996-01-22", + "dateSigned": "1992-04-24", + "env": "development", + "id": 5732, + "isoNumeric": null, + "jurisdiction": "Ecuador", + "jurisdictionCountryCode": "EC", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5732": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1997-04-06", + "dateSigned": "1995-06-28", + "env": "development", + "id": 5733, + "isoNumeric": null, + "jurisdiction": "Lebanon", + "jurisdictionCountryCode": "LB", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106347674", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5733": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1993-09-16", + "env": "development", + "id": 5734, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5734": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2002-07-15", + "dateSigned": "2001-11-26", + "env": "development", + "id": 5735, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81687294", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5735": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2003-09-04", + "dateSigned": "1999-10-04", + "env": "development", + "id": 5736, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5736": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1997-08-25", + "dateSigned": "1996-03-25", + "env": "development", + "id": 5737, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5737": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1987-12-22", + "dateSigned": "1986-04-29", + "env": "development", + "id": 5738, + "isoNumeric": null, + "jurisdiction": "Bosnia and Herzegovina", + "jurisdictionCountryCode": "BA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5738": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1997-04-03", + "dateSigned": "1996-06-26", + "env": "development", + "id": 5739, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5739": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1997-11-17", + "dateSigned": "1996-03-29", + "env": "development", + "id": 5740, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5740": { + "containsParas4and5": null, + "countryCode": "PA", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2013-10-23", + "dateSigned": "2012-10-13", + "env": "development", + "id": 5741, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113064425", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5741": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1976-02-26", + "dateSigned": "1973-12-04", + "env": "development", + "id": 5742, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73573385", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5742": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2000-02-04", + "dateSigned": "1998-10-27", + "env": "development", + "id": 5743, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5743": { + "containsParas4and5": null, + "countryCode": "PA", + "createdAt": 1568104719159, + "currencyCode": null, + "dateActive": "2010-12-30", + "dateSigned": "2010-03-24", + "env": "development", + "id": 5744, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88691233", + "typeEOI": null, + "updatedAt": 1568275028728 + }, + "5744": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2009-06-12", + "dateSigned": "2007-08-28", + "env": "development", + "id": 5745, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5745": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1981-12-16", + "dateSigned": "1980-06-18", + "env": "development", + "id": 5746, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5746": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2010-10-21", + "dateSigned": "2010-05-21", + "env": "development", + "id": 5747, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109356274", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5747": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1983-02-06", + "dateSigned": "1982-02-22", + "env": "development", + "id": 5748, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5748": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-02-28", + "env": "development", + "id": 5749, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5749": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1988-12-25", + "dateSigned": "1987-03-26", + "env": "development", + "id": 5750, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81597881", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5750": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1997-07-22", + "dateSigned": "1996-09-04", + "env": "development", + "id": 5751, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5751": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2010-06-08", + "dateSigned": "1997-06-25", + "env": "development", + "id": 5752, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5752": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2005-06-27", + "dateSigned": "2004-11-11", + "env": "development", + "id": 5753, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5753": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1987-12-18", + "dateSigned": "1986-05-08", + "env": "development", + "id": 5754, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5754": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1983-05-26", + "dateSigned": "1980-11-21", + "env": "development", + "id": 5755, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85919186", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5755": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2003-12-31", + "dateSigned": "2003-06-11", + "env": "development", + "id": 5756, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113081727", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5756": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2013-01-09", + "dateSigned": "2012-04-04", + "env": "development", + "id": 5757, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/156119291", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5757": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2010-06-14", + "dateSigned": "2009-09-24", + "env": "development", + "id": 5758, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5758": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1999-01-01", + "dateSigned": "1997-06-12", + "env": "development", + "id": 5759, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81713032", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5759": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2005-05-25", + "env": "development", + "id": 5760, + "isoNumeric": null, + "jurisdiction": "Ghana", + "jurisdictionCountryCode": "GH", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5760": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2013-06-03", + "dateSigned": "2012-04-11", + "env": "development", + "id": 5761, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5761": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1997-03-21", + "env": "development", + "id": 5762, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5762": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1985-07-03", + "dateSigned": "1982-02-24", + "env": "development", + "id": 5763, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5763": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2004-04-22", + "dateSigned": "2001-12-14", + "env": "development", + "id": 5764, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224494655", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5764": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2013-07-02", + "dateSigned": "2013-01-13", + "env": "development", + "id": 5765, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5765": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2003-01-01", + "dateSigned": "2001-06-26", + "env": "development", + "id": 5766, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5766": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2010-06-16", + "dateSigned": "2009-09-23", + "env": "development", + "id": 5767, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81679428", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5767": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2010-06-16", + "dateSigned": "2009-09-09", + "env": "development", + "id": 5768, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88704302", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5768": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2005-11-17", + "dateSigned": "2004-12-22", + "env": "development", + "id": 5769, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112688470", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5769": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2003-05-29", + "dateSigned": "1983-01-10", + "env": "development", + "id": 5770, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86099334", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5770": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2006-05-19", + "dateSigned": "2005-11-22", + "env": "development", + "id": 5771, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113787511", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5771": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1986-09-08", + "dateSigned": "1985-06-29", + "env": "development", + "id": 5772, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81568423", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5772": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1975-08-01", + "dateSigned": "1974-03-28", + "env": "development", + "id": 5773, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5773": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2006-05-05", + "dateSigned": "2005-04-13", + "env": "development", + "id": 5774, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944519", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5774": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1995-10-12", + "env": "development", + "id": 5775, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5775": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2013-10-31", + "dateSigned": "2012-04-27", + "env": "development", + "id": 5776, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5776": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2010-12-01", + "dateSigned": "2010-05-13", + "env": "development", + "id": 5777, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809380", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5777": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2008-09-23", + "dateSigned": "2006-02-08", + "env": "development", + "id": 5778, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86049930", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5778": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2009-12-18", + "dateSigned": "2009-05-15", + "env": "development", + "id": 5779, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5779": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1982-09-16", + "dateSigned": "1981-11-06", + "env": "development", + "id": 5780, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5780": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2010-03-28", + "dateSigned": "2009-03-09", + "env": "development", + "id": 5781, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5781": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1996-05-16", + "env": "development", + "id": 5782, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5782": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2010-12-09", + "dateSigned": "2009-10-02", + "env": "development", + "id": 5783, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5783": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2003-07-04", + "dateSigned": "2000-09-05", + "env": "development", + "id": 5784, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81700379", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5784": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2001-11-29", + "dateSigned": "2001-03-22", + "env": "development", + "id": 5785, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5785": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2010-12-17", + "dateSigned": "2010-05-07", + "env": "development", + "id": 5786, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85917020", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5786": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-06-06", + "env": "development", + "id": 5787, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5787": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2001-01-01", + "dateSigned": "1995-11-27", + "env": "development", + "id": 5788, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/74489870", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5788": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1994-02-15", + "env": "development", + "id": 5789, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73593331", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5789": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1995-04-05", + "env": "development", + "id": 5790, + "isoNumeric": null, + "jurisdiction": "Mongolia", + "jurisdictionCountryCode": "MN", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5790": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1998-04-11", + "dateSigned": "1997-03-25", + "env": "development", + "id": 5791, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85926241", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5791": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1995-10-12", + "env": "development", + "id": 5792, + "isoNumeric": null, + "jurisdiction": "Montenegro", + "jurisdictionCountryCode": "ME", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5792": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2012-11-08", + "dateSigned": "2010-12-20", + "env": "development", + "id": 5793, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/218784345", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5793": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2000-06-13", + "dateSigned": "1998-12-16", + "env": "development", + "id": 5794, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809417", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5794": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1992-11-19", + "env": "development", + "id": 5795, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81685334", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5795": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1997-05-05", + "dateSigned": "1995-10-05", + "env": "development", + "id": 5796, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81676976", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5796": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1995-04-21", + "env": "development", + "id": 5797, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5797": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1995-07-07", + "dateSigned": "1994-04-29", + "env": "development", + "id": 5798, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5798": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2004-01-01", + "dateSigned": "1999-11-26", + "env": "development", + "id": 5799, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85325448", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5799": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "1999-11-26", + "env": "development", + "id": 5800, + "isoNumeric": null, + "jurisdiction": "Ethiopia", + "jurisdictionCountryCode": "ET", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5800": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1997-09-12", + "dateSigned": "1995-04-26", + "env": "development", + "id": 5801, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88688962", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5801": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1994-05-27", + "env": "development", + "id": 5802, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81567475", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5802": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2010-11-15", + "dateSigned": "2000-12-14", + "env": "development", + "id": 5803, + "isoNumeric": null, + "jurisdiction": "Cuba", + "jurisdictionCountryCode": "CU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5803": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2012-02-28", + "dateSigned": "2004-11-19", + "env": "development", + "id": 5804, + "isoNumeric": null, + "jurisdiction": "Chile", + "jurisdictionCountryCode": "CL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81456246", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5804": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1997-05-07", + "dateSigned": "1993-06-28", + "env": "development", + "id": 5805, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5805": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2002-12-30", + "dateSigned": "2000-04-13", + "env": "development", + "id": 5806, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85627626", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5806": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2000-07-14", + "dateSigned": "1997-10-21", + "env": "development", + "id": 5807, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5807": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "1999-05-15", + "env": "development", + "id": 5808, + "isoNumeric": null, + "jurisdiction": "Lao People's Democratic Republic", + "jurisdictionCountryCode": "LA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5808": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2014-05-22", + "dateSigned": "2013-04-24", + "env": "development", + "id": 5809, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/137955734", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5809": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2000-06-26", + "dateSigned": "1995-06-16", + "env": "development", + "id": 5810, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5810": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1997-07-18", + "dateSigned": "1995-11-17", + "env": "development", + "id": 5811, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5811": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2001-01-01", + "dateSigned": "1999-01-13", + "env": "development", + "id": 5812, + "isoNumeric": null, + "jurisdiction": "Kyrgyzstan", + "jurisdictionCountryCode": "KG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5812": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2010-01-01", + "dateSigned": "1999-09-23", + "env": "development", + "id": 5813, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5813": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2004-01-01", + "dateSigned": "1999-02-09", + "env": "development", + "id": 5814, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5814": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1994-04-01", + "env": "development", + "id": 5815, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5815": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1996-04-12", + "env": "development", + "id": 5816, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5816": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1997-04-27", + "dateSigned": "1996-02-08", + "env": "development", + "id": 5817, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5817": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1987-01-01", + "dateSigned": "1986-01-18", + "env": "development", + "id": 5818, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112963821", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5818": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2001-01-01", + "dateSigned": "1997-09-26", + "env": "development", + "id": 5819, + "isoNumeric": null, + "jurisdiction": "Korea, Democratic People's Republic of", + "jurisdictionCountryCode": "KP", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5819": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2004-01-01", + "dateSigned": "1997-03-31", + "env": "development", + "id": 5820, + "isoNumeric": null, + "jurisdiction": "Tajikistan", + "jurisdictionCountryCode": "TJ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5820": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2000-01-19", + "dateSigned": "1998-04-20", + "env": "development", + "id": 5821, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5821": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2003-01-01", + "dateSigned": "1999-03-02", + "env": "development", + "id": 5822, + "isoNumeric": null, + "jurisdiction": "Sri Lanka", + "jurisdictionCountryCode": "LK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5822": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2002-12-17", + "dateSigned": "1999-03-12", + "env": "development", + "id": 5823, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5823": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2000-01-01", + "dateSigned": "1995-02-08", + "env": "development", + "id": 5824, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5824": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1998-08-27", + "dateSigned": "1996-12-16", + "env": "development", + "id": 5825, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88718628", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5825": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2012-10-16", + "dateSigned": "2001-10-10", + "env": "development", + "id": 5826, + "isoNumeric": null, + "jurisdiction": "Argentina", + "jurisdictionCountryCode": "AR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112937855", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5826": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2010-02-01", + "dateSigned": "2007-02-11", + "env": "development", + "id": 5827, + "isoNumeric": null, + "jurisdiction": "Saudi Arabia", + "jurisdictionCountryCode": "SA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106433172", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5827": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1999-01-01", + "dateSigned": "1996-12-28", + "env": "development", + "id": 5828, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5828": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2007-12-20", + "dateSigned": "2000-06-26", + "env": "development", + "id": 5829, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85220196", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5829": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2001-11-26", + "env": "development", + "id": 5830, + "isoNumeric": null, + "jurisdiction": "Oman", + "jurisdictionCountryCode": "OM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5830": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2008-04-02", + "dateSigned": "2004-06-07", + "env": "development", + "id": 5831, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88691252", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5831": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2001-01-01", + "dateSigned": "1997-04-07", + "env": "development", + "id": 5832, + "isoNumeric": null, + "jurisdiction": "Lebanon", + "jurisdictionCountryCode": "LB", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106347848", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5832": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2010-01-01", + "dateSigned": "2003-12-22", + "env": "development", + "id": 5833, + "isoNumeric": null, + "jurisdiction": "Venezuela", + "jurisdictionCountryCode": "VE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5833": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1994-01-01", + "dateSigned": "1992-05-22", + "env": "development", + "id": 5834, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88702374", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5834": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "1999-08-04", + "env": "development", + "id": 5835, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/156119291", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5835": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1995-10-02", + "env": "development", + "id": 5836, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224345204", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5836": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2003-01-01", + "dateSigned": "1996-05-04", + "env": "development", + "id": 5837, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5837": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1999-03-09", + "dateSigned": "1996-11-26", + "env": "development", + "id": 5838, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861816", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5838": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1993-06-15", + "env": "development", + "id": 5839, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5839": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2000-01-01", + "dateSigned": "1998-12-05", + "env": "development", + "id": 5840, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/131021299", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5840": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2002-12-20", + "dateSigned": "1996-03-26", + "env": "development", + "id": 5841, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86099382", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5841": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1995-04-11", + "env": "development", + "id": 5842, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112688273", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5842": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2009-01-19", + "dateSigned": "2004-11-22", + "env": "development", + "id": 5843, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5843": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2010-01-01", + "dateSigned": "2003-04-08", + "env": "development", + "id": 5844, + "isoNumeric": null, + "jurisdiction": "Botswana", + "jurisdictionCountryCode": "BW", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5844": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1995-10-12", + "env": "development", + "id": 5845, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5845": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2001-01-01", + "dateSigned": "1994-04-25", + "env": "development", + "id": 5846, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88693134", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5846": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1999-08-31", + "dateSigned": "1997-09-04", + "env": "development", + "id": 5847, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5847": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1995-09-29", + "env": "development", + "id": 5848, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113081752", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5848": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1997-01-01", + "dateSigned": "1993-05-27", + "env": "development", + "id": 5849, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5849": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2001-01-01", + "dateSigned": "1997-09-23", + "env": "development", + "id": 5850, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5850": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1996-12-30", + "dateSigned": "1996-05-29", + "env": "development", + "id": 5851, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5851": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1999-01-01", + "dateSigned": "1997-07-03", + "env": "development", + "id": 5852, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/127745195", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5852": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1993-06-08", + "env": "development", + "id": 5853, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5853": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2004-01-01", + "dateSigned": "2000-09-17", + "env": "development", + "id": 5854, + "isoNumeric": null, + "jurisdiction": "Syrian Arab Republic", + "jurisdictionCountryCode": "SY", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5854": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1994-03-02", + "env": "development", + "id": 5855, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5855": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2009-01-01", + "dateSigned": "2006-03-10", + "env": "development", + "id": 5856, + "isoNumeric": null, + "jurisdiction": "Algeria", + "jurisdictionCountryCode": "DZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5856": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1997-04-18", + "dateSigned": "1995-11-15", + "env": "development", + "id": 5857, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5857": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "1995-08-24", + "env": "development", + "id": 5858, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5858": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1997-05-01", + "dateSigned": "1994-06-24", + "env": "development", + "id": 5859, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5859": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2002-11-05", + "env": "development", + "id": 5860, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85210237", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5860": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1994-01-01", + "dateSigned": "1992-06-17", + "env": "development", + "id": 5861, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73573420", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5861": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1996-10-18", + "env": "development", + "id": 5862, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5862": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2002-12-11", + "dateSigned": "2000-05-29", + "env": "development", + "id": 5863, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81715616", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5863": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2000-01-01", + "dateSigned": "1998-01-14", + "env": "development", + "id": 5864, + "isoNumeric": null, + "jurisdiction": "Turkmenistan", + "jurisdictionCountryCode": "TM", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5864": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1993-09-27", + "env": "development", + "id": 5865, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5865": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2013-06-23", + "dateSigned": "2011-12-07", + "env": "development", + "id": 5866, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5866": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2000-01-01", + "dateSigned": "1997-12-15", + "env": "development", + "id": 5867, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5867": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2001-01-01", + "dateSigned": "1998-03-31", + "env": "development", + "id": 5868, + "isoNumeric": null, + "jurisdiction": "Namibia", + "jurisdictionCountryCode": "NA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5868": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2003-12-17", + "dateSigned": "2000-09-07", + "env": "development", + "id": 5869, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5869": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2009-01-16", + "dateSigned": "2002-09-09", + "env": "development", + "id": 5870, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/84677115", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5870": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2006-01-01", + "dateSigned": "1999-06-29", + "env": "development", + "id": 5871, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5871": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1988-07-04", + "dateSigned": "1987-07-31", + "env": "development", + "id": 5872, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/86050028", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5872": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2000-01-01", + "dateSigned": "1996-06-25", + "env": "development", + "id": 5873, + "isoNumeric": null, + "jurisdiction": "Mali", + "jurisdictionCountryCode": "ML", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5873": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2003-01-01", + "dateSigned": "1998-03-06", + "env": "development", + "id": 5874, + "isoNumeric": null, + "jurisdiction": "Iran", + "jurisdictionCountryCode": "IR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5874": { + "containsParas4and5": null, + "countryCode": "RU", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1998-11-30", + "dateSigned": "1996-04-09", + "env": "development", + "id": 5875, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/106370612", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5875": { + "containsParas4and5": null, + "countryCode": "SA", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2009-12-01", + "dateSigned": "2007-01-13", + "env": "development", + "id": 5876, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73101217", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5876": { + "containsParas4and5": null, + "countryCode": "SA", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2009-01-01", + "dateSigned": "2007-10-31", + "env": "development", + "id": 5877, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5877": { + "containsParas4and5": null, + "countryCode": "SA", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2012-12-01", + "dateSigned": "2012-01-04", + "env": "development", + "id": 5878, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/125262847", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5878": { + "containsParas4and5": null, + "countryCode": "SA", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2011-02-01", + "dateSigned": "2010-04-10", + "env": "development", + "id": 5879, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/106371809", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5879": { + "containsParas4and5": null, + "countryCode": "SA", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2011-10-01", + "dateSigned": "2011-01-04", + "env": "development", + "id": 5880, + "isoNumeric": null, + "jurisdiction": "Bangladesh", + "jurisdictionCountryCode": "BD", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106371853", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5880": { + "containsParas4and5": null, + "countryCode": "SA", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2007-07-01", + "dateSigned": "2006-01-31", + "env": "development", + "id": 5881, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85338979", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5881": { + "containsParas4and5": null, + "countryCode": "SA", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-11-15", + "env": "development", + "id": 5882, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73349496", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5882": { + "containsParas4and5": null, + "countryCode": "SA", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2010-12-01", + "dateSigned": "2008-10-13", + "env": "development", + "id": 5883, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88718706", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5883": { + "containsParas4and5": null, + "countryCode": "SA", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2015-05-01", + "dateSigned": "2014-03-23", + "env": "development", + "id": 5884, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809785", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5884": { + "containsParas4and5": null, + "countryCode": "SA", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2010-02-01", + "dateSigned": "2007-02-11", + "env": "development", + "id": 5885, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106433172", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5885": { + "containsParas4and5": null, + "countryCode": "SA", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1983-03-01", + "dateSigned": "1982-02-18", + "env": "development", + "id": 5886, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5886": { + "containsParas4and5": null, + "countryCode": "SA", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2012-06-01", + "dateSigned": "2011-02-22", + "env": "development", + "id": 5887, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81713096", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5887": { + "containsParas4and5": null, + "countryCode": "SA", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2014-09-01", + "dateSigned": "2013-05-07", + "env": "development", + "id": 5888, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5888": { + "containsParas4and5": null, + "countryCode": "SA", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2007-06-01", + "dateSigned": "2006-03-19", + "env": "development", + "id": 5889, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85627653", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5889": { + "containsParas4and5": null, + "countryCode": "SA", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2006-11-15", + "dateSigned": "2006-02-02", + "env": "development", + "id": 5890, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/74899102", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5890": { + "containsParas4and5": null, + "countryCode": "SA", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-07-08", + "env": "development", + "id": 5891, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5891": { + "containsParas4and5": null, + "countryCode": "SA", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2010-10-01", + "dateSigned": "2009-09-07", + "env": "development", + "id": 5892, + "isoNumeric": null, + "jurisdiction": "Syrian Arab Republic", + "jurisdictionCountryCode": "SY", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5892": { + "containsParas4and5": null, + "countryCode": "SA", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2009-04-01", + "dateSigned": "2007-11-09", + "env": "development", + "id": 5893, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106372057", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5893": { + "containsParas4and5": null, + "countryCode": "SA", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2008-12-01", + "dateSigned": "2007-03-24", + "env": "development", + "id": 5894, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81683234", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5894": { + "containsParas4and5": null, + "countryCode": "SA", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2006-09-01", + "dateSigned": "2006-01-23", + "env": "development", + "id": 5895, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81565304", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5895": { + "containsParas4and5": null, + "countryCode": "SA", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2010-08-01", + "dateSigned": "2009-07-20", + "env": "development", + "id": 5896, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106371930", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5896": { + "containsParas4and5": null, + "countryCode": "SA", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2008-05-01", + "dateSigned": "2007-03-13", + "env": "development", + "id": 5897, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/74490644", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5897": { + "containsParas4and5": null, + "countryCode": "SA", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2012-12-01", + "dateSigned": "2011-10-19", + "env": "development", + "id": 5898, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88704418", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5898": { + "containsParas4and5": null, + "countryCode": "SA", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-06-07", + "env": "development", + "id": 5899, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5899": { + "containsParas4and5": null, + "countryCode": "SA", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2010-11-01", + "dateSigned": "2008-11-18", + "env": "development", + "id": 5900, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106371885", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5900": { + "containsParas4and5": null, + "countryCode": "SA", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2010-05-01", + "dateSigned": "2008-06-19", + "env": "development", + "id": 5901, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106433190", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5901": { + "containsParas4and5": null, + "countryCode": "SA", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2013-05-01", + "dateSigned": "2012-04-25", + "env": "development", + "id": 5902, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218588987", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5902": { + "containsParas4and5": null, + "countryCode": "SA", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2009-10-01", + "dateSigned": "2007-06-19", + "env": "development", + "id": 5903, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74243204", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5903": { + "containsParas4and5": null, + "countryCode": "SA", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2006-11-01", + "dateSigned": "2006-01-25", + "env": "development", + "id": 5904, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85926260", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5904": { + "containsParas4and5": null, + "countryCode": "SA", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2012-07-01", + "dateSigned": "2011-04-26", + "env": "development", + "id": 5905, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5905": { + "containsParas4and5": null, + "countryCode": "SA", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2011-07-01", + "dateSigned": "2010-05-03", + "env": "development", + "id": 5906, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809610", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5906": { + "containsParas4and5": null, + "countryCode": "SA", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-12-15", + "env": "development", + "id": 5907, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5907": { + "containsParas4and5": null, + "countryCode": "SB", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1950-05-10", + "dateSigned": "1950-05-10", + "env": "development", + "id": 5908, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5908": { + "containsParas4and5": null, + "countryCode": "SA", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2012-12-01", + "dateSigned": "2011-09-02", + "env": "development", + "id": 5909, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5909": { + "containsParas4and5": null, + "countryCode": "SA", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2015-05-01", + "dateSigned": "2014-05-13", + "env": "development", + "id": 5910, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5910": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2005-06-22", + "dateSigned": "2004-08-26", + "env": "development", + "id": 5911, + "isoNumeric": null, + "jurisdiction": "Botswana", + "jurisdictionCountryCode": "BW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113063220", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5911": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2006-07-07", + "dateSigned": "2005-10-04", + "env": "development", + "id": 5912, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113066176", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5912": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2006-07-10", + "dateSigned": "2003-12-03", + "env": "development", + "id": 5913, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85339048", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5913": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-01-04", + "env": "development", + "id": 5914, + "isoNumeric": null, + "jurisdiction": "Monaco", + "jurisdictionCountryCode": "MC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112153519", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5914": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2000-04-20", + "dateSigned": "1999-09-27", + "env": "development", + "id": 5915, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113063283", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5915": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2012-02-03", + "dateSigned": "2010-04-24", + "env": "development", + "id": 5916, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113063211", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5916": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2013-05-30", + "dateSigned": "2012-09-28", + "env": "development", + "id": 5917, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5917": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-08-18", + "env": "development", + "id": 5918, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5918": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-02-12", + "env": "development", + "id": 5919, + "isoNumeric": null, + "jurisdiction": "Cayman Islands", + "jurisdictionCountryCode": "KY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218777595", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5919": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-09-06", + "env": "development", + "id": 5920, + "isoNumeric": null, + "jurisdiction": "Malawi", + "jurisdictionCountryCode": "MW", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5920": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-11-07", + "env": "development", + "id": 5921, + "isoNumeric": null, + "jurisdiction": "Sri Lanka", + "jurisdictionCountryCode": "LK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5921": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-10-16", + "env": "development", + "id": 5922, + "isoNumeric": null, + "jurisdiction": "Swaziland", + "jurisdictionCountryCode": "SZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5922": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2000-01-17", + "dateSigned": "1999-08-26", + "env": "development", + "id": 5923, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81565272", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5923": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-07-09", + "env": "development", + "id": 5924, + "isoNumeric": null, + "jurisdiction": "Sierra Leone", + "jurisdictionCountryCode": "SL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5924": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2012-07-28", + "dateSigned": "2011-03-30", + "env": "development", + "id": 5925, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113063245", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5925": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2012-09-01", + "dateSigned": "2010-08-04", + "env": "development", + "id": 5926, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88718757", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5926": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-03-30", + "env": "development", + "id": 5927, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86182563", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5927": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-03-30", + "env": "development", + "id": 5928, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113063271", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5928": { + "containsParas4and5": null, + "countryCode": "RS", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2001-10-15", + "dateSigned": "2001-02-26", + "env": "development", + "id": 5929, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74477579", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5929": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2002-08-06", + "env": "development", + "id": 5930, + "isoNumeric": null, + "jurisdiction": "Zimbabwe", + "jurisdictionCountryCode": "ZW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113066193", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5930": { + "containsParas4and5": null, + "countryCode": "NO", + "createdAt": 1568104719158, + "currencyCode": null, + "dateActive": "2007-09-12", + "dateSigned": "2006-08-08", + "env": "development", + "id": 5931, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81454948", + "typeEOI": null, + "updatedAt": 1568275028727 + }, + "5931": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2012-06-04", + "dateSigned": "2008-02-05", + "env": "development", + "id": 5932, + "isoNumeric": null, + "jurisdiction": "Zambia", + "jurisdictionCountryCode": "ZM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113066209", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5932": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2013-07-19", + "dateSigned": "2012-06-21", + "env": "development", + "id": 5933, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5933": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2012-07-22", + "dateSigned": "2011-12-20", + "env": "development", + "id": 5934, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85212031", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5934": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-12-07", + "env": "development", + "id": 5935, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5935": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2006-10-27", + "dateSigned": "2006-06-28", + "env": "development", + "id": 5936, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113063230", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5936": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-09-05", + "env": "development", + "id": 5937, + "isoNumeric": null, + "jurisdiction": "Lesotho", + "jurisdictionCountryCode": "LS", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5937": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2013-08-19", + "dateSigned": "2012-06-04", + "env": "development", + "id": 5938, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/137334886", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5938": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-03-30", + "env": "development", + "id": 5939, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113063587", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5939": { + "containsParas4and5": null, + "countryCode": "RO", + "createdAt": 1568104719161, + "currencyCode": null, + "dateActive": "2000-04-21", + "dateSigned": "1998-09-21", + "env": "development", + "id": 5940, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5940": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2012-11-22", + "dateSigned": "2011-03-30", + "env": "development", + "id": 5941, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5941": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2013-12-16", + "dateSigned": "2013-03-28", + "env": "development", + "id": 5942, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/135528178", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5942": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-07-09", + "env": "development", + "id": 5943, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/269370485", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5943": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-03-30", + "env": "development", + "id": 5944, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113066851", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5944": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2004-01-20", + "dateSigned": "2003-09-13", + "env": "development", + "id": 5945, + "isoNumeric": null, + "jurisdiction": "Oman", + "jurisdictionCountryCode": "OM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113066872", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5945": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-05-26", + "env": "development", + "id": 5946, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5946": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2007-04-23", + "dateSigned": "2006-09-18", + "env": "development", + "id": 5947, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/109452269", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5947": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-03-30", + "env": "development", + "id": 5948, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5948": { + "containsParas4and5": null, + "countryCode": "SD", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2004-03-02", + "env": "development", + "id": 5949, + "isoNumeric": null, + "jurisdiction": "Lebanon", + "jurisdictionCountryCode": "LB", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5949": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2006-04-27", + "env": "development", + "id": 5950, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5950": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-07-14", + "env": "development", + "id": 5951, + "isoNumeric": null, + "jurisdiction": "Ethiopia", + "jurisdictionCountryCode": "ET", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5951": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2008-02-28", + "dateSigned": "2007-10-19", + "env": "development", + "id": 5952, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87947774", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5952": { + "containsParas4and5": null, + "countryCode": "SD", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1999-02-09", + "dateSigned": "1997-05-30", + "env": "development", + "id": 5953, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81565319", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5953": { + "containsParas4and5": null, + "countryCode": "SD", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2002-12-18", + "dateSigned": "1993-10-07", + "env": "development", + "id": 5954, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85339084", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5954": { + "containsParas4and5": null, + "countryCode": "SD", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2001-11-28", + "dateSigned": "2001-03-15", + "env": "development", + "id": 5955, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5955": { + "containsParas4and5": null, + "countryCode": "SD", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2001-01-01", + "dateSigned": "1998-02-10", + "env": "development", + "id": 5956, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5956": { + "containsParas4and5": null, + "countryCode": "SD", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2004-04-09", + "env": "development", + "id": 5957, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5957": { + "containsParas4and5": null, + "countryCode": "SD", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-12-22", + "env": "development", + "id": 5958, + "isoNumeric": null, + "jurisdiction": "Mauritania", + "jurisdictionCountryCode": "MR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5958": { + "containsParas4and5": null, + "countryCode": "SD", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2005-01-31", + "dateSigned": "2001-08-26", + "env": "development", + "id": 5959, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5959": { + "containsParas4and5": null, + "countryCode": "SD", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2004-04-15", + "dateSigned": "2003-10-22", + "env": "development", + "id": 5960, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85926275", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5960": { + "containsParas4and5": null, + "countryCode": "SD", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1977-10-08", + "dateSigned": "1975-03-08", + "env": "development", + "id": 5961, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5961": { + "containsParas4and5": null, + "countryCode": "SD", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2007-11-07", + "env": "development", + "id": 5962, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5962": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2010-07-03", + "dateSigned": "2009-12-16", + "env": "development", + "id": 5963, + "isoNumeric": null, + "jurisdiction": "Gibraltar", + "jurisdictionCountryCode": "GI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809184", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5963": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-06-29", + "env": "development", + "id": 5964, + "isoNumeric": null, + "jurisdiction": "Costa Rica", + "jurisdictionCountryCode": "CR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218823850", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5964": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1981-12-16", + "dateSigned": "1980-06-18", + "env": "development", + "id": 5965, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113081784", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5965": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1994-08-09", + "dateSigned": "1994-03-24", + "env": "development", + "id": 5966, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5966": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2005-12-30", + "dateSigned": "2004-06-04", + "env": "development", + "id": 5967, + "isoNumeric": null, + "jurisdiction": "Chile", + "jurisdictionCountryCode": "CL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81456277", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5967": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2003-11-01", + "dateSigned": "1998-06-24", + "env": "development", + "id": 5968, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88688974", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5968": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2009-12-25", + "dateSigned": "2009-04-16", + "env": "development", + "id": 5969, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809072", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5969": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1997-05-10", + "dateSigned": "1995-05-31", + "env": "development", + "id": 5970, + "isoNumeric": null, + "jurisdiction": "Argentina", + "jurisdictionCountryCode": "AR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87017387", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5970": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1960-06-03", + "dateSigned": "1959-12-22", + "env": "development", + "id": 5971, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88693157", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5971": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1993-02-24", + "dateSigned": "1991-02-05", + "env": "development", + "id": 5972, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5972": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1988-12-28", + "dateSigned": "1988-06-21", + "env": "development", + "id": 5973, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5973": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1996-03-16", + "dateSigned": "1994-12-26", + "env": "development", + "id": 5974, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5974": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2015-01-15", + "dateSigned": "2011-04-29", + "env": "development", + "id": 5975, + "isoNumeric": null, + "jurisdiction": "Macao, China", + "jurisdictionCountryCode": "MO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218823981", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5975": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1994-10-01", + "dateSigned": "1988-01-25", + "env": "development", + "id": 5976, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5976": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1981-12-16", + "dateSigned": "1980-06-18", + "env": "development", + "id": 5977, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5977": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1959-12-29", + "dateSigned": "1959-10-14", + "env": "development", + "id": 5978, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5978": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2011-04-20", + "dateSigned": "2009-09-10", + "env": "development", + "id": 5979, + "isoNumeric": null, + "jurisdiction": "Sint Maarten", + "jurisdictionCountryCode": "SX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88691034", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5979": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1992-12-18", + "dateSigned": "1982-10-19", + "env": "development", + "id": 5980, + "isoNumeric": null, + "jurisdiction": "Botswana", + "jurisdictionCountryCode": "BW", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5980": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1998-05-18", + "dateSigned": "1998-02-17", + "env": "development", + "id": 5981, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5981": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1993-12-30", + "dateSigned": "1993-04-05", + "env": "development", + "id": 5982, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85210267", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5982": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2004-11-18", + "env": "development", + "id": 5983, + "isoNumeric": null, + "jurisdiction": "Nigeria", + "jurisdictionCountryCode": "NG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218824156", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5983": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1991-05-09", + "dateSigned": "1989-12-07", + "env": "development", + "id": 5984, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5984": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2002-03-07", + "dateSigned": "1998-08-26", + "env": "development", + "id": 5985, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74503481", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5985": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-11-22", + "env": "development", + "id": 5986, + "isoNumeric": null, + "jurisdiction": "Montserrat", + "jurisdictionCountryCode": "MS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87802811", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5986": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1978-12-08", + "dateSigned": "1976-12-22", + "env": "development", + "id": 5987, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5987": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1976-12-21", + "dateSigned": "1976-06-16", + "env": "development", + "id": 5988, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88278861", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5988": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2009-08-09", + "dateSigned": "2006-07-01", + "env": "development", + "id": 5989, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113066146", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5989": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1969-02-14", + "dateSigned": "1968-06-17", + "env": "development", + "id": 5990, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81720659", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5990": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1992-12-18", + "dateSigned": "1992-09-21", + "env": "development", + "id": 5991, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5991": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2010-12-26", + "dateSigned": "2010-06-23", + "env": "development", + "id": 5992, + "isoNumeric": null, + "jurisdiction": "Monaco", + "jurisdictionCountryCode": "MC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112154490", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5992": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1992-08-12", + "dateSigned": "1991-06-18", + "env": "development", + "id": 5993, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88718825", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5993": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1984-03-26", + "dateSigned": "1983-08-30", + "env": "development", + "id": 5994, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73652226", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5994": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1995-10-04", + "dateSigned": "1994-01-14", + "env": "development", + "id": 5995, + "isoNumeric": null, + "jurisdiction": "Bolivia", + "jurisdictionCountryCode": "BO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5995": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1966-06-06", + "dateSigned": "1965-05-07", + "env": "development", + "id": 5996, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944532", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5996": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2013-06-01", + "dateSigned": "2010-05-19", + "env": "development", + "id": 5997, + "isoNumeric": null, + "jurisdiction": "Antigua and Barbuda", + "jurisdictionCountryCode": "AG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809191", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5997": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1989-09-27", + "dateSigned": "1989-02-28", + "env": "development", + "id": 5998, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5998": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2011-04-02", + "dateSigned": "2009-12-16", + "env": "development", + "id": 5999, + "isoNumeric": null, + "jurisdiction": "Turks and Caicos Islands", + "jurisdictionCountryCode": "TC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218824300", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "5999": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1983-07-05", + "dateSigned": "1980-03-06", + "env": "development", + "id": 6000, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809207", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "6000": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1980-11-14", + "dateSigned": "1979-02-21", + "env": "development", + "id": 6001, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/84677822", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "6001": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1998-03-15", + "dateSigned": "1996-10-14", + "env": "development", + "id": 6002, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "6002": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1998-10-02", + "dateSigned": "1997-03-19", + "env": "development", + "id": 6003, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "6003": { + "containsParas4and5": null, + "countryCode": "SC", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2006-04-14", + "dateSigned": "2001-04-26", + "env": "development", + "id": 6004, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113066159", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "6004": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-05-19", + "env": "development", + "id": 6005, + "isoNumeric": null, + "jurisdiction": "Dominica", + "jurisdictionCountryCode": "DM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809506", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "6005": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2009-12-23", + "dateSigned": "2008-10-28", + "env": "development", + "id": 6006, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85212060", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "6006": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-10-13", + "env": "development", + "id": 6007, + "isoNumeric": null, + "jurisdiction": "Vanuatu", + "jurisdictionCountryCode": "VU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809513", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "6007": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1990-11-18", + "dateSigned": "1988-01-21", + "env": "development", + "id": 6008, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "6008": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1986-04-07", + "dateSigned": "1985-03-13", + "env": "development", + "id": 6009, + "isoNumeric": null, + "jurisdiction": "Jamaica", + "jurisdictionCountryCode": "JM", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "6009": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1999-02-09", + "dateSigned": "1998-03-26", + "env": "development", + "id": 6010, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112688318", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "6010": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2013-12-28", + "dateSigned": "2012-11-12", + "env": "development", + "id": 6011, + "isoNumeric": null, + "jurisdiction": "Panama", + "jurisdictionCountryCode": "PA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218824229", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "6011": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1981-12-16", + "dateSigned": "1980-06-18", + "env": "development", + "id": 6012, + "isoNumeric": null, + "jurisdiction": "Montenegro", + "jurisdictionCountryCode": "ME", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "6012": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-10-16", + "env": "development", + "id": 6013, + "isoNumeric": null, + "jurisdiction": "Niue", + "jurisdictionCountryCode": "NU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809864", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "6013": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1989-11-13", + "dateSigned": "1988-10-25", + "env": "development", + "id": 6014, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81568491", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "6014": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2011-06-02", + "dateSigned": "2009-09-10", + "env": "development", + "id": 6015, + "isoNumeric": null, + "jurisdiction": "Aruba", + "jurisdictionCountryCode": "AW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112944880", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "6015": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2008-12-27", + "dateSigned": "2007-10-30", + "env": "development", + "id": 6016, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809428", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6016": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1995-10-26", + "dateSigned": "1994-09-01", + "env": "development", + "id": 6017, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73573445", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6017": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1988-04-05", + "dateSigned": "1986-10-08", + "env": "development", + "id": 6018, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6018": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1993-06-15", + "env": "development", + "id": 6019, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6019": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-05-15", + "env": "development", + "id": 6020, + "isoNumeric": null, + "jurisdiction": "Guatemala", + "jurisdictionCountryCode": "GT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/94003729", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6020": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2012-12-01", + "dateSigned": "2009-12-16", + "env": "development", + "id": 6021, + "isoNumeric": null, + "jurisdiction": "Samoa", + "jurisdictionCountryCode": "WS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218824498", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6021": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-08-22", + "env": "development", + "id": 6022, + "isoNumeric": null, + "jurisdiction": "Hong Kong, China", + "jurisdictionCountryCode": "HK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6022": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1997-01-01", + "dateSigned": "1995-10-09", + "env": "development", + "id": 6023, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6023": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1991-05-09", + "dateSigned": "1989-12-07", + "env": "development", + "id": 6024, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6024": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1993-12-08", + "env": "development", + "id": 6025, + "isoNumeric": null, + "jurisdiction": "Gambia, The", + "jurisdictionCountryCode": "GM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6025": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1983-04-19", + "dateSigned": "1981-05-07", + "env": "development", + "id": 6026, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6026": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-03-30", + "env": "development", + "id": 6027, + "isoNumeric": null, + "jurisdiction": "Seychelles", + "jurisdictionCountryCode": "SC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113063587", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6027": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2010-12-31", + "dateSigned": "2010-03-24", + "env": "development", + "id": 6028, + "isoNumeric": null, + "jurisdiction": "Saint Kitts and Nevis", + "jurisdictionCountryCode": "KN", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6028": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1991-05-09", + "dateSigned": "1989-12-07", + "env": "development", + "id": 6029, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6029": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1994-10-13", + "dateSigned": "1992-07-14", + "env": "development", + "id": 6030, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88133754", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6030": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-09-28", + "env": "development", + "id": 6031, + "isoNumeric": null, + "jurisdiction": "Marshall Islands", + "jurisdictionCountryCode": "MH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218823898", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6031": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1980-10-08", + "dateSigned": "1979-02-16", + "env": "development", + "id": 6032, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6032": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1989-09-26", + "dateSigned": "1988-10-19", + "env": "development", + "id": 6033, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6033": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2013-08-01", + "dateSigned": "2010-05-19", + "env": "development", + "id": 6034, + "isoNumeric": null, + "jurisdiction": "Saint Lucia", + "jurisdictionCountryCode": "LC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809376", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6034": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1986-06-30", + "dateSigned": "1985-12-22", + "env": "development", + "id": 6035, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109342540", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6035": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1991-05-09", + "dateSigned": "1989-12-07", + "env": "development", + "id": 6036, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6036": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1963-08-20", + "dateSigned": "1961-10-06", + "env": "development", + "id": 6037, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85220222", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6037": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1998-12-03", + "dateSigned": "1993-09-08", + "env": "development", + "id": 6038, + "isoNumeric": null, + "jurisdiction": "Venezuela", + "jurisdictionCountryCode": "VE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6038": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-09-06", + "env": "development", + "id": 6039, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/166643291", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6039": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2012-04-08", + "dateSigned": "2010-12-17", + "env": "development", + "id": 6040, + "isoNumeric": null, + "jurisdiction": "Liechtenstein", + "jurisdictionCountryCode": "LI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113063587", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6040": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1973-12-28", + "dateSigned": "1973-06-28", + "env": "development", + "id": 6041, + "isoNumeric": null, + "jurisdiction": "Kenya", + "jurisdictionCountryCode": "KE", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6041": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1983-01-01", + "dateSigned": "1981-10-12", + "env": "development", + "id": 6042, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6042": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1980-10-08", + "dateSigned": "1979-02-16", + "env": "development", + "id": 6043, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74477609", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6043": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2015-04-17", + "dateSigned": "2011-12-14", + "env": "development", + "id": 6044, + "isoNumeric": null, + "jurisdiction": "Uruguay", + "jurisdictionCountryCode": "UY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/75668855", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6044": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2003-12-19", + "dateSigned": "2002-08-29", + "env": "development", + "id": 6045, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81953585", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6045": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1982-01-01", + "dateSigned": "1980-06-18", + "env": "development", + "id": 6046, + "isoNumeric": null, + "jurisdiction": "Bosnia and Herzegovina", + "jurisdictionCountryCode": "BA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6046": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1991-05-09", + "dateSigned": "1989-12-07", + "env": "development", + "id": 6047, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6047": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1984-07-30", + "dateSigned": "1983-02-23", + "env": "development", + "id": 6048, + "isoNumeric": null, + "jurisdiction": "Sri Lanka", + "jurisdictionCountryCode": "LK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6048": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-06-27", + "env": "development", + "id": 6049, + "isoNumeric": null, + "jurisdiction": "Brunei Darussalam", + "jurisdictionCountryCode": "BN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/105458025", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6049": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2012-05-04", + "dateSigned": "2010-10-11", + "env": "development", + "id": 6050, + "isoNumeric": null, + "jurisdiction": "Liberia", + "jurisdictionCountryCode": "LR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6050": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1987-01-03", + "dateSigned": "1986-05-16", + "env": "development", + "id": 6051, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81565328", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6051": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1999-12-25", + "dateSigned": "1999-02-19", + "env": "development", + "id": 6052, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112963865", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6052": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2011-04-20", + "dateSigned": "2009-09-10", + "env": "development", + "id": 6053, + "isoNumeric": null, + "jurisdiction": "Curaçao", + "jurisdictionCountryCode": "CW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87948356", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6053": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1983-08-19", + "dateSigned": "1982-05-03", + "env": "development", + "id": 6054, + "isoNumeric": null, + "jurisdiction": "Bangladesh", + "jurisdictionCountryCode": "BD", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6054": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1991-05-09", + "dateSigned": "1989-12-07", + "env": "development", + "id": 6055, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6055": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1976-12-31", + "dateSigned": "1976-05-02", + "env": "development", + "id": 6056, + "isoNumeric": null, + "jurisdiction": "Tanzania", + "jurisdictionCountryCode": "TZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6056": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2009-12-27", + "dateSigned": "2009-04-01", + "env": "development", + "id": 6057, + "isoNumeric": null, + "jurisdiction": "Cayman Islands", + "jurisdictionCountryCode": "KY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809179", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6057": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1975-11-07", + "dateSigned": "1974-03-18", + "env": "development", + "id": 6058, + "isoNumeric": null, + "jurisdiction": "Zambia", + "jurisdictionCountryCode": "ZM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6058": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1993-12-31", + "dateSigned": "1993-09-27", + "env": "development", + "id": 6059, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6059": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2011-06-01", + "dateSigned": "2009-12-14", + "env": "development", + "id": 6060, + "isoNumeric": null, + "jurisdiction": "Anguilla", + "jurisdictionCountryCode": "AI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218823719", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6060": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2011-03-21", + "dateSigned": "2010-03-24", + "env": "development", + "id": 6061, + "isoNumeric": null, + "jurisdiction": "Saint Vincent and the Grenadines", + "jurisdictionCountryCode": "VC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218824359", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6061": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1993-12-30", + "dateSigned": "1993-04-05", + "env": "development", + "id": 6062, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6062": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2010-12-24", + "dateSigned": "2010-03-10", + "env": "development", + "id": 6063, + "isoNumeric": null, + "jurisdiction": "Bahamas, The", + "jurisdictionCountryCode": "BS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74128596", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6063": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2006-01-01", + "dateSigned": "2004-11-19", + "env": "development", + "id": 6064, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81713122", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6064": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2009-12-23", + "dateSigned": "2008-10-28", + "env": "development", + "id": 6065, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809676", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6065": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1981-09-04", + "dateSigned": "1981-01-14", + "env": "development", + "id": 6066, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6066": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1996-06-04", + "dateSigned": "1995-08-14", + "env": "development", + "id": 6067, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6067": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1995-06-26", + "dateSigned": "1993-07-16", + "env": "development", + "id": 6068, + "isoNumeric": null, + "jurisdiction": "Namibia", + "jurisdictionCountryCode": "NA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6068": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2010-07-01", + "dateSigned": "2010-01-12", + "env": "development", + "id": 6069, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809124", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6069": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1981-12-16", + "dateSigned": "1980-06-18", + "env": "development", + "id": 6070, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224345252", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6070": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1991-12-01", + "dateSigned": "1991-07-01", + "env": "development", + "id": 6071, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/87947805", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6071": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1982-09-09", + "dateSigned": "1981-05-27", + "env": "development", + "id": 6072, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81685362", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6072": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2005-01-28", + "dateSigned": "2002-03-12", + "env": "development", + "id": 6073, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85339135", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6073": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1990-12-05", + "dateSigned": "1989-03-10", + "env": "development", + "id": 6074, + "isoNumeric": null, + "jurisdiction": "Zimbabwe", + "jurisdictionCountryCode": "ZW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6074": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1992-04-01", + "dateSigned": "1990-11-27", + "env": "development", + "id": 6075, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861836", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6075": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-10-14", + "env": "development", + "id": 6076, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218823774", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6076": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-05-19", + "env": "development", + "id": 6077, + "isoNumeric": null, + "jurisdiction": "Grenada", + "jurisdictionCountryCode": "GD", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809645", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6077": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1995-12-25", + "dateSigned": "1995-05-24", + "env": "development", + "id": 6078, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74490740", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6078": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1984-12-12", + "dateSigned": "1984-02-17", + "env": "development", + "id": 6079, + "isoNumeric": null, + "jurisdiction": "Trinidad and Tobago", + "jurisdictionCountryCode": "TT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113065336", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6079": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1997-12-23", + "dateSigned": "1996-08-27", + "env": "development", + "id": 6080, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81601675", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6080": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1975-12-29", + "dateSigned": "1975-04-25", + "env": "development", + "id": 6081, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88237934", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6081": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1994-12-28", + "dateSigned": "1994-03-10", + "env": "development", + "id": 6082, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6082": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2012-12-31", + "dateSigned": "2011-12-01", + "env": "development", + "id": 6083, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218824065", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6083": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2011-02-11", + "dateSigned": "2010-02-24", + "env": "development", + "id": 6084, + "isoNumeric": null, + "jurisdiction": "Andorra", + "jurisdictionCountryCode": "AD", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218823657", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6084": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1996-06-07", + "dateSigned": "1995-08-19", + "env": "development", + "id": 6085, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81719895", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6085": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2014-02-06", + "dateSigned": "2012-11-04", + "env": "development", + "id": 6086, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218830206", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6086": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2002-10-22", + "dateSigned": "2001-11-30", + "env": "development", + "id": 6087, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81953685", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6087": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2000-03-30", + "dateSigned": "1999-02-23", + "env": "development", + "id": 6088, + "isoNumeric": null, + "jurisdiction": "Myanmar", + "jurisdictionCountryCode": "MM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81719673", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6088": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2010-12-25", + "dateSigned": "2010-01-08", + "env": "development", + "id": 6089, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81720686", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6089": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1997-12-26", + "dateSigned": "1996-12-13", + "env": "development", + "id": 6090, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81716265", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6090": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2003-07-02", + "dateSigned": "2002-02-21", + "env": "development", + "id": 6091, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81954540", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6091": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1993-08-06", + "dateSigned": "1993-04-13", + "env": "development", + "id": 6092, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81720238", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6092": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2013-12-27", + "dateSigned": "2013-03-22", + "env": "development", + "id": 6093, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218829728", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6093": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2002-11-28", + "dateSigned": "2002-02-21", + "env": "development", + "id": 6094, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/84677074", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6094": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1998-12-18", + "dateSigned": "1997-04-17", + "env": "development", + "id": 6095, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81954453", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6095": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1998-08-21", + "dateSigned": "1997-11-21", + "env": "development", + "id": 6096, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81717099", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6096": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1997-12-05", + "dateSigned": "1996-12-23", + "env": "development", + "id": 6097, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/74490780", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6097": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2004-06-28", + "dateSigned": "2003-11-18", + "env": "development", + "id": 6098, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81718375", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6098": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2007-10-05", + "dateSigned": "2006-11-28", + "env": "development", + "id": 6099, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81954625", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6099": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-01-15", + "env": "development", + "id": 6100, + "isoNumeric": null, + "jurisdiction": "Uruguay", + "jurisdictionCountryCode": "UY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6100": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1979-01-12", + "dateSigned": "1977-01-29", + "env": "development", + "id": 6101, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81718202", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6101": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-08-26", + "env": "development", + "id": 6102, + "isoNumeric": null, + "jurisdiction": "Rwanda", + "jurisdictionCountryCode": "RW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/269367415", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6102": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2006-04-07", + "dateSigned": "2003-10-06", + "env": "development", + "id": 6103, + "isoNumeric": null, + "jurisdiction": "Oman", + "jurisdictionCountryCode": "OM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81720150", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6103": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2008-11-27", + "dateSigned": "2006-11-06", + "env": "development", + "id": 6104, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81716244", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6104": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2014-07-25", + "dateSigned": "2013-06-27", + "env": "development", + "id": 6105, + "isoNumeric": null, + "jurisdiction": "Liechtenstein", + "jurisdictionCountryCode": "LI", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218777777", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6105": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1969-02-14", + "dateSigned": "1968-06-17", + "env": "development", + "id": 6106, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81720659", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6106": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1975-08-01", + "dateSigned": "1974-09-09", + "env": "development", + "id": 6107, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81717596", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6107": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2010-12-23", + "dateSigned": "2009-04-08", + "env": "development", + "id": 6108, + "isoNumeric": null, + "jurisdiction": "Libya", + "jurisdictionCountryCode": "LY", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81718497", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6108": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2008-11-28", + "dateSigned": "2008-07-24", + "env": "development", + "id": 6109, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81720850", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6109": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2011-12-19", + "dateSigned": "2010-10-18", + "env": "development", + "id": 6110, + "isoNumeric": null, + "jurisdiction": "Panama", + "jurisdictionCountryCode": "PA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/109570779", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6110": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1994-05-27", + "dateSigned": "1994-01-24", + "env": "development", + "id": 6111, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81717991", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6111": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2013-05-02", + "dateSigned": "2012-10-17", + "env": "development", + "id": 6112, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218829834", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6112": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1981-02-13", + "dateSigned": "1979-11-06", + "env": "development", + "id": 6113, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81685375", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6113": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2009-12-18", + "dateSigned": "2007-01-26", + "env": "development", + "id": 6114, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81720814", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6114": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2013-05-02", + "dateSigned": "2012-09-21", + "env": "development", + "id": 6115, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/109570898", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6115": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2014-04-25", + "dateSigned": "2013-07-15", + "env": "development", + "id": 6116, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218585208", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6116": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1977-09-23", + "dateSigned": "1976-03-06", + "env": "development", + "id": 6117, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/125451065", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6117": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2001-08-27", + "dateSigned": "1999-07-09", + "env": "development", + "id": 6118, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81720786", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6118": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1981-12-22", + "dateSigned": "1980-12-19", + "env": "development", + "id": 6119, + "isoNumeric": null, + "jurisdiction": "Bangladesh", + "jurisdictionCountryCode": "BD", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81716218", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6119": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2006-11-28", + "dateSigned": "2005-12-20", + "env": "development", + "id": 6120, + "isoNumeric": null, + "jurisdiction": "Fiji", + "jurisdictionCountryCode": "FJ", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81717561", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6120": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2002-12-27", + "dateSigned": "2002-06-07", + "env": "development", + "id": 6121, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81717528", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6121": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2008-02-29", + "dateSigned": "2006-03-21", + "env": "development", + "id": 6122, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81719733", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6122": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1982-05-14", + "dateSigned": "1981-12-30", + "env": "development", + "id": 6123, + "isoNumeric": null, + "jurisdiction": "Chinese Taipei", + "jurisdictionCountryCode": "TW", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6123": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1969-06-04", + "dateSigned": "1969-02-11", + "env": "development", + "id": 6124, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81455024", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6124": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2001-03-16", + "dateSigned": "1999-09-06", + "env": "development", + "id": 6125, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81720313", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6125": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2007-12-27", + "dateSigned": "2006-09-18", + "env": "development", + "id": 6126, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/93796560", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6126": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2004-01-27", + "dateSigned": "1996-05-22", + "env": "development", + "id": 6127, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81717363", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6127": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2006-02-13", + "dateSigned": "2004-10-05", + "env": "development", + "id": 6128, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81719991", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6128": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2006-12-14", + "dateSigned": "2005-08-19", + "env": "development", + "id": 6129, + "isoNumeric": null, + "jurisdiction": "Brunei Darussalam", + "jurisdictionCountryCode": "BN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81953876", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6129": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1995-04-28", + "dateSigned": "1994-04-09", + "env": "development", + "id": 6130, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81954519", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6130": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2000-12-22", + "dateSigned": "2000-07-03", + "env": "development", + "id": 6131, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81717191", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6131": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-04-04", + "env": "development", + "id": 6132, + "isoNumeric": null, + "jurisdiction": "Sri Lanka", + "jurisdictionCountryCode": "LK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218830040", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6132": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2000-02-18", + "dateSigned": "1999-10-06", + "env": "development", + "id": 6133, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81718445", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6133": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2007-08-14", + "dateSigned": "2006-09-19", + "env": "development", + "id": 6134, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81954560", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6134": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2011-04-08", + "dateSigned": "2010-10-28", + "env": "development", + "id": 6135, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6135": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1971-08-31", + "dateSigned": "1971-02-19", + "env": "development", + "id": 6136, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81720047", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6136": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1991-01-25", + "dateSigned": "1990-05-08", + "env": "development", + "id": 6137, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81954481", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6137": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1998-04-20", + "dateSigned": "1997-12-19", + "env": "development", + "id": 6138, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81720090", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6138": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1992-11-20", + "dateSigned": "1991-10-19", + "env": "development", + "id": 6139, + "isoNumeric": null, + "jurisdiction": "Papua New Guinea", + "jurisdictionCountryCode": "PG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81720184", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6139": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1996-08-30", + "dateSigned": "1995-12-01", + "env": "development", + "id": 6140, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81716007", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6140": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2010-08-12", + "dateSigned": "2009-08-21", + "env": "development", + "id": 6141, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81720113", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6141": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-11-23", + "env": "development", + "id": 6142, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809610", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6142": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2010-07-28", + "dateSigned": "2009-11-17", + "env": "development", + "id": 6143, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809749", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6143": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-07-09", + "env": "development", + "id": 6144, + "isoNumeric": null, + "jurisdiction": "Seychelles", + "jurisdictionCountryCode": "SC", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/269370485", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6144": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2004-12-13", + "dateSigned": "2004-02-18", + "env": "development", + "id": 6145, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81716401", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6145": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2004-10-22", + "dateSigned": "2002-10-10", + "env": "development", + "id": 6146, + "isoNumeric": null, + "jurisdiction": "Mongolia", + "jurisdictionCountryCode": "MN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81719701", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6146": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1997-12-26", + "dateSigned": "1997-02-12", + "env": "development", + "id": 6147, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81717721", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6147": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1976-04-27", + "dateSigned": "1975-09-15", + "env": "development", + "id": 6148, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81720757", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6148": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2011-07-01", + "dateSigned": "2010-05-03", + "env": "development", + "id": 6149, + "isoNumeric": null, + "jurisdiction": "Saudi Arabia", + "jurisdictionCountryCode": "SA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809610", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6149": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1994-09-09", + "dateSigned": "1994-03-02", + "env": "development", + "id": 6150, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81720871", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6150": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2005-12-06", + "dateSigned": "2005-05-19", + "env": "development", + "id": 6151, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81717947", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6151": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2001-02-08", + "dateSigned": "2000-11-24", + "env": "development", + "id": 6152, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81717070", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6152": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2006-12-12", + "dateSigned": "2004-06-28", + "env": "development", + "id": 6153, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81717162", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6153": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2007-09-18", + "dateSigned": "2007-07-11", + "env": "development", + "id": 6154, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81716972", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6154": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2011-08-01", + "dateSigned": "2011-02-24", + "env": "development", + "id": 6155, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6155": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2006-06-12", + "dateSigned": "2005-05-09", + "env": "development", + "id": 6156, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81720717", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6156": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1996-05-24", + "dateSigned": "1993-03-06", + "env": "development", + "id": 6157, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81718413", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6157": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2014-01-15", + "dateSigned": "2007-01-09", + "env": "development", + "id": 6158, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/218830154", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6158": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2013-11-26", + "dateSigned": "2013-02-06", + "env": "development", + "id": 6159, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218829776", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6159": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2009-01-16", + "dateSigned": "2002-09-09", + "env": "development", + "id": 6160, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/84677115", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6160": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-12-11", + "env": "development", + "id": 6161, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218830246", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6161": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1977-12-16", + "dateSigned": "1977-08-01", + "env": "development", + "id": 6162, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81720215", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6162": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1995-09-08", + "dateSigned": "1994-11-09", + "env": "development", + "id": 6163, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81718948", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6163": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2012-02-02", + "dateSigned": "2011-04-13", + "env": "development", + "id": 6164, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809279", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6164": { + "containsParas4and5": null, + "countryCode": "SG", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2012-12-06", + "dateSigned": "2012-10-29", + "env": "development", + "id": 6165, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218827461", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6165": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2005-12-31", + "dateSigned": "2004-06-30", + "env": "development", + "id": 6166, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113081651", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6166": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1981-12-16", + "dateSigned": "1980-06-18", + "env": "development", + "id": 6167, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113081784", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6167": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2011-09-14", + "dateSigned": "2010-10-12", + "env": "development", + "id": 6168, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6168": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2010-12-25", + "dateSigned": "2010-01-08", + "env": "development", + "id": 6169, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81720686", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6169": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2003-12-08", + "dateSigned": "2001-06-05", + "env": "development", + "id": 6170, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85588354", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6170": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1997-12-01", + "dateSigned": "1996-06-12", + "env": "development", + "id": 6171, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112944557", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6171": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2002-12-08", + "dateSigned": "2001-04-02", + "env": "development", + "id": 6172, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113084123", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6172": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2014-08-27", + "dateSigned": "2013-10-12", + "env": "development", + "id": 6173, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6173": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2013-11-08", + "dateSigned": "2013-02-11", + "env": "development", + "id": 6174, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/138673748", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6174": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-12-15", + "env": "development", + "id": 6175, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113081399", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6175": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2014-04-16", + "dateSigned": "2013-06-26", + "env": "development", + "id": 6176, + "isoNumeric": null, + "jurisdiction": "Kosovo", + "jurisdictionCountryCode": "XK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218830329", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6176": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2006-06-26", + "dateSigned": "2005-09-13", + "env": "development", + "id": 6177, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85210313", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6177": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2002-08-12", + "dateSigned": "2000-09-15", + "env": "development", + "id": 6178, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113081342", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6178": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2010-01-12", + "dateSigned": "2001-09-11", + "env": "development", + "id": 6179, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73731699", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6179": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2005-12-23", + "dateSigned": "2004-08-26", + "env": "development", + "id": 6180, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113084039", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6180": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2013-04-23", + "dateSigned": "2010-10-11", + "env": "development", + "id": 6181, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113083853", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6181": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2006-03-02", + "dateSigned": "2005-04-25", + "env": "development", + "id": 6182, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81801167", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6182": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2003-12-31", + "dateSigned": "2003-06-11", + "env": "development", + "id": 6183, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113081727", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6183": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2004-05-04", + "dateSigned": "2003-07-11", + "env": "development", + "id": 6184, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113084143", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6184": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2002-12-11", + "dateSigned": "2002-03-12", + "env": "development", + "id": 6185, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81679502", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6185": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2003-03-28", + "dateSigned": "2002-07-08", + "env": "development", + "id": 6186, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113081697", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6186": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1999-02-01", + "dateSigned": "1997-10-01", + "env": "development", + "id": 6187, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85627690", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6187": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2006-11-20", + "dateSigned": "2006-05-16", + "env": "development", + "id": 6188, + "isoNumeric": null, + "jurisdiction": "Bosnia and Herzegovina", + "jurisdictionCountryCode": "BA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113083878", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6188": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2012-08-09", + "dateSigned": "2011-09-26", + "env": "development", + "id": 6189, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85212106", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6189": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2006-01-01", + "dateSigned": "2005-06-10", + "env": "development", + "id": 6190, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6190": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2004-05-04", + "dateSigned": "2003-10-20", + "env": "development", + "id": 6191, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113083899", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6191": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2002-06-03", + "dateSigned": "2001-05-02", + "env": "development", + "id": 6192, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113081381", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6192": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2012-09-10", + "dateSigned": "2011-06-09", + "env": "development", + "id": 6193, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113083854", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6193": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2006-11-14", + "dateSigned": "2006-05-31", + "env": "development", + "id": 6194, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113081564", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6194": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1999-09-20", + "dateSigned": "1998-05-15", + "env": "development", + "id": 6195, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113081622", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6195": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2003-06-12", + "dateSigned": "2002-10-08", + "env": "development", + "id": 6196, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88704464", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6196": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2004-07-11", + "dateSigned": "2003-05-14", + "env": "development", + "id": 6197, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74477640", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6197": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2002-11-22", + "dateSigned": "2002-04-17", + "env": "development", + "id": 6198, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113081538", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6198": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2002-11-22", + "dateSigned": "2002-04-17", + "env": "development", + "id": 6199, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6199": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2002-02-01", + "dateSigned": "2000-05-23", + "env": "development", + "id": 6200, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81687319", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6200": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1999-01-01", + "dateSigned": "1996-06-28", + "env": "development", + "id": 6201, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81713160", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6201": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2006-12-19", + "dateSigned": "2006-05-03", + "env": "development", + "id": 6202, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81597912", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6202": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2011-05-31", + "dateSigned": "2010-10-06", + "env": "development", + "id": 6203, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113081344", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6203": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-11-28", + "env": "development", + "id": 6204, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6204": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2001-06-22", + "dateSigned": "1999-06-21", + "env": "development", + "id": 6205, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73573563", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6205": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2009-12-10", + "dateSigned": "2008-02-18", + "env": "development", + "id": 6206, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86182577", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6206": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2012-09-11", + "dateSigned": "2011-05-04", + "env": "development", + "id": 6207, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113084072", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6207": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2010-12-01", + "dateSigned": "2010-01-10", + "env": "development", + "id": 6208, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113081684", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6208": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1995-12-27", + "dateSigned": "1995-02-13", + "env": "development", + "id": 6209, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81565388", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6209": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1995-09-29", + "env": "development", + "id": 6210, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113081752", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6210": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2004-06-16", + "dateSigned": "2003-09-19", + "env": "development", + "id": 6211, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6211": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2007-03-01", + "dateSigned": "2004-04-07", + "env": "development", + "id": 6212, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861850", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6212": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2003-12-31", + "dateSigned": "2003-06-11", + "env": "development", + "id": 6213, + "isoNumeric": null, + "jurisdiction": "Montenegro", + "jurisdictionCountryCode": "ME", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113081575", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6213": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2012-08-31", + "dateSigned": "2011-06-27", + "env": "development", + "id": 6214, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85321014", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6214": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2005-02-17", + "dateSigned": "2003-01-13", + "env": "development", + "id": 6215, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85926314", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6215": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2009-05-04", + "dateSigned": "2008-02-27", + "env": "development", + "id": 6216, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112688341", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6216": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2002-10-02", + "dateSigned": "1998-06-22", + "env": "development", + "id": 6217, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85919207", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6217": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2004-08-13", + "dateSigned": "2003-03-05", + "env": "development", + "id": 6218, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81953606", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6218": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2013-05-17", + "dateSigned": "2010-01-11", + "env": "development", + "id": 6219, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113084109", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6219": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2002-03-19", + "dateSigned": "2001-05-23", + "env": "development", + "id": 6220, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74243310", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6220": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-09-20", + "env": "development", + "id": 6221, + "isoNumeric": null, + "jurisdiction": "Iran", + "jurisdictionCountryCode": "IR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6221": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1998-04-28", + "dateSigned": "1997-06-13", + "env": "development", + "id": 6222, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113081372", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6222": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2008-01-01", + "dateSigned": "2007-01-30", + "env": "development", + "id": 6223, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88693169", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6223": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2013-09-25", + "dateSigned": "2012-12-07", + "env": "development", + "id": 6224, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/138673825", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6224": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2007-04-25", + "dateSigned": "2003-04-23", + "env": "development", + "id": 6225, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113084195", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6225": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2008-09-12", + "dateSigned": "2007-11-13", + "env": "development", + "id": 6226, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73652028", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6226": { + "containsParas4and5": null, + "countryCode": "SI", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2003-12-23", + "dateSigned": "2001-04-19", + "env": "development", + "id": 6227, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113084170", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6227": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1979-02-12", + "dateSigned": "1978-03-07", + "env": "development", + "id": 6228, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6228": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2001-10-15", + "dateSigned": "2001-02-26", + "env": "development", + "id": 6229, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74477579", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6229": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2014-04-22", + "dateSigned": "2012-11-13", + "env": "development", + "id": 6230, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6230": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2000-05-23", + "dateSigned": "1999-09-08", + "env": "development", + "id": 6231, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88693179", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6231": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1979-06-19", + "dateSigned": "1978-07-26", + "env": "development", + "id": 6232, + "isoNumeric": null, + "jurisdiction": "Sri Lanka", + "jurisdictionCountryCode": "LK", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/74477259", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6232": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2001-05-02", + "dateSigned": "1999-11-12", + "env": "development", + "id": 6233, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6233": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1980-12-30", + "dateSigned": "1980-04-15", + "env": "development", + "id": 6234, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74476247", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6234": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1998-06-26", + "dateSigned": "1996-08-08", + "env": "development", + "id": 6235, + "isoNumeric": null, + "jurisdiction": "Turkmenistan", + "jurisdictionCountryCode": "TM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74477679", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6235": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2007-09-28", + "dateSigned": "2006-05-13", + "env": "development", + "id": 6236, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74481498", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6236": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1995-12-29", + "dateSigned": "1994-03-03", + "env": "development", + "id": 6237, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74481639", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6237": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1990-12-02", + "dateSigned": "1989-08-31", + "env": "development", + "id": 6238, + "isoNumeric": null, + "jurisdiction": "Nigeria", + "jurisdictionCountryCode": "NG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74484097", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6238": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2011-09-24", + "dateSigned": "2011-08-10", + "env": "development", + "id": 6239, + "isoNumeric": null, + "jurisdiction": "Chinese Taipei", + "jurisdictionCountryCode": "TW", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6239": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1999-12-02", + "dateSigned": "1997-04-02", + "env": "development", + "id": 6240, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74477694", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6240": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2006-09-17", + "dateSigned": "2003-11-25", + "env": "development", + "id": 6241, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74477375", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6241": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1993-12-30", + "dateSigned": "1993-10-08", + "env": "development", + "id": 6242, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73573589", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6242": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2001-12-20", + "dateSigned": "2001-05-22", + "env": "development", + "id": 6243, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6243": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2004-01-20", + "env": "development", + "id": 6244, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74477054", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6244": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2006-03-29", + "dateSigned": "2003-10-21", + "env": "development", + "id": 6245, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85210337", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6245": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2003-07-14", + "dateSigned": "2002-03-26", + "env": "development", + "id": 6246, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6246": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2002-12-16", + "dateSigned": "2001-03-15", + "env": "development", + "id": 6247, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81687330", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6247": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1991-10-25", + "dateSigned": "1990-03-14", + "env": "development", + "id": 6248, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6248": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1978-11-25", + "dateSigned": "1977-10-11", + "env": "development", + "id": 6249, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74484082", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6249": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1999-12-30", + "dateSigned": "1999-06-08", + "env": "development", + "id": 6250, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6250": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2010-06-21", + "dateSigned": "2009-02-20", + "env": "development", + "id": 6251, + "isoNumeric": null, + "jurisdiction": "Libya", + "jurisdictionCountryCode": "LY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74477366", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6251": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2004-07-11", + "dateSigned": "2003-05-14", + "env": "development", + "id": 6252, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74477640", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6252": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1997-01-01", + "dateSigned": "1996-02-12", + "env": "development", + "id": 6253, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6253": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2009-07-29", + "dateSigned": "2008-10-27", + "env": "development", + "id": 6254, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74477806", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6254": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1983-12-17", + "dateSigned": "1980-12-19", + "env": "development", + "id": 6255, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6255": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2000-07-05", + "dateSigned": "1999-01-12", + "env": "development", + "id": 6256, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74484066", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6256": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2000-05-06", + "dateSigned": "1999-02-15", + "env": "development", + "id": 6257, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74477072", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6257": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1987-03-13", + "dateSigned": "1986-01-27", + "env": "development", + "id": 6258, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74481359", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6258": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1975-01-25", + "dateSigned": "1973-06-01", + "env": "development", + "id": 6259, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88861860", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6259": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2010-02-27", + "dateSigned": "2009-02-18", + "env": "development", + "id": 6260, + "isoNumeric": null, + "jurisdiction": "Syrian Arab Republic", + "jurisdictionCountryCode": "SY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74477661", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6260": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1983-04-17", + "dateSigned": "1981-11-02", + "env": "development", + "id": 6261, + "isoNumeric": null, + "jurisdiction": "Bosnia and Herzegovina", + "jurisdictionCountryCode": "BA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74475168", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6261": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1989-05-23", + "dateSigned": "1986-10-23", + "env": "development", + "id": 6262, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85919437", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6262": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2003-07-08", + "dateSigned": "2001-08-27", + "env": "development", + "id": 6263, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81801189", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6263": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2012-07-29", + "dateSigned": "2011-10-27", + "env": "development", + "id": 6264, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/156118953", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6264": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2015-01-26", + "dateSigned": "2013-10-22", + "env": "development", + "id": 6265, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218602795", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6265": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1992-12-30", + "dateSigned": "1991-03-18", + "env": "development", + "id": 6266, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6266": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1987-12-23", + "dateSigned": "1987-06-11", + "env": "development", + "id": 6267, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6267": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2003-06-19", + "dateSigned": "2002-04-15", + "env": "development", + "id": 6268, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85325467", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6268": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1996-11-22", + "dateSigned": "1996-01-23", + "env": "development", + "id": 6269, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74477731", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6269": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2004-11-02", + "dateSigned": "2001-06-05", + "env": "development", + "id": 6270, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81953628", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6270": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1995-12-21", + "dateSigned": "1994-08-18", + "env": "development", + "id": 6271, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81713190", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6271": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2001-01-30", + "dateSigned": "2000-10-12", + "env": "development", + "id": 6272, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74477195", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6272": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2010-04-27", + "dateSigned": "2009-10-05", + "env": "development", + "id": 6273, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6273": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2000-08-20", + "dateSigned": "1999-09-07", + "env": "development", + "id": 6274, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74477400", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6274": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1999-06-30", + "dateSigned": "1998-05-28", + "env": "development", + "id": 6275, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74490863", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6275": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1980-10-08", + "dateSigned": "1979-02-16", + "env": "development", + "id": 6276, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74477609", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6276": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1999-12-22", + "dateSigned": "1999-08-24", + "env": "development", + "id": 6277, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6277": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2000-06-12", + "dateSigned": "1999-03-11", + "env": "development", + "id": 6278, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6278": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1995-12-21", + "dateSigned": "1994-08-05", + "env": "development", + "id": 6279, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74477157", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6279": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1991-12-20", + "dateSigned": "1990-11-05", + "env": "development", + "id": 6280, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74477101", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6280": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2008-07-28", + "dateSigned": "2007-03-21", + "env": "development", + "id": 6281, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6281": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1997-05-01", + "dateSigned": "1994-06-24", + "env": "development", + "id": 6282, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6282": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1982-12-27", + "dateSigned": "1982-05-05", + "env": "development", + "id": 6283, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74476280", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6283": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1981-06-05", + "dateSigned": "1980-05-08", + "env": "development", + "id": 6284, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88278884", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6284": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1997-12-23", + "dateSigned": "1997-02-14", + "env": "development", + "id": 6285, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74476221", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6285": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1979-12-28", + "dateSigned": "1979-06-27", + "env": "development", + "id": 6286, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74484114", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6286": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2006-06-12", + "dateSigned": "2005-05-09", + "env": "development", + "id": 6287, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81720717", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6287": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2003-10-17", + "dateSigned": "2003-03-06", + "env": "development", + "id": 6288, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74481686", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6288": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1984-06-26", + "dateSigned": "1981-05-05", + "env": "development", + "id": 6289, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6289": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2000-06-13", + "dateSigned": "1997-01-15", + "env": "development", + "id": 6290, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74484035", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6290": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2001-10-15", + "dateSigned": "2001-02-26", + "env": "development", + "id": 6291, + "isoNumeric": null, + "jurisdiction": "Montenegro", + "jurisdictionCountryCode": "ME", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6291": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1990-11-14", + "dateSigned": "1986-08-26", + "env": "development", + "id": 6292, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809227", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6292": { + "containsParas4and5": null, + "countryCode": "SK", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1974-11-05", + "dateSigned": "1974-03-04", + "env": "development", + "id": 6293, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74484103", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6293": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2010-09-02", + "dateSigned": "2009-09-22", + "env": "development", + "id": 6294, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113066918", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6294": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2012-06-16", + "dateSigned": "2009-12-07", + "env": "development", + "id": 6295, + "isoNumeric": null, + "jurisdiction": "Argentina", + "jurisdictionCountryCode": "AR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809379", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6295": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2011-03-16", + "dateSigned": "2010-09-29", + "env": "development", + "id": 6296, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85212152", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6296": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2013-02-28", + "dateSigned": "2012-03-31", + "env": "development", + "id": 6297, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809838", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6297": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2010-05-10", + "dateSigned": "2009-07-29", + "env": "development", + "id": 6298, + "isoNumeric": null, + "jurisdiction": "Monaco", + "jurisdictionCountryCode": "MC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112154032", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6298": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2011-06-03", + "dateSigned": "2009-09-10", + "env": "development", + "id": 6299, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809142", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6299": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2010-05-19", + "dateSigned": "2010-01-12", + "env": "development", + "id": 6300, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809582", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6300": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2012-03-21", + "dateSigned": "2009-09-01", + "env": "development", + "id": 6301, + "isoNumeric": null, + "jurisdiction": "Samoa", + "jurisdictionCountryCode": "WS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809251", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6301": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-09-25", + "env": "development", + "id": 6302, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6302": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2012-09-06", + "dateSigned": "2011-11-25", + "env": "development", + "id": 6303, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/74502445", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6303": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2013-05-30", + "dateSigned": "2012-09-28", + "env": "development", + "id": 6304, + "isoNumeric": null, + "jurisdiction": "Seychelles", + "jurisdictionCountryCode": "SC", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6304": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2010-07-22", + "dateSigned": "2010-01-12", + "env": "development", + "id": 6305, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809256", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6305": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-11-18", + "env": "development", + "id": 6306, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/176586118", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6306": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2013-10-30", + "dateSigned": "2013-03-17", + "env": "development", + "id": 6307, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6307": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2008-02-11", + "dateSigned": "2007-05-23", + "env": "development", + "id": 6308, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113066945", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6308": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2006-12-29", + "dateSigned": "2006-03-27", + "env": "development", + "id": 6309, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809435", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6309": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2010-12-03", + "dateSigned": "2009-09-15", + "env": "development", + "id": 6310, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6310": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2012-11-03", + "dateSigned": "2010-01-12", + "env": "development", + "id": 6311, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809853", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6311": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-01-27", + "env": "development", + "id": 6312, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6312": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2012-12-07", + "dateSigned": "2009-09-22", + "env": "development", + "id": 6313, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6313": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2013-04-30", + "dateSigned": "2012-07-09", + "env": "development", + "id": 6314, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6314": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2013-10-03", + "dateSigned": "2002-03-21", + "env": "development", + "id": 6315, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6315": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2014-04-07", + "dateSigned": "2013-06-26", + "env": "development", + "id": 6316, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6316": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2007-06-25", + "dateSigned": "2005-12-21", + "env": "development", + "id": 6317, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/176586352", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6317": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2013-05-12", + "dateSigned": "2012-07-04", + "env": "development", + "id": 6318, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6318": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2005-07-19", + "dateSigned": "2005-05-03", + "env": "development", + "id": 6319, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88704515", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6319": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2011-08-02", + "dateSigned": "2010-09-06", + "env": "development", + "id": 6320, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6320": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2006-01-01", + "dateSigned": "2004-10-18", + "env": "development", + "id": 6321, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6321": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2011-11-10", + "dateSigned": "2009-09-24", + "env": "development", + "id": 6322, + "isoNumeric": null, + "jurisdiction": "Bahamas, The", + "jurisdictionCountryCode": "BS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74128603", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6322": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-05-16", + "env": "development", + "id": 6323, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6323": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2014-02-12", + "dateSigned": "2010-04-20", + "env": "development", + "id": 6324, + "isoNumeric": null, + "jurisdiction": "Saint Kitts and Nevis", + "jurisdictionCountryCode": "KN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218777311", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6324": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2010-12-28", + "dateSigned": "2009-11-19", + "env": "development", + "id": 6325, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809188", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6325": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2011-07-27", + "dateSigned": "2010-02-16", + "env": "development", + "id": 6326, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73593067", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6326": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2005-12-01", + "dateSigned": "2004-11-24", + "env": "development", + "id": 6327, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809114", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6327": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2011-01-19", + "dateSigned": "2009-09-23", + "env": "development", + "id": 6328, + "isoNumeric": null, + "jurisdiction": "Liechtenstein", + "jurisdictionCountryCode": "LI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809490", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6328": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2012-01-28", + "dateSigned": "2011-03-10", + "env": "development", + "id": 6329, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113065088", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6329": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2013-08-06", + "dateSigned": "2012-12-14", + "env": "development", + "id": 6330, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218585266", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6330": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-02-14", + "env": "development", + "id": 6331, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6331": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2011-12-21", + "dateSigned": "2010-06-21", + "env": "development", + "id": 6332, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6332": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2014-08-29", + "dateSigned": "2014-05-14", + "env": "development", + "id": 6333, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/242942082", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6333": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-05-19", + "env": "development", + "id": 6334, + "isoNumeric": null, + "jurisdiction": "Vanuatu", + "jurisdictionCountryCode": "VU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113065080", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6334": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2010-07-01", + "dateSigned": "2010-01-12", + "env": "development", + "id": 6335, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809124", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6335": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2013-04-12", + "dateSigned": "2012-09-28", + "env": "development", + "id": 6336, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809176", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6336": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2011-01-11", + "dateSigned": "2010-03-04", + "env": "development", + "id": 6337, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809848", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6337": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2010-05-15", + "dateSigned": "2010-01-12", + "env": "development", + "id": 6338, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809799", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6338": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-12-11", + "env": "development", + "id": 6339, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218830246", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6339": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2007-07-18", + "dateSigned": "2007-04-27", + "env": "development", + "id": 6340, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81568533", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6340": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2010-12-07", + "dateSigned": "2009-09-21", + "env": "development", + "id": 6341, + "isoNumeric": null, + "jurisdiction": "Andorra", + "jurisdictionCountryCode": "AD", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809707", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6341": { + "containsParas4and5": null, + "countryCode": "SM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2011-10-20", + "dateSigned": "2010-10-27", + "env": "development", + "id": 6342, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6342": { + "containsParas4and5": null, + "countryCode": "ST", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-03-05", + "env": "development", + "id": 6343, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6343": { + "containsParas4and5": null, + "countryCode": "SV", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2012-08-30", + "dateSigned": "2006-04-25", + "env": "development", + "id": 6344, + "isoNumeric": null, + "jurisdiction": "Honduras", + "jurisdictionCountryCode": "HN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6344": { + "containsParas4and5": null, + "countryCode": "SV", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2010-01-01", + "dateSigned": "2008-07-07", + "env": "development", + "id": 6345, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6345": { + "containsParas4and5": null, + "countryCode": "SV", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2012-08-30", + "dateSigned": "2006-04-25", + "env": "development", + "id": 6346, + "isoNumeric": null, + "jurisdiction": "Costa Rica", + "jurisdictionCountryCode": "CR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6346": { + "containsParas4and5": null, + "countryCode": "SV", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2012-08-30", + "dateSigned": "2006-04-25", + "env": "development", + "id": 6347, + "isoNumeric": null, + "jurisdiction": "Guatemala", + "jurisdictionCountryCode": "GT", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6347": { + "containsParas4and5": null, + "countryCode": "SV", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2006-04-25", + "env": "development", + "id": 6348, + "isoNumeric": null, + "jurisdiction": "Nicaragua", + "jurisdictionCountryCode": "NI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6348": { + "containsParas4and5": null, + "countryCode": "SY", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2008-06-18", + "dateSigned": "2008-11-10", + "env": "development", + "id": 6349, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85926333", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6349": { + "containsParas4and5": null, + "countryCode": "SY", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2009-05-01", + "dateSigned": "1998-07-17", + "env": "development", + "id": 6350, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88849113", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6350": { + "containsParas4and5": null, + "countryCode": "SY", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2007-08-31", + "dateSigned": "2007-02-26", + "env": "development", + "id": 6351, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85339187", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6351": { + "containsParas4and5": null, + "countryCode": "SY", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2007-01-15", + "dateSigned": "2000-11-23", + "env": "development", + "id": 6352, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73731588", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6352": { + "containsParas4and5": null, + "countryCode": "SY", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1999-01-01", + "dateSigned": "1997-06-27", + "env": "development", + "id": 6353, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6353": { + "containsParas4and5": null, + "countryCode": "SY", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1995-02-22", + "dateSigned": "1992-03-15", + "env": "development", + "id": 6354, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81568551", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6354": { + "containsParas4and5": null, + "countryCode": "SY", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2004-05-04", + "dateSigned": "2003-06-05", + "env": "development", + "id": 6355, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6355": { + "containsParas4and5": null, + "countryCode": "SY", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2006-04-27", + "dateSigned": "2003-10-23", + "env": "development", + "id": 6356, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6356": { + "containsParas4and5": null, + "countryCode": "SY", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2010-12-30", + "dateSigned": "2010-02-17", + "env": "development", + "id": 6357, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81597947", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6357": { + "containsParas4and5": null, + "countryCode": "SY", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2010-02-27", + "dateSigned": "2009-02-18", + "env": "development", + "id": 6358, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74477661", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6358": { + "containsParas4and5": null, + "countryCode": "SY", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2010-10-01", + "dateSigned": "2009-09-07", + "env": "development", + "id": 6359, + "isoNumeric": null, + "jurisdiction": "Saudi Arabia", + "jurisdictionCountryCode": "SA", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6359": { + "containsParas4and5": null, + "countryCode": "SY", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2000-06-11", + "dateSigned": "2000-01-26", + "env": "development", + "id": 6360, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6360": { + "containsParas4and5": null, + "countryCode": "SY", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2004-01-01", + "dateSigned": "2001-08-15", + "env": "development", + "id": 6361, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81950566", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6361": { + "containsParas4and5": null, + "countryCode": "SY", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-03-03", + "env": "development", + "id": 6362, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6362": { + "containsParas4and5": null, + "countryCode": "SY", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2004-01-01", + "dateSigned": "2000-09-17", + "env": "development", + "id": 6363, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6363": { + "containsParas4and5": null, + "countryCode": "SY", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2011-09-01", + "dateSigned": "2010-10-31", + "env": "development", + "id": 6364, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81565419", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6364": { + "containsParas4and5": null, + "countryCode": "SY", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1998-02-10", + "dateSigned": "1997-01-12", + "env": "development", + "id": 6365, + "isoNumeric": null, + "jurisdiction": "Lebanon", + "jurisdictionCountryCode": "LB", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6365": { + "containsParas4and5": null, + "countryCode": "SY", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2009-11-12", + "dateSigned": "2008-05-17", + "env": "development", + "id": 6366, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6366": { + "containsParas4and5": null, + "countryCode": "SY", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2002-12-18", + "dateSigned": "2001-03-16", + "env": "development", + "id": 6367, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109356384", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6367": { + "containsParas4and5": null, + "countryCode": "SY", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2000-10-16", + "dateSigned": "1999-02-22", + "env": "development", + "id": 6368, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88704532", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6368": { + "containsParas4and5": null, + "countryCode": "SY", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2009-03-25", + "dateSigned": "2005-06-19", + "env": "development", + "id": 6369, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6369": { + "containsParas4and5": null, + "countryCode": "SY", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2000-12-19", + "dateSigned": "1998-06-22", + "env": "development", + "id": 6370, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6370": { + "containsParas4and5": null, + "countryCode": "SY", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2004-08-21", + "dateSigned": "2004-01-06", + "env": "development", + "id": 6371, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6371": { + "containsParas4and5": null, + "countryCode": "SZ", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1994-11-08", + "dateSigned": "1994-06-29", + "env": "development", + "id": 6372, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85588691", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6372": { + "containsParas4and5": null, + "countryCode": "SZ", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2014-07-26", + "dateSigned": "2013-11-06", + "env": "development", + "id": 6373, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6373": { + "containsParas4and5": null, + "countryCode": "SZ", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2005-02-08", + "dateSigned": "2004-01-23", + "env": "development", + "id": 6374, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74490933", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6374": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1997-12-25", + "dateSigned": "1997-06-24", + "env": "development", + "id": 6375, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85926294", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6375": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "2011-10-06", + "dateSigned": "2009-12-16", + "env": "development", + "id": 6376, + "isoNumeric": null, + "jurisdiction": "Cook Islands", + "jurisdictionCountryCode": "CK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/72681981", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "6376": { + "containsParas4and5": null, + "countryCode": "SZ", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-05-13", + "env": "development", + "id": 6377, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/253421452", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6377": { + "containsParas4and5": null, + "countryCode": "SZ", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2015-03-12", + "dateSigned": "2013-08-30", + "env": "development", + "id": 6378, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/170551002", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6378": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1995-08-14", + "dateSigned": "1994-02-12", + "env": "development", + "id": 6379, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6379": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2007-06-15", + "dateSigned": "1996-02-12", + "env": "development", + "id": 6380, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74490967", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6380": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1980-12-28", + "dateSigned": "1978-10-16", + "env": "development", + "id": 6381, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6381": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1983-01-01", + "dateSigned": "1978-12-08", + "env": "development", + "id": 6382, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81950597", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6382": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1985-07-16", + "dateSigned": "1984-04-11", + "env": "development", + "id": 6383, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6383": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-06-21", + "env": "development", + "id": 6384, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809507", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6384": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1998-06-10", + "dateSigned": "1997-10-01", + "env": "development", + "id": 6385, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85588711", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6385": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2015-05-11", + "dateSigned": "2013-11-05", + "env": "development", + "id": 6386, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218606720", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6386": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2010-05-05", + "dateSigned": "2006-09-08", + "env": "development", + "id": 6387, + "isoNumeric": null, + "jurisdiction": "Chile", + "jurisdictionCountryCode": "CL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81456297", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6387": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1997-01-01", + "dateSigned": "1996-01-22", + "env": "development", + "id": 6388, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88693195", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6388": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2010-01-01", + "dateSigned": "1999-09-23", + "env": "development", + "id": 6389, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6389": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1986-07-01", + "dateSigned": "1985-05-08", + "env": "development", + "id": 6390, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85917097", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6390": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2004-05-04", + "dateSigned": "2003-07-11", + "env": "development", + "id": 6391, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113084143", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6391": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1980-05-31", + "dateSigned": "1977-12-22", + "env": "development", + "id": 6392, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73996991", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6392": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2000-11-12", + "dateSigned": "2000-03-01", + "env": "development", + "id": 6393, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/109452660", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6393": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1981-11-20", + "dateSigned": "1981-02-18", + "env": "development", + "id": 6394, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6394": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1999-02-11", + "dateSigned": "1998-02-23", + "env": "development", + "id": 6395, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6395": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1996-12-19", + "dateSigned": "1996-02-12", + "env": "development", + "id": 6396, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944660", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6396": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1975-08-29", + "dateSigned": "1974-12-27", + "env": "development", + "id": 6397, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88849220", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6397": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1981-01-07", + "dateSigned": "1980-08-14", + "env": "development", + "id": 6398, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109356495", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6398": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2013-12-23", + "dateSigned": "2012-10-25", + "env": "development", + "id": 6399, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/111680101", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6399": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1986-12-29", + "dateSigned": "1986-10-27", + "env": "development", + "id": 6400, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81565429", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6400": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1990-08-31", + "dateSigned": "1990-04-07", + "env": "development", + "id": 6401, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112963876", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6401": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2005-01-13", + "dateSigned": "2002-04-11", + "env": "development", + "id": 6402, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6402": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1998-07-22", + "dateSigned": "1996-05-06", + "env": "development", + "id": 6403, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6403": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1983-02-02", + "dateSigned": "1982-03-29", + "env": "development", + "id": 6404, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85339220", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6404": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2004-11-24", + "dateSigned": "2004-03-10", + "env": "development", + "id": 6405, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6405": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2005-12-07", + "dateSigned": "2005-09-07", + "env": "development", + "id": 6406, + "isoNumeric": null, + "jurisdiction": "Hong Kong, China", + "jurisdictionCountryCode": "HK", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/87019630", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6406": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1976-09-06", + "dateSigned": "1975-11-09", + "env": "development", + "id": 6407, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88718927", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6407": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2006-04-14", + "dateSigned": "2001-04-26", + "env": "development", + "id": 6408, + "isoNumeric": null, + "jurisdiction": "Seychelles", + "jurisdictionCountryCode": "SC", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113066159", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6408": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2003-10-23", + "dateSigned": "2001-06-15", + "env": "development", + "id": 6409, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6409": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1986-03-28", + "dateSigned": "1985-04-25", + "env": "development", + "id": 6410, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6410": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1989-09-26", + "dateSigned": "1988-10-19", + "env": "development", + "id": 6411, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6411": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1997-12-15", + "dateSigned": "1996-11-26", + "env": "development", + "id": 6412, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73573621", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6412": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1998-09-16", + "dateSigned": "1997-10-14", + "env": "development", + "id": 6413, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88278982", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6413": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1990-01-01", + "dateSigned": "1989-05-18", + "env": "development", + "id": 6414, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6414": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2000-04-04", + "dateSigned": "1998-10-27", + "env": "development", + "id": 6415, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81568569", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6415": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1998-12-14", + "dateSigned": "1998-10-22", + "env": "development", + "id": 6416, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/84677834", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6416": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1976-04-27", + "dateSigned": "1975-09-15", + "env": "development", + "id": 6417, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81720757", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6417": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1989-12-27", + "dateSigned": "1989-08-31", + "env": "development", + "id": 6418, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6418": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2003-12-29", + "dateSigned": "2003-07-30", + "env": "development", + "id": 6419, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86100006", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6419": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2007-06-29", + "dateSigned": "2006-11-16", + "env": "development", + "id": 6420, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81801206", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6420": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1997-04-03", + "dateSigned": "1996-06-26", + "env": "development", + "id": 6421, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6421": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1968-12-04", + "dateSigned": "1967-07-10", + "env": "development", + "id": 6422, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81598218", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6422": { + "containsParas4and5": null, + "countryCode": "TH", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1986-03-13", + "dateSigned": "1985-03-22", + "env": "development", + "id": 6423, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85926350", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6423": { + "containsParas4and5": null, + "countryCode": "TJ", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2005-04-30", + "dateSigned": "2004-05-13", + "env": "development", + "id": 6424, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109356904", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6424": { + "containsParas4and5": null, + "countryCode": "TJ", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2003-06-01", + "dateSigned": "2002-09-07", + "env": "development", + "id": 6425, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6425": { + "containsParas4and5": null, + "countryCode": "TJ", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1987-09-27", + "dateSigned": "1986-11-21", + "env": "development", + "id": 6426, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6426": { + "containsParas4and5": null, + "countryCode": "TJ", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2004-09-21", + "dateSigned": "2003-03-27", + "env": "development", + "id": 6427, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6427": { + "containsParas4and5": null, + "countryCode": "TJ", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2009-04-10", + "dateSigned": "2008-11-20", + "env": "development", + "id": 6428, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85926366", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6428": { + "containsParas4and5": null, + "countryCode": "TJ", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2000-11-07", + "dateSigned": "1999-12-16", + "env": "development", + "id": 6429, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6429": { + "containsParas4and5": null, + "countryCode": "TJ", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1991-01-08", + "dateSigned": "1987-12-17", + "env": "development", + "id": 6430, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6430": { + "containsParas4and5": null, + "countryCode": "TJ", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1989-07-30", + "dateSigned": "1985-02-26", + "env": "development", + "id": 6431, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6431": { + "containsParas4and5": null, + "countryCode": "TJ", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2004-09-01", + "dateSigned": "2003-05-27", + "env": "development", + "id": 6432, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88702391", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6432": { + "containsParas4and5": null, + "countryCode": "TJ", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2003-10-28", + "env": "development", + "id": 6433, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6433": { + "containsParas4and5": null, + "countryCode": "TJ", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2008-02-11", + "dateSigned": "2007-08-13", + "env": "development", + "id": 6434, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/127745457", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6434": { + "containsParas4and5": null, + "countryCode": "TJ", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2004-01-01", + "dateSigned": "1997-03-31", + "env": "development", + "id": 6435, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6435": { + "containsParas4and5": null, + "countryCode": "TJ", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2009-10-29", + "dateSigned": "2009-02-09", + "env": "development", + "id": 6436, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113780561", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6436": { + "containsParas4and5": null, + "countryCode": "TJ", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2011-10-26", + "dateSigned": "2010-10-23", + "env": "development", + "id": 6437, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944667", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6437": { + "containsParas4and5": null, + "countryCode": "TJ", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2001-12-26", + "dateSigned": "1996-05-06", + "env": "development", + "id": 6438, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6438": { + "containsParas4and5": null, + "countryCode": "TJ", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1997-04-18", + "dateSigned": "1985-07-31", + "env": "development", + "id": 6439, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6439": { + "containsParas4and5": null, + "countryCode": "TJ", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1986-11-27", + "dateSigned": "1986-01-18", + "env": "development", + "id": 6440, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112963938", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6440": { + "containsParas4and5": null, + "countryCode": "TJ", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1986-08-07", + "dateSigned": "1985-03-01", + "env": "development", + "id": 6441, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6441": { + "containsParas4and5": null, + "countryCode": "TJ", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2009-03-28", + "dateSigned": "2008-08-27", + "env": "development", + "id": 6442, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81565440", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6442": { + "containsParas4and5": null, + "countryCode": "TJ", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2013-07-27", + "dateSigned": "2011-06-09", + "env": "development", + "id": 6443, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218784258", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6443": { + "containsParas4and5": null, + "countryCode": "TJ", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2000-01-29", + "dateSigned": "1995-12-17", + "env": "development", + "id": 6444, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109452335", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6444": { + "containsParas4and5": null, + "countryCode": "TJ", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2007-10-19", + "dateSigned": "2006-11-07", + "env": "development", + "id": 6445, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6445": { + "containsParas4and5": null, + "countryCode": "TJ", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2012-07-01", + "dateSigned": "2011-06-07", + "env": "development", + "id": 6446, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106336136", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6446": { + "containsParas4and5": null, + "countryCode": "TJ", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-04-03", + "env": "development", + "id": 6447, + "isoNumeric": null, + "jurisdiction": "Brunei Darussalam", + "jurisdictionCountryCode": "BN", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6447": { + "containsParas4and5": null, + "countryCode": "TJ", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1983-08-26", + "dateSigned": "1982-10-29", + "env": "development", + "id": 6448, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81568584", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6448": { + "containsParas4and5": null, + "countryCode": "TJ", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2013-09-05", + "dateSigned": "2012-10-24", + "env": "development", + "id": 6449, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6449": { + "containsParas4and5": null, + "countryCode": "TL", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2002-05-20", + "dateSigned": "2002-05-20", + "env": "development", + "id": 6450, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6450": { + "containsParas4and5": null, + "countryCode": "TL", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1999-12-20", + "dateSigned": "1995-05-30", + "env": "development", + "id": 6451, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6451": { + "containsParas4and5": null, + "countryCode": "TM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2000-03-10", + "dateSigned": "1997-02-27", + "env": "development", + "id": 6452, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6452": { + "containsParas4and5": null, + "countryCode": "TL", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-09-27", + "env": "development", + "id": 6453, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6453": { + "containsParas4and5": null, + "countryCode": "TM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2009-08-21", + "dateSigned": "2008-07-16", + "env": "development", + "id": 6454, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6454": { + "containsParas4and5": null, + "countryCode": "TM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1997-07-07", + "dateSigned": "1997-02-25", + "env": "development", + "id": 6455, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85926404", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6455": { + "containsParas4and5": null, + "countryCode": "TM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1989-07-30", + "dateSigned": "1985-02-26", + "env": "development", + "id": 6456, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6456": { + "containsParas4and5": null, + "countryCode": "TM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1991-01-08", + "dateSigned": "1987-12-17", + "env": "development", + "id": 6457, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6457": { + "containsParas4and5": null, + "countryCode": "TM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1998-06-26", + "dateSigned": "1996-08-08", + "env": "development", + "id": 6458, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74477679", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6458": { + "containsParas4and5": null, + "countryCode": "TM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2000-01-26", + "dateSigned": "1997-12-05", + "env": "development", + "id": 6459, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809277", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6459": { + "containsParas4and5": null, + "countryCode": "TM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1986-11-27", + "dateSigned": "1986-01-18", + "env": "development", + "id": 6460, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112963950", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6460": { + "containsParas4and5": null, + "countryCode": "TM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1986-08-07", + "dateSigned": "1985-03-01", + "env": "development", + "id": 6461, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6461": { + "containsParas4and5": null, + "countryCode": "TM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2010-05-30", + "dateSigned": "2009-12-13", + "env": "development", + "id": 6462, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81565603", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6462": { + "containsParas4and5": null, + "countryCode": "TM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1983-08-26", + "dateSigned": "1982-10-29", + "env": "development", + "id": 6463, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6463": { + "containsParas4and5": null, + "countryCode": "TM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2013-12-11", + "dateSigned": "2012-10-08", + "env": "development", + "id": 6464, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6464": { + "containsParas4and5": null, + "countryCode": "TM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2012-12-04", + "dateSigned": "2012-09-11", + "env": "development", + "id": 6465, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/218784386", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6465": { + "containsParas4and5": null, + "countryCode": "TM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1998-07-01", + "dateSigned": "1995-02-26", + "env": "development", + "id": 6466, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109450284", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6466": { + "containsParas4and5": null, + "countryCode": "TM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1999-10-21", + "dateSigned": "1998-01-29", + "env": "development", + "id": 6467, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6467": { + "containsParas4and5": null, + "countryCode": "TM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1986-01-30", + "dateSigned": "1985-07-31", + "env": "development", + "id": 6468, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6468": { + "containsParas4and5": null, + "countryCode": "TM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1982-10-01", + "dateSigned": "1981-04-10", + "env": "development", + "id": 6469, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6469": { + "containsParas4and5": null, + "countryCode": "TM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1999-11-24", + "dateSigned": "1998-06-09", + "env": "development", + "id": 6470, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109452666", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6470": { + "containsParas4and5": null, + "countryCode": "TM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1997-06-24", + "dateSigned": "1995-08-17", + "env": "development", + "id": 6471, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6471": { + "containsParas4and5": null, + "countryCode": "TM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2009-10-06", + "dateSigned": "2008-11-19", + "env": "development", + "id": 6472, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85339254", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6472": { + "containsParas4and5": null, + "countryCode": "TM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2013-03-15", + "dateSigned": "2011-12-28", + "env": "development", + "id": 6473, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/111680141", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6473": { + "containsParas4and5": null, + "countryCode": "TM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2014-12-10", + "dateSigned": "2013-06-18", + "env": "development", + "id": 6474, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809180", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6474": { + "containsParas4and5": null, + "countryCode": "TM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2012-05-13", + "dateSigned": "2011-02-09", + "env": "development", + "id": 6475, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85207361", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6475": { + "containsParas4and5": null, + "countryCode": "TM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "2000-01-01", + "dateSigned": "1998-01-14", + "env": "development", + "id": 6476, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6476": { + "containsParas4and5": null, + "countryCode": "TM", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1983-06-15", + "dateSigned": "1981-11-24", + "env": "development", + "id": 6477, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88133792", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6477": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2005-10-04", + "env": "development", + "id": 6478, + "isoNumeric": null, + "jurisdiction": "Congo, Republic of the", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6478": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1997-02-24", + "dateSigned": "1996-04-10", + "env": "development", + "id": 6479, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6479": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1993-04-12", + "dateSigned": "1992-05-13", + "env": "development", + "id": 6480, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6480": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1993-07-14", + "dateSigned": "1990-07-23", + "env": "development", + "id": 6481, + "isoNumeric": null, + "jurisdiction": "Algeria", + "jurisdictionCountryCode": "DZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6481": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1981-05-28", + "dateSigned": "1981-02-05", + "env": "development", + "id": 6482, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6482": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1984-12-04", + "dateSigned": "1982-02-10", + "env": "development", + "id": 6483, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6483": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2000-09-27", + "dateSigned": "1998-03-08", + "env": "development", + "id": 6484, + "isoNumeric": null, + "jurisdiction": "Yemen", + "jurisdictionCountryCode": "YE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6484": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1975-04-01", + "dateSigned": "1973-05-28", + "env": "development", + "id": 6485, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88849242", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6485": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1991-10-25", + "dateSigned": "1990-03-14", + "env": "development", + "id": 6486, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6486": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2002-11-20", + "dateSigned": "2000-04-28", + "env": "development", + "id": 6487, + "isoNumeric": null, + "jurisdiction": "Mali", + "jurisdictionCountryCode": "ML", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6487": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1997-08-05", + "dateSigned": "1996-04-18", + "env": "development", + "id": 6488, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109342401", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6488": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1993-07-14", + "dateSigned": "1990-07-23", + "env": "development", + "id": 6489, + "isoNumeric": null, + "jurisdiction": "Libya", + "jurisdictionCountryCode": "LY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6489": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2007-05-17", + "dateSigned": "2003-01-23", + "env": "development", + "id": 6490, + "isoNumeric": null, + "jurisdiction": "Ethiopia", + "jurisdictionCountryCode": "ET", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6490": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1999-01-01", + "dateSigned": "1997-03-08", + "env": "development", + "id": 6491, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6491": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1985-07-02", + "dateSigned": "1984-05-17", + "env": "development", + "id": 6492, + "isoNumeric": null, + "jurisdiction": "Senegal", + "jurisdictionCountryCode": "SN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113065150", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6492": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1990-01-01", + "dateSigned": "1988-02-14", + "env": "development", + "id": 6493, + "isoNumeric": null, + "jurisdiction": "Jordan", + "jurisdictionCountryCode": "JO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6493": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2006-05-10", + "dateSigned": "1999-05-26", + "env": "development", + "id": 6494, + "isoNumeric": null, + "jurisdiction": "Cameroon", + "jurisdictionCountryCode": "CM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6494": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1978-09-04", + "dateSigned": "1977-06-23", + "env": "development", + "id": 6495, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6495": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2002-03-20", + "dateSigned": "2000-04-18", + "env": "development", + "id": 6496, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6496": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1991-10-25", + "dateSigned": "1990-03-14", + "env": "development", + "id": 6497, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6497": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2013-06-03", + "dateSigned": "2012-04-11", + "env": "development", + "id": 6498, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6498": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2000-08-21", + "dateSigned": "1999-02-24", + "env": "development", + "id": 6499, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88693377", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6499": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1999-10-18", + "dateSigned": "1996-03-27", + "env": "development", + "id": 6500, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6500": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2006-01-01", + "dateSigned": "2001-07-16", + "env": "development", + "id": 6501, + "isoNumeric": null, + "jurisdiction": "Iran", + "jurisdictionCountryCode": "IR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6501": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2008-10-28", + "dateSigned": "2008-02-12", + "env": "development", + "id": 6502, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85588731", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6502": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2012-05-02", + "dateSigned": "2003-04-15", + "env": "development", + "id": 6503, + "isoNumeric": null, + "jurisdiction": "Burkina Faso", + "jurisdictionCountryCode": "BF", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6503": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1994-01-01", + "dateSigned": "1993-03-29", + "env": "development", + "id": 6504, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88702413", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6504": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-07-08", + "env": "development", + "id": 6505, + "isoNumeric": null, + "jurisdiction": "Saudi Arabia", + "jurisdictionCountryCode": "SA", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6505": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1994-01-01", + "dateSigned": "1990-07-23", + "env": "development", + "id": 6506, + "isoNumeric": null, + "jurisdiction": "Mauritania", + "jurisdictionCountryCode": "MR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6506": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1981-09-17", + "dateSigned": "1979-05-16", + "env": "development", + "id": 6507, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809653", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6507": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1990-12-26", + "dateSigned": "1985-06-17", + "env": "development", + "id": 6508, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73573646", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6508": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1983-04-19", + "dateSigned": "1981-05-07", + "env": "development", + "id": 6509, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6509": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1993-07-14", + "dateSigned": "1990-07-23", + "env": "development", + "id": 6510, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6510": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2003-09-23", + "dateSigned": "2002-04-16", + "env": "development", + "id": 6511, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81565870", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6511": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2013-03-06", + "dateSigned": "2010-04-13", + "env": "development", + "id": 6512, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6512": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1976-11-19", + "dateSigned": "1975-12-23", + "env": "development", + "id": 6513, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88133807", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6513": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1998-04-22", + "dateSigned": "1997-11-16", + "env": "development", + "id": 6514, + "isoNumeric": null, + "jurisdiction": "Oman", + "jurisdictionCountryCode": "OM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6514": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1995-12-15", + "dateSigned": "1995-05-16", + "env": "development", + "id": 6515, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6515": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1999-12-10", + "dateSigned": "1999-02-02", + "env": "development", + "id": 6516, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74491000", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6516": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1989-01-19", + "dateSigned": "1987-09-23", + "env": "development", + "id": 6517, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6517": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2009-06-05", + "dateSigned": "2004-10-07", + "env": "development", + "id": 6518, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6518": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2001-12-31", + "dateSigned": "2000-05-31", + "env": "development", + "id": 6519, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88704555", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6519": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2000-06-03", + "dateSigned": "1998-06-24", + "env": "development", + "id": 6520, + "isoNumeric": null, + "jurisdiction": "Lebanon", + "jurisdictionCountryCode": "LB", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6520": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1979-12-28", + "dateSigned": "1978-05-31", + "env": "development", + "id": 6521, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6521": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1989-11-25", + "dateSigned": "1988-09-27", + "env": "development", + "id": 6522, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/269371908", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6522": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-05-12", + "env": "development", + "id": 6523, + "isoNumeric": null, + "jurisdiction": "Chad", + "jurisdictionCountryCode": "TD", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6523": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1987-02-14", + "dateSigned": "1982-07-02", + "env": "development", + "id": 6524, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88688708", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6524": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2010-09-29", + "dateSigned": "1992-10-31", + "env": "development", + "id": 6525, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6525": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1984-01-20", + "dateSigned": "1982-12-15", + "env": "development", + "id": 6526, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6526": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1987-12-28", + "dateSigned": "1986-10-02", + "env": "development", + "id": 6527, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6527": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1991-01-02", + "dateSigned": "1989-12-08", + "env": "development", + "id": 6528, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6528": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2008-02-11", + "dateSigned": "2001-12-25", + "env": "development", + "id": 6529, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6529": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2000-12-19", + "dateSigned": "1998-06-22", + "env": "development", + "id": 6530, + "isoNumeric": null, + "jurisdiction": "Syrian Arab Republic", + "jurisdictionCountryCode": "SY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6530": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "1999-05-14", + "env": "development", + "id": 6531, + "isoNumeric": null, + "jurisdiction": "Côte d'Ivoire", + "jurisdictionCountryCode": "CI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6531": { + "containsParas4and5": null, + "countryCode": "TN", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1992-10-22", + "env": "development", + "id": 6532, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6532": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-12-04", + "env": "development", + "id": 6533, + "isoNumeric": null, + "jurisdiction": "Gibraltar", + "jurisdictionCountryCode": "GI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809558", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6533": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-12-13", + "env": "development", + "id": 6534, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6534": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2010-03-16", + "dateSigned": "2005-10-26", + "env": "development", + "id": 6535, + "isoNumeric": null, + "jurisdiction": "Yemen", + "jurisdictionCountryCode": "YE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6535": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2003-12-23", + "dateSigned": "1999-10-31", + "env": "development", + "id": 6536, + "isoNumeric": null, + "jurisdiction": "Bangladesh", + "jurisdictionCountryCode": "BD", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6536": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1997-02-01", + "dateSigned": "1995-01-31", + "env": "development", + "id": 6537, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85926404", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6537": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1997-09-30", + "dateSigned": "1996-05-08", + "env": "development", + "id": 6538, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6538": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2013-06-13", + "dateSigned": "2011-07-14", + "env": "development", + "id": 6539, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88706980", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6539": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-09-10", + "env": "development", + "id": 6540, + "isoNumeric": null, + "jurisdiction": "Kosovo", + "jurisdictionCountryCode": "XK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6540": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2012-10-09", + "dateSigned": "2010-12-16", + "env": "development", + "id": 6541, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6541": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2003-12-18", + "dateSigned": "2002-07-05", + "env": "development", + "id": 6542, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74243413", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6542": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1999-12-02", + "dateSigned": "1997-04-02", + "env": "development", + "id": 6543, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74477694", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6543": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1998-04-29", + "dateSigned": "1996-11-27", + "env": "development", + "id": 6544, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6544": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2005-01-18", + "dateSigned": "2003-06-09", + "env": "development", + "id": 6545, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6545": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1988-09-30", + "dateSigned": "1986-03-27", + "env": "development", + "id": 6546, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88866366", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6546": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1997-01-28", + "dateSigned": "1994-09-27", + "env": "development", + "id": 6547, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85339303", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6547": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1988-09-15", + "dateSigned": "1986-07-01", + "env": "development", + "id": 6548, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6548": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1996-12-31", + "dateSigned": "1993-12-25", + "env": "development", + "id": 6549, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6549": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1996-11-28", + "dateSigned": "1995-06-16", + "env": "development", + "id": 6550, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6550": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1988-08-08", + "dateSigned": "1985-11-14", + "env": "development", + "id": 6551, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109342557", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6551": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1991-10-08", + "dateSigned": "1987-06-02", + "env": "development", + "id": 6552, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6552": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1998-01-01", + "dateSigned": "1993-11-03", + "env": "development", + "id": 6553, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81713435", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6553": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1995-11-09", + "dateSigned": "1993-03-10", + "env": "development", + "id": 6554, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6554": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2006-12-18", + "dateSigned": "2005-05-11", + "env": "development", + "id": 6555, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81715818", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6555": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2005-02-21", + "dateSigned": "2003-08-25", + "env": "development", + "id": 6556, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85210357", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6556": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2003-12-16", + "dateSigned": "1999-11-12", + "env": "development", + "id": 6557, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112949633", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6557": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1990-11-18", + "dateSigned": "1988-01-21", + "env": "development", + "id": 6558, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6558": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2000-05-17", + "dateSigned": "1998-11-24", + "env": "development", + "id": 6559, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81687344", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6559": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2010-08-18", + "dateSigned": "2008-10-24", + "env": "development", + "id": 6560, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6560": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2010-03-15", + "dateSigned": "2006-05-31", + "env": "development", + "id": 6561, + "isoNumeric": null, + "jurisdiction": "Oman", + "jurisdictionCountryCode": "OM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6561": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2005-02-27", + "dateSigned": "2002-06-17", + "env": "development", + "id": 6562, + "isoNumeric": null, + "jurisdiction": "Iran", + "jurisdictionCountryCode": "IR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6562": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1993-12-01", + "dateSigned": "1990-07-27", + "env": "development", + "id": 6563, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73731789", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6563": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2011-07-28", + "dateSigned": "2010-04-22", + "env": "development", + "id": 6564, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6564": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2010-02-18", + "dateSigned": "2007-11-21", + "env": "development", + "id": 6565, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112961662", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6565": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2001-12-26", + "dateSigned": "1996-05-06", + "env": "development", + "id": 6566, + "isoNumeric": null, + "jurisdiction": "Tajikistan", + "jurisdictionCountryCode": "TJ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6566": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2001-08-27", + "dateSigned": "1999-07-09", + "env": "development", + "id": 6567, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81720786", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6567": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2013-06-05", + "dateSigned": "2010-04-29", + "env": "development", + "id": 6568, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6568": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2012-05-04", + "dateSigned": "2009-10-06", + "env": "development", + "id": 6569, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6569": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1989-07-01", + "dateSigned": "1987-02-18", + "env": "development", + "id": 6570, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88849259", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6570": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1996-12-30", + "dateSigned": "1995-09-12", + "env": "development", + "id": 6571, + "isoNumeric": null, + "jurisdiction": "Mongolia", + "jurisdictionCountryCode": "MN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6571": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2005-01-13", + "dateSigned": "2002-04-11", + "env": "development", + "id": 6572, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6572": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2011-06-15", + "dateSigned": "2010-01-15", + "env": "development", + "id": 6573, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86100038", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6573": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2007-09-02", + "dateSigned": "2005-11-14", + "env": "development", + "id": 6574, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85313441", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6574": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2006-07-18", + "dateSigned": "2004-04-07", + "env": "development", + "id": 6575, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6575": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1986-03-27", + "dateSigned": "1983-12-24", + "env": "development", + "id": 6576, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81801241", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6576": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-03-13", + "env": "development", + "id": 6577, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/106370273", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6577": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2007-08-14", + "dateSigned": "2005-03-02", + "env": "development", + "id": 6578, + "isoNumeric": null, + "jurisdiction": "Ethiopia", + "jurisdictionCountryCode": "ET", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6578": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-09-21", + "env": "development", + "id": 6579, + "isoNumeric": null, + "jurisdiction": "Isle of Man", + "jurisdictionCountryCode": "IM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/110044815", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6579": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2012-08-01", + "dateSigned": "2011-09-22", + "env": "development", + "id": 6580, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81598260", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6580": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2009-04-01", + "dateSigned": "2007-11-09", + "env": "development", + "id": 6581, + "isoNumeric": null, + "jurisdiction": "Saudi Arabia", + "jurisdictionCountryCode": "SA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106372057", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6581": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1997-01-20", + "dateSigned": "1995-05-23", + "env": "development", + "id": 6582, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81565891", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6582": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1986-12-03", + "dateSigned": "1985-06-06", + "env": "development", + "id": 6583, + "isoNumeric": null, + "jurisdiction": "Jordan", + "jurisdictionCountryCode": "JO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6583": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2012-02-08", + "dateSigned": "2010-06-18", + "env": "development", + "id": 6584, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944694", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6584": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2007-08-10", + "dateSigned": "2005-10-12", + "env": "development", + "id": 6585, + "isoNumeric": null, + "jurisdiction": "Montenegro", + "jurisdictionCountryCode": "ME", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6585": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1996-12-26", + "dateSigned": "1994-04-04", + "env": "development", + "id": 6586, + "isoNumeric": null, + "jurisdiction": "Albania", + "jurisdictionCountryCode": "AL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112688420", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6586": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1997-06-24", + "dateSigned": "1995-08-17", + "env": "development", + "id": 6587, + "isoNumeric": null, + "jurisdiction": "Turkmenistan", + "jurisdictionCountryCode": "TM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6587": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2005-01-31", + "dateSigned": "2001-08-26", + "env": "development", + "id": 6588, + "isoNumeric": null, + "jurisdiction": "Sudan", + "jurisdictionCountryCode": "SD", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6588": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2000-03-06", + "dateSigned": "1997-02-25", + "env": "development", + "id": 6589, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6589": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2001-12-20", + "dateSigned": "1999-07-01", + "env": "development", + "id": 6590, + "isoNumeric": null, + "jurisdiction": "Kyrgyzstan", + "jurisdictionCountryCode": "KG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6590": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1997-09-17", + "dateSigned": "1994-07-07", + "env": "development", + "id": 6591, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6591": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1999-12-13", + "dateSigned": "1997-10-06", + "env": "development", + "id": 6592, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6592": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2000-07-28", + "dateSigned": "1998-06-25", + "env": "development", + "id": 6593, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6593": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2009-10-01", + "dateSigned": "2008-03-28", + "env": "development", + "id": 6594, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85917117", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6594": { + "containsParas4and5": null, + "countryCode": "SZ", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-10-16", + "env": "development", + "id": 6595, + "isoNumeric": null, + "jurisdiction": "Seychelles", + "jurisdictionCountryCode": "SC", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6595": { + "containsParas4and5": null, + "countryCode": "SE", + "createdAt": 1568104719162, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-09-15", + "env": "development", + "id": 6596, + "isoNumeric": null, + "jurisdiction": "Belize", + "jurisdictionCountryCode": "BZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112945704", + "typeEOI": null, + "updatedAt": 1568275028729 + }, + "6596": { + "containsParas4and5": null, + "countryCode": "SZ", + "createdAt": 1568104719163, + "currencyCode": null, + "dateActive": "1969-03-18", + "dateSigned": "1968-11-26", + "env": "development", + "id": 6597, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028730 + }, + "6597": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1988-10-26", + "dateSigned": "1986-02-19", + "env": "development", + "id": 6598, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73593373", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6598": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1993-06-20", + "dateSigned": "1991-05-30", + "env": "development", + "id": 6599, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6599": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2011-05-04", + "dateSigned": "2009-07-14", + "env": "development", + "id": 6600, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6600": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2004-03-05", + "dateSigned": "2003-12-02", + "env": "development", + "id": 6601, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85919450", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6601": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1998-04-29", + "dateSigned": "1996-07-24", + "env": "development", + "id": 6602, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6602": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1994-12-28", + "dateSigned": "1993-03-08", + "env": "development", + "id": 6603, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112965730", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6603": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2006-12-06", + "dateSigned": "2005-03-03", + "env": "development", + "id": 6604, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74491034", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6604": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1996-12-30", + "dateSigned": "1994-08-02", + "env": "development", + "id": 6605, + "isoNumeric": null, + "jurisdiction": "Algeria", + "jurisdictionCountryCode": "DZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6605": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1996-11-18", + "dateSigned": "1995-08-15", + "env": "development", + "id": 6606, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6606": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1987-12-28", + "dateSigned": "1986-10-02", + "env": "development", + "id": 6607, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6607": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2000-01-01", + "dateSigned": "1997-12-15", + "env": "development", + "id": 6608, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6608": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2006-08-21", + "dateSigned": "2004-05-12", + "env": "development", + "id": 6609, + "isoNumeric": null, + "jurisdiction": "Lebanon", + "jurisdictionCountryCode": "LB", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106347878", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6609": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2008-09-18", + "dateSigned": "2005-02-16", + "env": "development", + "id": 6610, + "isoNumeric": null, + "jurisdiction": "Bosnia and Herzegovina", + "jurisdictionCountryCode": "BA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6610": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1999-01-01", + "dateSigned": "1996-03-14", + "env": "development", + "id": 6611, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88693201", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6611": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-01-23", + "env": "development", + "id": 6612, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85347676", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6612": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1994-01-29", + "dateSigned": "1993-01-29", + "env": "development", + "id": 6613, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/109452687", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6613": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2004-08-21", + "dateSigned": "2004-01-06", + "env": "development", + "id": 6614, + "isoNumeric": null, + "jurisdiction": "Syrian Arab Republic", + "jurisdictionCountryCode": "SY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6614": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2003-12-23", + "dateSigned": "2001-04-19", + "env": "development", + "id": 6615, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113084170", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6615": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2000-05-18", + "dateSigned": "1997-09-22", + "env": "development", + "id": 6616, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224345398", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6616": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2013-09-11", + "dateSigned": "2010-11-24", + "env": "development", + "id": 6617, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85919587", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6617": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1997-12-19", + "dateSigned": "1996-03-28", + "env": "development", + "id": 6618, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73573658", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6618": { + "containsParas4and5": null, + "countryCode": "TT", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 6619, + "isoNumeric": null, + "jurisdiction": "Saint Lucia", + "jurisdictionCountryCode": "LC", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6619": { + "containsParas4and5": null, + "countryCode": "TT", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1974-03-20", + "dateSigned": "1973-02-01", + "env": "development", + "id": 6620, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113065205", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6620": { + "containsParas4and5": null, + "countryCode": "TT", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1997-12-31", + "dateSigned": "1996-07-31", + "env": "development", + "id": 6621, + "isoNumeric": null, + "jurisdiction": "Venezuela", + "jurisdictionCountryCode": "VE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113065479", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6621": { + "containsParas4and5": null, + "countryCode": "TT", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1971-05-17", + "dateSigned": "1969-06-20", + "env": "development", + "id": 6622, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113065220", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6622": { + "containsParas4and5": null, + "countryCode": "TT", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2005-05-22", + "dateSigned": "2003-09-18", + "env": "development", + "id": 6623, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81565900", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6623": { + "containsParas4and5": null, + "countryCode": "TT", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1970-08-07", + "dateSigned": "1969-10-29", + "env": "development", + "id": 6624, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/86100073", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6624": { + "containsParas4and5": null, + "countryCode": "TT", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2009-12-28", + "dateSigned": "2009-03-09", + "env": "development", + "id": 6625, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/74243484", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6625": { + "containsParas4and5": null, + "countryCode": "TT", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 6626, + "isoNumeric": null, + "jurisdiction": "Antigua and Barbuda", + "jurisdictionCountryCode": "AG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6626": { + "containsParas4and5": null, + "countryCode": "TT", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1977-01-28", + "dateSigned": "1973-04-04", + "env": "development", + "id": 6627, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81598293", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6627": { + "containsParas4and5": null, + "countryCode": "TT", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1999-10-13", + "dateSigned": "1999-02-08", + "env": "development", + "id": 6628, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113065300", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6628": { + "containsParas4and5": null, + "countryCode": "TT", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 6629, + "isoNumeric": null, + "jurisdiction": "Jamaica", + "jurisdictionCountryCode": "JM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6629": { + "containsParas4and5": null, + "countryCode": "TT", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1983-12-22", + "dateSigned": "1982-12-31", + "env": "development", + "id": 6630, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113065283", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6630": { + "containsParas4and5": null, + "countryCode": "TT", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 6631, + "isoNumeric": null, + "jurisdiction": "Grenada", + "jurisdictionCountryCode": "GD", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6631": { + "containsParas4and5": null, + "countryCode": "TT", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1996-02-08", + "dateSigned": "1995-09-11", + "env": "development", + "id": 6632, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113065194", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6632": { + "containsParas4and5": null, + "countryCode": "TT", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2008-07-23", + "env": "development", + "id": 6633, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113065190", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6633": { + "containsParas4and5": null, + "countryCode": "TT", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 6634, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6634": { + "containsParas4and5": null, + "countryCode": "TT", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 6635, + "isoNumeric": null, + "jurisdiction": "Belize", + "jurisdictionCountryCode": "BZ", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6635": { + "containsParas4and5": null, + "countryCode": "TT", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 6636, + "isoNumeric": null, + "jurisdiction": "Saint Vincent and the Grenadines", + "jurisdictionCountryCode": "VC", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113065350", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6636": { + "containsParas4and5": null, + "countryCode": "TT", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1970-12-30", + "dateSigned": "1970-01-09", + "env": "development", + "id": 6637, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73573681", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6637": { + "containsParas4and5": null, + "countryCode": "TT", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1989-04-01", + "dateSigned": "1987-08-05", + "env": "development", + "id": 6638, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113065236", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6638": { + "containsParas4and5": null, + "countryCode": "TT", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1974-04-19", + "dateSigned": "1971-03-26", + "env": "development", + "id": 6639, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113065313", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6639": { + "containsParas4and5": null, + "countryCode": "TT", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 6640, + "isoNumeric": null, + "jurisdiction": "Saint Kitts and Nevis", + "jurisdictionCountryCode": "KN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6640": { + "containsParas4and5": null, + "countryCode": "TT", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 6641, + "isoNumeric": null, + "jurisdiction": "Dominica", + "jurisdictionCountryCode": "DM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6641": { + "containsParas4and5": null, + "countryCode": "TT", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2003-11-22", + "dateSigned": "2001-05-07", + "env": "development", + "id": 6642, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113065326", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6642": { + "containsParas4and5": null, + "countryCode": "TT", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1984-12-12", + "dateSigned": "1984-02-17", + "env": "development", + "id": 6643, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113065336", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6643": { + "containsParas4and5": null, + "countryCode": "TV", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1950-05-10", + "dateSigned": "1950-05-10", + "env": "development", + "id": 6644, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6644": { + "containsParas4and5": null, + "countryCode": "TW", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1999-06-09", + "dateSigned": "1999-06-09", + "env": "development", + "id": 6645, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6645": { + "containsParas4and5": null, + "countryCode": "TW", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2005-12-23", + "dateSigned": "2005-08-30", + "env": "development", + "id": 6646, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6646": { + "containsParas4and5": null, + "countryCode": "TW", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2001-05-16", + "dateSigned": "2001-02-27", + "env": "development", + "id": 6647, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6647": { + "containsParas4and5": null, + "countryCode": "TW", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2009-12-24", + "dateSigned": "2009-12-18", + "env": "development", + "id": 6648, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88693236", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6648": { + "containsParas4and5": null, + "countryCode": "TW", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2004-09-10", + "dateSigned": "2000-01-20", + "env": "development", + "id": 6649, + "isoNumeric": null, + "jurisdiction": "Senegal", + "jurisdictionCountryCode": "SN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6649": { + "containsParas4and5": null, + "countryCode": "TW", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2011-09-24", + "dateSigned": "2011-08-10", + "env": "development", + "id": 6650, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6650": { + "containsParas4and5": null, + "countryCode": "TW", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-12-19", + "env": "development", + "id": 6651, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6651": { + "containsParas4and5": null, + "countryCode": "TW", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1996-09-12", + "dateSigned": "1994-02-14", + "env": "development", + "id": 6652, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6652": { + "containsParas4and5": null, + "countryCode": "TW", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2011-01-01", + "dateSigned": "2010-05-19", + "env": "development", + "id": 6653, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6653": { + "containsParas4and5": null, + "countryCode": "TW", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1995-12-01", + "dateSigned": "1995-03-01", + "env": "development", + "id": 6654, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6654": { + "containsParas4and5": null, + "countryCode": "TW", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2005-12-14", + "dateSigned": "2004-10-13", + "env": "development", + "id": 6655, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85919267", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6655": { + "containsParas4and5": null, + "countryCode": "TW", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2011-12-13", + "dateSigned": "2011-07-14", + "env": "development", + "id": 6656, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6656": { + "containsParas4and5": null, + "countryCode": "TW", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1982-05-14", + "dateSigned": "1981-12-30", + "env": "development", + "id": 6657, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6657": { + "containsParas4and5": null, + "countryCode": "TZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1978-08-04", + "dateSigned": "1976-04-28", + "env": "development", + "id": 6658, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86100101", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6658": { + "containsParas4and5": null, + "countryCode": "TW", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2012-11-07", + "dateSigned": "2011-12-28", + "env": "development", + "id": 6659, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88133937", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6659": { + "containsParas4and5": null, + "countryCode": "TW", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1997-12-15", + "dateSigned": "1996-12-11", + "env": "development", + "id": 6660, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6660": { + "containsParas4and5": null, + "countryCode": "TW", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2011-08-12", + "dateSigned": "2011-07-12", + "env": "development", + "id": 6661, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6661": { + "containsParas4and5": null, + "countryCode": "TZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2007-06-15", + "dateSigned": "2005-09-22", + "env": "development", + "id": 6662, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74491102", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6662": { + "containsParas4and5": null, + "countryCode": "TZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1997-08-29", + "dateSigned": "1995-12-15", + "env": "development", + "id": 6663, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81601711", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6663": { + "containsParas4and5": null, + "countryCode": "TZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1976-12-31", + "dateSigned": "1976-05-06", + "env": "development", + "id": 6664, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6664": { + "containsParas4and5": null, + "countryCode": "TZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-08-18", + "env": "development", + "id": 6665, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6665": { + "containsParas4and5": null, + "countryCode": "TZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2011-12-12", + "dateSigned": "2011-05-27", + "env": "development", + "id": 6666, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6666": { + "containsParas4and5": null, + "countryCode": "TZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1976-12-31", + "dateSigned": "1976-05-02", + "env": "development", + "id": 6667, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6667": { + "containsParas4and5": null, + "countryCode": "TZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1983-05-06", + "dateSigned": "1973-03-07", + "env": "development", + "id": 6668, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73996916", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6668": { + "containsParas4and5": null, + "countryCode": "TZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1978-12-27", + "dateSigned": "1976-05-12", + "env": "development", + "id": 6669, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6669": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1996-10-18", + "dateSigned": "1995-12-04", + "env": "development", + "id": 6670, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81565911", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6670": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2000-06-05", + "dateSigned": "1994-03-04", + "env": "development", + "id": 6671, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73573703", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6671": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2012-12-06", + "dateSigned": "2012-01-23", + "env": "development", + "id": 6672, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6672": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2004-07-01", + "dateSigned": "2002-12-14", + "env": "development", + "id": 6673, + "isoNumeric": null, + "jurisdiction": "Algeria", + "jurisdictionCountryCode": "DZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6673": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2003-06-01", + "dateSigned": "2002-09-07", + "env": "development", + "id": 6674, + "isoNumeric": null, + "jurisdiction": "Tajikistan", + "jurisdictionCountryCode": "TJ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6674": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1997-05-03", + "dateSigned": "1996-07-09", + "env": "development", + "id": 6675, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6675": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2001-10-31", + "dateSigned": "1999-04-07", + "env": "development", + "id": 6676, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85926453", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6676": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1986-08-07", + "dateSigned": "1985-03-01", + "env": "development", + "id": 6677, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6677": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2001-07-21", + "dateSigned": "1996-05-22", + "env": "development", + "id": 6678, + "isoNumeric": null, + "jurisdiction": "Iran", + "jurisdictionCountryCode": "IR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6678": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1996-11-02", + "dateSigned": "1995-10-24", + "env": "development", + "id": 6679, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88866406", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6679": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1999-02-25", + "dateSigned": "1996-05-20", + "env": "development", + "id": 6680, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86049402", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6680": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1997-09-01", + "dateSigned": "1994-02-09", + "env": "development", + "id": 6681, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/127745567", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6681": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-07-08", + "env": "development", + "id": 6682, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6682": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2003-09-05", + "dateSigned": "2002-04-22", + "env": "development", + "id": 6683, + "isoNumeric": null, + "jurisdiction": "Lebanon", + "jurisdictionCountryCode": "LB", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106347611", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6683": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2002-03-11", + "dateSigned": "2000-02-09", + "env": "development", + "id": 6684, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81715833", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6684": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1996-09-18", + "dateSigned": "1996-03-07", + "env": "development", + "id": 6685, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86100116", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6685": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2003-11-20", + "dateSigned": "2003-03-27", + "env": "development", + "id": 6686, + "isoNumeric": null, + "jurisdiction": "Cuba", + "jurisdictionCountryCode": "CU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6686": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1998-11-09", + "dateSigned": "1996-04-10", + "env": "development", + "id": 6687, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6687": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1998-04-29", + "dateSigned": "1996-11-27", + "env": "development", + "id": 6688, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6688": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1999-05-20", + "dateSigned": "1997-10-16", + "env": "development", + "id": 6689, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85627932", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6689": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2004-03-08", + "dateSigned": "2003-01-22", + "env": "development", + "id": 6690, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/109452692", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6690": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1997-01-01", + "dateSigned": "1995-05-19", + "env": "development", + "id": 6691, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6691": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1999-11-01", + "dateSigned": "1997-01-31", + "env": "development", + "id": 6692, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88849307", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6692": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2002-03-19", + "dateSigned": "1999-09-29", + "env": "development", + "id": 6693, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81685514", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6693": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1995-01-30", + "dateSigned": "1993-12-24", + "env": "development", + "id": 6694, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6694": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-04-19", + "env": "development", + "id": 6695, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218606780", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6695": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2004-05-04", + "dateSigned": "2003-06-05", + "env": "development", + "id": 6696, + "isoNumeric": null, + "jurisdiction": "Syrian Arab Republic", + "jurisdictionCountryCode": "SY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6696": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2006-04-25", + "dateSigned": "2002-01-16", + "env": "development", + "id": 6697, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88238026", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6697": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2008-10-23", + "dateSigned": "2005-11-30", + "env": "development", + "id": 6698, + "isoNumeric": null, + "jurisdiction": "Jordan", + "jurisdictionCountryCode": "JO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6698": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1996-08-20", + "dateSigned": "1996-03-05", + "env": "development", + "id": 6699, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6699": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2000-01-01", + "dateSigned": "1995-02-08", + "env": "development", + "id": 6700, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6700": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2002-02-27", + "dateSigned": "1997-03-29", + "env": "development", + "id": 6701, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6701": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1997-12-25", + "dateSigned": "1996-09-23", + "env": "development", + "id": 6702, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/84678356", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6702": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2001-11-29", + "dateSigned": "2001-03-22", + "env": "development", + "id": 6703, + "isoNumeric": null, + "jurisdiction": "Montenegro", + "jurisdictionCountryCode": "ME", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6703": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2009-12-18", + "dateSigned": "2007-01-26", + "env": "development", + "id": 6704, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81720814", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6704": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "1997-09-06", + "env": "development", + "id": 6705, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6705": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1998-11-23", + "dateSigned": "1998-03-02", + "env": "development", + "id": 6706, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6706": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1999-05-01", + "dateSigned": "1997-10-16", + "env": "development", + "id": 6707, + "isoNumeric": null, + "jurisdiction": "Kyrgyzstan", + "jurisdictionCountryCode": "KG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6707": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1995-07-25", + "dateSigned": "1994-11-10", + "env": "development", + "id": 6708, + "isoNumeric": null, + "jurisdiction": "Uzbekistan", + "jurisdictionCountryCode": "UZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6708": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2004-02-22", + "dateSigned": "2003-01-20", + "env": "development", + "id": 6709, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6709": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2002-02-22", + "dateSigned": "2000-10-30", + "env": "development", + "id": 6710, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944710", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6710": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1996-12-30", + "dateSigned": "1996-05-10", + "env": "development", + "id": 6711, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85210387", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6711": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2009-03-30", + "dateSigned": "2007-07-13", + "env": "development", + "id": 6712, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6712": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2007-01-01", + "dateSigned": "2003-12-26", + "env": "development", + "id": 6713, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88693248", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6713": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1999-10-21", + "dateSigned": "1998-01-29", + "env": "development", + "id": 6714, + "isoNumeric": null, + "jurisdiction": "Turkmenistan", + "jurisdictionCountryCode": "TM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6714": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1993-08-11", + "dateSigned": "1993-02-10", + "env": "development", + "id": 6715, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73591242", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6715": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2004-11-24", + "dateSigned": "2004-03-10", + "env": "development", + "id": 6716, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6716": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1996-11-19", + "dateSigned": "1996-05-14", + "env": "development", + "id": 6717, + "isoNumeric": null, + "jurisdiction": "Armenia", + "jurisdictionCountryCode": "AM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6717": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2008-10-09", + "dateSigned": "2006-11-08", + "env": "development", + "id": 6718, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85325480", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6718": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1996-11-22", + "dateSigned": "1996-01-23", + "env": "development", + "id": 6719, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74477731", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6719": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1999-04-01", + "dateSigned": "1997-02-14", + "env": "development", + "id": 6720, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6720": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1986-11-27", + "dateSigned": "1986-01-18", + "env": "development", + "id": 6721, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112965745", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6721": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1996-10-03", + "dateSigned": "1995-07-03", + "env": "development", + "id": 6722, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81598326", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6722": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1996-11-21", + "dateSigned": "1995-11-21", + "env": "development", + "id": 6723, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6723": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1995-12-12", + "dateSigned": "1994-10-14", + "env": "development", + "id": 6724, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6724": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1995-01-01", + "dateSigned": "1993-01-12", + "env": "development", + "id": 6725, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88702432", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6725": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2003-03-06", + "dateSigned": "2002-07-01", + "env": "development", + "id": 6726, + "isoNumeric": null, + "jurisdiction": "Mongolia", + "jurisdictionCountryCode": "MN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6726": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2003-02-25", + "dateSigned": "1997-02-26", + "env": "development", + "id": 6727, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73731907", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6727": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2004-12-29", + "dateSigned": "2003-08-28", + "env": "development", + "id": 6728, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74491149", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6728": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2011-06-30", + "dateSigned": "2008-12-03", + "env": "development", + "id": 6729, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109450373", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6729": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-11-08", + "env": "development", + "id": 6730, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218588890", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6730": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1997-04-29", + "dateSigned": "1996-03-04", + "env": "development", + "id": 6731, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81601742", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6731": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1996-06-04", + "dateSigned": "1995-08-14", + "env": "development", + "id": 6732, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6732": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2001-11-29", + "dateSigned": "2001-03-22", + "env": "development", + "id": 6733, + "isoNumeric": null, + "jurisdiction": "Serbia", + "jurisdictionCountryCode": "RS", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6733": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1999-09-01", + "dateSigned": "1996-09-10", + "env": "development", + "id": 6734, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/224345486", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6734": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2012-12-01", + "dateSigned": "2011-09-02", + "env": "development", + "id": 6735, + "isoNumeric": null, + "jurisdiction": "Saudi Arabia", + "jurisdictionCountryCode": "SA", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6735": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2003-09-26", + "dateSigned": "2000-11-06", + "env": "development", + "id": 6736, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85919462", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6736": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2009-11-18", + "dateSigned": "2008-11-04", + "env": "development", + "id": 6737, + "isoNumeric": null, + "jurisdiction": "Libya", + "jurisdictionCountryCode": "LY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6737": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2007-04-25", + "dateSigned": "2003-04-23", + "env": "development", + "id": 6738, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113084195", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6738": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1996-11-19", + "dateSigned": "1996-04-08", + "env": "development", + "id": 6739, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6739": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1997-10-03", + "dateSigned": "1995-11-20", + "env": "development", + "id": 6740, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6740": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1999-04-20", + "dateSigned": "1997-06-30", + "env": "development", + "id": 6741, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6741": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1997-11-17", + "dateSigned": "1996-03-29", + "env": "development", + "id": 6742, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6742": { + "containsParas4and5": null, + "countryCode": "UY", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-10-24", + "env": "development", + "id": 6743, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/117223875", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6743": { + "containsParas4and5": null, + "countryCode": "UY", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1993-08-13", + "dateSigned": "1988-10-25", + "env": "development", + "id": 6744, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6744": { + "containsParas4and5": null, + "countryCode": "UY", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2015-02-19", + "dateSigned": "2011-12-14", + "env": "development", + "id": 6745, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/75849688", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6745": { + "containsParas4and5": null, + "countryCode": "UY", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-09-12", + "env": "development", + "id": 6746, + "isoNumeric": null, + "jurisdiction": "Chile", + "jurisdictionCountryCode": "CL", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6746": { + "containsParas4and5": null, + "countryCode": "UY", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-10-14", + "env": "development", + "id": 6747, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218601747", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6747": { + "containsParas4and5": null, + "countryCode": "UY", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2011-01-01", + "dateSigned": "2009-08-14", + "env": "development", + "id": 6748, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88691266", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6748": { + "containsParas4and5": null, + "countryCode": "UY", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2011-11-15", + "dateSigned": "2011-05-26", + "env": "development", + "id": 6749, + "isoNumeric": null, + "jurisdiction": "Ecuador", + "jurisdictionCountryCode": "EC", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6749": { + "containsParas4and5": null, + "countryCode": "UY", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-01-15", + "env": "development", + "id": 6750, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6750": { + "containsParas4and5": null, + "countryCode": "UY", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2011-12-28", + "dateSigned": "2010-10-18", + "env": "development", + "id": 6751, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/112944721", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6751": { + "containsParas4and5": null, + "countryCode": "UY", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2013-06-21", + "dateSigned": "2011-09-08", + "env": "development", + "id": 6752, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6752": { + "containsParas4and5": null, + "countryCode": "UY", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-03-10", + "env": "development", + "id": 6753, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6753": { + "containsParas4and5": null, + "countryCode": "UY", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2013-01-07", + "dateSigned": "2011-12-14", + "env": "development", + "id": 6754, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/75849716", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6754": { + "containsParas4and5": null, + "countryCode": "UY", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2014-07-01", + "dateSigned": "2012-12-10", + "env": "development", + "id": 6755, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809365", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6755": { + "containsParas4and5": null, + "countryCode": "UY", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2012-11-14", + "dateSigned": "2011-12-14", + "env": "development", + "id": 6756, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/75849740", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6756": { + "containsParas4and5": null, + "countryCode": "UY", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-10-10", + "env": "development", + "id": 6757, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6757": { + "containsParas4and5": null, + "countryCode": "UY", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2012-01-01", + "dateSigned": "2010-03-09", + "env": "development", + "id": 6758, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6758": { + "containsParas4and5": null, + "countryCode": "UY", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2013-02-06", + "dateSigned": "2011-12-13", + "env": "development", + "id": 6759, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/75850402", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6759": { + "containsParas4and5": null, + "countryCode": "UY", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2014-06-27", + "dateSigned": "2013-02-05", + "env": "development", + "id": 6760, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809119", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6760": { + "containsParas4and5": null, + "countryCode": "UY", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-12-09", + "env": "development", + "id": 6761, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235806951", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6761": { + "containsParas4and5": null, + "countryCode": "UY", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2012-12-13", + "dateSigned": "2011-03-11", + "env": "development", + "id": 6762, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88707004", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6762": { + "containsParas4and5": null, + "countryCode": "UY", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2014-10-22", + "dateSigned": "2012-09-14", + "env": "development", + "id": 6763, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/117223844", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6763": { + "containsParas4and5": null, + "countryCode": "UY", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2011-04-24", + "dateSigned": "2009-10-09", + "env": "development", + "id": 6764, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6764": { + "containsParas4and5": null, + "countryCode": "UY", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2014-01-30", + "dateSigned": "2011-12-14", + "env": "development", + "id": 6765, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/75851480", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6765": { + "containsParas4and5": null, + "countryCode": "UY", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2013-02-07", + "dateSigned": "2012-04-23", + "env": "development", + "id": 6766, + "isoNumeric": null, + "jurisdiction": "Argentina", + "jurisdictionCountryCode": "AR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218584976", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6766": { + "containsParas4and5": null, + "countryCode": "UY", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2012-09-13", + "dateSigned": "2009-11-30", + "env": "development", + "id": 6767, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809890", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6767": { + "containsParas4and5": null, + "countryCode": "UY", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2015-04-17", + "dateSigned": "2011-12-14", + "env": "development", + "id": 6768, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/75668855", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6768": { + "containsParas4and5": null, + "countryCode": "UY", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2012-09-03", + "dateSigned": "2010-10-18", + "env": "development", + "id": 6769, + "isoNumeric": null, + "jurisdiction": "Liechtenstein", + "jurisdictionCountryCode": "LI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113062883", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6769": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1996-05-27", + "dateSigned": "1995-08-29", + "env": "development", + "id": 6770, + "isoNumeric": null, + "jurisdiction": "Moldova, Republic of", + "jurisdictionCountryCode": "MD", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6770": { + "containsParas4and5": null, + "countryCode": "UY", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "1991-08-02", + "env": "development", + "id": 6771, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6771": { + "containsParas4and5": null, + "countryCode": "UY", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-07-02", + "env": "development", + "id": 6772, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6772": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2011-01-12", + "dateSigned": "2009-06-05", + "env": "development", + "id": 6773, + "isoNumeric": null, + "jurisdiction": "Bahrain", + "jurisdictionCountryCode": "BH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85207333", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6773": { + "containsParas4and5": null, + "countryCode": "UY", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2010-12-31", + "dateSigned": "2010-01-28", + "env": "development", + "id": 6774, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6774": { + "containsParas4and5": null, + "countryCode": "UY", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-08-23", + "env": "development", + "id": 6775, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/167252993", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6775": { + "containsParas4and5": null, + "countryCode": "UY", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2013-01-25", + "dateSigned": "2011-12-14", + "env": "development", + "id": 6776, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/75668582", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6776": { + "containsParas4and5": null, + "countryCode": "UY", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2013-01-22", + "dateSigned": "2011-11-29", + "env": "development", + "id": 6777, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74498506", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6777": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1999-08-10", + "dateSigned": "1997-10-06", + "env": "development", + "id": 6778, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85339330", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6778": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2013-11-08", + "dateSigned": "2013-02-11", + "env": "development", + "id": 6779, + "isoNumeric": null, + "jurisdiction": "Slovenia", + "jurisdictionCountryCode": "SI", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/138673748", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6779": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1997-09-30", + "dateSigned": "1996-05-08", + "env": "development", + "id": 6780, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6780": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1996-09-12", + "dateSigned": "1995-05-22", + "env": "development", + "id": 6781, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109450413", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6781": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2013-12-23", + "dateSigned": "2012-10-02", + "env": "development", + "id": 6782, + "isoNumeric": null, + "jurisdiction": "Estonia", + "jurisdictionCountryCode": "EE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218592424", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6782": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1999-01-15", + "dateSigned": "1997-04-01", + "env": "development", + "id": 6783, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85919480", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6783": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1998-10-23", + "dateSigned": "1998-07-03", + "env": "development", + "id": 6784, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6784": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2008-11-28", + "dateSigned": "2008-07-24", + "env": "development", + "id": 6785, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81720850", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6785": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2008-09-28", + "dateSigned": "2007-10-26", + "env": "development", + "id": 6786, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109452700", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6786": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1996-11-02", + "dateSigned": "1996-09-16", + "env": "development", + "id": 6787, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809714", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6787": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2001-01-15", + "dateSigned": "2000-03-02", + "env": "development", + "id": 6788, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809587", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6788": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1995-07-25", + "dateSigned": "1994-11-10", + "env": "development", + "id": 6789, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6789": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2003-08-15", + "dateSigned": "2002-04-03", + "env": "development", + "id": 6790, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112944733", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6790": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1994-01-25", + "dateSigned": "1993-07-29", + "env": "development", + "id": 6791, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86049943", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6791": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2013-04-17", + "dateSigned": "2012-07-11", + "env": "development", + "id": 6792, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6792": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2000-01-01", + "dateSigned": "1998-09-15", + "env": "development", + "id": 6793, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6793": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1994-06-10", + "dateSigned": "1993-10-15", + "env": "development", + "id": 6794, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73652277", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6794": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1997-10-20", + "dateSigned": "1996-05-28", + "env": "development", + "id": 6795, + "isoNumeric": null, + "jurisdiction": "Georgia", + "jurisdictionCountryCode": "GE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/156115669", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6795": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1998-12-25", + "dateSigned": "1998-02-11", + "env": "development", + "id": 6796, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81685524", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6796": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1995-01-11", + "env": "development", + "id": 6797, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88702449", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6797": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2002-05-27", + "dateSigned": "2001-10-18", + "env": "development", + "id": 6798, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6798": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1998-11-11", + "dateSigned": "1996-08-28", + "env": "development", + "id": 6799, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6799": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1999-02-07", + "dateSigned": "1998-04-09", + "env": "development", + "id": 6800, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6800": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1999-07-08", + "dateSigned": "1996-11-14", + "env": "development", + "id": 6801, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86049420", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6801": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1997-10-17", + "dateSigned": "1996-06-06", + "env": "development", + "id": 6802, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6802": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2001-12-14", + "dateSigned": "1999-09-07", + "env": "development", + "id": 6803, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88134112", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6803": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2000-09-01", + "dateSigned": "1997-07-02", + "env": "development", + "id": 6804, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6804": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2010-11-01", + "dateSigned": "2008-11-18", + "env": "development", + "id": 6805, + "isoNumeric": null, + "jurisdiction": "Saudi Arabia", + "jurisdictionCountryCode": "SA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/106371885", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6805": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2004-05-26", + "dateSigned": "2000-11-21", + "env": "development", + "id": 6806, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6806": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1994-03-02", + "env": "development", + "id": 6807, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6807": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2000-09-14", + "dateSigned": "1999-06-17", + "env": "development", + "id": 6808, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6808": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2003-10-01", + "dateSigned": "1996-04-22", + "env": "development", + "id": 6809, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88849321", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6809": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2010-01-01", + "dateSigned": "2008-04-17", + "env": "development", + "id": 6810, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6810": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1996-07-03", + "dateSigned": "1996-07-03", + "env": "development", + "id": 6811, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81566968", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6811": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2003-10-17", + "dateSigned": "2003-03-06", + "env": "development", + "id": 6812, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74481686", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6812": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1997-04-07", + "dateSigned": "1996-06-12", + "env": "development", + "id": 6813, + "isoNumeric": null, + "jurisdiction": "Kazakhstan", + "jurisdictionCountryCode": "KZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6813": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-07-08", + "env": "development", + "id": 6814, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218592921", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6814": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1986-11-27", + "dateSigned": "1986-01-18", + "env": "development", + "id": 6815, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112965766", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6815": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2001-08-01", + "dateSigned": "2000-06-14", + "env": "development", + "id": 6816, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85627928", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6816": { + "containsParas4and5": null, + "countryCode": "UZ", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2002-10-30", + "dateSigned": "2002-02-18", + "env": "development", + "id": 6817, + "isoNumeric": null, + "jurisdiction": "Lithuania", + "jurisdictionCountryCode": "LT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81687538", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6817": { + "containsParas4and5": null, + "countryCode": "VA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-04-01", + "env": "development", + "id": 6818, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6818": { + "containsParas4and5": null, + "countryCode": "VC", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 6819, + "isoNumeric": null, + "jurisdiction": "Jamaica", + "jurisdictionCountryCode": "JM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6819": { + "containsParas4and5": null, + "countryCode": "VC", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2010-03-24", + "dateSigned": "2010-03-24", + "env": "development", + "id": 6820, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74482560", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6820": { + "containsParas4and5": null, + "countryCode": "VC", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2011-10-04", + "dateSigned": "2010-06-22", + "env": "development", + "id": 6821, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74482435", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6821": { + "containsParas4and5": null, + "countryCode": "VC", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 6822, + "isoNumeric": null, + "jurisdiction": "Antigua and Barbuda", + "jurisdictionCountryCode": "AG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6822": { + "containsParas4and5": null, + "countryCode": "VC", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2011-03-21", + "dateSigned": "2009-09-28", + "env": "development", + "id": 6823, + "isoNumeric": null, + "jurisdiction": "Sint Maarten", + "jurisdictionCountryCode": "SX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88691043", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6823": { + "containsParas4and5": null, + "countryCode": "VC", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2011-03-21", + "dateSigned": "2010-03-24", + "env": "development", + "id": 6824, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86100315", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6824": { + "containsParas4and5": null, + "countryCode": "VC", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2011-03-21", + "dateSigned": "2010-04-13", + "env": "development", + "id": 6825, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74482535", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6825": { + "containsParas4and5": null, + "countryCode": "VC", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2011-05-18", + "dateSigned": "2010-01-18", + "env": "development", + "id": 6826, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74482551", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6826": { + "containsParas4and5": null, + "countryCode": "VC", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2010-07-07", + "dateSigned": "2010-03-16", + "env": "development", + "id": 6827, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809787", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6827": { + "containsParas4and5": null, + "countryCode": "VC", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2010-07-07", + "dateSigned": "2010-03-24", + "env": "development", + "id": 6828, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74482497", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6828": { + "containsParas4and5": null, + "countryCode": "VC", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 6829, + "isoNumeric": null, + "jurisdiction": "Dominica", + "jurisdictionCountryCode": "DM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6829": { + "containsParas4and5": null, + "countryCode": "VC", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 6830, + "isoNumeric": null, + "jurisdiction": "Saint Kitts and Nevis", + "jurisdictionCountryCode": "KN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6830": { + "containsParas4and5": null, + "countryCode": "UA", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2000-07-30", + "dateSigned": "1999-07-30", + "env": "development", + "id": 6831, + "isoNumeric": null, + "jurisdiction": "Azerbaijan", + "jurisdictionCountryCode": "AZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/127745677", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6831": { + "containsParas4and5": null, + "countryCode": "VC", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2012-01-01", + "dateSigned": "2009-09-14", + "env": "development", + "id": 6832, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74482126", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6832": { + "containsParas4and5": null, + "countryCode": "TR", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2003-12-23", + "dateSigned": "1999-06-03", + "env": "development", + "id": 6833, + "isoNumeric": null, + "jurisdiction": "Latvia", + "jurisdictionCountryCode": "LV", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028731 + }, + "6833": { + "containsParas4and5": null, + "countryCode": "VC", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2011-03-21", + "dateSigned": "2009-12-15", + "env": "development", + "id": 6834, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74482571", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6834": { + "containsParas4and5": null, + "countryCode": "VC", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2011-10-20", + "dateSigned": "2009-09-01", + "env": "development", + "id": 6835, + "isoNumeric": null, + "jurisdiction": "Aruba", + "jurisdictionCountryCode": "AW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74482322", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6835": { + "containsParas4and5": null, + "countryCode": "VC", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2011-04-28", + "dateSigned": "2010-03-24", + "env": "development", + "id": 6836, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74482488", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6836": { + "containsParas4and5": null, + "countryCode": "UY", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-10-23", + "env": "development", + "id": 6837, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/117223910", + "typeEOI": null, + "updatedAt": 1568275028749 + }, + "6837": { + "containsParas4and5": null, + "countryCode": "VC", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 6838, + "isoNumeric": null, + "jurisdiction": "Trinidad and Tobago", + "jurisdictionCountryCode": "TT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113065350", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6838": { + "containsParas4and5": null, + "countryCode": "VC", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 6839, + "isoNumeric": null, + "jurisdiction": "Grenada", + "jurisdictionCountryCode": "GD", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6839": { + "containsParas4and5": null, + "countryCode": "VC", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2011-05-16", + "dateSigned": "2009-10-02", + "env": "development", + "id": 6840, + "isoNumeric": null, + "jurisdiction": "Liechtenstein", + "jurisdictionCountryCode": "LI", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/74482607", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6840": { + "containsParas4and5": null, + "countryCode": "VC", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2011-04-01", + "dateSigned": "2009-09-01", + "env": "development", + "id": 6841, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74482471", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6841": { + "containsParas4and5": null, + "countryCode": "VC", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2011-06-07", + "dateSigned": "2010-03-29", + "env": "development", + "id": 6842, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74482454", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6842": { + "containsParas4and5": null, + "countryCode": "VC", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 6843, + "isoNumeric": null, + "jurisdiction": "Guyana", + "jurisdictionCountryCode": "GY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6843": { + "containsParas4and5": null, + "countryCode": "VC", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 6844, + "isoNumeric": null, + "jurisdiction": "Saint Lucia", + "jurisdictionCountryCode": "LC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6844": { + "containsParas4and5": null, + "countryCode": "VC", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2013-07-31", + "dateSigned": "2009-09-28", + "env": "development", + "id": 6845, + "isoNumeric": null, + "jurisdiction": "Curaçao", + "jurisdictionCountryCode": "CW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88130287", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6845": { + "containsParas4and5": null, + "countryCode": "VC", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2011-03-21", + "dateSigned": "2010-03-24", + "env": "development", + "id": 6846, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218824359", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6846": { + "containsParas4and5": null, + "countryCode": "VC", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2011-03-21", + "dateSigned": "2009-09-01", + "env": "development", + "id": 6847, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74482619", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6847": { + "containsParas4and5": null, + "countryCode": "VC", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 6848, + "isoNumeric": null, + "jurisdiction": "Belize", + "jurisdictionCountryCode": "BZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6848": { + "containsParas4and5": null, + "countryCode": "VC", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2010-06-15", + "dateSigned": "2010-03-24", + "env": "development", + "id": 6849, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74482586", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6849": { + "containsParas4and5": null, + "countryCode": "VE", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2007-01-15", + "dateSigned": "2006-06-28", + "env": "development", + "id": 6850, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81685536", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6850": { + "containsParas4and5": null, + "countryCode": "VE", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1997-12-31", + "dateSigned": "1996-07-31", + "env": "development", + "id": 6851, + "isoNumeric": null, + "jurisdiction": "Trinidad and Tobago", + "jurisdictionCountryCode": "TT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113065479", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6851": { + "containsParas4and5": null, + "countryCode": "VE", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1997-11-12", + "dateSigned": "1996-04-26", + "env": "development", + "id": 6852, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6852": { + "containsParas4and5": null, + "countryCode": "VE", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1998-08-10", + "dateSigned": "1997-10-29", + "env": "development", + "id": 6853, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86100335", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6853": { + "containsParas4and5": null, + "countryCode": "VE", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "1997-02-06", + "env": "development", + "id": 6854, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6854": { + "containsParas4and5": null, + "countryCode": "VE", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2001-06-21", + "dateSigned": "1998-12-03", + "env": "development", + "id": 6855, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6855": { + "containsParas4and5": null, + "countryCode": "VC", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1994-11-30", + "dateSigned": "1994-07-06", + "env": "development", + "id": 6856, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/73730064", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6856": { + "containsParas4and5": null, + "countryCode": "VC", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2011-01-11", + "dateSigned": "2010-03-05", + "env": "development", + "id": 6857, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74482221", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6857": { + "containsParas4and5": null, + "countryCode": "VE", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1999-12-30", + "dateSigned": "1999-01-25", + "env": "development", + "id": 6858, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73573723", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6858": { + "containsParas4and5": null, + "countryCode": "VE", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1997-12-23", + "dateSigned": "1996-12-20", + "env": "development", + "id": 6859, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112944756", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6859": { + "containsParas4and5": null, + "countryCode": "VE", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2000-12-18", + "dateSigned": "1997-02-27", + "env": "development", + "id": 6860, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6860": { + "containsParas4and5": null, + "countryCode": "VE", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1996-12-31", + "dateSigned": "1996-03-11", + "env": "development", + "id": 6861, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73591131", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6861": { + "containsParas4and5": null, + "countryCode": "VE", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2010-01-01", + "dateSigned": "2003-12-22", + "env": "development", + "id": 6862, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6862": { + "containsParas4and5": null, + "countryCode": "VE", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1997-12-11", + "dateSigned": "1991-05-29", + "env": "development", + "id": 6863, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88860779", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6863": { + "containsParas4and5": null, + "countryCode": "VE", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1998-11-13", + "dateSigned": "1993-04-22", + "env": "development", + "id": 6864, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6864": { + "containsParas4and5": null, + "countryCode": "VE", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1997-08-19", + "dateSigned": "1995-02-08", + "env": "development", + "id": 6865, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88134130", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6865": { + "containsParas4and5": null, + "countryCode": "VE", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2001-01-01", + "dateSigned": "1998-12-11", + "env": "development", + "id": 6866, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/87947825", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6866": { + "containsParas4and5": null, + "countryCode": "VE", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1993-10-15", + "dateSigned": "1992-05-07", + "env": "development", + "id": 6867, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88849337", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6867": { + "containsParas4and5": null, + "countryCode": "VC", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-12-07", + "env": "development", + "id": 6868, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74482422", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6868": { + "containsParas4and5": null, + "countryCode": "VE", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2004-05-05", + "dateSigned": "2001-07-10", + "env": "development", + "id": 6869, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6869": { + "containsParas4and5": null, + "countryCode": "VE", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1998-12-03", + "dateSigned": "1993-09-08", + "env": "development", + "id": 6870, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6870": { + "containsParas4and5": null, + "countryCode": "VE", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2011-03-28", + "dateSigned": "2010-12-11", + "env": "development", + "id": 6871, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109452279", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6871": { + "containsParas4and5": null, + "countryCode": "VE", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2008-01-08", + "dateSigned": "2006-08-28", + "env": "development", + "id": 6872, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85339363", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6872": { + "containsParas4and5": null, + "countryCode": "VE", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1993-09-14", + "dateSigned": "1990-06-05", + "env": "development", + "id": 6873, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809467", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6873": { + "containsParas4and5": null, + "countryCode": "VE", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2005-01-14", + "env": "development", + "id": 6874, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6874": { + "containsParas4and5": null, + "countryCode": "VE", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2007-03-17", + "dateSigned": "2006-05-12", + "env": "development", + "id": 6875, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85627954", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6875": { + "containsParas4and5": null, + "countryCode": "VE", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2007-07-30", + "dateSigned": "2006-07-28", + "env": "development", + "id": 6876, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6876": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1995-02-02", + "dateSigned": "1994-09-07", + "env": "development", + "id": 6877, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85926522", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6877": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2011-05-17", + "dateSigned": "2009-05-08", + "env": "development", + "id": 6878, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6878": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1998-12-16", + "dateSigned": "1997-11-14", + "env": "development", + "id": 6879, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6879": { + "containsParas4and5": null, + "countryCode": "VE", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2004-04-29", + "dateSigned": "2003-08-04", + "env": "development", + "id": 6880, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88688737", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6880": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1994-08-09", + "dateSigned": "1994-03-24", + "env": "development", + "id": 6881, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6881": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2006-07-07", + "dateSigned": "2005-10-04", + "env": "development", + "id": 6882, + "isoNumeric": null, + "jurisdiction": "Seychelles", + "jurisdictionCountryCode": "SC", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113066176", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6882": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1996-08-13", + "dateSigned": "1995-09-07", + "env": "development", + "id": 6883, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85339393", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6883": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1994-08-31", + "env": "development", + "id": 6884, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81713614", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6884": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1994-08-26", + "env": "development", + "id": 6885, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6885": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1999-02-22", + "dateSigned": "1996-11-26", + "env": "development", + "id": 6886, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6886": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2008-12-24", + "dateSigned": "2008-03-10", + "env": "development", + "id": 6887, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6887": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1992-12-10", + "dateSigned": "1992-04-13", + "env": "development", + "id": 6888, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6888": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2011-02-01", + "dateSigned": "2010-04-10", + "env": "development", + "id": 6889, + "isoNumeric": null, + "jurisdiction": "Saudi Arabia", + "jurisdictionCountryCode": "SA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/106371809", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6889": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2009-10-11", + "dateSigned": "2009-02-16", + "env": "development", + "id": 6890, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109452297", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6890": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1998-02-03", + "dateSigned": "1997-05-23", + "env": "development", + "id": 6891, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6891": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-10-15", + "env": "development", + "id": 6892, + "isoNumeric": null, + "jurisdiction": "Former Yugoslav Republic of Macedonia", + "jurisdictionCountryCode": "MK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6892": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1994-09-09", + "dateSigned": "1994-05-20", + "env": "development", + "id": 6893, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81685549", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6893": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2009-08-12", + "dateSigned": "2008-12-16", + "env": "development", + "id": 6894, + "isoNumeric": null, + "jurisdiction": "Hong Kong, China", + "jurisdictionCountryCode": "HK", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/87019645", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6894": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2014-05-05", + "dateSigned": "2013-08-05", + "env": "development", + "id": 6895, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218786911", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6895": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2010-01-01", + "dateSigned": "2009-04-08", + "env": "development", + "id": 6896, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88693248", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6896": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1996-04-14", + "dateSigned": "1995-06-01", + "env": "development", + "id": 6897, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86100381", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6897": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2009-07-29", + "dateSigned": "2008-10-27", + "env": "development", + "id": 6898, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74477806", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6898": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1995-12-31", + "dateSigned": "1995-10-24", + "env": "development", + "id": 6899, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112965790", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6899": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2009-01-01", + "dateSigned": "2002-04-05", + "env": "development", + "id": 6900, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85325530", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6900": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2002-12-26", + "dateSigned": "2001-11-21", + "env": "development", + "id": 6901, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6901": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1996-05-19", + "dateSigned": "1996-03-04", + "env": "development", + "id": 6902, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6902": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1994-12-15", + "dateSigned": "1994-04-09", + "env": "development", + "id": 6903, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/73588472", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6903": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2012-09-12", + "dateSigned": "2008-11-24", + "env": "development", + "id": 6904, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6904": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-12-09", + "env": "development", + "id": 6905, + "isoNumeric": null, + "jurisdiction": "Uruguay", + "jurisdictionCountryCode": "UY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235806951", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6905": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2003-09-29", + "dateSigned": "2001-11-14", + "env": "development", + "id": 6906, + "isoNumeric": null, + "jurisdiction": "Philippines", + "jurisdictionCountryCode": "PH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88689003", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6906": { + "containsParas4and5": null, + "countryCode": "VE", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "1998-01-08", + "dateSigned": "1996-04-23", + "env": "development", + "id": 6907, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81715904", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6907": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2005-02-04", + "dateSigned": "2004-03-25", + "env": "development", + "id": 6908, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109450621", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6908": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1997-10-12", + "dateSigned": "1996-05-06", + "env": "development", + "id": 6909, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112944774", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6909": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1999-02-10", + "dateSigned": "1997-12-22", + "env": "development", + "id": 6910, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6910": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2009-01-01", + "dateSigned": "2007-08-16", + "env": "development", + "id": 6911, + "isoNumeric": null, + "jurisdiction": "Brunei Darussalam", + "jurisdictionCountryCode": "BN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85207599", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6911": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1997-01-01", + "dateSigned": "1993-05-27", + "env": "development", + "id": 6912, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6912": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-02-14", + "env": "development", + "id": 6913, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6913": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1994-07-01", + "dateSigned": "1993-02-10", + "env": "development", + "id": 6914, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88849379", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6914": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1996-10-18", + "dateSigned": "1995-05-17", + "env": "development", + "id": 6915, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81565964", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6915": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2014-07-08", + "env": "development", + "id": 6916, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6916": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1995-10-25", + "dateSigned": "1995-01-24", + "env": "development", + "id": 6917, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88860793", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6917": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1994-09-09", + "dateSigned": "1994-03-02", + "env": "development", + "id": 6918, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81720871", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6918": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1999-06-25", + "dateSigned": "1996-02-28", + "env": "development", + "id": 6919, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6919": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1996-12-27", + "dateSigned": "1995-11-16", + "env": "development", + "id": 6920, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81598467", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6920": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2010-01-01", + "dateSigned": "2008-06-02", + "env": "development", + "id": 6921, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/85628036", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6921": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1996-11-19", + "dateSigned": "1996-04-08", + "env": "development", + "id": 6922, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6922": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2005-12-22", + "dateSigned": "2005-07-03", + "env": "development", + "id": 6923, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74243547", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6923": { + "containsParas4and5": null, + "countryCode": "VU", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-10-13", + "env": "development", + "id": 6924, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809570", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6924": { + "containsParas4and5": null, + "countryCode": "VU", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-08-04", + "env": "development", + "id": 6925, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/84677859", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6925": { + "containsParas4and5": null, + "countryCode": "VU", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-10-13", + "env": "development", + "id": 6926, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/86100434", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6926": { + "containsParas4and5": null, + "countryCode": "VU", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-10-13", + "env": "development", + "id": 6927, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809200", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6927": { + "containsParas4and5": null, + "countryCode": "VU", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2011-01-07", + "dateSigned": "2009-12-31", + "env": "development", + "id": 6928, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6928": { + "containsParas4and5": null, + "countryCode": "VU", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-10-13", + "env": "development", + "id": 6929, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809513", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6929": { + "containsParas4and5": null, + "countryCode": "VU", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-05-31", + "env": "development", + "id": 6930, + "isoNumeric": null, + "jurisdiction": "Grenada", + "jurisdictionCountryCode": "GD", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6930": { + "containsParas4and5": null, + "countryCode": "VU", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2015-02-19", + "dateSigned": "2011-05-31", + "env": "development", + "id": 6931, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/81679549", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6931": { + "containsParas4and5": null, + "countryCode": "VU", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2011-09-01", + "dateSigned": "2010-04-21", + "env": "development", + "id": 6932, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809697", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6932": { + "containsParas4and5": null, + "countryCode": "VU", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-03-14", + "env": "development", + "id": 6933, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6933": { + "containsParas4and5": null, + "countryCode": "VU", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2011-05-19", + "env": "development", + "id": 6934, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/113065080", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6934": { + "containsParas4and5": null, + "countryCode": "VU", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-10-13", + "env": "development", + "id": 6935, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809066", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6935": { + "containsParas4and5": null, + "countryCode": "VU", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2011-03-08", + "dateSigned": "2010-10-13", + "env": "development", + "id": 6936, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809382", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6936": { + "containsParas4and5": null, + "countryCode": "VU", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-10-13", + "env": "development", + "id": 6937, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/235809367", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6937": { + "containsParas4and5": null, + "countryCode": "WS", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2012-03-26", + "dateSigned": "2010-08-24", + "env": "development", + "id": 6938, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81710408", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6938": { + "containsParas4and5": null, + "countryCode": "WS", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2012-03-21", + "dateSigned": "2009-09-01", + "env": "development", + "id": 6939, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809251", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6939": { + "containsParas4and5": null, + "countryCode": "WS", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-12-16", + "env": "development", + "id": 6940, + "isoNumeric": null, + "jurisdiction": "Greenland", + "jurisdictionCountryCode": "GL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6940": { + "containsParas4and5": null, + "countryCode": "WS", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2012-07-18", + "dateSigned": "2011-11-30", + "env": "development", + "id": 6941, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809633", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6941": { + "containsParas4and5": null, + "countryCode": "WS", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2012-03-30", + "dateSigned": "2009-12-16", + "env": "development", + "id": 6942, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/86100522", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6942": { + "containsParas4and5": null, + "countryCode": "WS", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-05-15", + "env": "development", + "id": 6943, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6943": { + "containsParas4and5": null, + "countryCode": "WS", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2012-03-12", + "dateSigned": "2009-09-07", + "env": "development", + "id": 6944, + "isoNumeric": null, + "jurisdiction": "Monaco", + "jurisdictionCountryCode": "MC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112154047", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6944": { + "containsParas4and5": null, + "countryCode": "WS", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-07-26", + "env": "development", + "id": 6945, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6945": { + "containsParas4and5": null, + "countryCode": "WS", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2009-12-16", + "env": "development", + "id": 6946, + "isoNumeric": null, + "jurisdiction": "Faroe Islands", + "jurisdictionCountryCode": "FO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809121", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6946": { + "containsParas4and5": null, + "countryCode": "WS", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2012-12-01", + "dateSigned": "2009-12-16", + "env": "development", + "id": 6947, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218824498", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6947": { + "containsParas4and5": null, + "countryCode": "WS", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2012-03-22", + "dateSigned": "2009-12-16", + "env": "development", + "id": 6948, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809592", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6948": { + "containsParas4and5": null, + "countryCode": "WS", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2012-02-21", + "dateSigned": "2009-12-08", + "env": "development", + "id": 6949, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809457", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6949": { + "containsParas4and5": null, + "countryCode": "WS", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2012-05-23", + "dateSigned": "2009-12-16", + "env": "development", + "id": 6950, + "isoNumeric": null, + "jurisdiction": "Iceland", + "jurisdictionCountryCode": "IS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809437", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6950": { + "containsParas4and5": null, + "countryCode": "WS", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2012-03-02", + "dateSigned": "2009-09-14", + "env": "development", + "id": 6951, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/88719151", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6951": { + "containsParas4and5": null, + "countryCode": "WS", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2012-02-24", + "dateSigned": "2010-03-20", + "env": "development", + "id": 6952, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809153", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6952": { + "containsParas4and5": null, + "countryCode": "WS", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2012-03-24", + "dateSigned": "2009-12-16", + "env": "development", + "id": 6953, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809752", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6953": { + "containsParas4and5": null, + "countryCode": "WS", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2013-07-06", + "dateSigned": "2013-06-04", + "env": "development", + "id": 6954, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218777206", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6954": { + "containsParas4and5": null, + "countryCode": "YE", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2010-03-16", + "dateSigned": "2005-10-26", + "env": "development", + "id": 6955, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6955": { + "containsParas4and5": null, + "countryCode": "YE", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2006-02-20", + "dateSigned": "2002-09-29", + "env": "development", + "id": 6956, + "isoNumeric": null, + "jurisdiction": "Lebanon", + "jurisdictionCountryCode": "LB", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6956": { + "containsParas4and5": null, + "countryCode": "YE", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2000-09-27", + "dateSigned": "1998-03-08", + "env": "development", + "id": 6957, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6957": { + "containsParas4and5": null, + "countryCode": "YE", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2006-01-06", + "dateSigned": "2004-03-02", + "env": "development", + "id": 6958, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109451168", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6958": { + "containsParas4and5": null, + "countryCode": "YE", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2001-08-25", + "dateSigned": "2001-02-13", + "env": "development", + "id": 6959, + "isoNumeric": null, + "jurisdiction": "United Arab Emirates", + "jurisdictionCountryCode": "AE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6959": { + "containsParas4and5": null, + "countryCode": "YE", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2008-01-01", + "dateSigned": "2000-08-07", + "env": "development", + "id": 6960, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6960": { + "containsParas4and5": null, + "countryCode": "YE", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2006-02-08", + "env": "development", + "id": 6961, + "isoNumeric": null, + "jurisdiction": "Morocco", + "jurisdictionCountryCode": "MA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6961": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2006-01-04", + "dateSigned": "2004-03-17", + "env": "development", + "id": 6962, + "isoNumeric": null, + "jurisdiction": "Ethiopia", + "jurisdictionCountryCode": "ET", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74488358", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6962": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2001-01-07", + "dateSigned": "2000-04-25", + "env": "development", + "id": 6963, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74488022", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6963": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2001-01-01", + "dateSigned": "1995-11-27", + "env": "development", + "id": 6964, + "isoNumeric": null, + "jurisdiction": "Russian Federation", + "jurisdictionCountryCode": "RU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/74489870", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6964": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-02-07", + "env": "development", + "id": 6965, + "isoNumeric": null, + "jurisdiction": "Liberia", + "jurisdictionCountryCode": "LR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218830455", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6965": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2012-02-29", + "dateSigned": "2011-07-12", + "env": "development", + "id": 6966, + "isoNumeric": null, + "jurisdiction": "Jersey", + "jurisdictionCountryCode": "JE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/112969989", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6966": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1997-01-01", + "dateSigned": "1994-03-01", + "env": "development", + "id": 6967, + "isoNumeric": null, + "jurisdiction": "Hungary", + "jurisdictionCountryCode": "HU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74488579", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6967": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2013-03-06", + "dateSigned": "2010-04-13", + "env": "development", + "id": 6968, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6968": { + "containsParas4and5": null, + "countryCode": "VE", + "createdAt": 1568104719164, + "currencyCode": null, + "dateActive": "2004-12-23", + "dateSigned": "2001-04-17", + "env": "development", + "id": 6969, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81565949", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6969": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1997-12-05", + "dateSigned": "1996-12-23", + "env": "development", + "id": 6970, + "isoNumeric": null, + "jurisdiction": "Singapore", + "jurisdictionCountryCode": "SG", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/74490780", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6970": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-10-27", + "env": "development", + "id": 6971, + "isoNumeric": null, + "jurisdiction": "Costa Rica", + "jurisdictionCountryCode": "CR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/116553719", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6971": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2007-06-15", + "dateSigned": "2005-09-22", + "env": "development", + "id": 6972, + "isoNumeric": null, + "jurisdiction": "Tanzania", + "jurisdictionCountryCode": "TZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74491102", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6972": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2008-12-28", + "dateSigned": "2005-10-10", + "env": "development", + "id": 6973, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74503275", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6973": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1998-10-10", + "dateSigned": "1995-02-01", + "env": "development", + "id": 6974, + "isoNumeric": null, + "jurisdiction": "Belgium", + "jurisdictionCountryCode": "BE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74502896", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6974": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1997-11-07", + "dateSigned": "1996-11-18", + "env": "development", + "id": 6975, + "isoNumeric": null, + "jurisdiction": "Croatia", + "jurisdictionCountryCode": "HR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74488544", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6975": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1975-02-28", + "dateSigned": "1973-01-25", + "env": "development", + "id": 6976, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/74488151", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6976": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1997-12-03", + "dateSigned": "1995-06-21", + "env": "development", + "id": 6977, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74488197", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6977": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1998-11-23", + "dateSigned": "1997-11-03", + "env": "development", + "id": 6978, + "isoNumeric": null, + "jurisdiction": "Iran", + "jurisdictionCountryCode": "IR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74503192", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6978": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2010-08-03", + "dateSigned": "2002-12-05", + "env": "development", + "id": 6979, + "isoNumeric": null, + "jurisdiction": "Rwanda", + "jurisdictionCountryCode": "RW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74490465", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6979": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1996-09-12", + "dateSigned": "1994-02-14", + "env": "development", + "id": 6980, + "isoNumeric": null, + "jurisdiction": "Chinese Taipei", + "jurisdictionCountryCode": "TW", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6980": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1997-11-05", + "dateSigned": "1997-03-07", + "env": "development", + "id": 6981, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74488908", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6981": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2005-02-08", + "dateSigned": "2004-01-23", + "env": "development", + "id": 6982, + "isoNumeric": null, + "jurisdiction": "Swaziland", + "jurisdictionCountryCode": "SZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74490933", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6982": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1995-12-12", + "dateSigned": "1995-05-26", + "env": "development", + "id": 6983, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74488374", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6983": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1997-01-09", + "dateSigned": "1996-07-24", + "env": "development", + "id": 6984, + "isoNumeric": null, + "jurisdiction": "Lesotho", + "jurisdictionCountryCode": "LS", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74489030", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6984": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2004-10-27", + "dateSigned": "2004-04-29", + "env": "development", + "id": 6985, + "isoNumeric": null, + "jurisdiction": "Bulgaria", + "jurisdictionCountryCode": "BG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74502947", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6985": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-07-11", + "env": "development", + "id": 6986, + "isoNumeric": null, + "jurisdiction": "Chile", + "jurisdictionCountryCode": "CL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/218587979", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6986": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2015-01-08", + "dateSigned": "2013-10-25", + "env": "development", + "id": 6987, + "isoNumeric": null, + "jurisdiction": "Cook Islands", + "jurisdictionCountryCode": "CK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/184104833", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6987": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1996-09-12", + "dateSigned": "1996-12-02", + "env": "development", + "id": 6988, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74503311", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6988": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1969-06-29", + "dateSigned": "1968-11-21", + "env": "development", + "id": 6989, + "isoNumeric": null, + "jurisdiction": "Sierra Leone", + "jurisdictionCountryCode": "SL", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6989": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1998-11-23", + "dateSigned": "1997-07-15", + "env": "development", + "id": 6990, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74488611", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6990": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-05-27", + "env": "development", + "id": 6991, + "isoNumeric": null, + "jurisdiction": "Turks and Caicos Islands", + "jurisdictionCountryCode": "TC", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6991": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1998-12-08", + "dateSigned": "1997-11-26", + "env": "development", + "id": 6992, + "isoNumeric": null, + "jurisdiction": "Cyprus", + "jurisdictionCountryCode": "CY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74488054", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6992": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2013-07-21", + "dateSigned": "2012-02-02", + "env": "development", + "id": 6993, + "isoNumeric": null, + "jurisdiction": "Gibraltar", + "jurisdictionCountryCode": "GI", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81058855", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6993": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-03-06", + "env": "development", + "id": 6994, + "isoNumeric": null, + "jurisdiction": "Qatar", + "jurisdictionCountryCode": "QA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6994": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-07-26", + "env": "development", + "id": 6995, + "isoNumeric": null, + "jurisdiction": "Samoa", + "jurisdictionCountryCode": "WS", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6995": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1997-04-30", + "dateSigned": "1995-11-27", + "env": "development", + "id": 6996, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74487995", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6996": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2002-03-07", + "dateSigned": "1998-08-26", + "env": "development", + "id": 6997, + "isoNumeric": null, + "jurisdiction": "Seychelles", + "jurisdictionCountryCode": "SC", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74503481", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6997": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1971-09-02", + "dateSigned": "1971-05-03", + "env": "development", + "id": 6998, + "isoNumeric": null, + "jurisdiction": "Malawi", + "jurisdictionCountryCode": "MW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74489239", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6998": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2000-09-08", + "dateSigned": "1998-11-23", + "env": "development", + "id": 6999, + "isoNumeric": null, + "jurisdiction": "Luxembourg", + "jurisdictionCountryCode": "LU", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/74489077", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "6999": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1998-12-15", + "dateSigned": "1997-08-26", + "env": "development", + "id": 7000, + "isoNumeric": null, + "jurisdiction": "Egypt", + "jurisdictionCountryCode": "EG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74503052", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7000": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2010-11-26", + "env": "development", + "id": 7001, + "isoNumeric": null, + "jurisdiction": "Kenya", + "jurisdictionCountryCode": "KE", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7001": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2004-04-20", + "dateSigned": "2003-08-07", + "env": "development", + "id": 7002, + "isoNumeric": null, + "jurisdiction": "Botswana", + "jurisdictionCountryCode": "BW", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74487967", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7002": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2012-02-26", + "dateSigned": "2011-02-21", + "env": "development", + "id": 7003, + "isoNumeric": null, + "jurisdiction": "Guernsey", + "jurisdictionCountryCode": "GG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/85212258", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7003": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2004-07-23", + "dateSigned": "2002-02-18", + "env": "development", + "id": 7004, + "isoNumeric": null, + "jurisdiction": "New Zealand", + "jurisdictionCountryCode": "NZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74503353", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7004": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1996-01-07", + "dateSigned": "1995-07-07", + "env": "development", + "id": 7005, + "isoNumeric": null, + "jurisdiction": "Korea, Republic of", + "jurisdictionCountryCode": "KR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74488960", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7005": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-02-19", + "env": "development", + "id": 7006, + "isoNumeric": null, + "jurisdiction": "Cameroon", + "jurisdictionCountryCode": "CM", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7006": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2003-05-29", + "dateSigned": "2002-09-18", + "env": "development", + "id": 7007, + "isoNumeric": null, + "jurisdiction": "Belarus", + "jurisdictionCountryCode": "BY", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74487983", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7007": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-09-23", + "env": "development", + "id": 7008, + "isoNumeric": null, + "jurisdiction": "Monaco", + "jurisdictionCountryCode": "MC", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7008": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1997-12-05", + "dateSigned": "1997-10-07", + "env": "development", + "id": 7009, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/93797393", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7009": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1999-12-21", + "dateSigned": "1999-07-01", + "env": "development", + "id": 7010, + "isoNumeric": null, + "jurisdiction": "Australia", + "jurisdictionCountryCode": "AU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74502851", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7010": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1999-04-11", + "dateSigned": "1998-05-18", + "env": "development", + "id": 7011, + "isoNumeric": null, + "jurisdiction": "Namibia", + "jurisdictionCountryCode": "NA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74498588", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7011": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2012-05-25", + "dateSigned": "2011-09-14", + "env": "development", + "id": 7012, + "isoNumeric": null, + "jurisdiction": "Bahamas, The", + "jurisdictionCountryCode": "BS", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74128220", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7012": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2014-11-28", + "dateSigned": "2013-08-02", + "env": "development", + "id": 7013, + "isoNumeric": null, + "jurisdiction": "Argentina", + "jurisdictionCountryCode": "AR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218585020", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7013": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1956-08-31", + "dateSigned": "1956-05-22", + "env": "development", + "id": 7014, + "isoNumeric": null, + "jurisdiction": "Zambia", + "jurisdictionCountryCode": "ZM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74491338", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7014": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2003-02-19", + "dateSigned": "1998-11-19", + "env": "development", + "id": 7015, + "isoNumeric": null, + "jurisdiction": "Greece", + "jurisdictionCountryCode": "GR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74488512", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7015": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2015-04-07", + "env": "development", + "id": 7016, + "isoNumeric": null, + "jurisdiction": "Saint Kitts and Nevis", + "jurisdictionCountryCode": "KN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7016": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2002-12-17", + "dateSigned": "2002-07-04", + "env": "development", + "id": 7017, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/73591096", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7017": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-02-07", + "env": "development", + "id": 7018, + "isoNumeric": null, + "jurisdiction": "Dominica", + "jurisdictionCountryCode": "DM", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7018": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2006-07-24", + "dateSigned": "2003-11-08", + "env": "development", + "id": 7019, + "isoNumeric": null, + "jurisdiction": "Brazil", + "jurisdictionCountryCode": "BR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74487952", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7019": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1997-11-12", + "dateSigned": "1997-05-16", + "env": "development", + "id": 7020, + "isoNumeric": null, + "jurisdiction": "Malta", + "jurisdictionCountryCode": "MT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74489124", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7020": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "1995-03-22", + "env": "development", + "id": 7021, + "isoNumeric": null, + "jurisdiction": "Gabon", + "jurisdictionCountryCode": "GA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7021": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2007-04-25", + "dateSigned": "2004-02-17", + "env": "development", + "id": 7022, + "isoNumeric": null, + "jurisdiction": "Kuwait", + "jurisdictionCountryCode": "KW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809319", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7022": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1999-12-10", + "dateSigned": "1999-02-02", + "env": "development", + "id": 7023, + "isoNumeric": null, + "jurisdiction": "Tunisia", + "jurisdictionCountryCode": "TN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74491000", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7023": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2012-02-23", + "dateSigned": "2011-05-10", + "env": "development", + "id": 7024, + "isoNumeric": null, + "jurisdiction": "Cayman Islands", + "jurisdictionCountryCode": "KY", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7024": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2012-02-08", + "dateSigned": "2011-09-06", + "env": "development", + "id": 7025, + "isoNumeric": null, + "jurisdiction": "Bermuda", + "jurisdictionCountryCode": "BM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/78738758", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7025": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2009-01-27", + "dateSigned": "2007-05-08", + "env": "development", + "id": 7026, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/74488010", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7026": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1999-06-30", + "dateSigned": "1998-05-28", + "env": "development", + "id": 7027, + "isoNumeric": null, + "jurisdiction": "Slovakia", + "jurisdictionCountryCode": "SK", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74490863", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7027": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2008-05-01", + "dateSigned": "2007-03-13", + "env": "development", + "id": 7028, + "isoNumeric": null, + "jurisdiction": "Saudi Arabia", + "jurisdictionCountryCode": "SA", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/74490644", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7028": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1997-11-28", + "dateSigned": "1996-12-04", + "env": "development", + "id": 7029, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/74503118", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7029": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2015-05-23", + "dateSigned": "2014-05-06", + "env": "development", + "id": 7030, + "isoNumeric": null, + "jurisdiction": "Belize", + "jurisdictionCountryCode": "BZ", + "meetsStandards": "Yes", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7030": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2012-01-28", + "dateSigned": "2011-03-10", + "env": "development", + "id": 7031, + "isoNumeric": null, + "jurisdiction": "San Marino", + "jurisdictionCountryCode": "SM", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/113065088", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7031": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2004-12-29", + "dateSigned": "2003-08-28", + "env": "development", + "id": 7032, + "isoNumeric": null, + "jurisdiction": "Ukraine", + "jurisdictionCountryCode": "UA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74491149", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7032": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1960-10-05", + "dateSigned": "1960-08-06", + "env": "development", + "id": 7033, + "isoNumeric": null, + "jurisdiction": "Grenada", + "jurisdictionCountryCode": "GD", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7033": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2007-12-28", + "dateSigned": "2006-06-23", + "env": "development", + "id": 7034, + "isoNumeric": null, + "jurisdiction": "Spain", + "jurisdictionCountryCode": "ES", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74243587", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7034": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1995-10-21", + "dateSigned": "1993-11-12", + "env": "development", + "id": 7035, + "isoNumeric": null, + "jurisdiction": "Romania", + "jurisdictionCountryCode": "RO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74489826", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7035": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2000-06-12", + "dateSigned": "1998-04-28", + "env": "development", + "id": 7036, + "isoNumeric": null, + "jurisdiction": "Algeria", + "jurisdictionCountryCode": "DZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74488230", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7036": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1965-09-03", + "dateSigned": "1965-06-10", + "env": "development", + "id": 7037, + "isoNumeric": null, + "jurisdiction": "Zimbabwe", + "jurisdictionCountryCode": "ZW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74491308", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7037": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1999-03-09", + "dateSigned": "1998-09-26", + "env": "development", + "id": 7038, + "isoNumeric": null, + "jurisdiction": "Pakistan", + "jurisdictionCountryCode": "PK", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74503438", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7038": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2006-07-06", + "dateSigned": "2005-07-26", + "env": "development", + "id": 7039, + "isoNumeric": null, + "jurisdiction": "Malaysia", + "jurisdictionCountryCode": "MY", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/93796867", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7039": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2007-05-23", + "dateSigned": "2004-11-02", + "env": "development", + "id": 7040, + "isoNumeric": null, + "jurisdiction": "Ghana", + "jurisdictionCountryCode": "GH", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74488475", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7040": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2012-07-18", + "dateSigned": "2005-04-29", + "env": "development", + "id": 7041, + "isoNumeric": null, + "jurisdiction": "Congo, Democratic Republic of the", + "jurisdictionCountryCode": "CD", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112969948", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7041": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2006-12-06", + "dateSigned": "2005-03-03", + "env": "development", + "id": 7042, + "isoNumeric": null, + "jurisdiction": "Turkey", + "jurisdictionCountryCode": "TR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74491034", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7042": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1995-11-01", + "dateSigned": "1993-11-08", + "env": "development", + "id": 7043, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74488405", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7043": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1996-01-01", + "dateSigned": "1993-11-10", + "env": "development", + "id": 7044, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/81713663", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7044": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1980-05-27", + "dateSigned": "1978-10-02", + "env": "development", + "id": 7045, + "isoNumeric": null, + "jurisdiction": "Israel", + "jurisdictionCountryCode": "IL", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74503088", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7045": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2008-10-22", + "dateSigned": "2006-11-13", + "env": "development", + "id": 7046, + "isoNumeric": null, + "jurisdiction": "Portugal", + "jurisdictionCountryCode": "PT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74489782", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7046": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1997-02-06", + "dateSigned": "1996-03-04", + "env": "development", + "id": 7047, + "isoNumeric": null, + "jurisdiction": "Austria", + "jurisdictionCountryCode": "AT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/93797146", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7047": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2007-11-07", + "env": "development", + "id": 7048, + "isoNumeric": null, + "jurisdiction": "Sudan", + "jurisdictionCountryCode": "SD", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7048": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1995-12-25", + "dateSigned": "1995-05-24", + "env": "development", + "id": 7049, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74490740", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7049": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1997-06-20", + "dateSigned": "1996-07-05", + "env": "development", + "id": 7050, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74489167", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7050": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2010-07-22", + "dateSigned": "2009-02-19", + "env": "development", + "id": 7051, + "isoNumeric": null, + "jurisdiction": "Mexico", + "jurisdictionCountryCode": "MX", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74489261", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7051": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2003-12-29", + "dateSigned": "2002-10-09", + "env": "development", + "id": 7052, + "isoNumeric": null, + "jurisdiction": "Oman", + "jurisdictionCountryCode": "OM", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74503388", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7052": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1997-12-03", + "dateSigned": "1996-11-11", + "env": "development", + "id": 7053, + "isoNumeric": null, + "jurisdiction": "Czech Republic", + "jurisdictionCountryCode": "CZ", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74502981", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7053": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2008-07-05", + "dateSigned": "2000-04-29", + "env": "development", + "id": 7054, + "isoNumeric": null, + "jurisdiction": "Nigeria", + "jurisdictionCountryCode": "NG", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74503237", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7054": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2015-01-19", + "dateSigned": "2013-09-17", + "env": "development", + "id": 7055, + "isoNumeric": null, + "jurisdiction": "Barbados", + "jurisdictionCountryCode": "BB", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7055": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2015-05-23", + "dateSigned": "2013-12-06", + "env": "development", + "id": 7056, + "isoNumeric": null, + "jurisdiction": "Liechtenstein", + "jurisdictionCountryCode": "LI", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/218777790", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7056": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1997-12-28", + "dateSigned": "1997-02-17", + "env": "development", + "id": 7057, + "isoNumeric": null, + "jurisdiction": "United States", + "jurisdictionCountryCode": "US", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/74491266", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7057": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1999-03-02", + "dateSigned": "1995-11-16", + "env": "development", + "id": 7058, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Yes", + "pdfUrl": "https://www.scribd.com/doc/235809146", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7058": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2001-04-09", + "dateSigned": "1997-05-27", + "env": "development", + "id": 7059, + "isoNumeric": null, + "jurisdiction": "Uganda", + "jurisdictionCountryCode": "UG", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74491191", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7059": { + "containsParas4and5": null, + "countryCode": "ZM", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1985-05-17", + "dateSigned": "1978-11-30", + "env": "development", + "id": 7060, + "isoNumeric": null, + "jurisdiction": "Finland", + "jurisdictionCountryCode": "FI", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7060": { + "containsParas4and5": null, + "countryCode": "ZM", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-03-09", + "env": "development", + "id": 7061, + "isoNumeric": null, + "jurisdiction": "Botswana", + "jurisdictionCountryCode": "BW", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/136871883", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7061": { + "containsParas4and5": null, + "countryCode": "ZM", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1973-03-29", + "dateSigned": "1973-03-22", + "env": "development", + "id": 7062, + "isoNumeric": null, + "jurisdiction": "United Kingdom", + "jurisdictionCountryCode": "GB", + "meetsStandards": "No", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7062": { + "containsParas4and5": null, + "countryCode": "ZM", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1973-03-22", + "dateSigned": "1971-07-14", + "env": "development", + "id": 7063, + "isoNumeric": null, + "jurisdiction": "Norway", + "jurisdictionCountryCode": "NO", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/86100556", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7063": { + "containsParas4and5": null, + "countryCode": "ZM", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1964-01-01", + "dateSigned": "1968-08-24", + "env": "development", + "id": 7064, + "isoNumeric": null, + "jurisdiction": "Uganda", + "jurisdictionCountryCode": "UG", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7064": { + "containsParas4and5": null, + "countryCode": "ZM", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1984-01-18", + "dateSigned": "1981-06-05", + "env": "development", + "id": 7065, + "isoNumeric": null, + "jurisdiction": "India", + "jurisdictionCountryCode": "IN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/85926536", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7065": { + "containsParas4and5": null, + "countryCode": "ZM", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2012-08-18", + "env": "development", + "id": 7066, + "isoNumeric": null, + "jurisdiction": "Mauritius", + "jurisdictionCountryCode": "MU", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7066": { + "containsParas4and5": null, + "countryCode": "ZM", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1990-03-30", + "dateSigned": "1972-10-27", + "env": "development", + "id": 7067, + "isoNumeric": null, + "jurisdiction": "Italy", + "jurisdictionCountryCode": "IT", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/235809805", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7067": { + "containsParas4and5": null, + "countryCode": "ZM", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "1995-05-19", + "env": "development", + "id": 7068, + "isoNumeric": null, + "jurisdiction": "Poland", + "jurisdictionCountryCode": "PL", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81713693", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7068": { + "containsParas4and5": null, + "countryCode": "ZM", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2011-06-30", + "dateSigned": "2010-07-26", + "env": "development", + "id": 7069, + "isoNumeric": null, + "jurisdiction": "China", + "jurisdictionCountryCode": "CN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81566953", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7069": { + "containsParas4and5": null, + "countryCode": "ZM", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2012-06-04", + "dateSigned": "2008-02-05", + "env": "development", + "id": 7070, + "isoNumeric": null, + "jurisdiction": "Seychelles", + "jurisdictionCountryCode": "SC", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/113066209", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7070": { + "containsParas4and5": null, + "countryCode": "ZM", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1974-10-18", + "dateSigned": "1973-09-13", + "env": "development", + "id": 7071, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7071": { + "containsParas4and5": null, + "countryCode": "ZM", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1973-07-31", + "dateSigned": "1971-03-29", + "env": "development", + "id": 7072, + "isoNumeric": null, + "jurisdiction": "Ireland", + "jurisdictionCountryCode": "IE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81679592", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7072": { + "containsParas4and5": null, + "countryCode": "ZM", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1956-08-31", + "dateSigned": "1956-05-22", + "env": "development", + "id": 7073, + "isoNumeric": null, + "jurisdiction": "South Africa", + "jurisdictionCountryCode": "ZA", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74491338", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7073": { + "containsParas4and5": null, + "countryCode": "ZM", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1982-11-09", + "dateSigned": "1977-12-19", + "env": "development", + "id": 7074, + "isoNumeric": null, + "jurisdiction": "Netherlands", + "jurisdictionCountryCode": "NL", + "meetsStandards": "No", + "pdfUrl": "https://www.scribd.com/doc/88719202", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7074": { + "containsParas4and5": null, + "countryCode": "ZM", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1975-11-08", + "dateSigned": "1973-05-30", + "env": "development", + "id": 7075, + "isoNumeric": null, + "jurisdiction": "Germany", + "jurisdictionCountryCode": "DE", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/81677831", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7075": { + "containsParas4and5": null, + "countryCode": "ZM", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1971-01-23", + "dateSigned": "1970-02-19", + "env": "development", + "id": 7076, + "isoNumeric": null, + "jurisdiction": "Japan", + "jurisdictionCountryCode": "JP", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/112965813", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7076": { + "containsParas4and5": null, + "countryCode": "ZM", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1989-12-28", + "dateSigned": "1984-02-16", + "env": "development", + "id": 7077, + "isoNumeric": null, + "jurisdiction": "Canada", + "jurisdictionCountryCode": "CA", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7077": { + "containsParas4and5": null, + "countryCode": "ZM", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1975-11-07", + "dateSigned": "1974-03-18", + "env": "development", + "id": 7078, + "isoNumeric": null, + "jurisdiction": "Sweden", + "jurisdictionCountryCode": "SE", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7078": { + "containsParas4and5": null, + "countryCode": "ZM", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2001-05-31", + "env": "development", + "id": 7079, + "isoNumeric": null, + "jurisdiction": "Indonesia", + "jurisdictionCountryCode": "ID", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7079": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2009-10-11", + "dateSigned": "2009-02-16", + "env": "development", + "id": 7080, + "isoNumeric": null, + "jurisdiction": "Viet nam", + "jurisdictionCountryCode": "VN", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/109452297", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7080": { + "containsParas4and5": null, + "countryCode": "ZM", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1961-09-21", + "dateSigned": "1961-09-21", + "env": "development", + "id": 7081, + "isoNumeric": null, + "jurisdiction": "Switzerland", + "jurisdictionCountryCode": "CH", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7081": { + "containsParas4and5": null, + "countryCode": "ZM", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1951-07-31", + "dateSigned": "1950-12-14", + "env": "development", + "id": 7082, + "isoNumeric": null, + "jurisdiction": "France", + "jurisdictionCountryCode": "FR", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/88849403", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7082": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2000-06-11", + "dateSigned": "2000-01-26", + "env": "development", + "id": 7083, + "isoNumeric": null, + "jurisdiction": "Syrian Arab Republic", + "jurisdictionCountryCode": "SY", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7083": { + "containsParas4and5": null, + "countryCode": "AE", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1900-01-01", + "dateSigned": "2013-05-21", + "env": "development", + "id": 7084, + "isoNumeric": null, + "jurisdiction": "Brunei Darussalam", + "jurisdictionCountryCode": "BN", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7084": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2009-02-19", + "dateSigned": "2007-09-18", + "env": "development", + "id": 7085, + "isoNumeric": null, + "jurisdiction": "Mozambique", + "jurisdictionCountryCode": "MZ", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74489347", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7085": { + "containsParas4and5": null, + "countryCode": "ZA", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "2007-06-15", + "dateSigned": "1996-02-12", + "env": "development", + "id": 7086, + "isoNumeric": null, + "jurisdiction": "Thailand", + "jurisdictionCountryCode": "TH", + "meetsStandards": "Unreviewed", + "pdfUrl": "https://www.scribd.com/doc/74490967", + "typeEOI": null, + "updatedAt": 1568275028750 + }, + "7086": { + "containsParas4and5": null, + "countryCode": "VN", + "createdAt": 1568104719165, + "currencyCode": null, + "dateActive": "1996-04-24", + "dateSigned": "1995-05-31", + "env": "development", + "id": 7087, + "isoNumeric": null, + "jurisdiction": "Denmark", + "jurisdictionCountryCode": "DK", + "meetsStandards": "Unreviewed", + "pdfUrl": "0", + "typeEOI": null, + "updatedAt": 1568275028750 + } + }, + "finishTs": 1568275043191 + }, + "f3a070d0-d532-11e9-9d58-8fa9fdbe2680": { + "at": 0, + "category": "inventory-sync-job", + "data": { "fetcherName": "selfkey" }, + "id": "f3a070d0-d532-11e9-9d58-8fa9fdbe2680", + "processTs": 1568275053894 + }, + "f3a070d1-d532-11e9-9d58-8fa9fdbe2680": { + "at": 0, + "category": "inventory-sync-job", + "data": { "fetcherName": "flagtheory_banking" }, + "id": "f3a070d1-d532-11e9-9d58-8fa9fdbe2680", + "processTs": 1568275053895 + }, + "f3a097e0-d532-11e9-9d58-8fa9fdbe2680": { + "at": 0, + "category": "inventory-sync-job", + "data": { "fetcherName": "flagtheory_incorporations" }, + "id": "f3a097e0-d532-11e9-9d58-8fa9fdbe2680", + "processTs": 1568275053895 + }, + "f3a097e1-d532-11e9-9d58-8fa9fdbe2680": { + "at": 1568311042392, + "category": "vendor-sync-job", + "id": "f3a097e1-d532-11e9-9d58-8fa9fdbe2680", + "data": {} + } + } + }, + "router": { + "location": { "pathname": "/main/dashboard", "search": "", "hash": "" }, + "action": "PUSH" + } +} diff --git a/.storybook/webpack.config.js b/.storybook/webpack.config.js index 9408023b0..ed23dbc0d 100644 --- a/.storybook/webpack.config.js +++ b/.storybook/webpack.config.js @@ -1,4 +1,5 @@ const path = require('path'); +const webpack = require('webpack'); module.exports = async ({ config }) => { config.module.rules.push({ @@ -9,15 +10,36 @@ module.exports = async ({ config }) => { path.resolve(__dirname, '../node_modules/selfkey-ui/') ], options: { - presets: ['@babel/react'] + presets: [ + [ + '@babel/preset-env', + { + targets: { + node: 'current' + } + } + ], + '@babel/preset-react' + ], + plugins: [ + '@babel/plugin-proposal-class-properties', + '@babel/plugin-syntax-dynamic-import' + ] } }); + config.plugins.push( + new webpack.EnvironmentPlugin({ + STORYBOOK: '1' + }) + ); + config.resolve.modules = [ path.resolve(__dirname, '..', 'src'), path.resolve(__dirname, '..', 'node_modules') ]; config.resolve.extensions = ['.js', '.jsx', '.css', '.svg']; + config.node = { fs: 'empty' }; return config; }; diff --git a/package.json b/package.json index aea8fae20..eb9e32bae 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "selfkey-identity-wallet", "productName": "SelfKey Identity Wallet", - "version": "1.2.3-beta", + "version": "1.3.0", "description": "The Official SelfKey Identity Wallet for Desktop", "repository": { "type": "git", @@ -74,7 +74,7 @@ "electron-devtools-installer": "2.2.4", "electron-dl": "1.14.0", "electron-is": "3.0.0", - "electron-pdf-window": "https://github.com/SelfKeyFoundation/electron-pdf-window.git#15ef0b0", + "electron-pdf-window": "https://github.com/SelfKeyFoundation/electron-pdf-window.git#289c1aeb35e9e1da30ab8eabe52428dc87cc1220", "electron-redux": "1.3.1", "ethereumjs-tx": "1.3.7", "ethereumjs-util": "6.1.0", @@ -86,7 +86,7 @@ "jsonwebtoken": "8.5.1", "keythereum": "1.0.4", "knex": "0.17.3", - "lodash": "4.17.12", + "lodash": "4.17.13", "md5": "2.2.1", "mime-types": "2.1.23", "moment": "2.24.0", @@ -101,6 +101,7 @@ "react-dom": "16.6.3", "react-jsonschema-form": "https://github.com/SelfKeyFoundation/react-jsonschema-form.git#57c07f0842f649baaf484e014a5069f55aca8b4f", "react-jsonschema-form-material-theme": "https://github.com/SelfKeyFoundation/react-jsonschema-form-material-theme.git#c7bee22fde632cebce3dbcd9a168d9592d585dd7", + "react-orgchart": "^1.0.5", "react-piwik": "1.6.0", "react-redux": "6.0.1", "react-router-dom": "5.0.0", @@ -113,7 +114,7 @@ "reselect": "4.0.0", "sanitize-html": "1.20.0", "scrypt": "6.0.3", - "selfkey-ui": "https://github.com/SelfKeyFoundation/selfkey-ui.git#c5cfa0773a30dbdae0f676d4c52e90b50009d840", + "selfkey-ui": "https://github.com/SelfKeyFoundation/selfkey-ui.git#fee59787132eafe315352b9d21e95cc7b448a422", "selfkey.js": "1.0.24", "serialize-error": "3.0.0", "snyk": "1.216.0", @@ -135,7 +136,8 @@ "devDependencies": { "@babel/core": "7.1.6", "@babel/plugin-proposal-class-properties": "7.1.0", - "@babel/plugin-syntax-dynamic-import": "7.2.0", + "@babel/plugin-syntax-dynamic-import": "^7.2.0", + "@babel/plugin-transform-runtime": "^7.6.2", "@babel/preset-env": "7.1.6", "@babel/preset-react": "7.0.0", "@commitlint/cli": "7.2.1", @@ -147,6 +149,7 @@ "@storybook/addon-links": "5.0.11", "@storybook/addons": "5.0.11", "@storybook/react": "5.0.11", + "acorn": "6.1.1", "babel-core": "7.0.0-bridge.0", "babel-eslint": "10.0.1", "babel-jest": "24.5.0", @@ -161,7 +164,7 @@ "cz-conventional-changelog": "2.1.0", "delay": "4.1.0", "electron": "3.1.6", - "electron-builder": "20.36.2", + "electron-builder": "20.38.3", "electron-chromedriver": "6.0.0-beta.3", "electron-download": "4.1.1", "electron-log": "2.2.17", diff --git a/src/common/address-book/operations.js b/src/common/address-book/operations.js index e153e48af..f4db720dc 100644 --- a/src/common/address-book/operations.js +++ b/src/common/address-book/operations.js @@ -59,7 +59,7 @@ const validateAddress = address => async (dispatch, getState) => { 'addressBookService' in context ? context.addressBookService.isValidAddress(address) : EthUtils.isValidAddress(address); - const currentWalletAddress = walletSelectors.getWallet(getState()).publicKey; + const currentWalletAddress = walletSelectors.getWallet(getState()).address; const existentAddress = getAddresses(getState()).filter(entry => { return entry.address === address; }); diff --git a/src/common/address-book/operations.spec.js b/src/common/address-book/operations.spec.js index 195ee8d0c..fdad861f2 100644 --- a/src/common/address-book/operations.spec.js +++ b/src/common/address-book/operations.spec.js @@ -179,7 +179,7 @@ describe('address book operations', () => { isValidAddress() {} }; const wallet = { - publicKey: '0xdasdas' + address: '0xdasdas' }; const entries = [ diff --git a/src/common/app/index.js b/src/common/app/index.js index 25e94dfaf..24f14a03f 100644 --- a/src/common/app/index.js +++ b/src/common/app/index.js @@ -65,7 +65,8 @@ export const appTypes = { APP_SET_AUTO_UPDATE_PROGRESS: 'app/auto/update/progress/SET', APP_SET_AUTO_UPDATE_DOWNLOADED: 'app/auto/update/downloaded/SET', APP_DOWNLOAD_UPDATE: 'app/update/DOWNLOAD', - APP_INSTALL_UPDATE: 'app/update/INSTALL' + APP_INSTALL_UPDATE: 'app/update/INSTALL', + APP_UNLOCK_WALLET: 'app/unlock/wallet' }; const appActions = { @@ -137,13 +138,20 @@ const loadWallets = () => async dispatch => { } }; +const unlockWalletOperation = (wallet, type) => async dispatch => { + await dispatch(walletOperations.updateWalletWithBalance(wallet)); + await dispatch(identityOperations.loadIdentitiesOperation(wallet.id)); + await dispatch(identityOperations.unlockIdentityOperation()); + if (type) { + await dispatch(appActions.setWalletType(type)); + } +}; + const unlockWalletWithPassword = (walletId, password) => async dispatch => { const walletService = getGlobalContext().walletService; try { const wallet = await walletService.unlockWalletWithPassword(walletId, password); - await dispatch(walletOperations.updateWalletWithBalance(wallet)); - await dispatch(identityOperations.unlockIdentityOperation(wallet.id)); - await dispatch(appActions.setWalletType('existingAddress')); + await dispatch(appOperations.unlockWalletOperation(wallet, 'existingAddress')); await dispatch(push('/main/dashboard')); } catch (error) { const message = transformErrorMessage(error.message); @@ -156,9 +164,7 @@ const unlockWalletWithNewFile = (filePath, password) => async dispatch => { const walletService = getGlobalContext().walletService; try { const wallet = await walletService.unlockWalletWithNewFile(filePath, password); - await dispatch(walletOperations.updateWalletWithBalance(wallet)); - await dispatch(identityOperations.unlockIdentityOperation(wallet.id)); - await dispatch(appActions.setWalletType('newAddress')); + await dispatch(appOperations.unlockWalletOperation(wallet, 'newAddress')); await dispatch(push('/main/dashboard')); } catch (error) { const message = transformErrorMessage(error.message); @@ -171,9 +177,7 @@ const unlockWalletWithPrivateKey = privateKey => async dispatch => { const walletService = getGlobalContext().walletService; try { const wallet = await walletService.unlockWalletWithPrivateKey(privateKey); - await dispatch(walletOperations.updateWalletWithBalance(wallet)); - await dispatch(identityOperations.unlockIdentityOperation(wallet.id)); - await dispatch(appActions.setWalletType('privateKey')); + await dispatch(appOperations.unlockWalletOperation(wallet, 'privateKey')); await dispatch(push('/main/dashboard')); } catch (error) { const message = transformErrorMessage(error.message); @@ -181,13 +185,12 @@ const unlockWalletWithPrivateKey = privateKey => async dispatch => { } }; -const unlockWalletWithPublicKey = (publicKey, path) => async (dispatch, getState) => { +const unlockWalletWithPublicKey = (address, path) => async (dispatch, getState) => { const walletService = getGlobalContext().walletService; const walletType = selectApp(getState()).walletType; try { - const wallet = await walletService.unlockWalletWithPublicKey(publicKey, path, walletType); - await dispatch(walletOperations.updateWalletWithBalance(wallet)); - await dispatch(identityOperations.unlockIdentityOperation(wallet.id)); + const wallet = await walletService.unlockWalletWithPublicKey(address, path, walletType); + await dispatch(appOperations.unlockWalletOperation(wallet)); await dispatch(push('/main/dashboard')); } catch (error) { const message = transformErrorMessage(error.message); @@ -359,7 +362,8 @@ const operations = { networkStatusUpdateOperation, startAutoUpdate, downloadUpdate, - installUpdate + installUpdate, + unlockWalletOperation }; const appOperations = { @@ -421,6 +425,10 @@ const appOperations = { installUpdateOperation: createAliasedAction( appTypes.APP_INSTALL_UPDATE, operations.installUpdate + ), + unlockWalletOperation: createAliasedAction( + appTypes.APP_UNLOCK_WALLET, + operations.unlockWalletOperation ) }; diff --git a/src/common/config.js b/src/common/config.js index e749660e8..f4eda7d6f 100644 --- a/src/common/config.js +++ b/src/common/config.js @@ -1,13 +1,15 @@ /* istanbul ignore file */ 'use strict'; const path = require('path'); -const dotenv = require('dotenv'); -const electron = require('electron'); - +let electron; +if (!process.env.STORYBOOK) { + const dotenv = require('dotenv'); + dotenv.config(); + electron = require('electron'); +} const { isDevMode, isTestMode, getSetupFilePath, getUserDataPath } = require('./utils/common'); const pkg = require('../../package.json'); -dotenv.config(); const DEBUG_REQUEST = process.env.DEBUG_REQUEST === '1'; if (DEBUG_REQUEST) { require('request').debug = true; @@ -18,16 +20,16 @@ const PRIMARY_TOKEN = process.env.PRIMARY_TOKEN_OVERRIDE ? process.env.PRIMARY_TOKEN_OVERRIDE.toUpperCase() : null; +// KYCC ENV variables +const KYCC_API_OVERRIDE = process.env.KYCC_API_OVERRIDE; // Incorporations ENV variables const INCORPORATIONS_TEMPLATE_OVERRIDE = process.env.INCORPORATIONS_TEMPLATE_OVERRIDE; const INCORPORATIONS_PRICE_OVERRIDE = process.env.INCORPORATIONS_PRICE_OVERRIDE; -const INCORPORATION_KYCC_INSTANCE = process.env.INCORPORATION_KYCC_INSTANCE; const INCORPORATION_API_URL = process.env.INCORPORATION_API_URL; const INCORPORATION_TREATIES_URL = process.env.INCORPORATION_TREATIES_URL; // Bank Accounts ENV variables const BANKACCOUNTS_TEMPLATE_OVERRIDE = process.env.BANKACCOUNTS_TEMPLATE_OVERRIDE; const BANKACCOUNTS_PRICE_OVERRIDE = process.env.BANKACCOUNTS_PRICE_OVERRIDE; -const BANKACCOUNTS_KYCC_INSTANCE = process.env.BANKACCOUNTS_KYCC_INSTANCE; const BANKACCOUNTS_API_URL = process.env.BANKACCOUNTS_API_URL; const COUNTRY_INFO_URL = process.env.COUNTRY_INFO_URL; @@ -35,9 +37,12 @@ const ALL_COUNTRIES_INFO_URL = process.env.ALL_COUNTRIES_INFO_URL; const MATOMO_SITE = process.env.MATOMO_SITE; const DEPOSIT_PRICE_OVERRIDE = process.env.DEPOSIT_PRICE_OVERRIDE; +// development or production +const ATTRIBUTE_TYPE_SOURCE_OVERRIDE = process.env.ATTRIBUTE_TYPE_SOURCE_OVERRIDE; + let userDataDirectoryPath = ''; let walletsDirectoryPath = ''; -if (electron.app) { +if (electron && electron.app) { userDataDirectoryPath = electron.app.getPath('userData'); walletsDirectoryPath = path.resolve(userDataDirectoryPath, 'wallets'); } @@ -47,16 +52,14 @@ const common = { forceUpdateAttributes: process.env.FORCE_UPDATE_ATTRIBUTES === 'true' && !isTestMode(), userAgent: `SelfKeyIDW/${pkg.version}`, airtableBaseUrl: 'https://us-central1-kycchain-master.cloudfunctions.net/airtable?tableName=', - incorporationsInstance: - INCORPORATION_KYCC_INSTANCE || 'https://dev.instance.kyc-chain.com/api/v2/', + + kyccUrlOverride: KYCC_API_OVERRIDE, incorporationsPriceOverride: INCORPORATIONS_PRICE_OVERRIDE, incorporationsTemplateOverride: INCORPORATIONS_TEMPLATE_OVERRIDE, incorporationApiUrl: INCORPORATION_API_URL || 'https://passports.io/api/incorporations', incorporationTreatiesUrl: INCORPORATION_TREATIES_URL || 'https://passports.io/api/tax-treaties', countryInfoUrl: COUNTRY_INFO_URL || 'https://passports.io/api/country', allCountriesInfoUrl: ALL_COUNTRIES_INFO_URL || 'https://passports.io/api/countries', - bankAccountsInstance: - BANKACCOUNTS_KYCC_INSTANCE || 'https://dev.instance.kyc-chain.com/api/v2/', bankAccountsPriceOverride: BANKACCOUNTS_PRICE_OVERRIDE, bankAccountsTemplateOverride: BANKACCOUNTS_TEMPLATE_OVERRIDE, bankAccountsApiUrl: BANKACCOUNTS_API_URL || 'https://api.bankaccounts.io/api/bank-accounts', @@ -117,7 +120,9 @@ const common = { ], features: { paymentContract: false, - scheduler: false + scheduler: true, + corporate: false, + certifiers: false } }; @@ -129,9 +134,6 @@ const dev = { kycApiEndpoint: 'https://token-sale-demo-api.kyc-chain.com/', chainId: 3, node: 'infura', - incorporationsInstance: - INCORPORATION_KYCC_INSTANCE || 'https://dev.instance.kyc-chain.com/api/v2/', - constants: { primaryToken: PRIMARY_TOKEN || 'KI' }, @@ -140,10 +142,13 @@ const dev = { paymentSplitterAddress: '0xb91FF8627f30494d27b91Aac1cB3c7465BE58fF5', features: { paymentContract: false, - scheduler: true + scheduler: true, + corporate: true, + certifiers: true }, testWalletAddress: '0x23d233933c86f93b74705cf0d236b39f474249f8', - testDidAddress: '0xee10a3335f48e10b444e299cf017d57879109c1e32cec3e31103ceca7718d0ec' + testDidAddress: '0xee10a3335f48e10b444e299cf017d57879109c1e32cec3e31103ceca7718d0ec', + attributeTypeSource: ATTRIBUTE_TYPE_SOURCE_OVERRIDE || 'development' }; const prod = { @@ -154,14 +159,18 @@ const prod = { kycApiEndpoint: 'https://tokensale-api.selfkey.org/', chainId: 1, node: 'infura', - incorporationsInstance: - INCORPORATION_KYCC_INSTANCE || 'https://flagtheory-v2.instance.kyc-chain.com/api/v2/', constants: { primaryToken: PRIMARY_TOKEN || 'KEY' }, matomoSite: 1, ledgerAddress: '0x0cb853331293d689c95187190e09bb46cb4e533e', - paymentSplitterAddress: '0xC3f1fbe8f4BE283426F913f0F2BE8329fC6BE041' + paymentSplitterAddress: '0xC3f1fbe8f4BE283426F913f0F2BE8329fC6BE041', + features: { + paymentContract: false, + scheduler: true, + corporate: false + }, + attributeTypeSource: ATTRIBUTE_TYPE_SOURCE_OVERRIDE || 'production' }; const setupFilesPath = getSetupFilePath(); diff --git a/src/common/create-wallet/index.js b/src/common/create-wallet/index.js index 68c7240ee..3dee94c2a 100644 --- a/src/common/create-wallet/index.js +++ b/src/common/create-wallet/index.js @@ -1,6 +1,7 @@ import { getGlobalContext } from 'common/context'; import { createAliasedAction } from 'electron-redux'; import { walletOperations, walletSelectors } from '../wallet'; +import { appOperations } from '../app'; export const initialState = { password: '', @@ -27,8 +28,9 @@ const createWalletActions = { const createWallet = () => async (dispatch, getState) => { const walletService = getGlobalContext().walletService; - const wallet = await walletService.createWallet(getState().createWallet.password); + const wallet = await walletService.createWalletWithPassword(getState().createWallet.password); await dispatch(walletOperations.updateWalletWithBalance(wallet)); + await dispatch(appOperations.unlockWalletOperation(wallet, 'privateKey')); }; const downloadFile = toPath => async (dispatch, getState) => { diff --git a/src/common/did/index.js b/src/common/did/index.js new file mode 100644 index 000000000..1d382bb1b --- /dev/null +++ b/src/common/did/index.js @@ -0,0 +1,188 @@ +import { identitySelectors, identityOperations } from '../identity'; +import { push } from 'connected-react-router'; +import { createAliasedAction } from 'electron-redux'; +import { appSelectors } from '../app'; +import { walletSelectors } from '../wallet'; +import { getGlobalContext } from 'common/context'; + +const hardwalletConfirmationTime = 30000; + +export const initialState = { + associateError: null, + originUrl: null, + pending: {} +}; + +export const didTypes = { + DID_CREATE: 'did/CREATE', + DID_UPDATE: 'did/UPDATE', + DID_ASSOCIATE_ERROR_SET: 'did/associate/SET', + DID_ORIGIN_URL_SET: 'did/origin_url/SET', + DID_PENDING_SET: 'did/pending/SET', + DID_CREATE_FLOW_START: 'did/flow/create/START', + DID_ASSOCIATE_FLOW_START: 'did/flow/associate/START' +}; + +export const didActions = { + setOriginUrlAction: url => ({ + type: didTypes.DID_ORIGIN_URL_SET, + payload: url + }), + setAssociateError: error => ({ + type: didTypes.DID_ASSOCIATE_ERROR_SET, + payload: error + }), + setDidPending: (identityId, isPending) => ({ + type: didTypes.DID_PENDING_SET, + payload: { identityId, isPending } + }) +}; + +export const didSelectors = { + selectDIDTree: state => state.did, + selectOriginUrl: state => didSelectors.selectDIDTree(state).originUrl, + selectAssociateError: state => didSelectors.selectDIDTree(state).associateError, + isPending: (state, identityId) => !!didSelectors.selectDIDTree(state).pending[identityId], + isCurrentIdentityPending: state => { + const identity = identitySelectors.selectCurrentIdentity(state); + return didSelectors.isPending(state, identity.id); + } +}; + +const createDIDOperation = () => async (dispatch, getState) => { + const walletFromStore = walletSelectors.getWallet(getState()); + let identity = identitySelectors.selectCurrentIdentity(getState()); + const didOriginUrl = didSelectors.selectOriginUrl(getState()); + try { + let hardwalletConfirmationTimeout = null; + const walletType = appSelectors.selectWalletType(getState()); + if (walletType === 'ledger' || walletType === 'trezor') { + await dispatch(push('/main/hd-transaction-timer')); + hardwalletConfirmationTimeout = setTimeout(async () => { + clearTimeout(hardwalletConfirmationTimeout); + await dispatch(push('/main/transaction-timeout')); + }, hardwalletConfirmationTime); + } + + const didService = getGlobalContext().didService; + await dispatch(didActions.setDidPending(identity.id, true)); + const gasLimit = await didService.getGasLimit(walletFromStore.address); + const transaction = didService.createDID(walletFromStore.address, gasLimit); + transaction.on('receipt', async receipt => { + const did = receipt.events.CreatedDID.returnValues.id; + const identityService = getGlobalContext().identityService; + identity = await identityService.updateIdentityDID(did, identity.id); + + await dispatch(didActions.setDidPending(identity.id, false)); + + await dispatch(identityOperations.updateIdentity(identity)); + await dispatch(push(didOriginUrl)); + }); + transaction.on('transactionHash', async hash => { + clearTimeout(hardwalletConfirmationTimeout); + await dispatch(push('/main/create-did-processing')); + }); + transaction.on('error', async error => { + clearTimeout(hardwalletConfirmationTimeout); + const message = error.toString().toLowerCase(); + if (message.indexOf('insufficient funds') !== -1) { + await dispatch(push('/main/transaction-no-gas-error')); + } else if (error.statusText === 'CONDITIONS_OF_USE_NOT_SATISFIED') { + await dispatch(push('/main/transaction-declined/Ledger')); + } else if (error.code === 'Failure_ActionCancelled') { + await dispatch(push('/main/transaction-declined/Trezor')); + } else if (error.statusText === 'UNKNOWN_ERROR') { + await dispatch(push('/main/transaction-unlock')); + } else { + await dispatch(push('/main/transaction-error')); + } + await dispatch(didActions.setDidPending(identity.id, false)); + console.error(error); + }); + } catch (error) { + await dispatch(didActions.setDidPending(identity.id, false)); + console.error(error); + } +}; + +const startCreateDidFlowOperation = didOriginUrl => async (dispatch, getState) => { + await dispatch(didActions.setOriginUrlAction(didOriginUrl)); + await dispatch(push('/main/get-did')); +}; + +const startAssociateDidFlowOperation = didOriginUrl => async (dispatch, getState) => { + await dispatch(didActions.setOriginUrlAction(didOriginUrl)); + await dispatch(push('/main/enter-did')); +}; + +const updateDIDOperation = did => async (dispatch, getState) => { + try { + const walletFromStore = walletSelectors.getWallet(getState()); + let identity = identitySelectors.selectCurrentIdentity(getState()); + const DIDService = getGlobalContext().didService; + const controllerAddress = await DIDService.getControllerAddress(did); + if (walletFromStore.address.toLowerCase() === controllerAddress.toLowerCase()) { + const identityService = getGlobalContext().identityService; + identity = await identityService.updateIdentityDID(did, identity.id); + await dispatch(identityOperations.updateIdentity(identity)); + await dispatch(didActions.setAssociateError('none')); + } else { + await dispatch( + didActions.setAssociateError( + 'The DID provided is not derived from the current wallet.' + ) + ); + } + } catch (error) { + console.error(error); + await dispatch(didActions.setAssociateError('Invalid DID')); + } +}; + +const resetAssociateDIDOperation = () => async dispatch => { + await dispatch(didActions.setAssociateError('')); +}; + +export const didOperations = { + createDIDOperation: createAliasedAction(didTypes.DID_CREATE, createDIDOperation), + startCreateDidFlowOperation: createAliasedAction( + didTypes.DID_CREATE_FLOW_START, + startCreateDidFlowOperation + ), + startAssociateDidFlowOperation: createAliasedAction( + didTypes.DID_ASSOCIATE_FLOW_START, + startAssociateDidFlowOperation + ), + updateDIDOperation: createAliasedAction(didTypes.DID_UPDATE, updateDIDOperation), + resetAssociateDIDOperation +}; + +export const didReducers = { + setDidPendingReducer: (state, action) => { + const { identityId, isPending } = action.payload; + const pending = { ...state.pending, [identityId]: isPending }; + return { ...state, pending }; + }, + setAssociateErrorReducer: (state, action) => { + const associateError = action.payload; + return { ...state, associateError }; + }, + setOriginUrlReducer: (state, action) => { + const originUrl = action.payload; + return { ...state, originUrl }; + } +}; + +export const reducer = (state = initialState, action) => { + switch (action.type) { + case didTypes.DID_ORIGIN_URL_SET: + return didReducers.setOriginUrlReducer(state, action); + case didTypes.DID_PENDING_SET: + return didReducers.setDidPendingReducer(state, action); + case didTypes.DID_ASSOCIATE_ERROR_SET: + return didReducers.setAssociateErrorReducer(state, action); + } + return state; +}; + +export default reducer; diff --git a/src/common/eth-gas-station/operations.spec.js b/src/common/eth-gas-station/operations.spec.js index 0aa895bee..936b857a6 100644 --- a/src/common/eth-gas-station/operations.spec.js +++ b/src/common/eth-gas-station/operations.spec.js @@ -18,7 +18,7 @@ describe('operations', () => { address: '' }, wallet: { - publicKey: 'dasdsa' + address: 'dasdsa' }, ethGasStationInfo: { ethGasStationInfo: { diff --git a/src/common/exchanges/selectors.js b/src/common/exchanges/selectors.js index 00ada19fb..109464697 100644 --- a/src/common/exchanges/selectors.js +++ b/src/common/exchanges/selectors.js @@ -1,62 +1,33 @@ import { getTokens } from 'common/wallet-tokens/selectors'; import CONFIG from 'common/config.js'; -import { featureIsEnabled } from 'common/feature-flags'; const getExchangesStore = state => { - if (featureIsEnabled('scheduler')) { - return Object.keys(state.marketplaces.inventoryById).filter( - i => state.marketplaces.inventoryById[i].category === 'exchanges' - ); - } else { - return state.exchanges.allIds; - } + return state.exchanges.allIds; }; const parseExchange = data => { - if (featureIsEnabled('scheduler')) { - return { - name: data.name, - status: data.status, - description: data.description, - logoUrl: data.logo && data.logo[0] ? data.logo[0].url : false, - serviceOwner: data.serviceOwner || '0x0000000000000000000000000000000000000000', - serviceId: data.serviceId || 'global', - lockPeriod: data.lockPeriod || 2592000000, // 30 days - amount: data.requiredBalance || CONFIG.depositPriceOverride || 25, - location: - data.location && data.location[0] ? data.location.join(', ') : data.location || '', - fees: data.makerFee || '', - fiatSupported: data.fiatSupported ? data.fiatSupported : [], - fiatPayments: data.fiatPayments ? data.fiatPayments : [], - excludedResidents: data.excludedResidents ? data.excludedResidents : [] - }; - } else { - return { - name: data.name, - status: data.status, - description: data.description, - logoUrl: data.logo && data.logo[0] ? data.logo[0].url : false, - serviceOwner: data.serviceOwner || '0x0000000000000000000000000000000000000000', - serviceId: data.serviceId || 'global', - lockPeriod: data.lockPeriod || 2592000000, // 30 days - amount: data.requiredBalance || CONFIG.depositPriceOverride || 25, - location: data.location || '', - fees: data['maker_fee'] || '', - fiatSupported: data['fiat_supported'] || [], - fiatPayments: data['fiat_payments'] || [], - excludedResidents: data['excluded_residents'] || [] - }; - } + return { + name: data.name, + status: data.status, + description: data.description, + logoUrl: data.logo && data.logo[0] ? data.logo[0].url : false, + serviceOwner: data.serviceOwner || '0x0000000000000000000000000000000000000000', + serviceId: data.serviceId || 'global', + lockPeriod: data.lockPeriod || 2592000000, // 30 days + amount: data.requiredBalance || CONFIG.depositPriceOverride || 25, + location: data.location || '', + fees: data['maker_fee'] || '', + fiatSupported: data['fiat_supported'] || [], + fiatPayments: data['fiat_payments'] || [], + excludedResidents: data['excluded_residents'] || [] + }; }; export const getExchanges = state => { const exchanges = getExchangesStore(state); return exchanges.map(item => { - let { data } = featureIsEnabled('scheduler') - ? state.marketplaces.inventoryById[item] - : state.exchanges.byId[item]; - + let { data } = state.exchanges.byId[item]; return parseExchange(data); }); }; @@ -64,17 +35,10 @@ export const getExchanges = state => { export const getExchangeLinks = state => { const exchanges = getExchangesStore(state); return exchanges.map(item => { - if (featureIsEnabled('scheduler')) { - return { - name: exchanges.byId[item].data.name, - url: exchanges.byId[item].data.url - }; - } else { - return { - name: state.exchanges.byId[item].data.name, - url: state.exchanges.byId[item].data.URL - }; - } + return { + name: state.exchanges.byId[item].data.name, + url: state.exchanges.byId[item].data.URL + }; }); }; diff --git a/src/common/exchanges/selectors.spec.js b/src/common/exchanges/selectors.spec.js index 43b984316..de6229e5e 100644 --- a/src/common/exchanges/selectors.spec.js +++ b/src/common/exchanges/selectors.spec.js @@ -99,7 +99,7 @@ describe('selectors', () => { price: 210.32, privateKey: 'fdsfdsfdsfds4231321dasdf21ed3', profile: 'local', - publicKey: '4184288c556524df9cb9e58b73265ee66dca4efe', + address: '4184288c556524df9cb9e58b73265ee66dca4efe', symbol: 'ETH' }; diff --git a/src/common/feature-flags.js b/src/common/feature-flags.js index e44d67819..9c2fcf3a8 100644 --- a/src/common/feature-flags.js +++ b/src/common/feature-flags.js @@ -1,4 +1,4 @@ -import config from './config'; +import config from 'common/config'; const featureIsEnabled = featureName => { const snakeCase = featureName diff --git a/src/common/gas/index.js b/src/common/gas/index.js index 08fb5364b..d0662184c 100644 --- a/src/common/gas/index.js +++ b/src/common/gas/index.js @@ -25,7 +25,7 @@ const loadDIDGasLimit = () => async (dispatch, getState) => { const wallet = walletSelectors.getWallet(getState()); try { const didService = getGlobalContext().didService; - const gasLimit = await didService.getGasLimit(wallet.publicKey); + const gasLimit = await didService.getGasLimit(wallet.address); await dispatch(gasActions.setDIDGasLimitAction(gasLimit)); } catch (e) { log.error(e); diff --git a/src/common/identity/actions.js b/src/common/identity/actions.js index 25927fff0..fb4d580a7 100644 --- a/src/common/identity/actions.js +++ b/src/common/identity/actions.js @@ -17,27 +17,27 @@ export const identityActions = { type: identityTypes.IDENTITY_UI_SCHEMAS_SET, payload: uiSchemas }), - setDocumentsAction: (walletId, documents) => ({ + setDocumentsAction: (identityId, documents) => ({ type: identityTypes.IDENTITY_DOCUMENTS_SET, payload: { - walletId, + identityId, documents } }), - deleteDocumentsAction: walletId => ({ + deleteDocumentsAction: identityId => ({ type: identityTypes.IDENTITY_DOCUMENTS_DELETE, - payload: walletId + payload: identityId }), - setIdAttributesAction: (walletId, attributes) => ({ + setIdAttributesAction: (identityId, attributes) => ({ type: identityTypes.IDENTITY_ATTRIBUTES_SET, payload: { - walletId, + identityId, attributes } }), - deleteIdAttributesAction: walletId => ({ + deleteIdAttributesAction: identityId => ({ type: identityTypes.IDENTITY_ATTRIBUTES_DELETE, - payload: walletId + payload: identityId }), deleteIdAttributeAction: attributeId => ({ type: identityTypes.IDENTITY_ATTRIBUTE_DELETE, @@ -70,6 +70,22 @@ export const identityActions = { deleteDocumentAction: documentId => ({ type: identityTypes.IDENTITY_DOCUMENT_DELETE, payload: documentId + }), + setIdentitiesAction: identities => ({ + type: identityTypes.IDENTITIES_SET, + payload: identities + }), + addIdentity: identity => ({ + type: identityTypes.IDENTITY_ADD, + payload: identity + }), + updateIdentity: identity => ({ + type: identityTypes.IDENTITY_UPDATE, + payload: identity + }), + setCurrentIdentityAction: identityId => ({ + type: identityTypes.IDENTITY_CURRENT_SET, + payload: identityId }) }; diff --git a/src/common/identity/identity-duck.spec.js b/src/common/identity/identity-duck.spec.js index db02a61dd..92d95f3df 100644 --- a/src/common/identity/identity-duck.spec.js +++ b/src/common/identity/identity-duck.spec.js @@ -58,7 +58,7 @@ describe('Identity Duck', () => { expect( identityActions.deleteDocumentsAction.calledOnceWith(testWalletId) ).toBeTruthy(); - expect(store.dispatch.callCount).toBe(2); + expect(store.dispatch.callCount).toBe(3); }); it('unlockIdentityOperation', async () => { sinon.stub(identityOperations, 'loadIdAttributesOperation').returns(() => {}); @@ -239,7 +239,7 @@ describe('Identity Duck', () => { }, {}); }); it('selectIdAttributeTypes', () => { - expect(identitySelectors.selectIdAttributeTypes(state)).toEqual( + expect(identitySelectors.selectIdAttributeTypes(state, 'individual')).toEqual( testIdAttributeTypes ); }); @@ -336,12 +336,12 @@ describe('Identity Duck', () => { let testWalletId = 1; let testAttributeId = 1; let testDocuments = [ - { id: 1, walletId: testWalletId, attributeId: testAttributeId }, - { id: 2, walletId: testWalletId, attributeId: testAttributeId } + { id: 1, identityId: testWalletId, attributeId: testAttributeId }, + { id: 2, identityId: testWalletId, attributeId: testAttributeId } ]; let testDocumentsRaw = testDocuments.map(doc => { doc = { ...doc }; - delete doc.walletId; + delete doc.identityId; return doc; }); describe('Operation', () => { @@ -391,7 +391,7 @@ describe('Identity Duck', () => { it('setDocumentsAction', () => { expect(identityActions.setDocumentsAction(testWalletId, testDocuments)).toEqual({ type: identityTypes.IDENTITY_DOCUMENTS_SET, - payload: { walletId: testWalletId, documents: testDocuments } + payload: { identityId: testWalletId, documents: testDocuments } }); }); it('setDocumentsForAttributeAction', () => { @@ -437,7 +437,7 @@ describe('Identity Duck', () => { it('setDocumentsReducer', async () => { let state = { documents: [3], - documentsById: { 3: { id: 3, walletId: 2 } } + documentsById: { 3: { id: 3, identityId: 2 } } }; let newState = identityReducers.setDocumentsReducer( state, @@ -447,7 +447,7 @@ describe('Identity Duck', () => { expect(newState).toEqual({ documents: [3, testDocuments[0].id], documentsById: { - 3: { id: 3, walletId: 2 }, + 3: { id: 3, identityId: 2 }, [testDocuments[0].id]: testDocuments[0] } }); @@ -458,7 +458,7 @@ describe('Identity Duck', () => { documentsById: { 1: testDocuments[0], 2: testDocuments[1], - 3: { id: 3, walletId: 2 } + 3: { id: 3, identityId: 2 } } }; let newState = identityReducers.deleteDocumentsReducer( @@ -469,7 +469,7 @@ describe('Identity Duck', () => { expect(newState).toEqual({ documents: [3], documentsById: { - 3: { id: 3, walletId: 2 } + 3: { id: 3, identityId: 2 } } }); }); @@ -479,7 +479,7 @@ describe('Identity Duck', () => { documentsById: { 1: testDocuments[0], 2: testDocuments[1], - 3: { id: 3, walletId: 2 } + 3: { id: 3, identityId: 2 } } }; let newState = identityReducers.deleteDocumentReducer( @@ -491,7 +491,7 @@ describe('Identity Duck', () => { documents: [1, 3], documentsById: { 1: testDocuments[0], - 3: { id: 3, walletId: 2 } + 3: { id: 3, identityId: 2 } } }); }); @@ -505,7 +505,7 @@ describe('Identity Duck', () => { }; let newState = identityReducers.addDocumentReducer( state, - identityActions.addDocumentAction({ id: 3, walletId: 2 }) + identityActions.addDocumentAction({ id: 3, identityId: 2 }) ); expect(newState).toEqual({ @@ -513,7 +513,7 @@ describe('Identity Duck', () => { documentsById: { 1: testDocuments[0], 2: testDocuments[1], - 3: { id: 3, walletId: 2 } + 3: { id: 3, identityId: 2 } } }); }); @@ -522,26 +522,30 @@ describe('Identity Duck', () => { documents: [1, 3], documentsById: { 1: testDocuments[0], - 3: { id: 3, walletId: 2, mimeType: 'test', name: 'test' } + 3: { id: 3, identityId: 2, mimeType: 'test', name: 'test' } } }; let newState = identityReducers.updateDocumentReducer( state, - identityActions.updateDocumentAction({ id: 3, walletId: 2, mimeType: 'test2' }) + identityActions.updateDocumentAction({ + id: 3, + identityId: 2, + mimeType: 'test2' + }) ); expect(newState).toEqual({ documents: [1, 3], documentsById: { 1: testDocuments[0], - 3: { id: 3, walletId: 2, mimeType: 'test2', name: 'test' } + 3: { id: 3, identityId: 2, mimeType: 'test2', name: 'test' } } }); }); it('setAttributeDocumentsReducer', async () => { let state = { documents: [3], - documentsById: { 3: { id: 3, walletId: 1, attributeId: 2 } } + documentsById: { 3: { id: 3, identityId: 1, attributeId: 2 } } }; let newState = identityReducers.setAttributeDocumentsReducer( state, @@ -551,7 +555,7 @@ describe('Identity Duck', () => { expect(newState).toEqual({ documents: [3, ...testDocuments.map(d => d.id)], documentsById: { - 3: { id: 3, walletId: 1, attributeId: 2 }, + 3: { id: 3, identityId: 1, attributeId: 2 }, [testDocuments[0].id]: testDocuments[0], [testDocuments[1].id]: testDocuments[1] } @@ -563,7 +567,7 @@ describe('Identity Duck', () => { documentsById: { 1: testDocuments[0], 2: testDocuments[1], - 3: { id: 3, walletId: 1, attributeId: 2 } + 3: { id: 3, identityId: 1, attributeId: 2 } } }; let newState = identityReducers.deleteAttributeDocumentsReducer( @@ -574,17 +578,17 @@ describe('Identity Duck', () => { expect(newState).toEqual({ documents: [3], documentsById: { - 3: { id: 3, walletId: 1, attributeId: 2 } + 3: { id: 3, identityId: 1, attributeId: 2 } } }); }); }); describe('Selectors', () => { beforeEach(() => { - state.identity.documents = [...testDocuments, { id: 3, walletId: 2 }].map( + state.identity.documents = [...testDocuments, { id: 3, identityId: 2 }].map( repo => repo.id ); - state.identity.documentsById = [...testDocuments, { id: 3, walletId: 2 }].reduce( + state.identity.documentsById = [...testDocuments, { id: 3, identityId: 2 }].reduce( (acc, curr) => { acc[curr.id] = curr; return acc; @@ -595,7 +599,7 @@ describe('Identity Duck', () => { it('selectDocuments', () => { expect(identitySelectors.selectDocuments(state)).toEqual([ ...testDocuments, - { id: 3, walletId: 2 } + { id: 3, identityId: 2 } ]); }); }); @@ -603,8 +607,8 @@ describe('Identity Duck', () => { describe('IdAttributes', () => { let testWalletId = 1; let testIdAttributes = [ - { id: 1, walletId: testWalletId, typeId: 1 }, - { id: 2, walletId: testWalletId, typeId: 2 } + { id: 1, identityId: testWalletId, typeId: 1 }, + { id: 2, identityId: testWalletId, typeId: 2 } ]; describe('Operation', () => { it('loadIdAttributesOperation', async () => { @@ -623,7 +627,7 @@ describe('Identity Duck', () => { it('createIdAttributeOperation', async () => { const testAttribute = { typeId: 1, - walletId: 1, + identityId: 1, data: { test: 'test' }, documents: [ { name: 'test1', mimeType: 'mime1', size: 100, buffer: '0xsadasdasd' }, @@ -638,15 +642,14 @@ describe('Identity Duck', () => { sinon .stub(testExports.operations, 'loadDocumentsForAttributeOperation') .returns(() => {}); + sinon.stub(identitySelectors, 'selectCurrentIdentity').returns({ id: 1 }); await testExports.operations.createIdAttributeOperation(testAttribute)( store.dispatch, store.getState.bind(store) ); - expect( - identityService.createIdAttribute.calledOnceWith(testAttribute) - ).toBeTruthy(); + expect(identityService.createIdAttribute.getCall(0).args).toEqual([testAttribute]); expect( testExports.operations.loadDocumentsForAttributeOperation.calledOnceWith(1) ).toBeTruthy(); @@ -695,7 +698,7 @@ describe('Identity Duck', () => { identityActions.setIdAttributesAction(testWalletId, testIdAttributes) ).toEqual({ type: identityTypes.IDENTITY_ATTRIBUTES_SET, - payload: { walletId: testWalletId, attributes: testIdAttributes } + payload: { identityId: testWalletId, attributes: testIdAttributes } }); }); it('deleteIdAttributesAction', () => { @@ -727,7 +730,7 @@ describe('Identity Duck', () => { it('setIdAttributesReducer', async () => { let state = { attributes: [3], - attributesById: { 3: { id: 3, walletId: 2, typeId: 3 } } + attributesById: { 3: { id: 3, identityId: 2, typeId: 3 } } }; let newState = identityReducers.setIdAttributesReducer( state, @@ -737,7 +740,7 @@ describe('Identity Duck', () => { expect(newState).toEqual({ attributes: [3, testIdAttributes[0].id], attributesById: { - 3: { id: 3, walletId: 2, typeId: 3 }, + 3: { id: 3, identityId: 2, typeId: 3 }, [testIdAttributes[0].id]: testIdAttributes[0] } }); @@ -748,7 +751,7 @@ describe('Identity Duck', () => { attributesById: { 1: testIdAttributes[0], 2: testIdAttributes[1], - 3: { id: 3, walletId: 2, typeId: 3 } + 3: { id: 3, identityId: 2, typeId: 3 } } }; let newState = identityReducers.deleteIdAttributesReducer( @@ -759,7 +762,7 @@ describe('Identity Duck', () => { expect(newState).toEqual({ attributes: [3], attributesById: { - 3: { id: 3, walletId: 2, typeId: 3 } + 3: { id: 3, identityId: 2, typeId: 3 } } }); }); @@ -773,7 +776,7 @@ describe('Identity Duck', () => { }; let newState = identityReducers.addIdAttributeReducer( state, - identityActions.addIdAttributeAction({ id: 3, walletId: 2, typeId: 3 }) + identityActions.addIdAttributeAction({ id: 3, identityId: 2, typeId: 3 }) ); expect(newState).toEqual({ @@ -781,7 +784,7 @@ describe('Identity Duck', () => { attributesById: { 1: testIdAttributes[0], 2: testIdAttributes[1], - 3: { id: 3, walletId: 2, typeId: 3 } + 3: { id: 3, identityId: 2, typeId: 3 } } }); }); @@ -790,14 +793,14 @@ describe('Identity Duck', () => { attributes: [1, 3], attributesById: { 1: testIdAttributes[0], - 3: { id: 3, walletId: 2, typeId: 3, name: 'test1', mimeType: 'test' } + 3: { id: 3, identityId: 2, typeId: 3, name: 'test1', mimeType: 'test' } } }; let newState = identityReducers.updateIdAttributeReducer( state, identityActions.updateIdAttributeAction({ id: 3, - walletId: 2, + identityId: 2, typeId: 3, name: 'test2' }) @@ -807,7 +810,7 @@ describe('Identity Duck', () => { attributes: [1, 3], attributesById: { 1: testIdAttributes[0], - 3: { id: 3, walletId: 2, typeId: 3, name: 'test2', mimeType: 'test' } + 3: { id: 3, identityId: 2, typeId: 3, name: 'test2', mimeType: 'test' } } }); }); @@ -816,7 +819,7 @@ describe('Identity Duck', () => { attributes: [1, 3], attributesById: { 1: testIdAttributes[0], - 3: { id: 3, walletId: 2, typeId: 3, name: 'test2', mimeType: 'test' } + 3: { id: 3, identityId: 2, typeId: 3, name: 'test2', mimeType: 'test' } } }; let newState = identityReducers.deleteIdAttributeReducer( @@ -827,7 +830,7 @@ describe('Identity Duck', () => { expect(newState).toEqual({ attributes: [3], attributesById: { - 3: { id: 3, walletId: 2, typeId: 3, name: 'test2', mimeType: 'test' } + 3: { id: 3, identityId: 2, typeId: 3, name: 'test2', mimeType: 'test' } } }); }); @@ -836,12 +839,12 @@ describe('Identity Duck', () => { beforeEach(() => { state.identity.attributes = [ ...testIdAttributes, - { id: 3, walletId: 2, typeId: 3 } + { id: 3, identityId: 2, typeId: 3 } ].map(repo => repo.id); state.identity.attributesById = [ ...testIdAttributes, - { id: 3, walletId: 2, typeId: 3 } + { id: 3, identityId: 2, typeId: 3 } ].reduce((acc, curr) => { acc[curr.id] = curr; return acc; @@ -854,4 +857,84 @@ describe('Identity Duck', () => { }); }); }); + describe('Identity', () => { + const testIdentities = [ + { id: 1, name: 'test1' }, + { id: 2, name: 'test2' }, + { id: 3, name: 'test3' } + ]; + describe('Actions', () => { + it('setIdentitiesActions', () => { + expect(identityActions.setIdentitiesAction(testIdentities)).toEqual({ + type: identityTypes.IDENTITIES_SET, + payload: testIdentities + }); + }); + it('addIdentity', () => { + expect(identityActions.addIdentity(testIdentities[0])).toEqual({ + type: identityTypes.IDENTITY_ADD, + payload: testIdentities[0] + }); + }); + it('updateIdentity', () => { + expect(identityActions.updateIdentity(testIdentities[0])).toEqual({ + type: identityTypes.IDENTITY_UPDATE, + payload: testIdentities[0] + }); + }); + }); + describe('Reducers', () => { + it('setIdentitiesReducer', () => { + let state = { + identities: [], + identitiesById: {} + }; + let newState = identityReducers.setIdentitiesReducer( + state, + identityActions.setIdentitiesAction(testIdentities) + ); + + expect(newState).toEqual({ + identities: testIdentities.map(idnt => idnt.id), + identitiesById: testIdentities.reduce((acc, curr) => { + acc[curr.id] = curr; + return acc; + }, {}) + }); + }); + it('addIdentityReducer', () => { + let state = { + identities: [], + identitiesById: {} + }; + let newState = identityReducers.addIdentityReducer( + state, + identityActions.addIdentity(testIdentities[0]) + ); + + expect(newState).toEqual({ + identities: [testIdentities[0].id], + identitiesById: { + [testIdentities[0].id]: testIdentities[0] + } + }); + }); + it('updateIdentityReducer', () => { + let state = { + identities: [1], + identitiesById: { 1: { id: 1, name: 'pre-test' } } + }; + let newState = identityReducers.updateIdentityReducer( + state, + identityActions.updateIdentity(testIdentities[0]) + ); + expect(newState).toEqual({ + identities: [testIdentities[0].id], + identitiesById: { + [testIdentities[0].id]: testIdentities[0] + } + }); + }); + }); + }); }); diff --git a/src/common/identity/operations.js b/src/common/identity/operations.js index b7b62e4ab..ef4adf229 100644 --- a/src/common/identity/operations.js +++ b/src/common/identity/operations.js @@ -1,10 +1,12 @@ -import { walletSelectors, walletOperations } from '../wallet'; +import { walletOperations, walletSelectors } from '../wallet'; import { getGlobalContext } from '../context'; import { createAliasedAction } from 'electron-redux'; import { push } from 'connected-react-router'; import identitySelectors from './selectors'; import identityActions from './actions'; import identityTypes from './types'; +import { Logger } from 'common/logger'; +const log = new Logger('identity-operations'); const loadCountriesOperation = () => async (dispatch, getState) => { const countryService = getGlobalContext().countryService; @@ -51,17 +53,17 @@ const updateExpiredUiSchemasOperation = () => async (dispatch, getState) => { await dispatch(operations.loadUiSchemasOperation()); }; -const loadDocumentsOperation = walletId => async (dispatch, getState) => { +const loadDocumentsOperation = identityId => async (dispatch, getState) => { let identityService = getGlobalContext().identityService; - let documents = await identityService.loadDocuments(walletId); - documents = documents.map(doc => ({ ...doc, walletId })); - await dispatch(identityActions.setDocumentsAction(walletId, documents)); + let documents = await identityService.loadDocuments(identityId); + documents = documents.map(doc => ({ ...doc, identityId })); + await dispatch(identityActions.setDocumentsAction(identityId, documents)); }; -const loadIdAttributesOperation = walletId => async (dispatch, getState) => { +const loadIdAttributesOperation = identityId => async (dispatch, getState) => { let identityService = getGlobalContext().identityService; - let attributes = await identityService.loadIdAttributes(walletId); - await dispatch(identityActions.setIdAttributesAction(walletId, attributes)); + let attributes = await identityService.loadIdAttributes(identityId); + await dispatch(identityActions.setIdAttributesAction(identityId, attributes)); }; const loadDocumentsForAttributeOperation = attrId => async (dispatch, getState) => { @@ -78,9 +80,9 @@ const removeDocumentOperation = documentId => async (dispatch, getState) => { const createIdAttributeOperation = attribute => async (dispatch, getState) => { let identityService = getGlobalContext().identityService; - const wallet = walletSelectors.getWallet(getState()); - const walletId = attribute.walletId || wallet.id; - attribute = { ...attribute, walletId }; + const identity = identitySelectors.selectCurrentIdentity(getState()); + const identityId = attribute.identityId || identity.id; + attribute = { ...attribute, identityId }; attribute = await identityService.createIdAttribute(attribute); await dispatch(operations.loadDocumentsForAttributeOperation(attribute.id)); await dispatch(identityActions.addIdAttributeAction(attribute)); @@ -100,25 +102,138 @@ const editIdAttributeOperation = attribute => async (dispatch, getState) => { await dispatch(identityActions.updateIdAttributeAction(attribute)); }; -const updateProfilePictureOperation = (picture, walletId) => (dispatch, getState) => { - return dispatch(walletOperations.updateWalletAvatar(picture, walletId)); +const updateProfilePictureOperation = (picture, identityId) => async (dispatch, getState) => { + let identityService = getGlobalContext().identityService; + let identity = await identityService.updateIdentityProfilePicture(picture, identityId); + await dispatch(identityActions.updateIdentity(identity)); +}; + +const lockIdentityOperation = identityId => async (dispatch, getState) => { + await dispatch(identityOperations.setCurrentIdentityAction(null)); + await dispatch(identityActions.deleteIdAttributesAction(identityId)); + await dispatch(identityActions.deleteDocumentsAction(identityId)); }; +const unlockIdentityOperation = identityId => async (dispatch, getState) => { + if (!identityId) { + const identities = identitySelectors.selectAllIdentities(getState()); + const defaultIdentity = + identities.find(ident => ident.default || ident.type === 'individual') || identities[0]; + + if (defaultIdentity) { + identityId = defaultIdentity.id; + } + } -const lockIdentityOperation = walletId => async (dispatch, getState) => { - await dispatch(identityActions.deleteIdAttributesAction(walletId)); - await dispatch(identityActions.deleteDocumentsAction(walletId)); + if (!identityId) { + throw new Error('could not unlock identity'); + } + await dispatch(identityOperations.loadDocumentsOperation(identityId)); + await dispatch(identityOperations.loadIdAttributesOperation(identityId)); + await dispatch(identityOperations.setCurrentIdentityAction(identityId)); }; -const unlockIdentityOperation = walletId => async (dispatch, getState) => { - await dispatch(identityOperations.loadDocumentsOperation(walletId)); - await dispatch(identityOperations.loadIdAttributesOperation(walletId)); + +const createIdentityOperation = (walletId, type) => async (dispatch, getState) => { + let identityService = getGlobalContext().identityService; + const identity = await identityService.createIdentity(walletId, type); + await dispatch(identityOperations.loadIdentitiesOperation(walletId)); + return identity; }; -const createSelfkeyIdOperation = (walletId, data) => async (dispatch, getState) => { - const idAttributeTypes = identitySelectors.selectIdAttributeTypes(getState()); +const createCorporateProfileOperation = data => async (dispatch, getState) => { + const wallet = walletSelectors.getWallet(getState()); + let identity = null; + if (data.identityId) { + identity = identitySelectors.selectIdentityById(getState(), data.identityId); + } + const idAttributeTypes = identitySelectors.selectIdAttributeTypes(getState(), 'corporate'); + if (!identity) { + identity = await dispatch( + identityOperations.createIdentityOperation(wallet.id, 'corporate') + ); + await dispatch(identityOperations.setCurrentIdentityAction(identity.id)); + } const getTypeId = url => { return idAttributeTypes.find(idAttributeType => idAttributeType.url === url).id; }; - await dispatch(walletOperations.updateWalletName(data.nickName, walletId)); + // TODO: XXX update to entity operations + await dispatch(identityOperations.updateIdentityNameOperation(data.entityName, identity.id)); + try { + await dispatch( + identityOperations.createIdAttributeOperation({ + typeId: getTypeId('http://platform.selfkey.org/schema/attribute/company-name.json'), + name: 'Legal Entity Name', + data: { value: data.entityName } + }) + ); + + await dispatch( + identityOperations.createIdAttributeOperation({ + typeId: getTypeId( + 'http://platform.selfkey.org/schema/attribute/legal-entity-type.json' + ), + name: 'Legal Entity Type', + data: { value: data.entityType } + }) + ); + + await dispatch( + identityOperations.createIdAttributeOperation({ + typeId: getTypeId( + 'http://platform.selfkey.org/schema/attribute/legal-jurisdiction.json' + ), + name: 'Legal Jurisdiction', + data: { value: data.jurisdiction } + }) + ); + + await dispatch( + identityOperations.createIdAttributeOperation({ + typeId: getTypeId( + 'http://platform.selfkey.org/schema/attribute/incorporation-date.json' + ), + name: 'Incorporation Date', + data: { value: data.creationDate } + }) + ); + + if (data.email) { + await dispatch( + identityOperations.createIdAttributeOperation({ + typeId: getTypeId('http://platform.selfkey.org/schema/attribute/email.json'), + name: 'Email', + data: { value: data.email } + }) + ); + } + + if (data.taxId) { + await dispatch( + identityOperations.createIdAttributeOperation({ + typeId: getTypeId( + 'http://platform.selfkey.org/schema/attribute/tax-id-number.json' + ), + name: 'Tax Id', + data: { value: data.taxId } + }) + ); + } + + await dispatch(identityOperations.updateIdentitySetupOperation(true, identity.id)); + await dispatch(identityOperations.unlockIdentityOperation(identity.id)); + await dispatch(push('/main/corporate-dashboard')); + } catch (error) { + log.error('failed to create corporate identity %s', error); + } +}; + +const createSelfkeyIdOperation = (identityId, data) => async (dispatch, getState) => { + const idAttributeTypes = identitySelectors.selectIdAttributeTypes(getState(), 'individual'); + const identity = identitySelectors.selectIdentityById(getState(), identityId); + const getTypeId = url => { + return idAttributeTypes.find(idAttributeType => idAttributeType.url === url).id; + }; + // TODO: XXX update to entity operations + await dispatch(walletOperations.updateWalletName(data.nickName, identity.walletId)); await dispatch( identityOperations.createIdAttributeOperation({ @@ -144,11 +259,56 @@ const createSelfkeyIdOperation = (walletId, data) => async (dispatch, getState) }) ); - await dispatch(walletOperations.updateWalletSetup(true, walletId)); + await dispatch(identityOperations.updateIdentitySetupOperation(true, identityId)); await dispatch(push('/selfkeyIdCreateAbout')); }; +const updateIdentitySetupOperation = (isSetupFinished, id) => async (dispatch, getState) => { + const identityService = getGlobalContext().identityService; + const identity = await identityService.updateIdentitySetup(isSetupFinished, id); + await dispatch(identityActions.updateIdentity(identity)); +}; + +const updateIdentityNameOperation = (name, id) => async (dispatch, getState) => { + const identityService = getGlobalContext().identityService; + const identity = await identityService.updateIdentityName(name, id); + await dispatch(identityActions.updateIdentity(identity)); +}; + +const loadIdentitiesOperation = walletId => async (dispatch, getState) => { + let identityService = getGlobalContext().identityService; + let identities = await identityService.loadIdentities(walletId); + await dispatch(identityActions.setIdentitiesAction(identities)); +}; + +const updateDIDOperation = (did, id) => async (dispatch, getState) => { + const identityService = getGlobalContext().identityService; + const identity = await identityService.updateIdentityDID(did, id); + await dispatch(identityActions.updateIdentity(identity)); +}; + +const switchProfileOperation = identity => async (dispatch, getState) => { + await dispatch(identityOperations.unlockIdentityOperation(identity.id)); +}; + +const navigateToProfileOperation = () => async (dispatch, getState) => { + const identity = identitySelectors.selectCurrentIdentity(getState()); + + if (identity.type === 'individual' && !identity.isSetupFinished) { + return dispatch(push('/selfkeyIdCreate')); + } + + if (identity.type === 'individual') { + return dispatch(push('/main/selfkeyId')); + } + + if (identity.isSetupFinished) { + return dispatch(push('/main/corporate-dashboard')); + } + return dispatch(push(`/main/${identity.id}/setup-corporate-profile`)); +}; + export const operations = { loadCountriesOperation, loadRepositoriesOperation, @@ -167,7 +327,15 @@ export const operations = { unlockIdentityOperation, lockIdentityOperation, updateProfilePictureOperation, - createSelfkeyIdOperation + createSelfkeyIdOperation, + loadIdentitiesOperation, + updateIdentitySetupOperation, + updateDIDOperation, + createIdentityOperation, + createCorporateProfileOperation, + switchProfileOperation, + navigateToProfileOperation, + updateIdentityNameOperation }; export const identityOperations = { @@ -243,6 +411,38 @@ export const identityOperations = { createSelfkeyIdOperation: createAliasedAction( identityTypes.IDENTITY_SELFKEY_ID_CREATE, operations.createSelfkeyIdOperation + ), + loadIdentitiesOperation: createAliasedAction( + identityTypes.IDENTITIES_LOAD, + operations.loadIdentitiesOperation + ), + updateIdentitySetupOperation: createAliasedAction( + identityTypes.IDENTITIES_UPDATE_SETUP_OPERATION, + operations.updateIdentitySetupOperation + ), + updateDIDOperation: createAliasedAction( + identityTypes.IDENTITIES_UPDATE_DID_OPERATION, + operations.updateDIDOperation + ), + createIdentityOperation: createAliasedAction( + identityTypes.IDENTITIES_CREATE_OPERATION, + operations.createIdentityOperation + ), + createCorporateProfileOperation: createAliasedAction( + identityTypes.IDENTITIES_CREATE_CORPORATE_PROFILE_OPERATION, + operations.createCorporateProfileOperation + ), + switchProfileOperation: createAliasedAction( + identityTypes.IDENTITIES_SWITCH_PROFILE_OPERATION, + operations.switchProfileOperation + ), + navigateToProfileOperation: createAliasedAction( + identityTypes.IDENTITIES_NAVIGATE_TO_PROFILE_OPERATION, + operations.navigateToProfileOperation + ), + updateIdentityNameOperation: createAliasedAction( + identityTypes.IDENTITIES_UPDATE_NAME_OPERATION, + operations.updateIdentityNameOperation ) }; diff --git a/src/common/identity/reducers.js b/src/common/identity/reducers.js index 97edd0737..e50d7591a 100644 --- a/src/common/identity/reducers.js +++ b/src/common/identity/reducers.js @@ -11,7 +11,10 @@ export const initialState = { documentsById: {}, attributes: [], attributesById: {}, - countries: [] + countries: [], + identities: [], + identitiesById: {}, + currentIdentity: null }; const setCountries = (state, action) => { @@ -51,7 +54,7 @@ const setUiSchemasReducer = (state, action) => { const setDocumentsReducer = (state, action) => { let oldDocuments = state.documents .map(docId => state.documentsById[docId]) - .filter(doc => doc.walletId !== action.walletId); + .filter(doc => doc.identityId !== action.identityId); let documents = [...oldDocuments, ...(action.payload.documents || [])]; let documentsById = documents.reduce((acc, curr) => { acc[curr.id] = curr; @@ -89,7 +92,7 @@ const deleteAttributeDocumentsReducer = (state, action) => { const deleteDocumentsReducer = (state, action) => { let documents = state.documents .map(docId => state.documentsById[docId]) - .filter(doc => doc.walletId !== action.payload); + .filter(doc => doc.identityId !== action.payload); let documentsById = documents.reduce((acc, curr) => { acc[curr.id] = curr; return acc; @@ -101,7 +104,7 @@ const deleteDocumentsReducer = (state, action) => { const setIdAttributesReducer = (state, action) => { let oldIdAttributes = state.attributes .map(attrId => state.attributesById[attrId]) - .filter(attr => attr.walletId !== action.payload.walletId); + .filter(attr => attr.identityId !== action.payload.identityId); let attributes = [...oldIdAttributes, ...(action.payload.attributes || [])]; let attributesById = attributes.reduce((acc, curr) => { acc[curr.id] = curr; @@ -114,7 +117,7 @@ const setIdAttributesReducer = (state, action) => { const deleteIdAttributesReducer = (state, action) => { let attributes = state.attributes .map(attrId => state.attributesById[attrId]) - .filter(attr => attr.walletId !== action.payload); + .filter(attr => attr.identityId !== action.payload); let attributesById = attributes.reduce((acc, curr) => { acc[curr.id] = curr; return acc; @@ -175,6 +178,44 @@ const deleteIdAttributeReducer = (state, action) => { return { ...state, attributesById, attributes }; }; +const setIdentitiesReducer = (state, action) => { + const identities = (action.payload || []).map(idnt => idnt.id); + const identitiesById = (action.payload || []).reduce((acc, curr) => { + acc[curr.id] = curr; + return acc; + }, {}); + + return { ...state, identities, identitiesById }; +}; + +const addIdentityReducer = (state, action) => { + const { identities, identitiesById } = state; + + if (identities.includes(action.payload.id)) { + return state; + } + + identities.push(action.payload.id); + identitiesById[action.payload.id] = action.payload; + + return { ...state, identities, identitiesById }; +}; + +const updateIdentityReducer = (state, action) => { + const { identities, identitiesById } = state; + + if (!identities.includes(action.payload.id)) { + return state; + } + identitiesById[action.payload.id] = { ...identitiesById[action.payload.id], ...action.payload }; + + return { ...state, identities, identitiesById }; +}; + +const setCurrentIdentityReducer = (state, action) => { + return { ...state, currentIdentity: action.payload }; +}; + export const identityReducers = { setCountries, setRepositoriesReducer, @@ -191,7 +232,11 @@ export const identityReducers = { updateIdAttributeReducer, updateDocumentReducer, deleteDocumentReducer, - deleteIdAttributeReducer + deleteIdAttributeReducer, + setIdentitiesReducer, + addIdentityReducer, + updateIdentityReducer, + setCurrentIdentityReducer }; const reducer = (state = initialState, action) => { @@ -228,6 +273,14 @@ const reducer = (state = initialState, action) => { return identityReducers.deleteDocumentReducer(state, action); case identityTypes.IDENTITY_ATTRIBUTE_DELETE: return identityReducers.deleteIdAttributeReducer(state, action); + case identityTypes.IDENTITIES_SET: + return identityReducers.setIdentitiesReducer(state, action); + case identityTypes.IDENTITY_ADD: + return identityReducers.addIdentityReducer(state, action); + case identityTypes.IDENTITY_UPDATE: + return identityReducers.updateIdentityReducer(state, action); + case identityTypes.IDENTITY_CURRENT_SET: + return identityReducers.setCurrentIdentityReducer(state, action); } return state; }; diff --git a/src/common/identity/selectors.js b/src/common/identity/selectors.js index 8cedf0e74..296f277f6 100644 --- a/src/common/identity/selectors.js +++ b/src/common/identity/selectors.js @@ -1,6 +1,6 @@ -import { walletSelectors } from '../wallet'; import { jsonSchema, identityAttributes } from './utils'; import { forceUpdateAttributes } from 'common/config'; +import { walletSelectors } from 'common/wallet'; const EMAIL_ATTRIBUTE = 'http://platform.selfkey.org/schema/attribute/email.json'; const FIRST_NAME_ATTRIBUTE = 'http://platform.selfkey.org/schema/attribute/first-name.json'; @@ -8,6 +8,12 @@ const LAST_NAME_ATTRIBUTE = 'http://platform.selfkey.org/schema/attribute/last-n const MIDDLE_NAME_ATTRIBUTE = 'http://platform.selfkey.org/schema/attribute/middle-name.json'; const COUNTRY_ATTRIBUTE = 'http://platform.selfkey.org/schema/attribute/country-of-residency.json'; +const ENTITY_NAME = 'http://platform.selfkey.org/schema/attribute/company-name.json'; +const ENTITY_TYPE = 'http://platform.selfkey.org/schema/attribute/legal-entity-type.json'; +const JURISDICTION = 'http://platform.selfkey.org/schema/attribute/legal-jurisdiction.json'; +const CREATION_DATE = 'http://platform.selfkey.org/schema/attribute/incorporation-date.json'; +const TAX_ID = 'http://platform.selfkey.org/schema/attribute/tax-id-number.json'; + const BASIC_ATTRIBUTES = { [FIRST_NAME_ATTRIBUTE]: 1, [LAST_NAME_ATTRIBUTE]: 1, @@ -17,6 +23,15 @@ const BASIC_ATTRIBUTES = { 'http://platform.selfkey.org/schema/attribute/address.json': 1 }; +const BASIC_CORPORATE_ATTRIBUTES = { + [ENTITY_NAME]: 1, + [ENTITY_TYPE]: 1, + [JURISDICTION]: 1, + [EMAIL_ATTRIBUTE]: 1, + [CREATION_DATE]: 1, + [TAX_ID]: 1 +}; + const selectIdentity = state => state.identity; const selectCountries = state => { @@ -47,13 +62,21 @@ const selectExpiredRepositories = state => { .filter(repo => forceUpdateAttributes || repo.expires <= now); }; -const selectIdAttributeTypes = state => +const selectIdAttributeTypes = (state, entityType = 'individual') => identitySelectors .selectIdentity(state) .idAtrributeTypes.map( id => identitySelectors.selectIdentity(state).idAtrributeTypesById[id] ) - .filter(t => t && t.content); + .filter(t => { + if (!t || !t.content) return false; + + if (!t.content.entityType && entityType !== 'individual') { + return false; + } + + return (t.content.entityType || ['individual']).includes(entityType); + }); const selectExpiredIdAttributeTypes = state => { let now = Date.now(); @@ -62,8 +85,8 @@ const selectExpiredIdAttributeTypes = state => { .filter(attributeType => forceUpdateAttributes || attributeType.expires <= now); }; -const selectIdAttributeTypeByUrl = (state, url) => - identitySelectors.selectIdAttributeTypes(state).find(t => t.url === url); +const selectIdAttributeTypeByUrl = (state, url, entityType) => + identitySelectors.selectIdAttributeTypes(state, entityType).find(t => t.url === url); const selectUiSchemas = state => identitySelectors @@ -82,11 +105,11 @@ const selectDocuments = state => .selectIdentity(state) .documents.map(docId => identitySelectors.selectIdentity(state).documentsById[docId]); -const selectIdAttributes = (state, walletId) => +const selectIdAttributes = (state, identityId) => identitySelectors .selectIdentity(state) .attributes.map(attrId => identitySelectors.selectIdentity(state).attributesById[attrId]) - .filter(attr => attr.walletId === walletId); + .filter(attr => attr.identityId === identityId); const selectDocumentsByAttributeIds = (state, attributeIds = null) => identitySelectors.selectDocuments(state).reduce((acc, curr) => { @@ -101,13 +124,13 @@ const selectUiSchema = (state, typeId, repositoryId) => schema => schema.repositoryId === repositoryId && typeId === schema.attributeTypeId ); -const selectFullIdAttributesByIds = (state, walletId, attributeIds = null) => { +const selectFullIdAttributesByIds = (state, identityId, attributeIds = null) => { const identity = identitySelectors.selectIdentity(state); const documents = selectDocumentsByAttributeIds(state, attributeIds); const types = identity.idAtrributeTypesById; return identitySelectors - .selectIdAttributes(state, walletId) + .selectIdAttributes(state, identityId) .filter(attr => !attributeIds || attributeIds.includes(attr.id)) .map(attr => { const type = types[attr.typeId]; @@ -132,9 +155,9 @@ const selectFullIdAttributesByIds = (state, walletId, attributeIds = null) => { }; const selectSelfkeyId = state => { + const identity = identitySelectors.selectCurrentIdentity(state); const wallet = walletSelectors.getWallet(state); - - const allAttributes = identitySelectors.selectFullIdAttributesByIds(state, wallet.id); + const allAttributes = identitySelectors.selectFullIdAttributesByIds(state, identity.id); // FIXME: all base attribute types should be rendered (even if not created yet) const basicAttributes = allAttributes.reduce( @@ -160,10 +183,11 @@ const selectSelfkeyId = state => { if (!attr || !attr.data || !attr.data.value) return ''; return attr.data.value; }; - + // TODO max: move profile picture to identity model return { + identity, wallet, - profilePicture: wallet.profilePicture, + profilePicture: identity.profilePicture, allAttributes, attributes, basicAttributes, @@ -175,6 +199,132 @@ const selectSelfkeyId = state => { }; }; +const selectIdentityById = (state, id) => { + const tree = selectIdentity(state); + return tree.identitiesById[id]; +}; + +const selectAllIdentities = state => { + const tree = selectIdentity(state); + return tree.identities.map(id => tree.identitiesById[id]); +}; + +const selectCurrentIdentity = state => { + const tree = selectIdentity(state); + return selectIdentityById(state, tree.currentIdentity); +}; + +const selectCorporateJurisdictions = state => { + const idType = selectIdAttributeTypeByUrl( + state, + 'http://platform.selfkey.org/schema/attribute/legal-jurisdiction.json', + 'corporate' + ); + if (!idType) return []; + return idType.content.enum; +}; + +const selectCorporateLegalEntityTypes = state => { + const idType = selectIdAttributeTypeByUrl( + state, + 'http://platform.selfkey.org/schema/attribute/legal-entity-type.json', + 'corporate' + ); + if (!idType) return []; + return idType.content.enum; +}; + +const selectCurrentCorporateProfile = state => { + const identity = identitySelectors.selectCurrentIdentity(state); + return identitySelectors.selectCorporateProfile(state, identity.id); +}; + +const selectBasicCorporateAttributeTypes = state => { + let map = BASIC_CORPORATE_ATTRIBUTES; + + let allTypes = selectIdAttributeTypes(state, 'corporate'); + + return allTypes + .filter(t => map[t.url]) + .reduce((acc, curr) => { + curr = { ...curr }; + switch (curr.url) { + case EMAIL_ATTRIBUTE: + acc.email = curr; + curr.required = false; + return acc; + case TAX_ID: + acc.taxId = curr; + curr.required = false; + return acc; + case ENTITY_NAME: + acc.entityName = curr; + curr.required = true; + return acc; + case ENTITY_TYPE: + acc.entityType = curr; + curr.required = true; + return acc; + case CREATION_DATE: + acc.creationDate = curr; + curr.required = true; + return acc; + case JURISDICTION: + acc.jurisdiction = curr; + curr.required = true; + return acc; + default: + return acc; + } + }, {}); +}; + +const selectCorporateProfile = (state, id) => { + const identity = identitySelectors.selectIdentityById(state, id); + if (!identity) return {}; + const wallet = walletSelectors.getWallet(state); + const allAttributes = identitySelectors.selectFullIdAttributesByIds(state, identity.id); + + // FIXME: all base attribute types should be rendered (even if not created yet) + const basicAttributes = allAttributes.reduce( + (acc, curr) => { + const { url } = curr.type; + if (!BASIC_CORPORATE_ATTRIBUTES[url]) return acc; + if (acc.seen[url]) return acc; + acc.seen[url] = 1; + acc.attrs.push(curr); + return acc; + }, + { seen: {}, attrs: [] } + ).attrs; + const attributes = allAttributes.filter(attr => !jsonSchema.containsFile(attr.type.content)); + + // FIXME: document type should be determined by attribute type + const documents = allAttributes.filter(attr => jsonSchema.containsFile(attr.type.content)); + + const getBasicInfo = (type, basicAttrs) => { + let attr = basicAttrs.find(attr => attr.type.url === type); + if (!attr || !attr.data || !attr.data.value) return ''; + return attr.data.value; + }; + // TODO max: move profile picture to identity model + return { + identity, + wallet, + profilePicture: identity.profilePicture, + allAttributes, + attributes, + basicAttributes, + documents, + email: getBasicInfo(EMAIL_ATTRIBUTE, basicAttributes), + taxId: getBasicInfo(TAX_ID, basicAttributes), + entityName: getBasicInfo(ENTITY_NAME, basicAttributes), + entityType: getBasicInfo(ENTITY_TYPE, basicAttributes), + creationDate: getBasicInfo(CREATION_DATE, basicAttributes), + jurisdiction: getBasicInfo(JURISDICTION, basicAttributes) + }; +}; + export const identitySelectors = { selectIdentity, selectCountries, @@ -190,7 +340,15 @@ export const identitySelectors = { selectDocumentsByAttributeIds, selectFullIdAttributesByIds, selectSelfkeyId, - selectUiSchema + selectUiSchema, + selectCurrentIdentity, + selectIdentityById, + selectAllIdentities, + selectCorporateJurisdictions, + selectCorporateLegalEntityTypes, + selectCorporateProfile, + selectCurrentCorporateProfile, + selectBasicCorporateAttributeTypes }; export default identitySelectors; diff --git a/src/common/identity/types.js b/src/common/identity/types.js index 6e8da6fa1..0c8b6fdc8 100644 --- a/src/common/identity/types.js +++ b/src/common/identity/types.js @@ -32,7 +32,19 @@ export const identityTypes = { PROFILE_PICTURE_UPDATE: 'identity/profile-picture/update', IDENTITY_COUNTRIES_LOAD: 'identity/countries/load', IDENTITY_COUNTRIES_SET: 'identity/countries/set', - IDENTITY_SELFKEY_ID_CREATE: 'identity/selfkey-id/CREATE' + IDENTITY_SELFKEY_ID_CREATE: 'identity/selfkey-id/CREATE', + IDENTITIES_SET: 'identities/SET', + IDENTITY_ADD: 'identity/ADD', + IDENTITY_UPDATE: 'identity/UPDATE', + IDENTITIES_LOAD: 'identities/LOAD', + IDENTITY_CURRENT_SET: 'identities/current/SET', + IDENTITIES_UPDATE_SETUP_OPERATION: 'identities/setup/UPDATE', + IDENTITIES_UPDATE_DID_OPERATION: 'identities/did/UPDATE', + IDENTITIES_CREATE_OPERATION: 'identities/CREATE', + IDENTITIES_CREATE_CORPORATE_PROFILE_OPERATION: 'identities/profile/corporate/CREATE', + IDENTITIES_SWITCH_PROFILE_OPERATION: 'identities/profile/SWITCH', + IDENTITIES_NAVIGATE_TO_PROFILE_OPERATION: 'identities/profile/NAVIGATE', + IDENTITIES_UPDATE_NAME_OPERATION: 'identities/name/UPDATE' }; export default identityTypes; diff --git a/src/common/identity/utils.js b/src/common/identity/utils.js index 95a44959d..ab7e5d26a 100644 --- a/src/common/identity/utils.js +++ b/src/common/identity/utils.js @@ -1,5 +1,8 @@ import Ajv from 'ajv'; +import RefParser from 'json-schema-ref-parser'; import { Logger } from 'common/logger'; +import { sleep } from '../utils/async'; +import fetch from 'node-fetch'; const log = new Logger('identity-utils'); @@ -222,4 +225,64 @@ jsonSchema.removeMeta = (schema, maxDepth = 10) => { return schema; }; +jsonSchema.loadRemoteSchema = async (url, options, attempt = 1) => { + if (options.env === 'development') { + url = url.replace('/schema/', '/dev-schema/'); + } + try { + let res = await fetch(url); + if (res.status >= 400) { + throw new Error('Failed to fetch schema from remote'); + } + return await res.json(); + } catch (error) { + log.error('Load schema %s attempt %d error, %s', url, attempt, error); + if (attempt <= 3) { + await sleep(attempt * 200); + return jsonSchema.loadRemoteSchema(url, options, attempt + 1); + } + throw error; + } +}; + +jsonSchema.dereference = (schema, options) => { + const resolver = { + order: 1, + canRead: /^platform\.selfkey\.org:/i, + async read(file) { + return jsonSchema.loadRemoteSchema(file, options); + } + }; + return RefParser.dereference(schema, { resolve: { selfkey: resolver } }); +}; + +jsonSchema.getDefaultRepo = (schema, options) => { + if (!schema.identityAttributeRepository) { + return null; + } + return options.env === 'development' + ? schema.identityAttributeRepository.replace('/repository.json', '/dev-repository.json') + : schema.identityAttributeRepository; +}; + +jsonSchema.loadRemoteRepository = async (url, options, attempt = 1) => { + if (options.env === 'development') { + url = url.replace('/repository.json', '/dev-repository.json'); + } + try { + let res = await fetch(url); + if (res.status >= 400) { + throw new Error('Failed to fetch repository from remote'); + } + return await res.json(); + } catch (error) { + log.error('Load repository %s attempt %d error, %s', url, attempt, error); + if (attempt <= 3) { + await sleep(attempt * 200); + return jsonSchema.loadRemoteRepository(url, options, attempt + 1); + } + throw error; + } +}; + export default { identityAttributes, jsonSchema }; diff --git a/src/common/incorporations/selectors.js b/src/common/incorporations/selectors.js index c51748b67..f2f280f52 100644 --- a/src/common/incorporations/selectors.js +++ b/src/common/incorporations/selectors.js @@ -1,50 +1,53 @@ import config from 'common/config'; -const selectPrice = program => { +const selectPrice = item => { + const { data: program } = item; // Check for override ENV variables if (config.incorporationsPriceOverride) return config.incorporationsPriceOverride; - if (!program['Wallet Price'] && !program.test_price) return null; + if (!program.walletPrice && !program.testPrice) return null; - let price = `${program['Wallet Price']}`; - if (config.dev || program.active_test_price) { - price = `${program.test_price}`; + let price = `${program.walletPrice}`; + if (config.dev || program.activeTestPrice) { + price = `${program.testPrice}`; } return parseFloat(price.replace(/\$/, '').replace(/,/, '')); }; -const selectTemplate = program => { +const selectTemplate = item => { + const { data: program } = item; // Check for override ENV variables if (config.incorporationsTemplateOverride) return config.incorporationsTemplateOverride; - if (!program.template_id && !program.test_template_id) return null; + if (!program.templateId && !program.testTemplateId) return null; - const templateId = config.dev ? program.test_template_id : program.template_id; + const templateId = config.dev ? program.testTemplateId : program.templateId; return templateId; }; -const selectVendorWalletAddress = program => { +const selectVendorWalletAddress = item => { + const { data: program } = item; if (config.dev) { - return program['testWalletAddress'] - ? program['testWalletAddress'] - : config.testWalletAddress; + return program.testWalletAddress ? program.testWalletAddress : config.testWalletAddress; } else { - return program['walletAddress']; + return program.walletAddress; } }; -const selectVendorDidAddress = program => { +const selectVendorDidAddress = item => { + const { data: program } = item; if (config.dev) { - return program['testDidAddress'] ? program['testDidAddress'] : config.testDidAddress; + return program.testDidAddress ? program.testDidAddress : config.testDidAddress; } else { - return program['didAddress']; + return program.didAddress; } }; -const parseOptions = program => { - if (!program.wallet_options) { +const parseOptions = item => { + const { data: program } = item; + if (!program.walletOptions) { return []; } - const options = program.wallet_options; + const options = program.walletOptions; const strArray = options.split('-'); @@ -69,7 +72,9 @@ const parseOptions = program => { export const incorporationsSelectors = { getIncorporations(state) { - return state.incorporations; + return Object.keys(state.marketplaces.inventoryById).filter( + i => state.marketplaces.inventoryById[i].category === 'incorporations' + ); }, getLoading(state) { return this.getIncorporations(state).loading; @@ -78,16 +83,17 @@ export const incorporationsSelectors = { return this.getIncorporations(state).error; }, getMainIncorporations(state) { - const tree = this.getIncorporations(state); - const data = tree.incorporations.map(incId => tree.incorporationsById[incId]); - return data.map(i => { + const inventoryIds = this.getIncorporations(state); + const parsedData = inventoryIds.map(id => { + const i = state.marketplaces.inventoryById[id]; i.price = selectPrice(i); i.templateId = selectTemplate(i); - i.checkoutOptions = parseOptions(i); + i.data.checkoutOptions = parseOptions(i); i.walletAddress = selectVendorWalletAddress(i); i.didAddress = selectVendorDidAddress(i); return i; }); + return parsedData; }, getTaxes(state) { const tree = this.getIncorporations(state); @@ -104,14 +110,14 @@ export const incorporationsSelectors = { return this.getTranslation(state).find(t => t['Company code'] === companyCode); }, getMainIncorporationByCompanyCode(state, companyCode) { - return this.getMainIncorporations(state).find(inc => inc['Company code'] === companyCode); + return this.getMainIncorporations(state).find(c => c.data.companyCode === companyCode); }, getCorporations(state) { const tree = this.getIncorporations(state); return tree.corporations.map(id => tree.corporationsById[id]); }, getCorporationsByCompanyCode(state, companyCode) { - return this.getCorporations(state).find(c => c['Company code'] === companyCode); + return this.getCorporations(state).find(c => c.data.companyCode === companyCode); }, getLLCs(state) { const tree = this.getIncorporations(state); @@ -148,19 +154,26 @@ export const incorporationsSelectors = { return data; }, getMainIncorporationsWithTaxes(state) { + return this.getMainIncorporations(state); + /* return this.getMainIncorporations(state).map(inc => ({ ...inc, tax: this.getTaxByCompanyCode(state, inc['Company code']) || {} })); + */ }, getIncorporationsDetails(state, companyCode) { const inc = this.getMainIncorporationByCompanyCode(state, companyCode); - inc.tax = this.getTaxByCompanyCode(state, companyCode); - inc.translation = this.getTranslationByCompanyCode(state, companyCode); - inc.details = this.getDetailsForCompanyCode(state, companyCode); + // inc.tax = this.getTaxByCompanyCode(state, companyCode); + // inc.translation = this.getTranslationByCompanyCode(state, companyCode); + // inc.details = this.getDetailsForCompanyCode(state, companyCode); return inc; }, getTaxTreaties(state, countryCode) { + const root = state.marketplace.taxTreaties; + const ids = Object.keys(root.byId).filter(i => root.byId[i].countryCode === countryCode); + return ids.map(id => root.byId[id]); + /* if (!countryCode) { return false; } @@ -172,19 +185,13 @@ export const incorporationsSelectors = { } return tree[`treaties-${countryCode}`].map(id => tree[`treatiesById-${countryCode}`][id]); + */ }, getCountry(state, countryCode) { - if (!countryCode) { - return false; - } - const tree = this.getIncorporations(state); - - // Dynamic property, created after API call, might not exist at runtime - if (!tree[`country-${countryCode}`]) { - return false; - } - - return tree[`countryById-${countryCode}`][countryCode]; + const root = state.marketplace.countries; + // TODO: move to specific selector file + const id = Object.keys(root.byId).find(i => root.byId[i].code === countryCode); + return root.byId[id]; } }; diff --git a/src/common/kyc/index.js b/src/common/kyc/index.js index 3b700d3df..5cd7a668f 100644 --- a/src/common/kyc/index.js +++ b/src/common/kyc/index.js @@ -1,5 +1,4 @@ -import * as serviceSelectors from '../exchanges/selectors'; -import * as walletSelectors from '../wallet/selectors'; +import { marketplaceSelectors } from '../marketplace'; import { appSelectors } from '../app'; import { identitySelectors } from '../identity'; import { getGlobalContext } from '../context'; @@ -42,18 +41,19 @@ export const kycTypes = { KYC_APPLICATIONS_UPDATE: 'kyc/applications/update', KYC_APPLICATIONS_PROCESSING: 'kyc/applications/processing', KYC_APPLICATIONS_PROCESSING_SET: 'kyc/applications/set/processing', - KYC_APPLICATIONS_RESET: 'kyc/applications/reset' + KYC_APPLICATIONS_RESET: 'kyc/applications/reset', + KYC_APPLICATIONS_REFRESH: 'kyc/applications/refresh' }; -const incorporationsRPDetails = { - name: 'Incorporations', - status: 'Active', - description: 'Incorporations', - relying_party_config: { - rootEndpoint: config.incorporationsInstance, +const devRPDetails = { + name: 'Dev', + status: config.kyccUrlOverride ? 'active' : 'inactive', + description: 'Dev', + relyingPartyConfig: { + rootEndpoint: config.kyccUrlOverride, did: true, endpoints: { - '/templates/:id': `${config.incorporationsInstance}templates/:id?format=minimum` + '/templates/:id': `${config.kyccUrlOverride}templates/:id?format=minimum` } } }; @@ -62,6 +62,9 @@ export const kycSelectors = { kycSelector(state) { return state.kyc; }, + relyingPartiesSelector(state) { + return this.kycSelector(state).relyingPartiesByName; + }, relyingPartySelector(state, rpName) { if (!rpName) return null; return this.kycSelector(state).relyingPartiesByName[rpName]; @@ -72,16 +75,14 @@ export const kycSelectors = { if (rp && !rp.disabled) { return true; } - let service; - if (rpName === 'incorporations') { - service = { ...incorporationsRPDetails }; - } else { - service = serviceSelectors.getServiceDetails(state, rpName); - } + let service = marketplaceSelectors.selectRPDetails(state, rpName); - const rpConfig = service.relying_party_config; + if (devRPDetails.status === 'active') { + service = { ...devRPDetails }; + } - return service.status === 'Active' && rpConfig; + const rpConfig = service.relyingPartyConfig; + return service.status === 'active' && rpConfig; }, relyingPartyShouldUpdateSelector(state, rpName, authenticate = true) { if (!this.relyingPartyIsActiveSelector(state, rpName)) return false; @@ -119,9 +120,9 @@ export const kycSelectors = { acc[curr.schemaId] = []; return acc; }, {}); - const wallet = walletSelectors.getWallet(state); + const identity = identitySelectors.selectCurrentIdentity(state); const walletAttributes = identitySelectors - .selectFullIdAttributesByIds(state, wallet.id) + .selectFullIdAttributesByIds(state, identity.id) .reduce((acc, curr) => { if (!curr || !curr.type || !curr.type.url) return acc; if (!acc.hasOwnProperty(curr.type.url)) return acc; @@ -157,9 +158,13 @@ export const kycSelectors = { }; }); }, - selectKYCAttributes(state, walletId, attributes = []) { + selectKYCAttributes(state, identityId, attributes = []) { const kycAttributes = identitySelectors - .selectFullIdAttributesByIds(state, walletId, attributes.map(attr => attr.attributeId)) + .selectFullIdAttributesByIds( + state, + identityId, + attributes.map(attr => attr.attributeId) + ) .reduce((acc, curr) => { acc[curr.id] = curr; return acc; @@ -317,20 +322,27 @@ const loadRelyingPartyOperation = ( afterAuthRoute, cancelRoute ) => async (dispatch, getState) => { - const walletType = appSelectors.selectApp(getState()).walletType; + const state = getState(); + const walletType = appSelectors.selectApp(state).walletType; if (!rpName) return null; - const wallet = walletSelectors.getWallet(getState()); - if (!wallet) return; + const identity = identitySelectors.selectCurrentIdentity(state); + if (!identity) return; const ts = Date.now(); - let rp; - if (rpName === 'incorporations') { - rp = { ...incorporationsRPDetails }; - } else { - rp = serviceSelectors.getServiceDetails(getState(), rpName); + + let rp = marketplaceSelectors.selectRPDetails(state, rpName); + + if (devRPDetails.status === 'active') { + console.log('Selecting dev RP'); + rp = { ...devRPDetails }; + } + + const config = rp.relyingPartyConfig; + if (!config.rootEndpoint) { + console.log('Empty RP config object'); + return; } - const config = rp.relying_party_config; try { await dispatch(kycActions.setCancelRoute(cancelRoute)); @@ -349,21 +361,19 @@ const loadRelyingPartyOperation = ( if (authenticate) { applications = await session.listKYCApplications(); for (const application of applications) { + const template = templates.find(t => t.id === application.template); + await dispatch( kycOperations.updateApplicationsOperation({ id: application.id, - walletId: wallet.id, + identityId: identity.id, rpName: rpName, currentStatus: application.currentStatus, currentStatusName: application.statusName, owner: application.owner, scope: application.scope, applicationDate: application.createdAt, - // TODO: this is only a workaround for now, we must change this in the future - title: - Object.keys(application.questions).length > 0 - ? 'Bank Account' - : 'Incorporation' + title: template ? template.name : rpName }) ); } @@ -391,7 +401,7 @@ const loadRelyingPartyOperation = ( await dispatch(push(afterAuthRoute)); } } catch (error) { - log.error('loadRelyingParty %s', error); + log.error('Error loadRelyingParty %s', error); await dispatch( kycActions.updateRelyingParty( { @@ -414,14 +424,14 @@ const createRelyingPartyKYCApplication = (rpName, templateId, attributes, title) throw new Error('template does not exist'); } - const wallet = walletSelectors.getWallet(getState()); - if (!wallet) return; + const identity = identitySelectors.selectCurrentIdentity(getState()); + if (!identity) return; if (!rp.session.isActive()) { await rp.session.establish(); } - attributes = kycSelectors.selectKYCAttributes(getState(), wallet.id, attributes); + attributes = kycSelectors.selectKYCAttributes(getState(), identity.id, attributes); try { let application = await rp.session.createKYCApplication(templateId, attributes); application = await rp.session.getKYCApplication(application.id); @@ -430,7 +440,7 @@ const createRelyingPartyKYCApplication = (rpName, templateId, attributes, title) await dispatch( kycOperations.updateApplicationsOperation({ id: application.id, - walletId: wallet.id, + identityId: identity.id, rpName: rpName, currentStatus: application.currentStatus, currentStatusName: application.statusName, @@ -446,6 +456,26 @@ const createRelyingPartyKYCApplication = (rpName, templateId, attributes, title) } }; +const refreshRelyingPartyForKycApplication = (application, afterAuthRoute, cancelRoute) => async ( + dispatch, + getState +) => { + await dispatch( + kycOperations.loadRelyingParty(application.rpName, true, afterAuthRoute, cancelRoute) + ); + + const rp = kycSelectors.relyingPartySelector(getState(), application.rpName); + const kycApplication = rp.applications.find(app => app.id === application.id); + await dispatch( + kycOperations.updateApplicationsOperation({ + id: application.id, + currentStatus: kycApplication.currentStatus, + currentStatusName: kycApplication.statusName, + updatedAt: kycApplication.updatedAt + }) + ); +}; + const updateRelyingPartyKYCApplication = ( rpName, templateId, @@ -459,8 +489,8 @@ const updateRelyingPartyKYCApplication = ( throw new Error('template does not exist'); } - const wallet = walletSelectors.getWallet(getState()); - if (!wallet) return; + const identity = identitySelectors.selectCurrentIdentity(getState()); + if (!identity) return; if (!rp.session.isActive()) { await rp.session.establish(); @@ -469,7 +499,7 @@ const updateRelyingPartyKYCApplication = ( const updatedApplication = { id: applicationId, templateId }; if (attributes) { - attributes = kycSelectors.selectKYCAttributes(getState(), wallet.id, attributes); + attributes = kycSelectors.selectKYCAttributes(getState(), identity.id, attributes); updatedApplication.attributes = attributes; } if (questions) { @@ -484,7 +514,7 @@ const updateRelyingPartyKYCApplication = ( await dispatch( kycOperations.updateApplicationsOperation({ id: application.id, - walletId: wallet.id, + identityId: identity.id, rpName: rpName, currentStatus: application.currentStatus, currentStatusName: application.statusName, @@ -643,10 +673,10 @@ const clearRelyingPartyOperation = () => async dispatch => { }; const loadApplicationsOperation = () => async (dispatch, getState) => { - const wallet = walletSelectors.getWallet(getState()); + const identity = identitySelectors.selectCurrentIdentity(getState()); let kycApplicationService = getGlobalContext().kycApplicationService; await dispatch(kycActions.setProcessingAction(true)); - let applications = await kycApplicationService.load(wallet.id); + let applications = await kycApplicationService.load(identity.id); let sortedApplications = applications.sort((d1, d2) => { d1 = d1.createdAt ? new Date(d1.createdAt).getTime() : 0; d2 = d2.createdAt ? new Date(d2.createdAt).getTime() : 0; @@ -716,6 +746,10 @@ export const kycOperations = { resetApplications: createAliasedAction( kycTypes.KYC_APPLICATIONS_RESET, resetApplicationsOperation + ), + refreshRelyingPartyForKycApplication: createAliasedAction( + kycTypes.KYC_APPLICATIONS_REFRESH, + refreshRelyingPartyForKycApplication ) }; diff --git a/src/common/kyc/kyc-duck.spec.js b/src/common/kyc/kyc-duck.spec.js index b64c74cc4..a1b5709cc 100644 --- a/src/common/kyc/kyc-duck.spec.js +++ b/src/common/kyc/kyc-duck.spec.js @@ -1,5 +1,6 @@ import sinon from 'sinon'; import { setGlobalContext } from '../context'; +import { identitySelectors } from '../identity'; import { kycActions, kycTypes, reducers, initialState, kycSelectors, testExports } from './index'; describe('KYC Duck', () => { @@ -28,6 +29,7 @@ describe('KYC Duck', () => { describe('Operations', () => { it('loadApplicationsOperation', async () => { sinon.stub(kycApplicationService, 'load').resolves(testApplications); + sinon.stub(identitySelectors, 'selectCurrentIdentity').returns({ id: 1 }); sinon.stub(store, 'dispatch'); await testExports.operations.loadApplicationsOperation()( diff --git a/src/common/logger/config.js b/src/common/logger/config.js index 08d51f27c..4b3b3a9c5 100644 --- a/src/common/logger/config.js +++ b/src/common/logger/config.js @@ -57,7 +57,7 @@ export const updateConfig = (conf, silent) => { export const init = () => { updateConfig({}, true); - if (process.env.MODE === 'test') return; + if (process.env.MODE === 'test' || process.env.STORYBOOK) return; if (is.main()) ipcMain.on(LOG_UPDATED_MSG, (event, arg) => updateConfig(arg, true)); else ipcRenderer.on(LOG_UPDATED_MSG, (event, arg) => updateConfig(arg, true)); }; diff --git a/src/common/logger/index.js b/src/common/logger/index.js index 5b93319d8..3340300b2 100644 --- a/src/common/logger/index.js +++ b/src/common/logger/index.js @@ -1,8 +1,15 @@ /* istanbul ignore file */ -import { init as confInit } from './config'; +if (!process.env.STORYBOOK) { + const confInit = require('./config').init; + + confInit(); +} + import Logger from './logger'; -confInit(); +if (process.env.STORYBOOK) { + Logger.prototype.log = console.log.bind(console); +} export const createLog = prefix => new Logger(prefix); diff --git a/src/common/marketplace/banking/index.js b/src/common/marketplace/banking/index.js new file mode 100644 index 000000000..8661ce800 --- /dev/null +++ b/src/common/marketplace/banking/index.js @@ -0,0 +1,90 @@ +import { inventorySelectors } from '../inventory'; +import config from 'common/config'; + +const selectPrice = item => { + const { data: bank } = item; + // Check for override ENV variables + if (config.bankAccountsPriceOverride) return config.bankAccountsPriceOverride; + if (!bank.price && !bank.testPrice) return null; + + let price = `${bank.price}`; + if (config.dev || bank.activeTestPrice) { + price = `${bank.testPrice}`; + } + + return parseFloat(price.replace(/\$/, '').replace(/,/, '')); +}; + +const selectTemplate = item => { + const { data: bank } = item; + // Check for override ENV variables + if (config.bankAccountsTemplateOverride) return config.bankAccountsTemplateOverride; + if (!bank.templateId && !bank.testTemplateId) return null; + + const templateId = config.dev ? bank.testTemplateId : bank.templateId; + return templateId; +}; + +const selectVendorWalletAddress = item => { + const { data: program } = item; + if (config.dev) { + return program.testWalletAddress ? program.testWalletAddress : config.testWalletAddress; + } else { + return program.walletAddress; + } +}; + +const selectVendorDidAddress = item => { + const { data: program } = item; + if (config.dev) { + return program.testDidAddress ? program.testDidAddress : config.testDidAddress; + } else { + return program.didAddress; + } +}; + +const parseOptions = item => { + const { data: program } = item; + if (!program.walletOptions) { + return []; + } + const options = program.walletOptions; + + const strArray = options.split('-'); + + const optionsArray = strArray.map((text, idx) => { + if (!text) return false; + let price = text.match(/\(.*\)/); + let notes = text.match(/\[.*\]/); + const id = `options-${idx}`; + price = price ? price[0].replace('(', '').replace(')', '') : ''; + price = price ? parseInt(price) : ''; + notes = notes ? notes[0].replace('[', '').replace(']', '') : ''; + const description = text + .replace(/\(.*\)/, '') + .replace(/\[.*\]/, '') + .trim(); + + return { price, notes, description, id }; + }); + + return optionsArray.filter(el => el !== false); +}; + +export const bankingSelectors = { + selectBanks: state => + inventorySelectors.selectInventoryForCategory(state, 'banking').map(b => { + b.price = selectPrice(b); + b.templateId = selectTemplate(b); + b.data.checkoutOptions = parseOptions(b); + b.accountType = b.data.type ? b.data.type.toLowerCase() : null; + b.walletAddress = selectVendorWalletAddress(b); + b.didAddress = selectVendorDidAddress(b); + return b; + }), + selectBankTypeByFilter: (state, filter) => bankingSelectors.selectBanks(state).find(filter), + selectBankJurisdictionByAccountCode: (state, accountCode) => + bankingSelectors.selectBanks(state).find(b => b.data.accountCode === accountCode) +}; + +export default bankingSelectors; diff --git a/src/common/marketplace/countries/index.js b/src/common/marketplace/countries/index.js index 7bcf6de9a..a01f95ddf 100644 --- a/src/common/marketplace/countries/index.js +++ b/src/common/marketplace/countries/index.js @@ -53,11 +53,13 @@ export const reducer = (state = initialState, action) => { }; export const countriesSelectors = { - selectCountriesRoot: state => state.marketplace.countriess, + selectCountriesRoot: state => state.marketplace.countries, selectCountries: state => countriesSelectors .selectCountriesRoot(state) - .all.map(id => countriesSelectors.selectCountriesRoot(state).byId[id]) + .all.map(id => countriesSelectors.selectCountriesRoot(state).byId[id]), + selectCountryByCode: (state, countryCode) => + countriesSelectors.selectCountries(state).find(c => c.code === countryCode) }; export default reducer; diff --git a/src/common/marketplace/incorporations/index.js b/src/common/marketplace/incorporations/index.js new file mode 100644 index 000000000..dfc0d0be9 --- /dev/null +++ b/src/common/marketplace/incorporations/index.js @@ -0,0 +1,88 @@ +import { inventorySelectors } from '../inventory'; +import config from 'common/config'; + +const selectPrice = item => { + const { data: program } = item; + // Check for override ENV variables + if (config.incorporationsPriceOverride) return config.incorporationsPriceOverride; + if (!program.walletPrice && !program.testPrice) return null; + + let price = `${program.walletPrice}`; + if (config.dev || program.activeTestPrice) { + price = `${program.testPrice}`; + } + + return parseFloat(price.replace(/\$/, '').replace(/,/, '')); +}; + +const selectTemplate = item => { + const { data: program } = item; + // Check for override ENV variables + if (config.incorporationsTemplateOverride) return config.incorporationsTemplateOverride; + if (!program.templateId && !program.testTemplateId) return null; + + const templateId = config.dev ? program.testTemplateId : program.templateId; + return templateId; +}; + +const selectVendorWalletAddress = item => { + const { data: program } = item; + if (config.dev) { + return program.testWalletAddress ? program.testWalletAddress : config.testWalletAddress; + } else { + return program.walletAddress; + } +}; + +const selectVendorDidAddress = item => { + const { data: program } = item; + if (config.dev) { + return program.testDidAddress ? program.testDidAddress : config.testDidAddress; + } else { + return program.didAddress; + } +}; + +const parseOptions = item => { + const { data: program } = item; + if (!program.walletOptions) { + return []; + } + const options = program.walletOptions; + + const strArray = options.split('-'); + + const optionsArray = strArray.map((text, idx) => { + if (!text) return false; + let price = text.match(/\(.*\)/); + let notes = text.match(/\[.*\]/); + const id = `options-${idx}`; + price = price ? price[0].replace('(', '').replace(')', '') : ''; + price = price ? parseInt(price) : ''; + notes = notes ? notes[0].replace('[', '').replace(']', '') : ''; + const description = text + .replace(/\(.*\)/, '') + .replace(/\[.*\]/, '') + .trim(); + + return { price, notes, description, id }; + }); + + return optionsArray.filter(el => el !== false); +}; + +export const incorporationsSelectors = { + selectIncorporations: state => + inventorySelectors.selectInventoryForCategory(state, 'incorporations').map(c => { + c.price = selectPrice(c); + c.templateId = selectTemplate(c); + c.data.checkoutOptions = parseOptions(c); + c.walletAddress = selectVendorWalletAddress(c); + c.didAddress = selectVendorDidAddress(c); + return c; + }), + selectIncorporationByFilter: (state, filter) => + incorporationsSelectors.selectIncorporations(state).find(filter) +}; + +export default incorporationsSelectors; diff --git a/src/common/marketplace/index.js b/src/common/marketplace/index.js index 6d6051b68..9403b02ee 100644 --- a/src/common/marketplace/index.js +++ b/src/common/marketplace/index.js @@ -3,6 +3,8 @@ import { inventorySelectors, inventoryOperations, reducer as inventory } from '. import { vendorSelectors, vendorOperations, reducer as vendors } from './vendors'; import { ordersSelectors, ordersOperations, reducer as orders } from './orders'; import { countriesSelectors, countriesOperations, reducer as countries } from './countries'; +import { incorporationsSelectors } from './incorporations'; +import { bankingSelectors } from './banking'; import { taxTreatiesSelectors, taxTreatiesOperations, @@ -19,7 +21,9 @@ export const marketplaceSelectors = { ...vendorSelectors, ...ordersSelectors, ...countriesSelectors, - ...taxTreatiesSelectors + ...taxTreatiesSelectors, + ...incorporationsSelectors, + ...bankingSelectors }; const loadMarketplaceOperation = () => async (dispatch, getState) => { diff --git a/src/common/marketplace/inventory/index.js b/src/common/marketplace/inventory/index.js index f8248525f..73f37e0a5 100644 --- a/src/common/marketplace/inventory/index.js +++ b/src/common/marketplace/inventory/index.js @@ -57,7 +57,15 @@ export const inventorySelectors = { selectInventory: state => inventorySelectors .selectInventoryRoot(state) - .all.map(id => inventorySelectors.selectInventoryRoot(state).byId[id]) + .all.map(id => inventorySelectors.selectInventoryRoot(state).byId[id]), + selectInventoryForCategory: (state, category, status = 'active') => + inventorySelectors + .selectInventory(state) + .filter(i => i.category === category && i.status === status), + selectInventoryItemById: (state, id) => inventorySelectors.selectInventoryRoot(state).byId[id], + isLoading: state => inventorySelectors.selectInventoryRoot(state).all.length === 0, + selectInventoryItemByFilter: (state, category, filter) => + inventorySelectors.selectInventoryForCategory(state, category).find(filter) }; export default reducer; diff --git a/src/common/marketplace/orders/index.js b/src/common/marketplace/orders/index.js index beb6ef5ef..9d65534a2 100644 --- a/src/common/marketplace/orders/index.js +++ b/src/common/marketplace/orders/index.js @@ -2,6 +2,7 @@ import _ from 'lodash'; import { getGlobalContext } from 'common/context'; import { createAliasedAction } from 'electron-redux'; import { walletSelectors } from '../../wallet'; +import { identitySelectors } from '../../identity'; import { appSelectors } from '../../app'; import { transactionOperations } from 'common/transaction'; import { push } from 'connected-react-router'; @@ -84,6 +85,7 @@ const createOrderOperation = ({ }) => async (dispatch, getState) => { const ordersService = getGlobalContext().marketplaceOrdersService; const wallet = walletSelectors.getWallet(getState()); + const identity = identitySelectors.selectCurrentIdentity(getState()); const order = await ordersService.createOrder({ amount: '' + amount, applicationId, @@ -92,7 +94,8 @@ const createOrderOperation = ({ vendorDID, productInfo, vendorName, - did: wallet.did, + did: identity.did, + identityId: identity.id, walletId: wallet.id, vendorWallet, // On marketplace direct payment orders, allowance is considered complete as initial state @@ -203,9 +206,9 @@ const showOrderPaymentUIOperation = (orderId, backUrl, completeUrl) => async ( }; const ordersLoadOperation = () => async (dispatch, getState) => { - const wallet = walletSelectors.getWallet(getState()); + const identity = identitySelectors.selectCurrentIdentity(getState()); const ordersService = getGlobalContext().marketplaceOrdersService; - const orders = await ordersService.loadOrders(wallet.id); + const orders = await ordersService.loadOrders(identity.id); await dispatch(ordersActions.setOrdersAction(orders)); }; @@ -224,7 +227,7 @@ const checkOrderAllowanceOperation = orderId => async (dispatch, getState) => { const amount = ordersSelectors.getContractFormattedAmount(getState(), orderId); let allowance = await selfkeyService.getAllowance( - wallet.publicKey, + wallet.address, config.paymentSplitterAddress ); let update = null; @@ -306,7 +309,7 @@ const preapproveCurrentOrderOperation = () => async (dispatch, getState) => { const amount = ordersSelectors.getContractFormattedAmount(getState(), orderId); const receipt = await selfkeyService.approve( - wallet.publicKey, + wallet.address, config.paymentSplitterAddress, amount, allowanceGas, @@ -445,7 +448,7 @@ const payCurrentOrderOperation = () => async (dispatch, getState) => { try { const amount = ordersSelectors.getContractFormattedAmount(getState(), orderId); const receipt = await paymentService.makePayment( - wallet.publicKey, + wallet.address, order.did, order.vendorDID, amount, @@ -499,7 +502,7 @@ const estimateCurrentPreapproveGasOperation = () => async (dispatch, getState) = const wallet = walletSelectors.getWallet(getState()); const amount = ordersSelectors.getContractFormattedAmount(getState(), orderId); const gasLimit = await getGlobalContext().selfkeyService.estimateApproveGasLimit( - wallet.publicKey, + wallet.address, config.paymentSplitterAddress, amount ); diff --git a/src/common/marketplace/tax-treaties/index.js b/src/common/marketplace/tax-treaties/index.js index 48e4c747a..de07c7b06 100644 --- a/src/common/marketplace/tax-treaties/index.js +++ b/src/common/marketplace/tax-treaties/index.js @@ -57,7 +57,9 @@ export const taxTreatiesSelectors = { selectTaxTreaties: state => taxTreatiesSelectors .selectTaxTreatiesRoot(state) - .all.map(id => taxTreatiesSelectors.selectTaxTreatiesRoot(state).byId[id]) + .all.map(id => taxTreatiesSelectors.selectTaxTreatiesRoot(state).byId[id]), + selectTaxTreatiesByCountryCode: (state, countryCode) => + taxTreatiesSelectors.selectTaxTreaties(state).filter(t => t.countryCode === countryCode) }; export default reducer; diff --git a/src/common/marketplace/vendors/index.js b/src/common/marketplace/vendors/index.js index 6602b0105..8b6237943 100644 --- a/src/common/marketplace/vendors/index.js +++ b/src/common/marketplace/vendors/index.js @@ -1,5 +1,8 @@ import { getGlobalContext } from 'common/context'; import { createAliasedAction } from 'electron-redux'; +import { getTokens } from 'common/wallet-tokens/selectors'; +import CONFIG from 'common/config.js'; + export const initialState = { all: [], byId: {} @@ -57,7 +60,38 @@ export const vendorSelectors = { selectVendors: state => vendorSelectors .selectVendorRoot(state) - .all.map(id => vendorSelectors.selectVendorRoot(state).byId[id]) + .all.map(id => vendorSelectors.selectVendorRoot(state).byId[id]), + selectActiveVendors: state => + vendorSelectors + .selectVendorRoot(state) + .all.filter(id => vendorSelectors.selectVendorRoot(state).byId[id].status === 'active') + .map(id => vendorSelectors.selectVendorRoot(state).byId[id]), + selectVendorsForCategory: (state, category, status = 'active') => + vendorSelectors + .selectVendors(state) + .filter(v => v.categories.includes(category) && v.status === status), + selectVendorById: (state, vendorId) => + vendorSelectors.selectVendors(state).find(v => v.vendorId === vendorId), + selectRPDetails: (state, vendorId) => { + const vendor = vendorSelectors.selectVendorById(state, vendorId); + return { + serviceOwner: '0x0000000000000000000000000000000000000000', + serviceId: 'global', + lockPeriod: 2592000000, + amount: CONFIG.depositPriceOverride || 25, + name: vendorId, + ...vendor + }; + }, + hasBalance: (state, vendorId) => { + const service = vendorSelectors.selectRPDetails(state, vendorId); + const keyToken = getTokens(state).find(token => { + return token.symbol === CONFIG.constants.primaryToken.toUpperCase(); + }) || { balance: 0 }; + + const requiredBalance = service.requiredBalance; + return keyToken.balance >= requiredBalance; + } }; export default reducer; diff --git a/src/common/store/configure-store.js b/src/common/store/configure-store.js index 24d56f2f0..a87a332bc 100644 --- a/src/common/store/configure-store.js +++ b/src/common/store/configure-store.js @@ -22,6 +22,7 @@ import identity from '../identity'; import { connectRouter, routerMiddleware } from 'connected-react-router'; import history from './history'; import createWallet from '../create-wallet'; +import did from '../did'; import transactionHistory from '../transaction-history'; import app from '../app'; import gas from '../gas'; @@ -86,6 +87,7 @@ export default (initialState, scope = 'main') => { kyc, tokens, scheduler, + did, ...scopedReducers }); const enhancer = compose(...enhanced); diff --git a/src/common/transaction-history/index.js b/src/common/transaction-history/index.js index 448ab6503..6c704e8fb 100644 --- a/src/common/transaction-history/index.js +++ b/src/common/transaction-history/index.js @@ -28,7 +28,7 @@ const transactionHistoryActions = { const loadTransactions = () => async (dispatch, getState) => { const wallet = walletSelectors.getWallet(getState()); const txHistoryService = getGlobalContext().txHistoryService; - const transactions = await txHistoryService.getTransactions(wallet.publicKey); + const transactions = await txHistoryService.getTransactions(wallet.address); await dispatch(transactionHistoryActions.setTransactionsAction(transactions)); }; @@ -38,7 +38,7 @@ const reloadTransactions = () => async (dispatch, getState) => { await dispatch(transactionHistoryActions.setProcessingAction(true)); await txHistoryService.reload(wallet); await dispatch(transactionHistoryActions.setProcessingAction(false)); - const transactions = await txHistoryService.getTransactions(wallet.publicKey); + const transactions = await txHistoryService.getTransactions(wallet.address); await dispatch(transactionHistoryActions.setTransactionsAction(transactions)); }; diff --git a/src/common/transaction/operations.js b/src/common/transaction/operations.js index 319a87835..ed86265f6 100644 --- a/src/common/transaction/operations.js +++ b/src/common/transaction/operations.js @@ -81,10 +81,10 @@ export const getGasLimit = async ( return tokenService.getGasLimit(tokenContract, address, amount, walletAddress); }; -const getTransactionCount = async publicKey => { +const getTransactionCount = async address => { const params = { method: 'getTransactionCount', - args: [publicKey, 'pending'] + args: [address, 'pending'] }; return (getGlobalContext() || {}).web3Service.waitForTicket(params); @@ -99,7 +99,7 @@ export const setTransactionFee = (newAddress, newAmount, newGasPrice, newGasLimi const transaction = getTransaction(state); const address = !newAddress ? transaction.address : newAddress; const amount = !newAmount ? transaction.amount : newAmount; - const walletAddress = state.wallet.publicKey; + const walletAddress = state.wallet.address; dispatch(setLocked(true)); @@ -422,7 +422,7 @@ const updateBalances = () => async (dispatch, getState) => { let tokens = getTokens(getState()).splice(1); await dispatch(walletOperations.updateWalletWithBalance(wallet)); - await dispatch(walletTokensOperations.updateWalletTokensWithBalance(tokens, wallet.publicKey)); + await dispatch(walletTokensOperations.updateWalletTokensWithBalance(tokens, wallet.address)); await dispatch( actions.updateTransaction({ @@ -440,7 +440,7 @@ const createTxHistry = transactionHash => (dispatch, getState) => { ...transaction, tokenSymbol, networkId: chainId, - from: wallet.publicKey, + from: wallet.address, to: transaction.address, value: +transaction.amount, gasPrice: +transaction.gasPrice, diff --git a/src/common/transaction/operations.spec.js b/src/common/transaction/operations.spec.js index e98089e81..b01abf5ac 100644 --- a/src/common/transaction/operations.spec.js +++ b/src/common/transaction/operations.spec.js @@ -53,7 +53,7 @@ const getStoreMock = (transaction = {}) => ] }, wallet: { - publicKey: 'dasdsa' + address: 'dasdsa' }, walletTokens: { tokens: [] @@ -320,7 +320,7 @@ describe('operations', () => { cryptoCurrency: undefined }, wallet: { - publicKey: 'dasdsa' + address: 'dasdsa' }, ethGasStationInfo: { ethGasStationInfo: { @@ -375,7 +375,7 @@ describe('operations', () => { cryptoCurrency: undefined }, wallet: { - publicKey: 'dasdsa' + address: 'dasdsa' }, ethGasStationInfo: { ethGasStationInfo: { @@ -430,7 +430,7 @@ describe('operations', () => { cryptoCurrency: undefined }, wallet: { - publicKey: 'dasdsa' + address: 'dasdsa' }, ethGasStationInfo: { ethGasStationInfo: { diff --git a/src/common/utils/common.js b/src/common/utils/common.js index 3f1435d37..7757e64a8 100644 --- a/src/common/utils/common.js +++ b/src/common/utils/common.js @@ -24,6 +24,26 @@ const getWalletsDir = () => { return path.resolve(getUserDataPath(), 'wallets'); }; +const setImmediatePromise = () => + new Promise(resolve => { + setImmediate(() => resolve()); + }); + +const mapKeysAsync = async (obj, fn) => { + const newObj = {}; + for (const key in obj) { + if (!obj.hasOwnProperty(key)) continue; + newObj[fn(obj[key], key)] = obj[key]; + await setImmediatePromise(); + } + return newObj; +}; + +const arrayChunks = (arr, size) => + Array.from({ length: Math.ceil(arr.length / size) }, (v, i) => + arr.slice(i * size, i * size + size) + ); + module.exports = { isDevMode, isTestMode, @@ -31,5 +51,8 @@ module.exports = { isElectronApp, getUserDataPath, getSetupFilePath, - getWalletsDir + getWalletsDir, + mapKeysAsync, + arrayChunks, + setImmediatePromise }; diff --git a/src/common/wallet-tokens/operations.js b/src/common/wallet-tokens/operations.js index 837fdafc1..1375fce84 100644 --- a/src/common/wallet-tokens/operations.js +++ b/src/common/wallet-tokens/operations.js @@ -11,7 +11,7 @@ const loadWalletTokens = createAliasedAction( const walletTokenService = getGlobalContext().walletTokenService; const wallet = getWallet(getState()); const tokens = await walletTokenService.getWalletTokens(wallet.id); - await dispatch(updateWalletTokensWithBalance(tokens, wallet.publicKey)); + await dispatch(updateWalletTokensWithBalance(tokens, wallet.address)); } ); @@ -47,7 +47,7 @@ const refreshWalletTokensBalance = () => async (dispatch, getState) => { const state = getState(); await dispatch( actions.setWalletTokens( - await getWalletTokensWithBalance(getTokens(state), getWallet(state).publicKey) + await getWalletTokensWithBalance(getTokens(state), getWallet(state).address) ) ); }; diff --git a/src/common/wallet-tokens/selectors.js b/src/common/wallet-tokens/selectors.js index 4fb8c9b0e..71da0989e 100644 --- a/src/common/wallet-tokens/selectors.js +++ b/src/common/wallet-tokens/selectors.js @@ -7,6 +7,7 @@ export const getTopTokenListSize = state => state.walletTokens.topTokenListSize; export const getTokens = state => { const tokens = state.walletTokens.tokens.slice(0); + const wallet = { ...getWallet(state) }; tokens.forEach(token => { const price = getPrices(state).prices.filter(price => price.symbol === token.symbol)[0]; const priceUSD = price ? price.priceUSD : 0; @@ -15,7 +16,8 @@ export const getTokens = state => { // Workaround for Tokens with different Symbols than the ones in price table token.name = token.name ? token.name : 'Token'; }); - return [getWallet(state), ...tokens]; + delete wallet.address; + return [wallet, ...tokens]; }; const getTokensForDisplay = state => { diff --git a/src/common/wallet/actions.js b/src/common/wallet/actions.js index 65b3ddea5..149cd5447 100644 --- a/src/common/wallet/actions.js +++ b/src/common/wallet/actions.js @@ -6,14 +6,4 @@ const updateWallet = createAliasedAction(types.WALLET_UPDATE, wallet => ({ payload: wallet })); -const setAssociateError = error => ({ - type: types.WALLET_ASSOCIATE_DID_ERROR_SET, - payload: error -}); - -const setDidOriginUrl = didOriginUrl => ({ - type: types.WALLET_DID_ORIGIN_URL_SET, - payload: didOriginUrl -}); - -export { updateWallet, setAssociateError, setDidOriginUrl }; +export { updateWallet }; diff --git a/src/common/wallet/operations.js b/src/common/wallet/operations.js index d7f868d75..a8b28320e 100644 --- a/src/common/wallet/operations.js +++ b/src/common/wallet/operations.js @@ -1,12 +1,9 @@ import * as actions from './actions'; -import { getWallet, getDidOriginUrl } from './selectors'; +import { getWallet } from './selectors'; import { getGlobalContext } from 'common/context'; import * as types from './types'; import { createAliasedAction } from 'electron-redux'; -import { push } from 'connected-react-router'; -import { appSelectors } from 'common/app'; -const hardwalletConfirmationTime = '30000'; const getWalletWithBalance = async wallet => { const walletService = getGlobalContext().walletService; @@ -26,21 +23,6 @@ const refreshWalletBalance = () => async (dispatch, getState) => { await dispatch(actions.updateWallet(await getWalletWithBalance(getWallet(getState())))); }; -const resetAssociateDID = () => async dispatch => { - await dispatch(actions.setAssociateError('')); -}; - -const updateWalletAvatar = (avatar, walletId) => async (dispatch, getState) => { - try { - const walletService = getGlobalContext().walletService; - await walletService.updateWalletAvatar(avatar, walletId); - const wallet = getWallet(getState()); - await dispatch(updateWalletWithBalance({ ...wallet, profilePicture: avatar })); - } catch (error) { - console.error(error); - } -}; - const updateWalletName = (name, walletId) => async (dispatch, getState) => { try { const walletService = getGlobalContext().walletService; @@ -52,123 +34,9 @@ const updateWalletName = (name, walletId) => async (dispatch, getState) => { } }; -const createWalletDID = () => async (dispatch, getState) => { - const walletFromStore = getWallet(getState()); - const didOriginUrl = getDidOriginUrl(getState()); - try { - let hardwalletConfirmationTimeout = null; - const walletType = appSelectors.selectWalletType(getState()); - if (walletType === 'ledger' || walletType === 'trezor') { - await dispatch(push('/main/hd-transaction-timer')); - hardwalletConfirmationTimeout = setTimeout(async () => { - clearTimeout(hardwalletConfirmationTimeout); - await dispatch(push('/main/transaction-timeout')); - }, hardwalletConfirmationTime); - } - - const didService = getGlobalContext().didService; - await dispatch(updateWalletWithBalance({ ...walletFromStore, didPending: true })); - const gasLimit = await didService.getGasLimit(walletFromStore.publicKey); - const transaction = didService.createDID(walletFromStore.publicKey, gasLimit); - transaction.on('receipt', async receipt => { - const did = receipt.events.CreatedDID.returnValues.id; - const walletService = getGlobalContext().walletService; - const wallet = await walletService.updateDID(walletFromStore.id, did); - await dispatch( - updateWalletWithBalance({ - ...walletFromStore, - did: wallet.did, - didPending: false - }) - ); - await dispatch(push(didOriginUrl)); - }); - transaction.on('transactionHash', async hash => { - clearTimeout(hardwalletConfirmationTimeout); - await dispatch(push('/main/create-did-processing')); - }); - transaction.on('error', async error => { - clearTimeout(hardwalletConfirmationTimeout); - const message = error.toString().toLowerCase(); - if (message.indexOf('insufficient funds') !== -1) { - await dispatch(push('/main/transaction-no-gas-error')); - } else if (error.statusText === 'CONDITIONS_OF_USE_NOT_SATISFIED') { - await dispatch(push('/main/transaction-declined/Ledger')); - } else if (error.code === 'Failure_ActionCancelled') { - await dispatch(push('/main/transaction-declined/Trezor')); - } else if (error.statusText === 'UNKNOWN_ERROR') { - await dispatch(push('/main/transaction-unlock')); - } else { - await dispatch(push('/main/transaction-error')); - } - await dispatch(updateWalletWithBalance({ ...walletFromStore, didPending: false })); - console.error(error); - }); - } catch (error) { - await dispatch(updateWalletWithBalance({ ...walletFromStore, didPending: false })); - console.error(error); - } -}; - -const startCreateDidFlow = didOriginUrl => async (dispatch, getState) => { - await dispatch(actions.setDidOriginUrl(didOriginUrl)); - await dispatch(push('/main/get-did')); -}; - -const startAssociateDidFlow = didOriginUrl => async (dispatch, getState) => { - await dispatch(actions.setDidOriginUrl(didOriginUrl)); - await dispatch(push('/main/enter-did')); -}; - -const updateWalletDID = (walletId, did) => async (dispatch, getState) => { - try { - const walletFromStore = getWallet(getState()); - const DIDService = getGlobalContext().didService; - const controllerAddress = await DIDService.getControllerAddress(did); - if (walletFromStore.publicKey.toLowerCase() === controllerAddress.toLowerCase()) { - const walletService = getGlobalContext().walletService; - const wallet = await walletService.updateDID(walletId, did); - await dispatch(updateWalletWithBalance({ ...walletFromStore, did: wallet.did })); - await dispatch(actions.setAssociateError('none')); - } else { - await dispatch( - actions.setAssociateError( - 'The DID provided is not derived from the current wallet.' - ) - ); - } - } catch (error) { - console.error(error); - await dispatch(actions.setAssociateError('Invalid DID')); - } -}; - -const updateWalletSetup = (setup, walletId) => async (dispatch, getState) => { - try { - const walletService = getGlobalContext().walletService; - const wallet = await walletService.updateWalletSetup(setup, walletId); - const walletFromStore = getWallet(getState()); - await dispatch( - updateWalletWithBalance({ ...walletFromStore, isSetupFinished: wallet.isSetupFinished }) - ); - } catch (error) { - console.error(error); - } -}; - export default { ...actions, updateWalletWithBalance, refreshWalletBalance, - resetAssociateDID, - updateWalletAvatar: createAliasedAction(types.WALLET_AVATAR_UPDATE, updateWalletAvatar), - updateWalletName: createAliasedAction(types.WALLET_NAME_UPDATE, updateWalletName), - updateWalletSetup: createAliasedAction(types.WALLET_SETUP_UPDATE, updateWalletSetup), - createWalletDID: createAliasedAction(types.WALLET_DID_CREATE, createWalletDID), - updateWalletDID: createAliasedAction(types.WALLET_DID_UPDATE, updateWalletDID), - startCreateDidFlow: createAliasedAction(types.WALLET_START_DID_FLOW, startCreateDidFlow), - startAssociateDidFlow: createAliasedAction( - types.WALLET_START_ASSOCIATE_DID_FLOW, - startAssociateDidFlow - ) + updateWalletName: createAliasedAction(types.WALLET_NAME_UPDATE, updateWalletName) }; diff --git a/src/common/wallet/reducers.js b/src/common/wallet/reducers.js index 1275336c6..6a50f0bb2 100644 --- a/src/common/wallet/reducers.js +++ b/src/common/wallet/reducers.js @@ -1,8 +1,7 @@ import * as types from './types'; const initialState = { - wallet: {}, - associateError: '' + wallet: {} }; const walletReducer = (state = initialState, action) => { @@ -12,16 +11,6 @@ const walletReducer = (state = initialState, action) => { ...state, ...action.payload }; - case types.WALLET_ASSOCIATE_DID_ERROR_SET: - return { - ...state, - associateError: action.payload - }; - case types.WALLET_DID_ORIGIN_URL_SET: - return { - ...state, - didOriginUrl: action.payload - }; default: return state; } diff --git a/src/common/wallet/selectors.js b/src/common/wallet/selectors.js index 089c1d6b4..c5c0392f8 100644 --- a/src/common/wallet/selectors.js +++ b/src/common/wallet/selectors.js @@ -6,6 +6,7 @@ export const getWallet = state => { const ethereumPrice = ((getPrices(state) || {}).prices || []).filter(price => price.symbol === 'ETH')[0] || {}; wallet.balanceInFiat = wallet.balance * (ethereumPrice.priceUSD || 0); + wallet.profileName = wallet.profileName || wallet.name; wallet.name = 'Ethereum'; wallet.symbol = 'ETH'; wallet.price = ethereumPrice.priceUSD; @@ -13,11 +14,3 @@ export const getWallet = state => { wallet.isHardwareWallet = wallet.profile === 'ledger' || wallet.profile === 'trezor'; return wallet; }; - -export const getAssociateError = state => { - return state.wallet.associateError; -}; - -export const getDidOriginUrl = state => { - return state.wallet.didOriginUrl; -}; diff --git a/src/common/wallet/tests.js b/src/common/wallet/tests.js deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/common/wallet/types.js b/src/common/wallet/types.js index 8239e330c..e9c576258 100644 --- a/src/common/wallet/types.js +++ b/src/common/wallet/types.js @@ -3,22 +3,5 @@ const WALLET_UPDATE = 'app/wallet/UPDATE'; const WALLET_AVATAR_UPDATE = 'app/wallet/avatar/UPDATE'; const WALLET_NAME_UPDATE = 'app/wallet/name/UPDATE'; const WALLET_SETUP_UPDATE = 'app/wallet/setup/UPDATE'; -const WALLET_DID_CREATE = 'app/wallet/did/CREATE'; -const WALLET_DID_UPDATE = 'app/wallet/did/UPDATE'; -const WALLET_ASSOCIATE_DID_ERROR_SET = 'app/wallet/did/ASSOCIATE/ERROR'; -const WALLET_DID_ORIGIN_URL_SET = 'app/wallet/did/ORIGIN_Url/SET'; -const WALLET_START_DID_FLOW = 'app/wallet/CREATE_DID_FLOW/START'; -const WALLET_START_ASSOCIATE_DID_FLOW = 'app/wallet/ASSOCIATE_DID_FLOW/START'; -export { - WALLET_UPDATE, - WALLET_AVATAR_UPDATE, - WALLET_NAME_UPDATE, - WALLET_SETUP_UPDATE, - WALLET_DID_CREATE, - WALLET_DID_UPDATE, - WALLET_ASSOCIATE_DID_ERROR_SET, - WALLET_DID_ORIGIN_URL_SET, - WALLET_START_DID_FLOW, - WALLET_START_ASSOCIATE_DID_FLOW -}; +export { WALLET_UPDATE, WALLET_AVATAR_UPDATE, WALLET_NAME_UPDATE, WALLET_SETUP_UPDATE }; diff --git a/src/main/blockchain/tx-history-service.js b/src/main/blockchain/tx-history-service.js index 1e43117c5..9553d1e6d 100644 --- a/src/main/blockchain/tx-history-service.js +++ b/src/main/blockchain/tx-history-service.js @@ -309,7 +309,7 @@ export class TxHistoryService { async sync() { let wallets = await Wallet.findAll(); for (let wallet of wallets) { - let address = wallet.publicKey.toLowerCase(); + let address = wallet.address.toLowerCase(); address = address.startsWith('0x') ? address : `0x${address}`; await this.syncByWallet(address, wallet.id); await this.removeNotMinedPendingTxs(address); @@ -334,12 +334,12 @@ export class TxHistoryService { })(); } - async getTransactions(publicKey) { - return TxHistory.findByPublicKey(publicKey); + async getTransactions(address) { + return TxHistory.findByPublicKey(address); } async reload(wallet) { - let address = wallet.publicKey.toLowerCase(); + let address = wallet.address.toLowerCase(); address = address.startsWith('0x') ? address : `0x${address}`; await this.syncByWallet(address, wallet.id, true, true); await this.removeNotMinedPendingTxs(address); diff --git a/src/main/blockchain/tx-history-service.spec.js b/src/main/blockchain/tx-history-service.spec.js index 22091d3e8..b4393af1c 100644 --- a/src/main/blockchain/tx-history-service.spec.js +++ b/src/main/blockchain/tx-history-service.spec.js @@ -19,7 +19,7 @@ describe('TxHistoryService', () => { afterEach(() => { sinon.restore(); }); - describe('requests', async () => { + describe('requests', () => { const t = (name, data) => it(name, async () => { let stub = sinon.stub(TxHistoryService.prototype, 'makeRequest'); diff --git a/src/main/blockchain/tx-history.js b/src/main/blockchain/tx-history.js index e94501122..5d2a48cfe 100644 --- a/src/main/blockchain/tx-history.js +++ b/src/main/blockchain/tx-history.js @@ -96,28 +96,28 @@ export class TxHistory extends BaseModel { return this.query().insertAndFetch(data); } - static findByPublicKey(publicKey) { - publicKey = publicKey.toLowerCase(); + static findByPublicKey(address) { + address = address.toLowerCase(); return this.query() - .where({ from: publicKey }) - .orWhere({ to: publicKey }) + .where({ from: address }) + .orWhere({ to: address }) .orderBy('timeStamp', 'desc'); } - static findByPublicKeyAndTokenSymbol(publicKey, tokenSymbol, pager) { - publicKey = publicKey.toLowerCase(); + static findByPublicKeyAndTokenSymbol(address, tokenSymbol, pager) { + address = address.toLowerCase(); let query = this.query() - .where({ from: publicKey, tokenSymbol }) - .orWhere({ to: publicKey, tokenSymbol }) + .where({ from: address, tokenSymbol }) + .orWhere({ to: address, tokenSymbol }) .orderBy('timeStamp', 'desc'); return paginator(this.knex())(query, pager); } - static findByPublicKeyAndContractAddress(publicKey, contractAddress, pager) { - publicKey = publicKey.toLowerCase(); + static findByPublicKeyAndContractAddress(address, contractAddress, pager) { + address = address.toLowerCase(); let query = this.query() - .where({ from: publicKey, contractAddress }) - .orWhere({ to: publicKey, contractAddress }) + .where({ from: address, contractAddress }) + .orWhere({ to: address, contractAddress }) .orderBy('timeStamp', 'desc'); return paginator(this.knex())(query, pager); } @@ -137,15 +137,15 @@ export class TxHistory extends BaseModel { /** * Find pending transactions and get updated information from the blockchain * - * @param {string} publicKey + * @param {string} address * @return {Promise} */ - static async updatePendingTxsByPublicKey(publicKey) { - publicKey = publicKey.toLowerCase(); + static async updatePendingTxsByPublicKey(address) { + address = address.toLowerCase(); const query = await this.query() .whereNull('blockNumber') .andWhere(function() { - this.where({ from: publicKey }).orWhere({ to: publicKey }); + this.where({ from: address }).orWhere({ to: address }); }); await Promise.all(query.map(this.syncTx.bind(this))); diff --git a/src/main/blockchain/web3-service.js b/src/main/blockchain/web3-service.js index 736604217..bffab80ee 100644 --- a/src/main/blockchain/web3-service.js +++ b/src/main/blockchain/web3-service.js @@ -93,6 +93,33 @@ export class Web3Service { this.web3.transactionConfirmationBlocks = 1; } + createAccount(password) { + return this.web3.eth.accounts.create(password); + } + + setDefaultAccount(account) { + this.defaultWallet(); + this.web3.eth.accounts.wallet.add(account); + this.setDefaultAddress(account.address); + } + + setDefaultAddress(address) { + this.web3.eth.defaultAccount = address; + } + + encryptAccount(account, password) { + const { privateKey } = account; + return this.web3.eth.accounts.encrypt(privateKey, password); + } + + decryptAccount(keystore, password) { + return this.web3.eth.accounts.decrypt(keystore.toString('utf8'), password, true); + } + + privateKeyToAccount(privateKey) { + return this.web3.eth.accounts.privateKeyToAccount(privateKey); + } + async switchToTrezorWallet(accountsOffset = 0, accountsQuantity = 6, eventEmitter) { this.trezorWalletSubProvider = await TrezorWalletSubProviderFactory( CONFIG.chainId, @@ -251,7 +278,7 @@ export class Web3Service { if (!wallet) { wallet = this.store.getState().wallet; } - if (!wallet || wallet.publicKey !== opts.from) { + if (!wallet || wallet.address !== opts.from) { throw new Error('provided wallet does not contain requested address'); } if ((wallet.profile && wallet.profile !== 'local') || wallet.isHardwareWallet) { diff --git a/src/main/blockchain/web3-service.spec.js b/src/main/blockchain/web3-service.spec.js index 26417e840..6851f1393 100644 --- a/src/main/blockchain/web3-service.spec.js +++ b/src/main/blockchain/web3-service.spec.js @@ -115,9 +115,9 @@ describe('Web3Service', () => { encodeABI: sinon.stub(), estimateGas: sinon.stub().resolves(100) }; - let wallet = { publicKey: '0xtest', privateKey: 'test', profile: 'local' }; + let wallet = { address: '0xtest', privateKey: 'test', profile: 'local' }; store.state.wallet = wallet; - const args = { from: wallet.publicKey }; + const args = { from: wallet.address }; sinon.stub(ethMock, 'sendSignedTransaction').resolves('ok'); service.web3.eth = ethMock; service.web3.utils = ethUtilMock; @@ -132,9 +132,9 @@ describe('Web3Service', () => { }); it('uses regular send method for non local profiles', async () => { let contactMethodInstance = { send: sinon.stub() }; - let wallet = { publicKey: '0xtest', privateKey: 'test', profile: 'test' }; + let wallet = { address: '0xtest', privateKey: 'test', profile: 'test' }; store.state.wallet = wallet; - const args = { from: wallet.publicKey }; + const args = { from: wallet.address }; await service.sendSignedTransaction(contactMethodInstance, contractAddress, [args]); expect(contactMethodInstance.send.calledOnceWith(args)).toBeTruthy(); store.state.wallet = {}; diff --git a/src/main/data-updaters/balance-updater-service.js b/src/main/data-updaters/balance-updater-service.js index 7db1658ab..aec2c1a89 100644 --- a/src/main/data-updaters/balance-updater-service.js +++ b/src/main/data-updaters/balance-updater-service.js @@ -22,7 +22,7 @@ export class BalanceUpdaterService extends EventEmitter { updateTokensBalance() { let tokens = this.getCurrentWalletTokens(); let wallet = this.getCurrentWallet(); - return store.dispatch(walletTokensOperations.updateWalletTokens(tokens, wallet.publicKey)); + return store.dispatch(walletTokensOperations.updateWalletTokens(tokens, wallet.address)); } getCurrentWallet() { diff --git a/src/main/identity/document.js b/src/main/identity/document.js index 6bdcfa893..942ffd45c 100644 --- a/src/main/identity/document.js +++ b/src/main/identity/document.js @@ -1,8 +1,9 @@ import { Model } from 'objection'; import BaseModel from '../common/base-model'; +import config from 'common/config'; import { formatDataUrl } from 'common/utils/document'; const TABLE_NAME = 'documents'; - +const env = config.attributeTypeSource; export class Document extends BaseModel { static tableName = TABLE_NAME; static idColumn = 'id'; @@ -14,7 +15,8 @@ export class Document extends BaseModel { mimeType: { type: 'string' }, size: { type: 'integer' }, buffer: { type: 'binary' }, - attributeId: { type: 'integer' } + attributeId: { type: 'integer' }, + env: { type: 'string', enum: ['production', 'development'], default: env } }, required: ['attributeId', 'mimeType', 'size', 'buffer'] }; @@ -33,11 +35,11 @@ export class Document extends BaseModel { }; } - static findAllByWalletId(walletId) { + static findAllByIdentityId(identityId) { return this.query() .select(`${TABLE_NAME}.*`) .join('id_attributes', `${TABLE_NAME}.attributeId`, 'id_attributes.id') - .where({ 'id_attributes.walletId': walletId }); + .where({ 'id_attributes.identityId': identityId, [`${TABLE_NAME}.env`]: env }); } static findAllByAttributeId(attributeId) { @@ -53,7 +55,7 @@ export class Document extends BaseModel { } static create(itm, tx) { - return this.query(tx).insertAndFetch(itm); + return this.query(tx).insertAndFetch({ ...itm, env }); } static delete(id, tx) { diff --git a/src/main/identity/document.spec.js b/src/main/identity/document.spec.js index 10039cf5a..f416d08a4 100644 --- a/src/main/identity/document.spec.js +++ b/src/main/identity/document.spec.js @@ -53,9 +53,9 @@ describe('Document model', () => { expect(dataUrl).toBe(`data:${testDoc.mimeType};base64,${base64}`); }); - it('findAllByWalletId', async () => { + it('findAllByIdentityId', async () => { await IdAttribute.create({ - walletId: 1, + identityId: 1, typeId: 1, documents: [ { @@ -67,7 +67,7 @@ describe('Document model', () => { ] }); await IdAttribute.create({ - walletId: 2, + identityId: 2, typeId: 1, documents: [ { @@ -79,7 +79,7 @@ describe('Document model', () => { ] }); await IdAttribute.create({ - walletId: 1, + identityId: 1, typeId: 1, documents: [ { @@ -90,11 +90,11 @@ describe('Document model', () => { } ] }); - let docs = await Document.findAllByWalletId(1); + let docs = await Document.findAllByIdentityId(1); expect(docs.length).toBe(2); expect(docs[0].name).toBe('test1'); expect(docs[1].name).toBe('test3'); - docs = await Document.findAllByWalletId(2); + docs = await Document.findAllByIdentityId(2); expect(docs.length).toBe(1); expect(docs[0].name).toBe('test2'); }); diff --git a/src/main/identity/id-attribute-schema.js b/src/main/identity/id-attribute-schema.js deleted file mode 100644 index 7f2a6444c..000000000 --- a/src/main/identity/id-attribute-schema.js +++ /dev/null @@ -1,40 +0,0 @@ -import { Model } from 'objection'; -import BaseModel from '../common/base-model'; - -const TABLE_NAME = 'id_attribute_schemas'; - -export class IdAttributeSchema extends BaseModel { - static tableName = TABLE_NAME; - static idColumn = 'type'; - static jsonSchema = { - type: 'object', - required: ['type'], - properties: { - type: { type: 'string' }, - expires: { type: 'integer' }, - jsonSchema: { type: 'object' }, - uiSchema: { type: 'object' }, - jsonSchemaUrl: { type: 'string' }, - uiSchemaUrl: { type: 'string' } - } - }; - static get relationMappings() { - const IdAttributeType = require('./id-attribute-type').default; - return { - attributeType: { - relation: Model.BelongsToOneRelation, - modelClass: IdAttributeType, - join: { - from: `${this.tableName}.type`, - to: `${IdAttributeType.tableName}.key` - } - } - }; - } - - hasExpired() { - return Date.now() > this.expires; - } -} - -export default IdAttributeSchema; diff --git a/src/main/identity/id-attribute-schema.spec.js b/src/main/identity/id-attribute-schema.spec.js deleted file mode 100644 index 9143a67eb..000000000 --- a/src/main/identity/id-attribute-schema.spec.js +++ /dev/null @@ -1,33 +0,0 @@ -import IdAttributeSchema from './id-attribute-schema'; -import TestDb from '../db/test-db'; - -describe('IdAttributeSchema', () => { - beforeEach(async () => { - await TestDb.init(); - }); - - afterEach(async () => { - await TestDb.reset(); - }); - - afterAll(async () => { - await TestDb.destroy(); - }); - it('sanity', async () => { - let schema = { - type: 'first_name', - jsonSchema: { test: 'json' }, - uiSchema: { test: 'ui' }, - expires: 1234 - }; - let schemas = await IdAttributeSchema.query(); - expect(schemas.length).toBe(0); - let schemaId = await IdAttributeSchema.query().insert(schema); - let createdSchema = await IdAttributeSchema.query() - .findById(schemaId.$id()) - .debug(); - expect(createdSchema).toMatchObject(schema); - schemas = await IdAttributeSchema.query(); - expect(schemas.length).toBe(1); - }); -}); diff --git a/src/main/identity/id-attribute-type.js b/src/main/identity/id-attribute-type.js index b533a4ba1..93107724b 100644 --- a/src/main/identity/id-attribute-type.js +++ b/src/main/identity/id-attribute-type.js @@ -1,14 +1,14 @@ import { Model, transaction } from 'objection'; import BaseModel from '../common/base-model'; -import RefParser from 'json-schema-ref-parser'; -import fetch from 'node-fetch'; +import config from 'common/config'; +import { jsonSchema } from 'common/identity/utils'; import { Logger } from 'common/logger'; - +const env = config.attributeTypeSource; const log = new Logger('id-attribute-type-model'); const TABLE_NAME = 'id_attribute_types'; -const ID_ATTROBUTE_TYPE_EXPIRES = 86400000; // 1 day +const ID_ATTRIBUTE_TYPE_EXPIRES = 86400000; // 1 day export class IdAttributeType extends BaseModel { static get tableName() { @@ -28,7 +28,8 @@ export class IdAttributeType extends BaseModel { url: { type: 'string' }, defaultRepositoryId: { type: 'integer' }, content: { type: 'object' }, - expires: { type: 'integer' } + expires: { type: 'integer' }, + env: { type: 'string', enum: ['production', 'development'], default: env } } }; } @@ -79,7 +80,7 @@ export class IdAttributeType extends BaseModel { } static create(data, tx) { - return this.query(tx).insertAndFetch(data); + return this.query(tx).insertAndFetch({ ...data, env }); } static findById(id, tx) { @@ -87,32 +88,29 @@ export class IdAttributeType extends BaseModel { } static findAll(tx) { - return this.query(tx); + return this.query(tx).where({ env }); } static findByUrl(url, tx) { - return this.query(tx).findOne({ url }); + return this.query(tx).findOne({ url, env }); } static async loadRemote(url) { const Repository = require('./repository').default; let defaultRepo = null; - let res = await fetch(url); - if (res.status >= 400) { - throw new Error('Failed to fetch repository from remote'); - } - let remote = await res.json(); - remote = await RefParser.dereference(remote); - if (remote.identityAttributeRepository) { - defaultRepo = await Repository.findByUrl(remote.identityAttributeRepository); + let remote = await jsonSchema.loadRemoteSchema(url, { env }); + remote = await jsonSchema.dereference(remote, { env }); + let repoUrl = jsonSchema.getDefaultRepo(remote, { env }); + if (repoUrl) { + defaultRepo = await Repository.findByUrl(repoUrl); if (!defaultRepo) { - defaultRepo = await Repository.addRemoteRepo(remote.identityAttributeRepository); + defaultRepo = await Repository.addRemoteRepo(repoUrl); } } let remoteAttrType = { url, content: remote, - expires: Date.now() + (remote.expires || ID_ATTROBUTE_TYPE_EXPIRES) + expires: Date.now() + (remote.expires || ID_ATTRIBUTE_TYPE_EXPIRES) }; if (defaultRepo) remoteAttrType.defaultRepositoryId = defaultRepo.id; return remoteAttrType; diff --git a/src/main/identity/id-attribute.js b/src/main/identity/id-attribute.js index e7390f352..0b177171d 100644 --- a/src/main/identity/id-attribute.js +++ b/src/main/identity/id-attribute.js @@ -2,7 +2,8 @@ import { Model, transaction } from 'objection'; import _ from 'lodash'; import BaseModel from '../common/base-model'; import Document from './document'; - +import config from 'common/config'; +const env = config.attributeTypeSource; const TABLE_NAME = 'id_attributes'; export class IdAttribute extends BaseModel { @@ -17,28 +18,29 @@ export class IdAttribute extends BaseModel { static get jsonSchema() { return { type: 'object', - required: ['walletId', 'typeId'], + required: ['identityId', 'typeId'], properties: { id: { type: 'integer' }, name: { type: 'string' }, - walletId: { type: 'integer' }, + identityId: { type: 'integer' }, typeId: { type: 'integer' }, - data: { type: 'object' } + data: { type: 'object' }, + env: { type: 'string', enum: ['production', 'development'], default: env } } }; } static get relationMappings() { - const Wallet = require('../wallet/wallet').default; + const Identity = require('./identity').default; const IdAttributeType = require('./id-attribute-type').default; const Document = require('./document').default; return { - wallet: { + identity: { relation: Model.BelongsToOneRelation, - modelClass: Wallet, + modelClass: Identity, join: { - from: `${this.tableName}.walletId`, - to: `${Wallet.tableName}.id` + from: `${this.tableName}.identityId`, + to: `${Identity.tableName}.id` } }, attributeType: { @@ -64,7 +66,9 @@ export class IdAttribute extends BaseModel { const tx = await transaction.start(this.knex()); attr = { ...attr }; try { - let newAttr = await this.query(tx).insertAndFetch(_.omit(attr, ['documents'])); + let newAttr = await this.query(tx).insertAndFetch( + _.omit({ ...attr, env }, ['documents']) + ); attr.id = newAttr.id; attr = await this.update(attr, tx); await tx.commit(); @@ -99,8 +103,8 @@ export class IdAttribute extends BaseModel { } } - static findAllByWalletId(walletId) { - return this.query().where({ walletId }); + static findAllByIdentityId(identityId) { + return this.query().where({ identityId, env }); } static async delete(id) { @@ -120,11 +124,11 @@ export class IdAttribute extends BaseModel { } } - static findByTypeUrls(walletId, urls = []) { + static findByTypeUrls(identityId, urls = []) { return this.query() .select(`${TABLE_NAME}.*`) .join('id_attribute_types', `${TABLE_NAME}.typeId`, 'id_attribute_types.id') - .where({ walletId }) + .where({ identityId, [`${TABLE_NAME}.env`]: env }) .whereIn('id_attribute_types.url', urls); } } diff --git a/src/main/identity/id-attribute.spec.js b/src/main/identity/id-attribute.spec.js index c7e67572d..e18030c20 100644 --- a/src/main/identity/id-attribute.spec.js +++ b/src/main/identity/id-attribute.spec.js @@ -5,10 +5,10 @@ import Document from './document'; import TestDb from '../db/test-db'; describe('IdAttribute model', () => { - const testWalletId = 1; - const testAttribute = { walletId: testWalletId, typeId: 1, data: { value: 'test' } }; + const testIdentityId = 1; + const testAttribute = { identityId: testIdentityId, typeId: 1, data: { value: 'test' } }; const testAttributeComplex = { - walletId: testWalletId, + identityId: testIdentityId, typeId: 2, data: { testDate1: 'testdata' } }; @@ -32,11 +32,11 @@ describe('IdAttribute model', () => { describe('create', () => { it('sanity', async () => { - let all = await IdAttribute.query().where({ walletId: testWalletId }); + let all = await IdAttribute.query().where({ identityId: testIdentityId }); expect(all.length).toBe(0); let attr = await IdAttribute.create(testAttribute); expect(attr.id).toBeGreaterThan(0); - expect(attr.walletId).toBe(testWalletId); + expect(attr.identityId).toBe(testIdentityId); expect(attr.createdAt).toBeGreaterThan(0); expect(attr.updatedAt).toBeGreaterThan(0); expect(attr.value).toEqual(testAttribute.value); @@ -44,7 +44,7 @@ describe('IdAttribute model', () => { expect(attr.value).toEqual(testAttribute.value); attr = await IdAttribute.create({ ...testAttribute, documents: [testDoc] }); expect(attr.id).toBeGreaterThan(0); - expect(attr.walletId).toBe(testWalletId); + expect(attr.identityId).toBe(testIdentityId); expect(attr.createdAt).toBeGreaterThan(0); expect(attr.updatedAt).toBeGreaterThan(0); expect(attr.data).toEqual(testAttribute.data); @@ -68,7 +68,7 @@ describe('IdAttribute model', () => { name: 'passport', typeId: 14, updatedAt: 1543342261241, - walletId: 1 + identityId: 1 }; let create = await IdAttribute.create(attr); expect(create.documents.length).toBe(1); @@ -78,12 +78,12 @@ describe('IdAttribute model', () => { }); }); - it('findAllByWalletId', async () => { + it('findAllByIdentityId', async () => { await IdAttribute.create(testAttribute); - await IdAttribute.create({ ...testAttribute, walletId: 2 }); + await IdAttribute.create({ ...testAttribute, identityId: 2 }); await IdAttribute.create(testAttribute); - let res = await IdAttribute.findAllByWalletId(testWalletId); + let res = await IdAttribute.findAllByIdentityId(testIdentityId); expect(res.length).toBe(2); }); @@ -117,16 +117,16 @@ describe('IdAttribute model', () => { expires: 0, defaultRepositoryId: 1 }); - await IdAttribute.create({ walletId: 1, typeId: 1, data: { value: 'test' } }); - await IdAttribute.create({ walletId: 1, typeId: 2, data: { value: 'test1' } }); - await IdAttribute.create({ walletId: 2, typeId: 2, data: { value: 'test1-1' } }); + await IdAttribute.create({ identityId: 1, typeId: 1, data: { value: 'test' } }); + await IdAttribute.create({ identityId: 1, typeId: 2, data: { value: 'test1' } }); + await IdAttribute.create({ identityId: 2, typeId: 2, data: { value: 'test1-1' } }); await IdAttribute.create({ - walletId: 1, + identityId: 1, typeId: 2, data: { value: 'test1.1' }, documents: [testDoc] }); - await IdAttribute.create({ walletId: 1, typeId: 3, data: { value: 'test2' } }); + await IdAttribute.create({ identityId: 1, typeId: 3, data: { value: 'test2' } }); let attrs = await IdAttribute.findByTypeUrls(1, ['test', 'test2']); @@ -157,7 +157,7 @@ describe('IdAttribute model', () => { name: 'passport', typeId: 14, updatedAt: 1543342261241, - walletId: 1 + identityId: 1 }; await IdAttribute.create(_.omit(attr, ['data', 'document'])); let update = await IdAttribute.update(attr); diff --git a/src/main/identity/identity-service.js b/src/main/identity/identity-service.js index 146577af5..ff5ed820c 100644 --- a/src/main/identity/identity-service.js +++ b/src/main/identity/identity-service.js @@ -4,12 +4,16 @@ import { Document } from './document'; import { IdAttribute } from './id-attribute'; import { formatDataUrl, bufferFromDataUrl } from 'common/utils/document'; import { UiSchema } from './ui-schema'; +import { Identity } from './identity'; import { Logger } from 'common/logger'; const log = new Logger('identity-service'); export class IdentityService { + loadIdentities(walletId) { + return Identity.findAllByWalletId(walletId); + } loadRepositories() { return Repository.findAll(); } @@ -58,8 +62,8 @@ export class IdentityService { ); } - async loadDocuments(walletId) { - let docs = await Document.findAllByWalletId(walletId); + async loadDocuments(identityId) { + let docs = await Document.findAllByIdentityId(identityId); return docs.map(doc => { doc = doc.toJSON(); if (doc.buffer) { @@ -70,8 +74,8 @@ export class IdentityService { }); } - loadIdAttributes(walletId) { - return IdAttribute.findAllByWalletId(walletId); + loadIdAttributes(identityId) { + return IdAttribute.findAllByIdentityId(identityId); } async loadDocumentsForAttribute(attributeId) { @@ -120,6 +124,26 @@ export class IdentityService { attribute = { ...attribute, documents }; return IdAttribute.update(attribute); } + updateIdentitySetup(isSetupFinished, id) { + return Identity.updateSetup({ id, isSetupFinished }); + } + + updateIdentityName(name, id) { + return Identity.updateName({ id, name }); + } + + updateIdentityProfilePicture(profilePicture, id) { + return Identity.updateProfilePicture({ id, profilePicture }); + } + + updateIdentityDID(did, id) { + did = did.replace('did:selfkey:', ''); + return Identity.updateDID({ did, id }); + } + + createIdentity(walletId, type) { + return Identity.create({ walletId, type }); + } } export default IdentityService; diff --git a/src/main/identity/identity-service.spec.js b/src/main/identity/identity-service.spec.js index f898fa0cf..1f68107c0 100644 --- a/src/main/identity/identity-service.spec.js +++ b/src/main/identity/identity-service.spec.js @@ -4,6 +4,7 @@ import { IdentityService } from './identity-service'; import { IdAttributeType } from './id-attribute-type'; import { Document } from './document'; import { IdAttribute } from './id-attribute'; +import { Identity } from './identity'; describe('IdentityService', () => { let service = null; @@ -13,6 +14,8 @@ describe('IdentityService', () => { sinon.restore(); }); + let identities = [{ id: 1, name: 'test1' }, { id: 2, name: 'test2' }, { id: 3, name: 'test3' }]; + let repositories = [ { id: 1, url: 'test', expires: Date.now() - 3000 }, { id: 2, url: 'test2', expires: Date.now() + 50000 }, @@ -25,6 +28,12 @@ describe('IdentityService', () => { { id: 3, url: 'test3', expires: Date.now() - 3000 } ]; + it('loadIdentities', async () => { + sinon.stub(Identity, 'findAllByWalletId').resolves(identities); + let loaded = await service.loadIdentities(1); + expect(loaded).toEqual(identities); + }); + it('loadRepositories', async () => { sinon.stub(Repository, 'findAll').resolves(repositories); let loadedRepos = await service.loadRepositories(); @@ -54,16 +63,16 @@ describe('IdentityService', () => { }); it('loadDocuments', async () => { - sinon.stub(Document, 'findAllByWalletId').resolves([]); + sinon.stub(Document, 'findAllByIdentityId').resolves([]); let res = await service.loadDocuments(1); - expect(Document.findAllByWalletId.calledOnceWith(1)).toBeTruthy(); + expect(Document.findAllByIdentityId.calledOnceWith(1)).toBeTruthy(); expect(res).toEqual([]); }); it('loadIdAttributes', async () => { - sinon.stub(IdAttribute, 'findAllByWalletId').resolves('ok'); + sinon.stub(IdAttribute, 'findAllByIdentityId').resolves('ok'); let res = await service.loadIdAttributes(1); - expect(IdAttribute.findAllByWalletId.calledOnceWith(1)).toBeTruthy(); + expect(IdAttribute.findAllByIdentityId.calledOnceWith(1)).toBeTruthy(); expect(res).toEqual('ok'); }); diff --git a/src/main/identity/identity.js b/src/main/identity/identity.js new file mode 100644 index 000000000..25504a0f2 --- /dev/null +++ b/src/main/identity/identity.js @@ -0,0 +1,119 @@ +import { Model } from 'objection'; +import IdAttribute from './id-attribute'; +import BaseModel from '../common/base-model'; +import { formatDataUrl, bufferFromDataUrl } from 'common/utils/document'; + +const TABLE_NAME = 'identities'; + +export class Identity extends BaseModel { + static tableName = TABLE_NAME; + static idColumn = 'id'; + static jsonSchema = { + type: 'object', + properties: { + id: { type: 'integer' }, + walletId: { type: 'integer' }, + parentId: { type: ['integer', null] }, + rootIdentity: { type: 'boolean', default: true }, + name: { type: 'string' }, + type: { type: 'string' }, + profilePicture: { type: 'binary' }, + did: { type: 'string' }, + isSetupFinished: { type: 'boolean', default: false } + }, + required: ['walletId', 'type'] + }; + + static get relationMappings() { + const Wallet = require('../wallet/wallet').default; + const IdAttribute = require('./id-attribute').default; + return { + wallet: { + relation: Model.BelongsToOneRelation, + modelClass: Wallet, + join: { + from: `${this.tableName}.walletId`, + to: `${Wallet.tableName}.id` + } + }, + attributes: { + relation: Model.HasManyRelation, + modelClass: IdAttribute, + join: { + from: `${this.tableName}.id`, + to: `${IdAttribute.tableName}.identityId` + } + } + }; + } + + static findAllByWalletId(walletId) { + return this.query() + .select() + .where({ walletId }); + } + + static async findById(id) { + return this.query().findById(id); + } + + static create(itm, tx) { + return this.query(tx).insertAndFetch(itm); + } + + static delete(id, tx) { + return this.query(tx).deleteById(id); + } + + static async selectProfilePictureById(id) { + let itm = await this.query().findById(id); + if (!itm) return null; + return itm.profilePicture; + } + + static async updateProfilePicture({ id, profilePicture }) { + let identity = await this.query().patchAndFetchById(id, { profilePicture }); + return identity; + } + + static async updateName({ id, name }) { + let identity = await this.query().patchAndFetchById(id, { name }); + return identity; + } + + static async updateSetup({ id, isSetupFinished }) { + let identity = await this.query().patchAndFetchById(id, { + isSetupFinished: !!isSetupFinished + }); + return identity; + } + + static async updateDID({ id, did }) { + let identity = await this.query().patchAndFetchById(id, { did }); + return identity; + } + + static async addInitialIdAttributesAndActivate(id, initialIdAttributesValues) { + for (let key in initialIdAttributesValues) { + await IdAttribute.create({ + identityId: id, + typeId: 1, + data: { [key]: initialIdAttributesValues[key] } + }); + } + } + + $parseDatabaseJson(json) { + json = super.$parseDatabaseJson(json); + json.profilePicture = formatDataUrl(json.profilePicture); + return json; + } + + $formatDatabaseJson(json) { + json = super.$formatDatabaseJson(json); + json.profilePicture = bufferFromDataUrl(json.profilePicture); + return json; + } +} + +export default Identity; diff --git a/src/main/identity/identity.spec.js b/src/main/identity/identity.spec.js new file mode 100644 index 000000000..c63c6afc1 --- /dev/null +++ b/src/main/identity/identity.spec.js @@ -0,0 +1,106 @@ +import Identity from './identity'; +import TestDb from '../db/test-db'; + +describe('Identity model', () => { + const testIdentity = { + name: 'test', + walletId: 1, + type: 'individual' + }; + beforeEach(async () => { + await TestDb.init(); + }); + + afterEach(async () => { + await TestDb.reset(); + }); + + afterAll(async () => { + await TestDb.destroy(); + }); + it('findById', async () => { + const idnt = await Identity.query().insert(testIdentity); + expect(idnt.id).toBeGreaterThan(0); + const found = await Identity.findById(idnt.id); + expect(idnt.name).toEqual(found.name); + }); + + it('updateProfilePicture', async () => { + let itm = await Identity.query().insertAndFetch(testIdentity); + expect(itm.profilePicture).toBeNull(); + itm.profilePicture = 'supertest'; + itm.keystoreFilePath = 'change keystore'; + await Identity.updateProfilePicture(itm); + let check = await Identity.query().findById(itm.id); + expect(check.profilePicture).toBe('data:;base64,supertes'); + }); + + it('updateSetup', async () => { + let itm = await Identity.query().insertAndFetch(testIdentity); + expect(itm.isSetupFinished).toEqual(false); + itm.isSetupFinished = true; + await Identity.updateSetup(itm); + let check = await Identity.query().findById(itm.id); + expect(check.isSetupFinished).toBe(true); + }); + + it('selectProfilePictureById', async () => { + let itm = await Identity.query().insertAndFetch({ + ...testIdentity, + profilePicture: 'test_profile_picture' + }); + let selectedProfilePicture = await Identity.selectProfilePictureById(itm.id); + expect(selectedProfilePicture).toBe('data:;base64,test/profile/picture'); + }); + + it('create', async () => { + const idnt = await Identity.create(testIdentity); + const idnt2 = await Identity.create(testIdentity); + expect(idnt.id).toBeGreaterThan(0); + expect(idnt2.id).toBeGreaterThan(0); + expect(idnt.id).not.toBe(idnt2.id); + }); + + it('updateDID', async () => { + let itm = await Identity.query().insertAndFetch(testIdentity); + expect(itm.did).toBeNull(); + itm.did = 'did'; + await Identity.updateDID(itm); + let check = await Identity.query().findById(itm.id); + expect(check.did).toBe(itm.did); + }); + + it('delete', async () => { + const idnt = await Identity.query().insertAndFetch(testIdentity); + let found = await Identity.query().findById(idnt.id); + expect(idnt).toEqual(found); + await Identity.delete(idnt.id); + found = await Identity.query().findById(idnt.id); + expect(found).toBeUndefined(); + }); + + it('findAllByWalletId', async () => { + await Identity.create({ + walletId: 1, + name: 'test1', + type: 'individual' + }); + await Identity.create({ + walletId: 2, + name: 'test2', + type: 'corporate' + }); + await Identity.create({ + walletId: 1, + name: 'test3', + type: 'individual' + }); + let idents = await Identity.findAllByWalletId(1); + expect(idents.length).toBe(2); + expect(idents[0].name).toBe('test1'); + expect(idents[1].name).toBe('test3'); + idents = await Identity.findAllByWalletId(2); + expect(idents.length).toBe(1); + expect(idents[0].name).toBe('test2'); + }); +}); diff --git a/src/main/identity/repository.js b/src/main/identity/repository.js index 9c3b4b928..c0f2d9b80 100644 --- a/src/main/identity/repository.js +++ b/src/main/identity/repository.js @@ -1,9 +1,11 @@ import { Model, transaction } from 'objection'; import BaseModel from '../common/base-model'; -import fetch from 'node-fetch'; +import { jsonSchema } from 'common/identity/utils'; import IdAttributeType from './id-attribute-type'; import { Logger } from 'common/logger'; import { UiSchema } from './ui-schema'; +import config from 'common/config'; +const env = config.attributeTypeSource; const log = new Logger('repository-model'); const TABLE_NAME = 'repository'; @@ -21,7 +23,8 @@ export class Repository extends BaseModel { name: { type: 'string' }, eager: { type: 'boolean', default: false }, content: { type: 'object' }, - expires: { type: 'integer' } + expires: { type: 'integer' }, + env: { type: 'string', enum: ['production', 'development'], default: env } } }; @@ -58,11 +61,11 @@ export class Repository extends BaseModel { } static findByUrl(url, tx) { - return this.query(tx).findOne({ url }); + return this.query(tx).findOne({ url, env }); } static create(itm, tx) { - return this.query(tx).insertAndFetch(itm); + return this.query(tx).insertAndFetch({ ...itm, env }); } static delete(id, tx) { @@ -70,15 +73,11 @@ export class Repository extends BaseModel { } static findAll(where) { - return this.query().where(where || {}); + return this.query().where({ ...where, env } || { env }); } static async loadRemote(url) { - let res = await fetch(url); - if (res.status >= 400) { - throw new Error('Failed to fetch repository from remote'); - } - let remoteRepo = await res.json(); + let remoteRepo = await jsonSchema.loadRemoteRepository(url, { env }); return { url, name: remoteRepo.name, diff --git a/src/main/identity/repository.spec.js b/src/main/identity/repository.spec.js index 321ca32ed..d74eccc31 100644 --- a/src/main/identity/repository.spec.js +++ b/src/main/identity/repository.spec.js @@ -300,7 +300,7 @@ describe('Repository model', () => { await repo1.addAttribute(attr); let attrType = await IdAttributeType.findByUrl(attr.json); await IdAttribute.create({ - walletId: 1, + identityId: 1, typeId: attrType.id }); await repo1.deleteAttribute(attr); diff --git a/src/main/identity/ui-schema.js b/src/main/identity/ui-schema.js index b1b4bb8a5..9a13af13b 100644 --- a/src/main/identity/ui-schema.js +++ b/src/main/identity/ui-schema.js @@ -1,8 +1,9 @@ import { Model, transaction } from 'objection'; import BaseModel from '../common/base-model'; -import fetch from 'node-fetch'; +import config from 'common/config'; +import { jsonSchema } from 'common/identity/utils'; import { Logger } from 'common/logger'; - +const env = config.attributeTypeSource; const log = new Logger('ui-schema-model'); const UI_SCHEMA_EXPIRES = 86400000; // 1 day @@ -21,7 +22,8 @@ export class UiSchema extends BaseModel { repositoryId: { type: 'integer' }, attributeTypeId: { type: 'integer' }, content: { type: 'object' }, - expires: { type: 'integer' } + expires: { type: 'integer' }, + env: { type: 'string', enum: ['production', 'development'], default: env } } }; @@ -49,11 +51,11 @@ export class UiSchema extends BaseModel { } static findAll(where) { - return this.query().where(where || {}); + return this.query().where({ ...where, env } || { env }); } static findByUrl(url, repositoryId, tx) { - return this.query(tx).findOne({ url, repositoryId }); + return this.query(tx).findOne({ url, repositoryId, env }); } static async findById(id, tx) { @@ -61,7 +63,7 @@ export class UiSchema extends BaseModel { } static create(itm, tx) { - return this.query(tx).insertAndFetch(itm); + return this.query(tx).insertAndFetch({ ...itm, env }); } static delete(id, tx) { @@ -69,11 +71,7 @@ export class UiSchema extends BaseModel { } static async loadRemote(url) { - let res = await fetch(url); - if (res.status >= 400) { - throw new Error('Failed to fetch ui-schema from remote'); - } - let remote = await res.json(); + const remote = await jsonSchema.loadRemoteSchema(url, { env }); let remoteSchema = { url, diff --git a/src/main/kyc/kyc-application-service.js b/src/main/kyc/kyc-application-service.js index b9d824079..2c9c23b59 100644 --- a/src/main/kyc/kyc-application-service.js +++ b/src/main/kyc/kyc-application-service.js @@ -14,6 +14,12 @@ export class KycApplicationService { }; editEntry = entry => { + // Don't update rpName or title, they should be + // set on creation. Otherwise rp syncing will + // overwrite this field + delete entry.rpName; + delete entry.title; + return KycApplication.update(entry); }; @@ -25,8 +31,8 @@ export class KycApplicationService { return KycApplication.findById(id); }; - load = walletId => { - return KycApplication.findAll(walletId); + load = identityId => { + return KycApplication.findAll(identityId); }; } diff --git a/src/main/kyc/kyc-application.js b/src/main/kyc/kyc-application.js index 62bf36ffb..92b1ebe40 100644 --- a/src/main/kyc/kyc-application.js +++ b/src/main/kyc/kyc-application.js @@ -27,7 +27,7 @@ export class KycApplication extends BaseModel { applicationDate: { type: 'string' }, payments: { type: 'object' }, nextRoute: { type: 'string' }, - walletId: { type: 'integer' } + identityId: { type: 'integer' } } }; } @@ -36,8 +36,8 @@ export class KycApplication extends BaseModel { return this.query().findById(id); } - static findAll(walletId) { - return this.query().where({ walletId }); + static findAll(identityId) { + return this.query().where({ identityId }); } static async create(itm) { diff --git a/src/main/lws/login-attempt.spec.js b/src/main/lws/login-attempt.spec.js index 889b06c8b..b2b673ae0 100644 --- a/src/main/lws/login-attempt.spec.js +++ b/src/main/lws/login-attempt.spec.js @@ -13,7 +13,7 @@ describe('LoginAttempt', () => { errorMessage: 'A test error has occured', signup: true }; - const testWallet = { id: 10, publicKey: 'public' }; + const testWallet = { id: 10, address: 'public' }; beforeEach(async () => { await TestDb.init(); }); diff --git a/src/main/lws/lws-service.js b/src/main/lws/lws-service.js index 61511af65..f980d8f0d 100644 --- a/src/main/lws/lws-service.js +++ b/src/main/lws/lws-service.js @@ -39,26 +39,26 @@ export class LWSService { async reqWallets(msg, conn) { const { website, did } = msg.payload.config; - let payload = await Wallet.findAll(); + let payload = await Wallet.findAll().eager('identities'); payload = await Promise.all( payload.map(async w => { - let unlocked = !!conn.getIdentity(w.publicKey); + const identity = conn.getIdentity(w.address); + let unlocked = !!identity; let signedUp = unlocked && (await w.hasSignedUpTo(website.url)); const retWallet = { - publicKey: w.publicKey, + publicKey: w.address, unlocked, profile: w.profile, name: w.name, signedUp }; if (unlocked) { - retWallet.hasSelfkeyId = w.isSetupFinished; - if (did) { - retWallet.did = w.did - ? `did:selfkey:${w.did.replace('did:selfkey:', '')}` - : null; + retWallet.hasSelfkeyId = identity.ident.isSetupFinished; + if (did && identity.did) { + retWallet.did = identity.did; } } + return retWallet; }) ); @@ -73,11 +73,11 @@ export class LWSService { getHardwareWalletsPayload(wallets, conn, website, type) { return Promise.all( wallets.map(async w => { - let unlocked = !!conn.getIdentity(w.publicKey); - const wallet = Wallet.findByPublicKey(w.publicKey); + let unlocked = !!conn.getIdentity(w.address); + const wallet = Wallet.findByPublicKey(w.address); let signedUp = unlocked && wallet && (await wallet.hasSignedUpTo(website.url)); return { - publicKey: w.publicKey, + publicKey: w.address, unlocked, profile: type, signedUp @@ -178,25 +178,25 @@ export class LWSService { async reqUnlock(msg, conn) { const { publicKey, password, config, profile, path } = msg.payload; let payload = { publicKey, unlocked: false }; - let wallet = await Wallet.findByPublicKey(publicKey); + let wallet = await Wallet.findByPublicKey(publicKey).eager('identities'); + const ident = wallet.getDefaultIdentity(); + log.debug('XXX reqUnlock ident %2j', ident); wallet = !wallet ? await Wallet.create({ - publicKey, + address: publicKey, profile, path }) : wallet; - let identity = new Identity(wallet); + let identity = new Identity(wallet, ident); payload.profile = identity.profile; try { await identity.unlock({ password }); conn.addIdentity(publicKey, identity); payload.unlocked = true; - payload.hasSelfkeyId = wallet.isSetupFinished; + payload.hasSelfkeyId = ident.isSetupFinished; if (config.did) { - payload.did = wallet.did - ? `did:selfkey:${wallet.did.replace('did:selfkey:', '')}` - : null; + payload.did = identity.did || null; } payload.name = wallet.name; payload.signedUp = await wallet.hasSignedUpTo(config.website.url); @@ -556,12 +556,12 @@ export class WSConnection { }; } - addIdentity(publicKey, identity) { - this.ctx.identities[publicKey] = identity; + addIdentity(address, identity) { + this.ctx.identities[address] = identity; } - getIdentity(publicKey) { - return this.ctx.identities[publicKey] || null; + getIdentity(address) { + return this.ctx.identities[address] || null; } async handleMessage(msg) { diff --git a/src/main/lws/lws-service.spec.js b/src/main/lws/lws-service.spec.js index 26929490b..1adfe7893 100644 --- a/src/main/lws/lws-service.spec.js +++ b/src/main/lws/lws-service.spec.js @@ -10,15 +10,19 @@ jest.mock('node-fetch'); describe('lws-service', () => { const connMock = wallet => ({ - getIdentity(publicKey) { - if (publicKey === wallet.publicKey) { + getIdentity(address) { + if (address === wallet.address) { return wallet; } return null; }, send(msg, req) {}, - addIdentity(publicKey, identity) {} + addIdentity(address, identity) {} }); + const identity = { + id: 1, + did: 'test' + }; describe('LWSService', () => { let service = null; @@ -34,24 +38,32 @@ describe('lws-service', () => { describe('reqWallets', () => { it('returns wallets', async () => { sinon.stub(Wallet, 'findAll'); - Wallet.findAll.resolves([ - { - publicKey: 'unlocked', - profile: 'local', - hasSignedUpTo() { - return true; - } - }, - { - publicKey: 'locked', - profile: 'local', - hasSignedUpTo() { - return true; + Wallet.findAll.returns({ + eager: () => [ + { + name: 'test1', + address: 'unlocked', + profile: 'local', + hasSignedUpTo() { + return true; + } + }, + { + name: 'test2', + address: 'locked', + profile: 'local', + hasSignedUpTo() { + return true; + } } - } - ]); + ] + }); - const conn = connMock({ publicKey: 'unlocked', privateKey: 'private' }); + const conn = connMock({ + address: 'unlocked', + privateKey: 'private', + ident: { isSetupFinished: false } + }); sinon.stub(conn, 'send'); const msg = { type: 'test', payload: { config: { website: { url: 'test' } } } }; @@ -62,12 +74,15 @@ describe('lws-service', () => { { payload: [ { + hasSelfkeyId: false, + name: 'test1', publicKey: 'unlocked', profile: 'local', unlocked: true, signedUp: true }, { + name: 'test2', publicKey: 'locked', profile: 'local', unlocked: false, @@ -86,17 +101,17 @@ describe('lws-service', () => { getLedgerWallets: () => {} }; setGlobalContext({ walletService }); - sinon.stub(walletService, 'getLedgerWallets').returns([{ publicKey: 'test' }]); + sinon.stub(walletService, 'getLedgerWallets').returns([{ address: 'test' }]); sinon.stub(Wallet, 'findByPublicKey'); Wallet.findByPublicKey.resolves({ - publicKey: 'test', + address: 'test', profile: 'ledger', hasSignedUpTo() { return false; } }); - const conn = connMock({ publicKey: 'unlocked', privateKey: 'private' }); + const conn = connMock({ address: 'unlocked', privateKey: 'private' }); sinon.stub(conn, 'send'); const msg = { @@ -128,17 +143,17 @@ describe('lws-service', () => { getTrezorWallets: () => {} }; setGlobalContext({ walletService }); - sinon.stub(walletService, 'getTrezorWallets').returns([{ publicKey: 'test' }]); + sinon.stub(walletService, 'getTrezorWallets').returns([{ address: 'test' }]); sinon.stub(Wallet, 'findByPublicKey'); Wallet.findByPublicKey.resolves({ - publicKey: 'test', + address: 'test', profile: 'trezor', hasSignedUpTo() { return false; } }); - const conn = connMock({ publicKey: 'unlocked', privateKey: 'private' }); + const conn = connMock({ address: 'unlocked', privateKey: 'private' }); sinon.stub(conn, 'send'); const msg = { @@ -179,7 +194,11 @@ describe('lws-service', () => { sinon.stub(web3Service, 'getLedgerTransport').returns(transport); sinon.stub(transport, 'send').resolves('true'); - sinon.stub(Wallet, 'findByPublicKey').resolves(wallet); + sinon.stub(Wallet, 'findByPublicKey').returns({ + eager: () => { + return wallet; + } + }); const conn = connMock(wallet); sinon.stub(conn, 'send'); sinon.stub(conn, 'addIdentity'); @@ -191,7 +210,7 @@ describe('lws-service', () => { await service.reqUnlock( { payload: { - publicKey: wallet.publicKey, + publicKey: wallet.address, config: { website: { url: 'test' } }, profile } @@ -207,14 +226,14 @@ describe('lws-service', () => { conn.send.calledWithMatch( { payload: { - publicKey: wallet.publicKey, + publicKey: wallet.address, profile: wallet.profile, unlocked: expected } }, { payload: { - publicKey: wallet.publicKey, + publicKey: wallet.address, config: { website: { url: 'test' } } } } @@ -228,7 +247,8 @@ describe('lws-service', () => { publicKey: 'unlocked', privateKey: 'ok', profile: 'local', - hasSignedUpTo: sinon.stub().resolves(true) + hasSignedUpTo: sinon.stub().resolves(true), + getDefaultIdentity: () => identity }, true ); @@ -238,7 +258,8 @@ describe('lws-service', () => { { publicKey: 'locked', profile: 'local', - hasSignedUpTo: sinon.stub().resolves(true) + hasSignedUpTo: sinon.stub().resolves(true), + getDefaultIdentity: () => identity }, false ); @@ -249,7 +270,8 @@ describe('lws-service', () => { publicKey: 'unlocked', profile: 'ledger', hasSignedUpTo: sinon.stub().resolves(true), - path: `44'/60'/0'/0` + path: `44'/60'/0'/0`, + getDefaultIdentity: () => identity }, true ); @@ -486,7 +508,7 @@ describe('lws-service', () => { const identity = { getPublicKeyFromHardwareWallet: async () => 'test' }; const conn = { send: () => {}, - getIdentity: publicKey => identity + getIdentity: address => identity }; const msg = { payload: { publicKey: 'test', profile: 'ledger' } }; await service.reqAuth(msg, conn); @@ -567,7 +589,7 @@ describe('lws-service', () => { const identity = { getPublicKeyFromHardwareWallet: async () => 'test' }; const conn = { send: () => {}, - getIdentity: publicKey => identity + getIdentity: address => identity }; const msg = { payload: { publicKey: 'test', profile: 'ledger' } }; sinon.stub(conn, 'send'); @@ -687,12 +709,12 @@ describe('lws-service', () => { }); it('unlockWallet', () => { - const publicKey = 'public'; + const address = 'public'; const privateKey = 'private'; - expect(wsconn.getIdentity(publicKey)).toBeNull(); - wsconn.addIdentity(publicKey, privateKey); - expect(wsconn.getIdentity(publicKey)).toBe(privateKey); + expect(wsconn.getIdentity(address)).toBeNull(); + wsconn.addIdentity(address, privateKey); + expect(wsconn.getIdentity(address)).toBe(privateKey); }); describe('handleMessage', () => { it('sends error on invalalid json msg', async () => { diff --git a/src/main/marketplace/countries/marketplace-country-service.js b/src/main/marketplace/countries/marketplace-country-service.js index 98525b3c3..cf2dcdca3 100644 --- a/src/main/marketplace/countries/marketplace-country-service.js +++ b/src/main/marketplace/countries/marketplace-country-service.js @@ -28,11 +28,13 @@ export class MarketplaceCountryService { async fetchMarketplaceCountriesSelfkey() { try { let fetched = await request.get({ url: COUNTRY_API_ENDPOINT, json: true }); - return fetched.entities.map(entity => { - entity = _.mapKeys(entity.data, (value, key) => _.camelCase(key)); - entity.languages = entity.languages.split(','); - return entity; - }); + return fetched.entities + .filter(e => Object.keys(e.data).length) + .map(entity => { + entity = _.mapKeys(entity.data, (value, key) => _.camelCase(key)); + entity.languages = entity.languages.split(','); + return entity; + }); } catch (error) { log.error(error); return []; diff --git a/src/main/marketplace/countries/marketplace-country-sync-job-handler.js b/src/main/marketplace/countries/marketplace-country-sync-job-handler.js index 07b4bd4fc..9b29eb3f1 100644 --- a/src/main/marketplace/countries/marketplace-country-sync-job-handler.js +++ b/src/main/marketplace/countries/marketplace-country-sync-job-handler.js @@ -16,11 +16,9 @@ export class MarketplaceCountrySyncJobHandler { job.emitProgress(0, { message: 'fetching remote countries' }); const remoteCountries = await this.marketplaceCountryService.fetchMarketplaceCountries(); job.emitProgress(25, { message: 'remote countries fetched' }); - job.emitProgress(25, { message: 'load db countries' }); const dbCountries = await this.marketplaceCountryService.loadCountries(); job.emitProgress(50, { message: 'load db countries complete' }); - job.emitProgress(50, { message: 'Merging remote and local data' }); let countriesByCode = remoteCountries.reduce((acc, curr) => { diff --git a/src/main/marketplace/inventory/__fixtures__/ft-banking-fetched.js b/src/main/marketplace/inventory/__fixtures__/ft-banking-fetched.js index 706ab76c3..a68d3dc24 100644 --- a/src/main/marketplace/inventory/__fixtures__/ft-banking-fetched.js +++ b/src/main/marketplace/inventory/__fixtures__/ft-banking-fetched.js @@ -3,12 +3,12 @@ export default () => [ sku: 'FT-BNK-AD1b', vendorId: 'flagtheory_banking', priceCurrency: 'USD', - status: 'active', + status: 'inactive', name: 'Andorra AD1b', price: '1000', category: 'banking', data: { - type: ['Private'], + type: 'private', region: 'Andorra', goodFor: ['Corporate Wealth', 'Investment Funds'], testPrice: '1000', @@ -27,8 +27,17 @@ export default () => [ testTemplateId: '5d09d11c26f7be563f7e0650', activeTestPrice: true, testWalletAddress: '0x23d233933c86f93b74705cf0d236b39f474249f8', - countryName: 'Andorra', - accountTitle: 'Private Banking Account', + accounts: { + AD1b1: { + templateId: '5d09d11c26f7be563f7e0650', + accountCode: 'AD1b', + countryCode: 'AD', + bankCode: 'AD1b1', + countryName: 'Andorra', + accountTitle: 'Private Banking Account', + testTemplateId: '5d09d11c26f7be563f7e0650' + } + }, jurisdiction: { remote: ['Remote'], goodFor: ['Private Banking'], diff --git a/src/main/marketplace/inventory/__fixtures__/ft-banking-response.js b/src/main/marketplace/inventory/__fixtures__/ft-banking-response.js index 6847619f5..97071a3dd 100644 --- a/src/main/marketplace/inventory/__fixtures__/ft-banking-response.js +++ b/src/main/marketplace/inventory/__fixtures__/ft-banking-response.js @@ -59,6 +59,7 @@ export default () => ({ id: 'recJnaoYzOsieepcC', fields: { TemplateId: '5d09d11c26f7be563f7e0650', + bankCode: 'AD1b1', accountCode: 'AD1b', countryCode: 'AD', countryName: 'Andorra', diff --git a/src/main/marketplace/inventory/inventory-service.js b/src/main/marketplace/inventory/inventory-service.js index 07f7aeac4..745f78352 100644 --- a/src/main/marketplace/inventory/inventory-service.js +++ b/src/main/marketplace/inventory/inventory-service.js @@ -152,8 +152,11 @@ export class FlagtheoryIncorporationsInventoryFetcher extends InventoryFetcher { return { sku, name, - status: data.templateId ? 'active' : 'inactive', - price: data.walletPrice || null, + status: data.templateId && data.showInWallet ? 'active' : 'inactive', + price: + data.activeTestPrice && data.testPrice + ? data.testPrice + : data.walletPrice || null, priceCurrency: 'USD', category: 'incorporations', vendorId: 'flagtheory_incorporations', @@ -185,7 +188,7 @@ export class FlagtheoryBankingInventoryFetcher extends InventoryFetcher { return { ...acc, [details[field]]: details }; }; const jurisdictions = fetched.Jurisdictions.reduce(mapData('countryCode'), {}); - const accDetails = fetched.Account_Details.reduce(mapData('accountCode'), {}); + const accDetails = fetched.Account_Details.reduce(mapData('bankCode'), {}); const items = fetched.Main.map(itm => _.mapKeys(itm.data.fields, (value, key) => _.camelCase(key)) @@ -195,10 +198,10 @@ export class FlagtheoryBankingInventoryFetcher extends InventoryFetcher { const sku = `FT-BNK-${itm.accountCode || itm.countryCode}`; const name = `${itm.region} ${itm.accountCode || itm.countryCode}`; let price = itm.activeTestPrice ? itm.testPrice : itm.price; - return { + itm = { sku, name, - status: itm.templateId ? 'active' : 'inactive', + status: itm.showWallet ? 'active' : 'inactive', price, priceCurrency: 'USD', category: 'banking', @@ -206,9 +209,21 @@ export class FlagtheoryBankingInventoryFetcher extends InventoryFetcher { data: { ...itm, jurisdiction: jurisdictions[itm.countryCode] || {}, - ...(accDetails[itm.accountCode] || {}) + accounts: Object.keys(accDetails) + .filter(key => accDetails[key].accountCode === itm.accountCode) + .reduce((obj, key) => { + obj[key] = accDetails[key]; + return obj; + }, {}) } }; + + itm.data.type = + itm.data.type && itm.data.type.length + ? itm.data.type[0].toLowerCase() + : 'private'; + + return itm; }); return items; } catch (error) { diff --git a/src/main/marketplace/marketplace-service.js b/src/main/marketplace/marketplace-service.js index c56c8517a..538bf007d 100644 --- a/src/main/marketplace/marketplace-service.js +++ b/src/main/marketplace/marketplace-service.js @@ -1,6 +1,7 @@ import _ from 'lodash'; import { MarketplaceTransactions } from './marketplace-transactions'; import { getWallet } from '../../common/wallet/selectors'; +import { identitySelectors } from '../../common/identity'; import CONFIG from '../../common/config'; import BN from 'bignumber.js'; import { Identity } from '../platform/identity'; @@ -15,9 +16,14 @@ export class MarketplaceService { get wallet() { return getWallet(this.store.getState()); } + + get identity() { + return identitySelectors.selectCurrentIdentity(this.store.getState()); + } + get walletAddress() { - if (!this.wallet || !this.wallet.publicKey) return null; - return this.wallet.publicKey; + if (!this.wallet || !this.wallet.address) return null; + return this.wallet.address; } loadTransactions(serviceOwner, serviceId) { return MarketplaceTransactions.find({ serviceOwner, serviceId }); @@ -110,7 +116,7 @@ export class MarketplaceService { } createRelyingPartySession(config) { - const identity = new Identity(this.wallet); + const identity = new Identity(this.wallet, this.identity); return new RelyingPartySession(config, identity); } } diff --git a/src/main/marketplace/marketplace-service.spec.js b/src/main/marketplace/marketplace-service.spec.js index 336e0928b..bbd9aad9d 100644 --- a/src/main/marketplace/marketplace-service.spec.js +++ b/src/main/marketplace/marketplace-service.spec.js @@ -12,7 +12,7 @@ describe('MarketplaceService', () => { placeStake() {}, withdrawStake() {} }; - let wallet = { publicKey: '0xtest', balance: 0 }; + let wallet = { address: '0xtest', balance: 0 }; let state = { wallet, prices: { prices: [] } }; let store = { dispatch: () => {}, diff --git a/src/main/marketplace/orders/order.js b/src/main/marketplace/orders/order.js index 3c1610644..ee3dccadd 100644 --- a/src/main/marketplace/orders/order.js +++ b/src/main/marketplace/orders/order.js @@ -14,10 +14,11 @@ export class MarketplaceOrder extends BaseModel { static get jsonSchema() { return { type: 'object', - required: ['walletId', 'vendorId', 'itemId'], + required: ['identityId', 'vendorId', 'itemId'], properties: { id: { type: 'integer' }, walletId: { type: 'integer' }, + identityId: { type: 'integer' }, vendorId: { type: 'string' }, itemId: { type: 'string' }, applicationId: { type: 'string' }, diff --git a/src/main/marketplace/orders/order.spec.js b/src/main/marketplace/orders/order.spec.js index 61974ae1b..08dc72dbe 100644 --- a/src/main/marketplace/orders/order.spec.js +++ b/src/main/marketplace/orders/order.spec.js @@ -6,9 +6,9 @@ describe('Vendor model', () => { id: 1, vendorId: 'test', itemId: 'test', - walletId: 1 + identityId: 1 }; - const testItem2 = { walletId: 1, vendorId: 'test2', itemId: 'test2' }; + const testItem2 = { identityId: 1, vendorId: 'test2', itemId: 'test2' }; beforeEach(async () => { await TestDb.init(); diff --git a/src/main/marketplace/orders/orders-service.js b/src/main/marketplace/orders/orders-service.js index 3eaa05f0c..e234575d4 100644 --- a/src/main/marketplace/orders/orders-service.js +++ b/src/main/marketplace/orders/orders-service.js @@ -1,8 +1,8 @@ import { MarketplaceOrder } from './order'; export class MarketplaceOrdersService { - async loadOrders(walletId) { - return MarketplaceOrder.findAll().where({ walletId }); + async loadOrders(identityId) { + return MarketplaceOrder.findAll().where({ identityId }); } async createOrder(order) { diff --git a/src/main/marketplace/tax-treaties/tax-treaties-service.js b/src/main/marketplace/tax-treaties/tax-treaties-service.js index d4d051a9d..ecbcf3aa9 100644 --- a/src/main/marketplace/tax-treaties/tax-treaties-service.js +++ b/src/main/marketplace/tax-treaties/tax-treaties-service.js @@ -1,7 +1,7 @@ import config from 'common/config'; import { TaxTreaties } from './tax-treaties'; import request from 'request-promise-native'; -import { isDevMode } from 'common/utils/common'; +import { isDevMode, mapKeysAsync, setImmediatePromise } from 'common/utils/common'; import _ from 'lodash'; import { Logger } from '../../../common/logger'; import { TAX_TREATIES_SYNC_JOB } from './tax-treaties-sync-job-handler'; @@ -47,9 +47,14 @@ export class TaxTreatiesService { async fetchTaxTreatiesSelfkey() { try { let fetched = await request.get({ url: TAX_TREATIES_API_ENDPOINT, json: true }); - return fetched.entities.map(entity => - _.mapKeys(entity.data, (value, key) => _.camelCase(key)) - ); + const validEntities = fetched.entities.filter(e => Object.keys(e.data).length); + let data = []; + for (const entity of validEntities) { + const item = await mapKeysAsync(entity.data, (value, key) => _.camelCase(key)); + data.push(item); + await setImmediatePromise(); + } + return data; } catch (error) { log.error(`fetchTaxTreatiesSelfkey: ${error}`); return []; @@ -58,25 +63,35 @@ export class TaxTreatiesService { async fetchTaxTreatiesFlagtheory() { try { let fetched = await request.get({ url: FLAGTHEORY_TAX_TREATIES_ENDPOINT, json: true }); - return fetched[0].map(entity => - _.mapKeys(_.omit(entity, 'id'), (value, key) => _.camelCase(key)) - ); + let data = []; + for (const entity of fetched[0]) { + const item = await mapKeysAsync(_.omit(entity, 'id'), (value, key) => + _.camelCase(key) + ); + data.push(item); + await setImmediatePromise(); + } + return data; } catch (error) { log.error(`fetchTaxTreatiesFlagtheory: ${error}`); return []; } } start() { - this.schedulerService.queueJob(null, TAX_TREATIES_SYNC_JOB); + const now = new Date(); + this.schedulerService.queueJob( + null, + TAX_TREATIES_SYNC_JOB, + now.setMinutes(now.getMinutes() + 1) + ); } - loadTaxTreaties() { return TaxTreaties.findAll(); } - upsert(upsert) { + async upsert(upsert) { return TaxTreaties.bulkUpsert(upsert); } - deleteMany(ids) { + async deleteMany(ids) { return TaxTreaties.deleteMany(ids); } } diff --git a/src/main/marketplace/tax-treaties/tax-treaties-service.spec.js b/src/main/marketplace/tax-treaties/tax-treaties-service.spec.js index 557c04b67..842a4477b 100644 --- a/src/main/marketplace/tax-treaties/tax-treaties-service.spec.js +++ b/src/main/marketplace/tax-treaties/tax-treaties-service.spec.js @@ -57,15 +57,13 @@ describe('TaxTrieatiesService', () => { it('should upsert taxTreaties to db', async () => { sinon.stub(TaxTreaties, 'bulkUpsert').resolves('ok'); const taxTreaties = [1, 2, 3]; - const loaded = await taxTreatiesService.upsert(taxTreaties); + await taxTreatiesService.upsert(taxTreaties); expect(TaxTreaties.bulkUpsert.getCall(0).args).toEqual([taxTreaties]); - expect(loaded).toEqual('ok'); }); it('should delete many taxTreaties from db', async () => { sinon.stub(TaxTreaties, 'deleteMany').resolves('ok'); const taxTreaties = [1, 2, 3]; - const loaded = await taxTreatiesService.deleteMany(taxTreaties); + await taxTreatiesService.deleteMany(taxTreaties); expect(TaxTreaties.deleteMany.getCall(0).args).toEqual([taxTreaties]); - expect(loaded).toEqual('ok'); }); }); diff --git a/src/main/marketplace/tax-treaties/tax-treaties-sync-job-handler.js b/src/main/marketplace/tax-treaties/tax-treaties-sync-job-handler.js index 54f6d598d..ac0507468 100644 --- a/src/main/marketplace/tax-treaties/tax-treaties-sync-job-handler.js +++ b/src/main/marketplace/tax-treaties/tax-treaties-sync-job-handler.js @@ -41,6 +41,7 @@ export class TaxTreatiesSyncJobHandler { }, { dbTreatiesByCode: {}, toRemove: [] } ); + const upsert = remoteTreaties.map(item => { let key = `${item.countryCode}_${item.jurisdictionCountryCode}`; if (dbTreatiesByCode[key]) { @@ -49,14 +50,17 @@ export class TaxTreatiesSyncJobHandler { return item; }); job.emitProgress(75, { message: 'Updating db data' }); + try { await this.taxTreatiesService.upsert(upsert); } catch (error) { log.error(error); } + job.emitProgress(25, { message: 'Removing obsolete treaties' }); await this.taxTreatiesService.deleteMany(toRemove); job.emitProgress(95, { message: 'Fetching updated treaty list' }); + const taxTreaties = this.taxTreatiesService.loadTaxTreaties(); job.emitProgress(100, { message: 'Done!' }); return taxTreaties; diff --git a/src/main/marketplace/tax-treaties/tax-treaties.js b/src/main/marketplace/tax-treaties/tax-treaties.js index c26fc5157..cdaa16a99 100644 --- a/src/main/marketplace/tax-treaties/tax-treaties.js +++ b/src/main/marketplace/tax-treaties/tax-treaties.js @@ -1,5 +1,6 @@ import BaseModel from '../../common/base-model'; -import { isDevMode, isTestMode } from 'common/utils/common'; +import { transaction } from 'objection'; +import { isDevMode, isTestMode, setImmediatePromise, arrayChunks } from 'common/utils/common'; const TABLE_NAME = 'tax_treaties'; const env = isTestMode() ? 'test' : isDevMode() ? 'development' : 'production'; export class TaxTreaties extends BaseModel { @@ -47,25 +48,40 @@ export class TaxTreaties extends BaseModel { return this.query().patchAndFetchById(id, data); } - static bulkEdit(items) { + static bulkEdit(items, tx = undefined) { items = items.map(item => ({ ...item, env })); - return this.updateMany(items); + return this.updateMany(items, tx); } - static bulkAdd(items) { + static async bulkAdd(items, tx = undefined) { items = items.map(item => ({ ...item, env })); - return this.insertMany(items); + return this.insertMany(items, tx); } - static async bulkUpsert(items) { - const insert = items.filter(item => !item.hasOwnProperty(this.idColumn)); - const update = items.filter(item => item.hasOwnProperty(this.idColumn)); + static async bulkUpsert(items, chunkSize = 100) { + let all = []; + const chunks = arrayChunks(items, chunkSize); - let all = await this.bulkAdd(insert); - all = all.concat(await this.bulkEdit(update)); + const tx = await transaction.start(this.knex()); + try { + for (const chunk of chunks) { + const insert = chunk.filter(item => !item.hasOwnProperty(this.idColumn)); + const update = chunk.filter(item => item.hasOwnProperty(this.idColumn)); - let found = await this.findAll(); - return found.filter(x => all.find(t => t[this.idColumn] === x[this.idColumn])); + all = all.concat(await this.bulkAdd(insert, tx)); + all = all.concat(await this.bulkEdit(update, tx)); + await setImmediatePromise(); + } + await tx.commit(); + const found = await this.findAll(); + const foundItems = found.filter(x => + all.find(t => t[this.idColumn] === x[this.idColumn]) + ); + return foundItems; + } catch (error) { + await tx.rollback(); + throw error; + } } } diff --git a/src/main/marketplace/vendors/vendor-sync-job-handler.js b/src/main/marketplace/vendors/vendor-sync-job-handler.js index a13dd2c26..84c14be37 100644 --- a/src/main/marketplace/vendors/vendor-sync-job-handler.js +++ b/src/main/marketplace/vendors/vendor-sync-job-handler.js @@ -22,7 +22,6 @@ export class VendorSyncJobHandler { job.emitProgress(25, { message: 'load db vendors' }); const dbVendors = await this.vendorService.loadVendors(); - job.emitProgress(50, { message: 'load db vendors' }); job.emitProgress(50, { message: 'Merging remote and local data' }); diff --git a/src/main/migrations/20190819133653_identities.js b/src/main/migrations/20190819133653_identities.js new file mode 100644 index 000000000..bc153f6ea --- /dev/null +++ b/src/main/migrations/20190819133653_identities.js @@ -0,0 +1,96 @@ +/* istanbul ignore file */ +exports.up = async (knex, Promise) => { + try { + await knex.schema.createTable('identities', t => { + t.increments('id'); + t.integer('walletId'); + t.integer('parentId'); + t.boolean('rootIdentity'); + t.binary('profilePicture'); + t.string('type'); + t.string('name'); + t.string('did'); + t.boolean('isSetupFinished').defaultTo(false); + t.integer('createdAt').notNullable(); + t.integer('updatedAt'); + }); + + await knex.schema.table('marketplace_orders', t => { + t.integer('identityId'); + }); + + let walletsOld = await knex('wallets').select(); + + let identities = walletsOld.reduce((acc, curr) => { + acc.push({ + name: curr.name, + walletId: curr.id, + parentId: null, + rootIdentity: true, + profilePicture: curr.profilePicture, + type: 'individual', + did: curr.did, + isSetupFinished: !!curr.isSetupFinished, + createdAt: Date.now(), + updatedAt: Date.now() + }); + return acc; + }, []); + await knex.schema.renameTable('id_attributes', 'id_attributes_old'); + await knex.schema.createTable('id_attributes', t => { + t.increments('id'); + t.integer('identityId') + .notNullable() + .references('identities.id'); + t.string('name'); + t.integer('typeId') + .notNullable() + .references('id_attribute_types.id'); + t.text('data') + .notNullable() + .defaultTo('{}'); + t.integer('createdAt').notNullable(); + t.integer('updatedAt'); + }); + + if (!identities.length) { + return; + } + await knex('identities').insert(identities); + + let attributesOld = await knex('id_attributes_old').select(); + + identities = await knex('identities').select(); + + let walletIdentities = identities.reduce((acc, curr) => { + acc[curr.walletId] = curr.id; + return acc; + }, {}); + + const attributes = attributesOld.map(attr => ({ + id: attr.id, + identityId: walletIdentities[attr.walletId], + name: attr.name, + typeId: attr.typeId, + data: attr.data, + createdAt: attr.createdAt, + updatedAt: Date.now() + })); + await knex('id_attributes').insert(attributes); + + await knex.schema.dropTable('id_attributes_old'); + + for (let wallet of walletsOld) { + await knex('marketplace_orders') + .where({ walletId: wallet.id }) + .update({ identityId: walletIdentities[wallet.id] }); + } + } catch (error) { + console.error(error.stack); + throw error; + } +}; + +exports.down = async (knex, Promise) => { + await knex.schema.dropTable('identities'); +}; diff --git a/src/main/migrations/20190919165010_attr-type-env.js b/src/main/migrations/20190919165010_attr-type-env.js new file mode 100644 index 000000000..df774aa73 --- /dev/null +++ b/src/main/migrations/20190919165010_attr-type-env.js @@ -0,0 +1,38 @@ +/* istanbul ignore file */ +exports.up = async (knex, Promise) => { + await knex.schema.table('documents', t => { + t.string('env'); + }); + await knex.schema.table('id_attribute_types', t => { + t.string('env'); + }); + await knex.schema.table('id_attributes', t => { + t.string('env'); + }); + await knex.schema.table('repository', t => { + t.string('env'); + }); + await knex.schema.table('ui_schema', t => { + t.string('env'); + }); + + await knex('documents').update({ env: 'production' }); + await knex('id_attribute_types').update({ env: 'production' }); + await knex('id_attributes').update({ env: 'production' }); + await knex('repository').update({ env: 'production' }); + await knex('ui_schema').update({ env: 'production' }); + + const now = Date.now(); + await knex('repository').insert({ + url: 'http://platform.selfkey.org/dev-repository.json', + name: 'Selfkey.org', + eager: true, + content: '{}', + expires: 0, + createdAt: now, + updatedAt: now, + env: 'development' + }); +}; + +exports.down = async (knex, Promise) => {}; diff --git a/src/main/migrations/20190926162553_wallet-address.js b/src/main/migrations/20190926162553_wallet-address.js new file mode 100644 index 000000000..c04b7601d --- /dev/null +++ b/src/main/migrations/20190926162553_wallet-address.js @@ -0,0 +1,41 @@ +/* istanbul ignore file */ +exports.up = async (knex, Promise) => { + try { + await knex.schema.renameTable('wallets', 'wallets_old'); + await knex.schema.createTable('wallets', table => { + table.increments('id'); + table.string('name'); + table + .string('address') + .unique() + .notNullable(); + table.string('keystoreFilePath'); + table + .string('profile') + .notNullable() + .defaultTo('local'); + table.string('path'); + table.integer('createdAt').notNullable(); + table.integer('updatedAt'); + }); + + let wallets = await knex('wallets_old').select(); + wallets = wallets.map(w => { + const newW = { ...w }; + newW.address = w.publicKey; + delete newW.publicKey; + delete newW.profilePicture; + delete newW.privateKey; + delete newW.isSetupFinished; + return newW; + }); + if (wallets.length) { + await knex('wallets').insert(wallets); + } + await knex.schema.dropTable('wallets_old'); + } catch (error) { + console.error(error); + } +}; + +exports.down = async (knex, Promise) => {}; diff --git a/src/main/migrations/20191001161321_kyc-application-identity.js b/src/main/migrations/20191001161321_kyc-application-identity.js new file mode 100644 index 000000000..d5708bb24 --- /dev/null +++ b/src/main/migrations/20191001161321_kyc-application-identity.js @@ -0,0 +1,26 @@ +/* istanbul ignore file */ +exports.up = async (knex, Promise) => { + await knex.schema.alterTable('kyc_applications', t => { + t.string('identityId').references('identity.id'); + }); + const applications = await knex('kyc_applications').select(); + const identities = await knex('identities') + .select() + .where({ type: 'individual' }); + if (!applications.length || !identities.length) return; + const mapIdentities = identities.reduce((acc, curr) => { + acc[curr.walletId] = curr; + return acc; + }, {}); + await Promise.all( + applications.map(async application => { + await knex('kyc_applications') + .update({ + identityId: mapIdentities[application.walletId].id + }) + .where({ walletId: application.walletId }); + }) + ); +}; + +exports.down = async (knex, Promise) => {}; diff --git a/src/main/platform/identity.js b/src/main/platform/identity.js index adf1d9810..d8bb14a54 100644 --- a/src/main/platform/identity.js +++ b/src/main/platform/identity.js @@ -8,18 +8,19 @@ import AppEth from '@ledgerhq/hw-app-eth'; const log = new Logger('Identity'); export class Identity { - constructor(wallet) { - this.address = wallet.publicKey; + constructor(wallet, ident) { + this.address = wallet.address; this.publicKey = null; this.profile = wallet.profile; this.privateKey = wallet.privateKey ? wallet.privateKey.replace('0x', '') : null; this.keystorePath = wallet.keystoreFilePath; - this.did = wallet.did - ? `did:selfkey:${wallet.did.replace('did:selfkey:', '')}` + this.did = ident.did + ? `did:selfkey:${ident.did.replace('did:selfkey:', '')}` : `did:eth:${this.address ? this.address.toLowerCase() : ''}`; this.wid = wallet.id; this.path = wallet.path; this.wallet = wallet; + this.ident = ident; if (this.profile === 'local' && this.privateKey) { this.publicKey = ethUtil .privateToPublic(Buffer.from(this.privateKey, 'hex')) @@ -44,7 +45,7 @@ export class Identity { return `${this.getDidWithParams()}#keys-1`; } getDidWithParams() { - if (!this.wallet.did || !isDevMode()) { + if (!this.ident.did || !isDevMode()) { return this.did; } return `${this.did};selfkey:chain=ropsten`; diff --git a/src/main/platform/identity.spec.js b/src/main/platform/identity.spec.js index fdae52043..373a992df 100644 --- a/src/main/platform/identity.spec.js +++ b/src/main/platform/identity.spec.js @@ -7,15 +7,19 @@ jest.mock('../keystorage'); describe('identity', () => { let id = null; - const publicKey = '0x1Ff482D42D8727258A1686102Fa4ba925C46Bc42'; + const address = '0x1Ff482D42D8727258A1686102Fa4ba925C46Bc42'; const privateKey = 'c6cbd7d76bc5baca530c875663711b947efa6a86a900a9e8645ce32e5821484e'; + const ident = {}; beforeEach(() => { - id = new Identity({ - publicKey, - privateKey, - profile: 'local', - wid: 1 - }); + id = new Identity( + { + address, + privateKey, + profile: 'local', + wid: 1 + }, + ident + ); }); afterEach(() => { getPrivateKey.mockRestore(); @@ -29,18 +33,24 @@ describe('identity', () => { }); describe('unlock', () => { it('should unlock ledger', async () => { - let id1 = new Identity({ - profile: 'ledger' - }); - sinon.stub(id1, 'getPublicKeyFromHardwareWallet').returns(publicKey); + let id1 = new Identity( + { + profile: 'ledger' + }, + ident + ); + sinon.stub(id1, 'getPublicKeyFromHardwareWallet').returns(address); await id1.unlock(); - expect(id1.publicKey).toEqual(publicKey); + expect(id1.publicKey).toEqual(address); }); it('should throw invalid password if failed to unlock keystore', async () => { - let id1 = new Identity({ - publicKey, - profile: 'local' - }); + let id1 = new Identity( + { + address, + profile: 'local' + }, + ident + ); getPrivateKey.mockImplementation((filePath, password) => { if (password !== 'test') throw new Error('invalid pass'); return privateKey; @@ -52,10 +62,13 @@ describe('identity', () => { } }); it('should unlock keystore', async () => { - let id1 = new Identity({ - publicKey, - profile: 'local' - }); + let id1 = new Identity( + { + address, + profile: 'local' + }, + ident + ); getPrivateKey.mockImplementation((filePath, password) => { if (password !== 'test') throw new Error('invalid pass'); return privateKey; diff --git a/src/main/preload.js b/src/main/preload.js index 2d8eec84a..a96eab42e 100644 --- a/src/main/preload.js +++ b/src/main/preload.js @@ -82,6 +82,7 @@ window.openFileSelectDialog = event => { }; window.openPDF = href => { + if (!href) return; const { BrowserWindow } = electron.remote; const win = new BrowserWindow({ width: 800, height: 600 }); PDFWindow.addSupport(win); diff --git a/src/main/rpc-handler.js b/src/main/rpc-handler.js index 68a35b4be..efe205fe2 100644 --- a/src/main/rpc-handler.js +++ b/src/main/rpc-handler.js @@ -88,7 +88,7 @@ module.exports = function(cradle) { let keystoreFileName = path.basename(outputPath); let keystoreFilePath = path.join(keystoreObject.address, keystoreFileName); Wallet.create({ - publicKey: keystoreObject.address, + address: keystoreObject.address, keystoreFilePath: keystoreFilePath }) .then(resp => { @@ -97,7 +97,7 @@ module.exports = function(cradle) { const newWallet = { id: resp.id, isSetupFinished: resp.isSetupFinished, - publicKey: keystoreObject.address, + address: keystoreObject.address, privateKey: privateKey, keystoreFilePath: keystoreFilePath }; @@ -145,7 +145,7 @@ module.exports = function(cradle) { } Wallet.create({ - publicKey: keystoreObject.address, + address: keystoreObject.address, keystoreFilePath: ksFilePathToSave }) .then(resp => { @@ -153,7 +153,7 @@ module.exports = function(cradle) { const newWallet = { id: resp.id, isSetupFinished: resp.isSetupFinished, - publicKey: keystoreObject.address, + address: keystoreObject.address, privateKey: privateKey, keystoreFilePath: ksFilePathToSave, profile: 'local' @@ -207,7 +207,7 @@ module.exports = function(cradle) { // refactored controller.prototype.unlockKeystoreFile = function(event, actionId, actionName, args) { try { - let selectWalletPromise = Wallet.findByPublicKey(args.publicKey); + let selectWalletPromise = Wallet.findByPublicKey(args.address); selectWalletPromise .then(wallet => { let keystoreFileFullPath = path.join( @@ -223,7 +223,7 @@ module.exports = function(cradle) { id: wallet.id, isSetupFinished: wallet.isSetupFinished, privateKey: privateKey, - publicKey: keystoreObject.address, + address: keystoreObject.address, keystoreFilePath: wallet.keystoreFilePath, profile: wallet.profile }; @@ -259,11 +259,11 @@ module.exports = function(cradle) { // refactored controller.prototype.importPrivateKey = function(event, actionId, actionName, args) { try { - let publicKey = ethereumjsUtil.privateToAddress(args.privateKey); - publicKey = publicKey.toString('hex'); + let address = ethereumjsUtil.privateToAddress(args.privateKey); + address = address.toString('hex'); let privateKeyBuffer = Buffer.from(args.privateKey, 'hex'); - let walletSelectPromise = Wallet.findByPublicKey(publicKey); + let walletSelectPromise = Wallet.findByPublicKey(address); let profile = 'local'; walletSelectPromise @@ -275,13 +275,13 @@ module.exports = function(cradle) { } else { Wallet.create({ profile, - publicKey + address }) .then(resp => { const newWallet = { id: resp.id, isSetupFinished: resp.isSetupFinished, - publicKey: publicKey, + address: address, privateKey: privateKeyBuffer, profile }; @@ -334,7 +334,7 @@ module.exports = function(cradle) { try { keystorage.importFromFile(filePaths[0], keystoreObject => { app.win.webContents.send(RPC_METHOD, actionId, actionName, null, { - publicKey: keystoreObject.address, + address: keystoreObject.address, keystoreFilePath: filePaths[0] }); }); @@ -912,16 +912,6 @@ module.exports = function(cradle) { }); }; - controller.prototype.findActiveWallets = function(event, actionId, actionName, args) { - Wallet.findActive() - .then(data => { - app.win.webContents.send(RPC_METHOD, actionId, actionName, null, data); - }) - .catch(error => { - app.win.webContents.send(RPC_METHOD, actionId, actionName, error, null); - }); - }; - controller.prototype.findAllWalletsWithKeyStoreFile = function( event, actionId, @@ -937,29 +927,9 @@ module.exports = function(cradle) { }); }; - controller.prototype.updateWalletprofilePicture = function(event, actionId, actionName, args) { - Wallet.updateProfilePicture(args) - .then(data => { - app.win.webContents.send(RPC_METHOD, actionId, actionName, null, data); - }) - .catch(error => { - app.win.webContents.send(RPC_METHOD, actionId, actionName, error, null); - }); - }; - - controller.prototype.getWalletProfilePicture = function(event, actionId, actionName, args) { - Wallet.selectProfilePictureById(args.id) - .then(data => { - app.win.webContents.send(RPC_METHOD, actionId, actionName, null, data); - }) - .catch(error => { - app.win.webContents.send(RPC_METHOD, actionId, actionName, error, null); - }); - }; - controller.prototype.getWalletByPublicKey = async function(event, actionId, actionName, args) { try { - let data = await Wallet.findByPublicKey(args.publicKey); + let data = await Wallet.findByPublicKey(args.address); await store.dispatch(walletOperations.updateWalletWithBalance(data)); app.win.webContents.send(RPC_METHOD, actionId, actionName, null, data); @@ -1002,7 +972,7 @@ module.exports = function(cradle) { Wallet.findById(data.walletId).then(wallet => { WalletToken.findByTokenId(data.tokenId).then(tokens => { store.dispatch( - walletTokensOperations.updateWalletTokensWithBalance(tokens, wallet.publicKey) + walletTokensOperations.updateWalletTokensWithBalance(tokens, wallet.address) ); }); }); @@ -1070,7 +1040,7 @@ module.exports = function(cradle) { store.dispatch( walletTokensOperations.updateWalletTokensWithBalance( data, - wallet.publicKey + wallet.address ) ); app.win.webContents.send(RPC_METHOD, actionId, actionName, null, data); @@ -1195,11 +1165,11 @@ module.exports = function(cradle) { controller.prototype.createHarwareWalletByAdress = function(event, actionId, actionName, args) { try { - let publicKey = args.address; + let address = args.address; let { profile } = args; - publicKey = publicKey.toString('hex'); + address = address.toString('hex'); - let walletSelectPromise = Wallet.findByPublicKey(publicKey); + let walletSelectPromise = Wallet.findByPublicKey(address); walletSelectPromise .then(wallet => { if (wallet) { @@ -1207,14 +1177,14 @@ module.exports = function(cradle) { app.win.webContents.send(RPC_METHOD, actionId, actionName, null, wallet); } else { Wallet.create({ - publicKey, + address, profile }) .then(resp => { const newWallet = { id: resp.id, isSetupFinished: resp.isSetupFinished, - publicKey, + address, profile }; store.dispatch(walletOperations.updateWalletWithBalance(newWallet)); @@ -1263,9 +1233,9 @@ module.exports = function(cradle) { actionName, args ) { - TxHistory.findByPublicKeyAndTokenSymbol(args.publicKey, args.tokenSymbol, args.pager) + TxHistory.findByPublicKeyAndTokenSymbol(args.address, args.tokenSymbol, args.pager) .then(data => { - data = { ...data, isSyncing: TxHistoryService.isSyncing(args.publicKey) }; + data = { ...data, isSyncing: TxHistoryService.isSyncing(args.address) }; app.win.webContents.send(RPC_METHOD, actionId, actionName, null, data); }) .catch(error => { @@ -1279,13 +1249,9 @@ module.exports = function(cradle) { actionName, args ) { - TxHistory.findByPublicKeyAndContractAddress( - args.publicKey, - args.contractAddress, - args.pager - ) + TxHistory.findByPublicKeyAndContractAddress(args.address, args.contractAddress, args.pager) .then(data => { - data = { ...data, isSyncing: TxHistoryService.isSyncing(args.publicKey) }; + data = { ...data, isSyncing: TxHistoryService.isSyncing(args.address) }; app.win.webContents.send(RPC_METHOD, actionId, actionName, null, data); }) .catch(error => { @@ -1295,7 +1261,7 @@ module.exports = function(cradle) { controller.prototype.syncTxHistoryByWallet = function(event, actionId, actionName, args) { txHistoryService - .syncByWallet(args.publicKey, args.walletId, args.showProgress) + .syncByWallet(args.address, args.walletId, args.showProgress) .then(data => { app.win.webContents.send(RPC_METHOD, actionId, actionName, null, data); }) @@ -1315,9 +1281,9 @@ module.exports = function(cradle) { }; controller.prototype.getTxHistoryByPublicKey = function(event, actionId, actionName, args) { - TxHistory.findByPublicKey(args.publicKey, args.pager) + TxHistory.findByPublicKey(args.address, args.pager) .then(data => { - data = { ...data, isSyncing: TxHistoryService.isSyncing(args.publicKey) }; + data = { ...data, isSyncing: TxHistoryService.isSyncing(args.address) }; app.win.webContents.send(RPC_METHOD, actionId, actionName, null, data); }) .catch(error => { diff --git a/src/main/wallet/wallet-service.js b/src/main/wallet/wallet-service.js index 731f06e6e..5e4341bff 100644 --- a/src/main/wallet/wallet-service.js +++ b/src/main/wallet/wallet-service.js @@ -1,48 +1,45 @@ import { Logger } from 'common/logger'; -import { getGlobalContext } from 'common/context'; import { Wallet } from './wallet'; import fs from 'fs'; import path from 'path'; -import { formatDataUrl, bufferFromDataUrl } from 'common/utils/document'; import EthUnits from 'common/utils/eth-units'; import * as EthUtil from 'ethereumjs-util'; const log = new Logger('wallet-model'); export class WalletService { - constructor() { - this.web3Service = getGlobalContext().web3Service; + constructor({ web3Service, config }) { + this.web3Service = web3Service; + this.config = config; } - async createWallet(password) { - const account = this.web3Service.web3.eth.accounts.create(password); - this.web3Service.web3.eth.accounts.wallet.add(account); - this.web3Service.web3.eth.defaultAccount = account.address; - const { address, privateKey } = account; - const keystore = this.web3Service.web3.eth.accounts.encrypt(privateKey, password); - const keystoreFileFullPath = path.resolve( - getGlobalContext().config.walletsDirectoryPath, - address - ); + getWalletKeystorePath(address, walletsPath = null) { + walletsPath = walletsPath || this.config.walletsDirectoryPath; + return path.resolve(walletsPath, address); + } + + async saveAccountToKeystore(account, password, walletsPath = null) { + const keystore = this.web3Service.encryptAccount(account, password); + const keystoreFileFullPath = this.getWalletKeystorePath(account.address, walletsPath); try { await fs.promises.writeFile(keystoreFileFullPath, JSON.stringify(keystore), 'utf8'); + return keystoreFileFullPath; } catch (error) { log.error(error); + throw error; } - const wallet = await Wallet.create({ - publicKey: address, - keystoreFilePath: keystoreFileFullPath, - profile: 'local' - }); - - const newWallet = { - ...wallet, - profilePicture: formatDataUrl(wallet.profilePicture), - publicKey: address, - privateKey: privateKey, - keystoreFilePath: keystoreFileFullPath - }; + } - return newWallet; + async loadAccountFromKeystore(filePath, password, address, walletsPath = null) { + try { + await fs.promises.access(filePath, fs.constants.R_OK); + } catch (error) { + if (!filePath && !address) { + throw error; + } + filePath = this.getWalletKeystorePath(filePath || address, walletsPath); + } + let keystore = await fs.promises.readFile(filePath); + return this.web3Service.decryptAccount(keystore, password); } async copyKeystoreFile(id, toPath) { @@ -50,7 +47,7 @@ export class WalletService { try { await fs.promises.copyFile( wallet.keystoreFilePath, - path.resolve(toPath, wallet.publicKey) + path.resolve(toPath, wallet.address) ); return true; } catch (error) { @@ -59,86 +56,74 @@ export class WalletService { } } + async createWalletWithPassword(password) { + const account = this.web3Service.createAccount(password); + this.web3Service.setDefaultAccount(account); + const keystoreFileFullPath = await this.saveAccountToKeystore(account, password); + const wallet = await Wallet.create({ + address: account.address, + keystoreFilePath: keystoreFileFullPath, + profile: 'local' + }); + + const newWallet = { + ...wallet, + privateKey: account.privateKey + }; + + return newWallet; + } + async getBalance(id) { const wallet = await Wallet.findById(id); - const balanceInWei = await this.web3Service.web3.eth.getBalance(wallet.publicKey); + const balanceInWei = await this.web3Service.web3.eth.getBalance(wallet.address); return EthUnits.toEther(balanceInWei, 'wei'); } - async getWallets() { - const wallets = await Wallet.findAllWithKeyStoreFile(); - return wallets.map(w => ({ ...w, profilePicture: formatDataUrl(w.profilePicture) })); + getWallets() { + return Wallet.findAllWithKeyStoreFile(); } async unlockWalletWithPassword(id, password) { const wallet = await Wallet.findById(id); - let keystoreFilePath = wallet.keystoreFilePath; - try { - await fs.promises.access(keystoreFilePath, fs.constants.R_OK); - } catch (error) { - keystoreFilePath = path.resolve( - getGlobalContext().config.walletsDirectoryPath, - keystoreFilePath - ); - } - let keystore = await fs.promises.readFile(keystoreFilePath); - const account = this.web3Service.web3.eth.accounts.decrypt( - keystore.toString('utf8'), + const account = await this.loadAccountFromKeystore( + wallet.keystoreFilePath, password, - true + wallet.address ); - this.web3Service.web3.eth.accounts.wallet.add(account); - this.web3Service.web3.eth.defaultAccount = account.address; - if (!account) { throw new Error('Wrong Password!'); } - // testPaymentContract(wallet); + await this.web3Service.setDefaultAccount(account); return { ...wallet, - profilePicture: formatDataUrl(wallet.profilePicture), - publicKey: account.address, + address: account.address, privateKey: account.privateKey }; } async unlockWalletWithNewFile(filePath, password) { - const keystore = await fs.promises.readFile(filePath); - const account = this.web3Service.web3.eth.accounts.decrypt( - keystore.toString('utf8'), - password, - true - ); - this.web3Service.web3.eth.accounts.wallet.add(account); - this.web3Service.web3.eth.defaultAccount = account.address; + const account = await this.loadAccountFromKeystore(filePath, password); if (!account) { throw new Error('Wrong Password!'); } - - const keystoreFileFullPath = path.resolve( - getGlobalContext().config.walletsDirectoryPath, - account.address - ); - - await fs.promises.copyFile(filePath, keystoreFileFullPath); + await this.web3Service.setDefaultAccount(account); + const keystoreFileFullPath = await this.saveAccountToKeystore(account, password); let wallet = await Wallet.findByPublicKey(account.address); - wallet = !wallet - ? await Wallet.create({ - publicKey: account.address, - keystoreFilePath: keystoreFileFullPath, - profile: 'local' - }) - : wallet; + if (!wallet) { + wallet = await Wallet.create({ + address: account.address, + keystoreFilePath: keystoreFileFullPath, + profile: 'local' + }); + } const newWallet = { ...wallet, - profilePicture: formatDataUrl(wallet.profilePicture), - publicKey: account.address, - privateKey: account.privateKey, - keystoreFilePath: keystoreFileFullPath + privateKey: account.privateKey }; return newWallet; @@ -148,40 +133,37 @@ export class WalletService { if (!EthUtil.isValidPrivate(Buffer.from(privateKey.replace('0x', ''), 'hex'))) { throw new Error('The private key you entered is incorrect. Please try again!'); } - const account = this.web3Service.web3.eth.accounts.privateKeyToAccount(privateKey); - this.web3Service.web3.eth.accounts.wallet.add(account); - this.web3Service.web3.eth.defaultAccount = account.address; + const account = this.web3Service.privateKeyToAccount(privateKey); - let wallet = await Wallet.findByPublicKey(account.address); + this.web3Service.setDefaultAccount(account); - wallet = !wallet - ? await Wallet.create({ - publicKey: account.address, - profile: 'local' - }) - : wallet; + let wallet = await Wallet.findByPublicKey(account.address); + if (!wallet) { + wallet = await Wallet.create({ + address: account.address, + profile: 'local' + }); + } const newWallet = { ...wallet, - profilePicture: formatDataUrl(wallet.profilePicture), - publicKey: account.address, privateKey: account.privateKey }; return newWallet; } - async unlockWalletWithPublicKey(publicKey, path, profile) { - let wallet = await Wallet.findByPublicKey(publicKey); - this.web3Service.web3.eth.defaultAccount = publicKey; + async unlockWalletWithPublicKey(address, hwPath, profile) { + let wallet = await Wallet.findByPublicKey(address); + this.web3Service.setDefaultAddress(address); - wallet = !wallet - ? await Wallet.create({ - publicKey, - profile, - path - }) - : wallet; + if (!wallet) { + wallet = await Wallet.create({ + address, + profile, + path: hwPath + }); + } return wallet; } @@ -207,13 +189,6 @@ export class WalletService { }); } - updateWalletAvatar(avatar, id) { - return Wallet.updateProfilePicture({ - id, - profilePicture: bufferFromDataUrl(avatar) - }); - } - updateWalletName(name, id) { return Wallet.updateName({ id, @@ -221,13 +196,6 @@ export class WalletService { }); } - updateWalletSetup(setup, id) { - return Wallet.updateSetup({ - id, - setup: setup - }); - } - async updateDID(id, did) { did = did.replace('did:selfkey:', ''); return Wallet.updateDID({ @@ -257,32 +225,32 @@ export default WalletService; // const ctx = getGlobalContext(); // console.log('XXX', wallet); // let res = await ctx.selfkeyService.getAllowance( -// wallet.publicKey, +// wallet.address, // '0xb91FF8627f30494d27b91Aac1cB3c7465BE58fF5' // ); // const amount = 20000000000000; // let gas = await ctx.selfkeyService.estimateApproveGasLimit( -// wallet.publicKey, +// wallet.address, // '0xb91FF8627f30494d27b91Aac1cB3c7465BE58fF5', // amount // ); // console.log('XXX pre allow', res.toString()); // res = await ctx.selfkeyService.approve( -// wallet.publicKey, +// wallet.address, // '0xb91FF8627f30494d27b91Aac1cB3c7465BE58fF5', // amount, // gas // ); // console.log('XXX approve res', res.events.Approval.returnValues); // res = await ctx.selfkeyService.getAllowance( -// wallet.publicKey, +// wallet.address, // '0xb91FF8627f30494d27b91Aac1cB3c7465BE58fF5' // ); // console.log('XXX post approve', res.toString()); // const did = wallet.did; // // gas = await ctx.paymentService.getGasLimit( -// // wallet.publicKey, +// // wallet.address, // // did, // // did, // // 10000, @@ -293,7 +261,7 @@ export default WalletService; // // console.log('XXX payment gas', gas); // res = await ctx.paymentService.makePayment( -// wallet.publicKey, +// wallet.address, // did, // did, // 10000, @@ -305,7 +273,7 @@ export default WalletService; // console.log('XXX payment res', res); // res = await ctx.selfkeyService.getAllowance( -// wallet.publicKey, +// wallet.address, // '0xb91FF8627f30494d27b91Aac1cB3c7465BE58fF5' // ); // console.log('XXX post payment', res.toString()); diff --git a/src/main/wallet/wallet.js b/src/main/wallet/wallet.js index 0e8fc1838..33dda54a1 100644 --- a/src/main/wallet/wallet.js +++ b/src/main/wallet/wallet.js @@ -1,7 +1,6 @@ import { Model, transaction } from 'objection'; import { Logger } from 'common/logger'; import BaseModel from '../common/base-model'; -import IdAttribute from '../identity/id-attribute'; import config from 'common/config'; const TABLE_NAME = 'wallets'; @@ -21,14 +20,10 @@ export class Wallet extends BaseModel { properties: { id: { type: 'integer' }, name: { type: 'string' }, - publicKey: { type: 'string' }, - privateKey: { type: 'string' }, + address: { type: 'string' }, keystoreFilePath: { type: 'string' }, - profilePicture: { type: 'binary' }, - isSetupFinished: { type: 'integer' }, profile: { type: 'string' }, - path: { type: 'string' }, - did: { type: 'string' } + path: { type: 'string' } } }; } @@ -36,8 +31,8 @@ export class Wallet extends BaseModel { static get relationMappings() { const WalletSetting = require('./wallet-setting').default; const WalletToken = require('./wallet-token').default; - const IdAttribute = require('../identity/id-attribute').default; const LoginAttempt = require('../lws/login-attempt').default; + const Identity = require('../identity/identity').default; return { setting: { @@ -56,27 +51,27 @@ export class Wallet extends BaseModel { to: `${WalletToken.tableName}.walletId` } }, - idAttributes: { + loginAttempts: { relation: Model.HasManyRelation, - modelClass: IdAttribute, + modelClass: LoginAttempt, join: { from: `${this.tableName}.id`, - to: `${IdAttribute.tableName}.walletId` + to: `${LoginAttempt.tableName}.walletId` } }, - loginAttempts: { + identities: { relation: Model.HasManyRelation, - modelClass: LoginAttempt, + modelClass: Identity, join: { from: `${this.tableName}.id`, - to: `${LoginAttempt.tableName}.walletId` + to: `${Identity.tableName}.walletId` } } }; } static async create(itm) { - itm.publicKey = itm.publicKey.toLowerCase(); + itm.address = itm.address.toLowerCase(); const tx = await transaction.start(this.knex()); try { let insertedItm = await this.query(tx).insertGraphAndFetch( @@ -89,6 +84,11 @@ export class Wallet extends BaseModel { { tokenId: config.constants.primaryToken === 'KEY' ? 1 : 2 } + ], + identities: [ + { + type: 'individual' + } ] }, { relate: true } @@ -102,10 +102,6 @@ export class Wallet extends BaseModel { } } - static findActive() { - return this.findAllWithKeyStoreFile().where({ isSetupFinished: 1 }); - } - static findById(id) { return this.query().findById(id); } @@ -118,13 +114,8 @@ export class Wallet extends BaseModel { return this.query(); } - static findByPublicKey(publicKey) { - return this.query().findOne({ publicKey: publicKey.toLowerCase() }); - } - - static async updateProfilePicture({ id, profilePicture }) { - let wallet = await this.query().patchAndFetchById(id, { profilePicture }); - return wallet; + static findByPublicKey(address) { + return this.query().findOne({ address: address.toLowerCase() }); } static async updateName({ id, name }) { @@ -132,22 +123,6 @@ export class Wallet extends BaseModel { return wallet; } - static async updateSetup({ id, setup }) { - let wallet = await this.query().patchAndFetchById(id, { isSetupFinished: setup ? 1 : 0 }); - return wallet; - } - - static async updateDID({ id, did }) { - let wallet = await this.query().patchAndFetchById(id, { did }); - return wallet; - } - - static async selectProfilePictureById(id) { - let itm = await this.query().findById(id); - if (!itm) return null; - return itm.profilePicture; - } - async hasSignedUpTo(websiteUrl) { let logins = await this.$relatedQuery('loginAttempts') .where({ @@ -162,14 +137,8 @@ export class Wallet extends BaseModel { return this.$relatedQuery('loginAttempts').insert({ ...attempt, walletId: this.id }); } - static async addInitialIdAttributesAndActivate(id, initialIdAttributesValues) { - for (let key in initialIdAttributesValues) { - await IdAttribute.create({ - walletId: id, - typeId: 1, - data: { [key]: initialIdAttributesValues[key] } - }); - } + getDefaultIdentity() { + return this.identities.find(ident => ident.type === 'individual') || this.identities[0]; } } diff --git a/src/main/wallet/wallet.spec.js b/src/main/wallet/wallet.spec.js index 1e4f27c7e..7c1ec91e6 100644 --- a/src/main/wallet/wallet.spec.js +++ b/src/main/wallet/wallet.spec.js @@ -2,17 +2,15 @@ import Wallet from './wallet'; import TestDb from '../db/test-db'; describe('Wallet model', () => { - const testItm = { publicKey: 'abc', keystoreFilePath: 'abcd' }; + const testItm = { address: 'abc', keystoreFilePath: 'abcd' }; const testItm2 = { - publicKey: 'active', - keystoreFilePath: 'active keystore', - isSetupFinished: 1 + address: 'active', + keystoreFilePath: 'active keystore' }; const testItm3 = { - publicKey: 'public-key-1', - isSetupFinished: 1 + address: 'public-key-1' }; beforeEach(async () => { @@ -34,14 +32,6 @@ describe('Wallet model', () => { expect(setting.walletId).toBe(itm.id); }); - it('findActive', async () => { - await Wallet.query().insert(testItm); - await Wallet.query().insert(testItm2); - let found = await Wallet.findActive(); - expect(found.length).toBe(1); - expect(found[0].isSetupFinished).toBe(1); - }); - it('findAll', async () => { let found = await Wallet.findAll(); expect(found.length).toBe(0); @@ -64,30 +54,10 @@ describe('Wallet model', () => { it('findByPublicKey', async () => { await Wallet.query().insert(testItm); await Wallet.query().insert(testItm2); - let found = await Wallet.findByPublicKey(testItm.publicKey); + let found = await Wallet.findByPublicKey(testItm.address); expect(found).toMatchObject(testItm); }); - it('updateProfilePicture', async () => { - let itm = await Wallet.query().insertAndFetch(testItm); - expect(itm.profilePicture).toBeNull(); - itm.profilePicture = 'supertest'; - itm.keystoreFilePath = 'change keystore'; - await Wallet.updateProfilePicture(itm); - let check = await Wallet.query().findById(itm.id); - expect(check.profilePicture).toBe(itm.profilePicture); - expect(check.keystoreFilePath).not.toBe(itm.keystoreFilePath); - }); - - it('updateSetup', async () => { - let itm = await Wallet.query().insertAndFetch(testItm); - expect(itm.isSetupFinished).toEqual(0); - itm.setup = 1; - await Wallet.updateSetup(itm); - let check = await Wallet.query().findById(itm.id); - expect(check.isSetupFinished).toBe(itm.setup); - }); - it('updateName', async () => { let itm = await Wallet.query().insertAndFetch(testItm); expect(itm.name).toBeNull(); @@ -97,24 +67,6 @@ describe('Wallet model', () => { expect(check.name).toBe(itm.name); }); - it('updateDID', async () => { - let itm = await Wallet.query().insertAndFetch(testItm); - expect(itm.did).toBeNull(); - itm.did = 'did'; - await Wallet.updateDID(itm); - let check = await Wallet.query().findById(itm.id); - expect(check.did).toBe(itm.did); - }); - - it('selectProfilePictureById', async () => { - let itm = await Wallet.query().insertAndFetch({ - ...testItm, - profilePicture: 'test_profile_picture' - }); - let selectedProfilePicture = await Wallet.selectProfilePictureById(itm.id); - expect(selectedProfilePicture).toBe('test_profile_picture'); - }); - describe('hasSignedUpTo', () => { const testLoginAttempt = { walletId: 10, @@ -124,7 +76,7 @@ describe('Wallet model', () => { success: true, signup: true }; - const testWallet = { id: 10, publicKey: 'public' }; + const testWallet = { id: 10, address: 'public' }; let wallet = null; beforeEach(async () => { wallet = await Wallet.query().insertAndFetch(testWallet); @@ -184,7 +136,7 @@ describe('Wallet model', () => { success: true, signup: true }; - const testWallet = { id: 10, publicKey: 'public' }; + const testWallet = { id: 10, address: 'public' }; it('adds a new login attempt', async () => { let wallet = await Wallet.query().insertAndFetch(testWallet); await wallet.addLoginAttempt({ ...testLoginAttempt }); diff --git a/src/renderer/address-book/main/index.jsx b/src/renderer/address-book/main/index.jsx index 8c1ffa2dd..56c3c16a5 100644 --- a/src/renderer/address-book/main/index.jsx +++ b/src/renderer/address-book/main/index.jsx @@ -1,3 +1,4 @@ +import _ from 'lodash'; import React, { Component } from 'react'; import { connect } from 'react-redux'; import { CopyToClipboard } from 'react-copy-to-clipboard'; @@ -69,7 +70,7 @@ class AddressBookContainer extends Component { render() { const { classes } = this.props; - const { addresses } = this.state; + const addresses = _.uniqBy(this.state.addresses, 'address'); return ( { + this.props.dispatch(identityOperations.createIdAttributeOperation(attribute)); + }; + handleCancel = () => { + if (this.props.onClose) return this.props.onClose(); + }; + render() { + let { types, open = true, text, subtitle, uiSchemas, typeId, isDocument } = this.props; + + if (!text) { + if (isDocument) { + text = 'Add Document'; + } else { + text = 'Add Information'; + } + } + + if (!subtitle) { + if (isDocument) { + subtitle = 'Document Type *'; + } else { + subtitle = 'Information Type *'; + } + } + + return ( + + ); + } +} + +const mapStateToProps = (state, props) => { + return { + types: identitySelectors.selectIdAttributeTypes( + state, + props.corporate ? 'corporate' : 'individual' + ), + uiSchemas: identitySelectors.selectUiSchemas(state) + }; +}; + +export const CreateAttributeContainer = connect(mapStateToProps)(CreateAttributeContainerComponent); + +export default CreateAttributeContainer; diff --git a/src/renderer/selfkey-id/main/components/create-attribute.jsx b/src/renderer/attributes/create-attribute.jsx similarity index 93% rename from src/renderer/selfkey-id/main/components/create-attribute.jsx rename to src/renderer/attributes/create-attribute.jsx index 8c764a4f4..a9b591d54 100644 --- a/src/renderer/selfkey-id/main/components/create-attribute.jsx +++ b/src/renderer/attributes/create-attribute.jsx @@ -4,6 +4,7 @@ import { withStyles, Divider, Button, Grid, Select, Typography, Input } from '@m import { identityAttributes, jsonSchema } from 'common/identity/utils'; import Form from 'react-jsonschema-form-material-theme'; import transformErrors from './transform-errors'; +import { Popup } from '../common/popup'; import { KeyboardArrowDown } from '@material-ui/icons'; const styles = theme => ({ @@ -22,6 +23,12 @@ const styles = theme => ({ border: 0, backgroundColor: '#1E262E !important', color: '#FFFFFF !important' + }, + disableTransparency: { + '& > div:first-of-type': { + background: 'linear-gradient(135deg, rgba(43,53,64,1) 0%, rgba(30,38,46,1) 100%)', + opacity: '1 !important' + } } }); @@ -142,13 +149,18 @@ class CreateAttributeComponent extends Component { return this.getTypes(this.props.isDocument, this.props.types); } render() { - const { classes, subtitle } = this.props; + const { classes, subtitle, open, text } = this.props; const types = this.types; const { typeId, label, value, disabled, liveValidate } = this.state; const type = this.type; const uiSchema = this.uiSchema; return ( - +
{subtitle} @@ -216,7 +228,7 @@ class CreateAttributeComponent extends Component { onSubmit={this.handleSave} onError={this.handleErrors} transformErrors={transformErrors} - onPDFOpen={file => window.openPDF(file.content)} + onPDFOpen={file => window.openPDF(file.content || file.url)} > {this.state.documentError && ( @@ -248,7 +260,7 @@ class CreateAttributeComponent extends Component {
)} -
+ ); } } diff --git a/src/renderer/selfkey-id/main/containers/delete-attribute-popup.js b/src/renderer/attributes/delete-attribute-container.js similarity index 50% rename from src/renderer/selfkey-id/main/containers/delete-attribute-popup.js rename to src/renderer/attributes/delete-attribute-container.js index 37a4905a0..b241166c0 100644 --- a/src/renderer/selfkey-id/main/containers/delete-attribute-popup.js +++ b/src/renderer/attributes/delete-attribute-container.js @@ -1,10 +1,9 @@ import React, { Component } from 'react'; import { connect } from 'react-redux'; import { identityOperations } from 'common/identity'; -import { Popup } from '../../../common/popup'; -import DeleteAttribute from '../components/delete-attribute'; +import DeleteAttribute from './delete-attribute'; -class DeleteAttributePopupComponent extends Component { +class DeleteAttributeContainerComponent extends Component { handleConfirm = attributeId => { this.props.dispatch(identityOperations.removeIdAttributeOperation(attributeId)); }; @@ -14,18 +13,18 @@ class DeleteAttributePopupComponent extends Component { render() { const { attribute, open = true, text = 'Delete Information and History' } = this.props; return ( - - - + ); } } const mapStateToProps = (state, props) => ({}); -export const DeleteAttributePopup = connect(mapStateToProps)(DeleteAttributePopupComponent); +export const DeleteAttributeContainer = connect(mapStateToProps)(DeleteAttributeContainerComponent); -export default DeleteAttributePopup; +export default DeleteAttributeContainer; diff --git a/src/renderer/attributes/delete-attribute.jsx b/src/renderer/attributes/delete-attribute.jsx new file mode 100644 index 000000000..8669445e3 --- /dev/null +++ b/src/renderer/attributes/delete-attribute.jsx @@ -0,0 +1,100 @@ +import React, { Component } from 'react'; + +import { Input, Typography, withStyles, Button, Grid } from '@material-ui/core'; +import { Popup } from '../common/popup'; + +const styles = theme => ({ + text: { + fontFamily: 'Lato, arial, sans-serif', + fontSize: '14px', + color: '#93b0c1', + marginBottom: '10px' + }, + label: { + marginBottom: '20px', + marginTop: '20px' + }, + buttonContainer: { + margin: '20px -12px 0' + } +}); + +class DeleteAttributeComponent extends Component { + state = { typeId: -1, label: '', value: null }; + handleConfirm = evt => { + evt.preventDefault(); + const { attribute } = this.props; + this.props.onConfirm(attribute.id); + this.props.onCancel(); + }; + handleCancel = () => { + this.props.onCancel(); + }; + render() { + const { attribute, classes, open, text } = this.props; + const { type, name } = attribute; + + return ( + + + + + You are deleting this information and all related history. Once deleted, + you can not recover the history. + + + Type + + + + Label + + + + + + + + + + + + + + + + + ); + } +} + +export const DeleteAttribute = withStyles(styles)(DeleteAttributeComponent); + +export default DeleteAttribute; diff --git a/src/renderer/selfkey-id/main/containers/edit-attribute-popup.js b/src/renderer/attributes/edit-attribute-container.js similarity index 59% rename from src/renderer/selfkey-id/main/containers/edit-attribute-popup.js rename to src/renderer/attributes/edit-attribute-container.js index ca2cb84a9..a95472093 100644 --- a/src/renderer/selfkey-id/main/containers/edit-attribute-popup.js +++ b/src/renderer/attributes/edit-attribute-container.js @@ -1,10 +1,9 @@ import React, { PureComponent } from 'react'; import { connect } from 'react-redux'; -import { Popup } from '../../../common/popup'; import { identityOperations, identitySelectors } from 'common/identity'; -import EditAttribute from '../components/edit-attribute'; +import EditAttribute from './edit-attribute'; -class EditAttributePopupComponent extends PureComponent { +class EditAttributeContainerComponent extends PureComponent { handleSave = attribute => { this.props.dispatch(identityOperations.editIdAttributeOperation(attribute)); }; @@ -14,14 +13,14 @@ class EditAttributePopupComponent extends PureComponent { render() { const { open = true, attribute, text = 'Edit Information', uiSchema } = this.props; return ( - - - + ); } } @@ -40,6 +39,6 @@ const mapStateToProps = (state, props) => { uiSchema }; }; -export const EditAttributePopup = connect(mapStateToProps)(EditAttributePopupComponent); +export const EditAttributeContainer = connect(mapStateToProps)(EditAttributeContainerComponent); -export default EditAttributePopup; +export default EditAttributeContainer; diff --git a/src/renderer/selfkey-id/main/components/edit-attribute.jsx b/src/renderer/attributes/edit-attribute.jsx similarity index 94% rename from src/renderer/selfkey-id/main/components/edit-attribute.jsx rename to src/renderer/attributes/edit-attribute.jsx index d5b02141b..1445f901b 100644 --- a/src/renderer/selfkey-id/main/components/edit-attribute.jsx +++ b/src/renderer/attributes/edit-attribute.jsx @@ -1,9 +1,9 @@ import _ from 'lodash'; import React, { Component } from 'react'; import { Input, withStyles, Typography, Divider, Button, Grid } from '@material-ui/core'; -import { identityAttributes } from 'common/identity/utils'; +import { Popup } from '../common/popup'; +import { identityAttributes, jsonSchema } from 'common/identity/utils'; import Form from 'react-jsonschema-form-material-theme'; -import { jsonSchema } from '../../../../common/identity/utils'; import transformErrors from './transform-errors'; const styles = theme => ({ @@ -121,9 +121,9 @@ class EditAttributeComponent extends Component { }; render() { const { type, label, value, schema, title, uiSchema, disabled, liveValidate } = this.state; - const { classes } = this.props; + const { classes, open, text } = this.props; return ( - +
Type @@ -174,7 +174,7 @@ class EditAttributeComponent extends Component { onSubmit={this.handleSave} onError={this.handleErrors} transformErrors={transformErrors} - onPDFOpen={file => window.openPDF(file.content)} + onPDFOpen={file => window.openPDF(file.content || file.url)} > {this.state.documentError && ( @@ -206,7 +206,7 @@ class EditAttributeComponent extends Component {
)} -
+ ); } } diff --git a/src/renderer/attributes/index.js b/src/renderer/attributes/index.js new file mode 100644 index 000000000..28390d939 --- /dev/null +++ b/src/renderer/attributes/index.js @@ -0,0 +1,3 @@ +export { EditAttributeContainer } from './edit-attribute-container'; +export { DeleteAttributeContainer } from './delete-attribute-container'; +export { CreateAttributeContainer } from './create-attribute-container'; diff --git a/src/renderer/selfkey-id/main/components/transform-errors.js b/src/renderer/attributes/transform-errors.js similarity index 100% rename from src/renderer/selfkey-id/main/components/transform-errors.js rename to src/renderer/attributes/transform-errors.js diff --git a/src/renderer/corporate/common/corporate-applications.jsx b/src/renderer/corporate/common/corporate-applications.jsx new file mode 100644 index 000000000..baa84af81 --- /dev/null +++ b/src/renderer/corporate/common/corporate-applications.jsx @@ -0,0 +1,121 @@ +import React from 'react'; +import { + CardHeader, + Card, + CardContent, + Typography, + Table, + TableHead, + TableBody, + withStyles +} from '@material-ui/core'; +import { + HourGlassSmallIcon, + CheckMaIcon, + DeniedIcon, + SmallTableRow, + SmallTableCell, + SmallTableHeadRow +} from 'selfkey-ui'; + +const styles = theme => ({ + container: { + width: '100%' + }, + hr: { + backgroundColor: '#303C49', + border: 'none', + boxSizing: 'border-box', + height: '1px', + margin: '5px 16px' + }, + cardHeader: { + whiteSpace: 'normal', + wordBreak: 'break-all' + }, + cardContent: { + alignItems: 'flex-start', + display: 'flex', + flexDirection: 'column', + maxHeight: '180px', + overflow: 'scroll' + }, + regularText: { + '& span': { + fontWeight: 400 + } + } +}); + +const renderStatus = status => { + if (status === 'approved') { + return ( + + Approved + + ); + } + if (status === 'rejected') { + return ( + + Denied + + ); + } + + return ( + + Pending + + ); +}; + +const CorporateApplicationsSummary = withStyles(styles)(props => { + const { classes, applications = [] } = props; + return ( + + +
+ +
+ + + + + Service + + + Provider + + + Status + + + + + {applications && + applications.map(a => ( + + + {a.title} + + + {a.rpName} + + + + {renderStatus(a.currentStatusName)} + + + + ))} + +
+
+
+
+ ); +}); + +export { CorporateApplicationsSummary }; +export default CorporateApplicationsSummary; diff --git a/src/renderer/corporate/common/corporate-cap-table.jsx b/src/renderer/corporate/common/corporate-cap-table.jsx new file mode 100644 index 000000000..2396a9d40 --- /dev/null +++ b/src/renderer/corporate/common/corporate-cap-table.jsx @@ -0,0 +1,133 @@ +import React from 'react'; +import { + CardHeader, + Card, + CardContent, + Typography, + Table, + TableHead, + TableBody, + withStyles +} from '@material-ui/core'; +import { SmallTableRow, SmallTableCell, EditTransparentIcon, SmallTableHeadRow } from 'selfkey-ui'; + +const styles = theme => ({ + hr: { + backgroundColor: '#303C49', + border: 'none', + boxSizing: 'border-box', + height: '1px', + margin: '5px 16px' + }, + cardHeader: { + height: '100%' + }, + cardContent: { + alignItems: 'flex-item', + display: 'flex', + flexDirection: 'column', + justifyContent: 'center' + }, + cardAction: { + padding: '1em 1em 0' + }, + regularText: { + '& span': { + fontWeight: 400 + } + } +}); + +const editAction = onEdit => ( +
+ +
+); + +const CorporateCapTable = withStyles(styles)(props => { + const { classes, cap = [], onEdit } = props; + return ( + + +
+ +
+ + + + + Type + + + Role + + + Name + + + Email + + + + Citizenship / Incorporation + + + + Residency / Domicile + + + Shares + + + + + {cap && + cap.map((c, idx) => ( + + + {c.type} + + + {c.role} + + + {c.name} + + + + {c.email ? c.email : '-'} + + + + + {c.citizenship} + + + + + {c.residency} + + + + {c.shares} + + + ))} + +
+
+
+
+ ); +}); + +export { CorporateCapTable }; +export default CorporateCapTable; diff --git a/src/renderer/corporate/common/corporate-component.jsx b/src/renderer/corporate/common/corporate-component.jsx new file mode 100644 index 000000000..bf86e089a --- /dev/null +++ b/src/renderer/corporate/common/corporate-component.jsx @@ -0,0 +1,5 @@ +import { Component } from 'react'; + +export default class CorporateComponent extends Component {} + +export { CorporateComponent }; diff --git a/src/renderer/corporate/common/corporate-details.jsx b/src/renderer/corporate/common/corporate-details.jsx new file mode 100644 index 000000000..056ddf1ca --- /dev/null +++ b/src/renderer/corporate/common/corporate-details.jsx @@ -0,0 +1,128 @@ +import React from 'react'; +import { CardHeader, Card, CardContent, Typography, withStyles } from '@material-ui/core'; +import { CheckMaIcon, AttributeAlertIcon, EditTransparentIcon } from 'selfkey-ui'; + +const styles = theme => ({ + hr: { + backgroundColor: '#303C49', + border: 'none', + boxSizing: 'border-box', + height: '1px', + margin: '5px 16px' + }, + cardContentBox: { + height: 'initial' + }, + cardContent: { + alignItems: 'flex-start', + display: 'flex', + flexDirection: 'column', + justifyContent: 'center' + }, + cardAction: { + padding: '1em 1em 0' + }, + regularText: { + '& span': { + fontWeight: 400 + } + }, + attr: { + display: 'block', + marginBottom: '20px', + '& .label': { + display: 'inline-block', + minWidth: '12em' + }, + '& h5': { + display: 'inline-block' + }, + '& svg': { + marginRight: '0.5em', + verticalAlign: 'middle' + } + } +}); + +const renderAttr = attr => + attr ? ( + + + {attr} + + ) : ( + + + Missing + + ); + +const renderAddressAtr = profile => { + const addressAtr = profile.allAttributes.find(a => a.name === 'Address'); + if (addressAtr) { + const value = addressAtr.data.value; + return renderAttr(!value ? `${value.address_line_1} ${value.address_line_2}` : ''); + } else return renderAttr(''); +}; + +const editAction = onEdit => ( +
+ +
+); + +const CorporateDetails = withStyles(styles)(props => { + const { classes, profile, onEdit } = props; + return ( + + +
+ +
+
+ + Jurisdiction + + {renderAttr(profile.jurisdiction)} +
+
+ + Entity Type + + {renderAttr(profile.entityType)} +
+
+ + Incorporation Date + + {renderAttr(profile.creationDate)} +
+
+ + Address + + {renderAddressAtr(profile)} +
+ {profile.did && ( +
+ + DID + + {profile.did} +
+ )} +
+
+
+ ); +}); + +export { CorporateDetails }; +export default CorporateDetails; diff --git a/src/renderer/corporate/common/corporate-documents.jsx b/src/renderer/corporate/common/corporate-documents.jsx new file mode 100644 index 000000000..4e8809a80 --- /dev/null +++ b/src/renderer/corporate/common/corporate-documents.jsx @@ -0,0 +1,205 @@ +import React from 'react'; +import moment from 'moment'; +import { + CardHeader, + Card, + CardContent, + Typography, + Table, + TableCell, + TableRow, + TableHead, + TableBody, + IconButton, + Button, + withStyles +} from '@material-ui/core'; +import { + SmallTableHeadRow, + EditTransparentIcon, + DeleteIcon, + FilePdfIcon, + FileImageIcon, + FileDefaultIcon, + FileMultipleIcon, + FileAudioIcon +} from 'selfkey-ui'; + +const styles = theme => ({ + hr: { + backgroundColor: '#303C49', + border: 'none', + boxSizing: 'border-box', + height: '1px', + margin: '5px 16px' + }, + card: { + marginTop: '22px' + }, + cardHeader: { + whiteSpace: 'normal', + wordBreak: 'break-all' + }, + cardContent: { + alignItems: 'center', + display: 'flex', + flexDirection: 'column', + justifyContent: 'center' + }, + regularText: { + '& span': { + fontWeight: 400 + } + }, + documentColumn: { + display: 'flex', + alignItems: 'center', + '& .file-icon': { + marginRight: '15px' + } + }, + button: { + display: 'flex', + justifyContent: 'center', + marginTop: '30px' + } +}); + +const renderLastUpdateDate = ({ updatedAt }) => moment(updatedAt).format('DD MMM YYYY, hh:mm a'); + +// const renderAttributeLabel = ({ name }) => name || 'No label provided'; + +// const renderAttributeValue = ({ data }) => data.value || ''; + +const renderAttributeTitle = attr => attr.type.content.title || 'No title provided'; + +const renderDocumentName = ({ entry, classes }) => { + let fileType = null; + let fileName = null; + let FileIcon = FileDefaultIcon; + + if (entry.documents.length === 1) { + fileName = entry.documents[0].name; + fileType = entry.documents[0].mimeType; + if (fileType) { + if (fileType === 'application/pdf') FileIcon = FilePdfIcon; + else if (fileType.startsWith('audio')) FileIcon = FileAudioIcon; + else if (fileType.startsWith('image')) FileIcon = FileImageIcon; + } + } else if (entry.documents.length > 1) { + fileName = `${entry.documents.length} files`; + FileIcon = FileMultipleIcon; + } + + return ( +
+
+ +
+
+ {entry.name} + + {fileName} + +
+
+ ); +}; + +const DocumentExpiryDate = ({ doc }) => { + let date; + if (!doc || !doc.data || !doc.data.value || !doc.data.value.expires) { + date = '-'; + } else { + date = moment(doc.data.value.expires).format('DD MMM YYYY'); + } + return {date}; +}; + +const CorporateDocuments = withStyles(styles)(props => { + const { classes, documents = [], onEditDocument, onDeleteDocument, onAddDocument } = props; + return ( + + +
+ + + + + + Type + + + Label + + + Expiry Date + + + Last Edited + + + Actions + + + + + {documents.map(entry => ( + + + + {renderAttributeTitle(entry)} + + + + {renderDocumentName({ entry, classes })} + + + + + + + {renderLastUpdateDate(entry)} + + + + onEditDocument(entry)} + > + + + onDeleteDocument(entry)} + > + + + + + ))} + +
+
+ +
+
+
+ ); +}); + +export { CorporateDocuments }; +export default CorporateDocuments; diff --git a/src/renderer/corporate/common/corporate-information.jsx b/src/renderer/corporate/common/corporate-information.jsx new file mode 100644 index 000000000..3e3463982 --- /dev/null +++ b/src/renderer/corporate/common/corporate-information.jsx @@ -0,0 +1,197 @@ +import React from 'react'; +import moment from 'moment'; +import { + Grid, + CardHeader, + Card, + CardContent, + Typography, + Table, + TableHead, + TableBody, + IconButton, + Button, + withStyles +} from '@material-ui/core'; +import { + BookIcon, + SmallTableHeadRow, + SmallTableRow, + SmallTableCell, + EditTransparentIcon, + DeleteIcon +} from 'selfkey-ui'; + +const styles = theme => ({ + hr: { + backgroundColor: '#303C49', + border: 'none', + boxSizing: 'border-box', + height: '1px', + margin: '5px 16px' + }, + card: {}, + cardHeader: { + whiteSpace: 'normal', + wordBreak: 'break-all' + }, + cardContent: { + alignItems: 'stretch', + display: 'flex', + flexDirection: 'column', + justifyContent: 'center' + }, + cardAction: { + padding: '20px' + }, + regularText: { + '& span': { + fontWeight: 400 + } + }, + attr: { + margin: '0.5em', + display: 'block', + '& .label': { + display: 'inline-block', + minWidth: '12em' + }, + '& h5': { + display: 'inline-block' + }, + '& svg': { + marginRight: '0.5em', + verticalAlign: 'middle' + } + }, + informationLeft: { + alignItems: 'center', + display: 'flex', + flexDirection: 'column', + flexWrap: 'nowrap', + justifyContent: 'flex-end', + paddingRight: '30px' + }, + bookIcon: { + margin: '30px 0 20px' + }, + button: { + display: 'flex', + justifyContent: 'center', + marginTop: '30px' + } +}); + +const renderLastUpdateDate = ({ updatedAt }) => moment(updatedAt).format('DD MMM YYYY, hh:mm a'); + +// const renderAttributeLabel = ({ name }) => name || 'No label provided'; + +const renderAttributeValue = ({ data, type }) => { + let valueToString = ''; + if (type.content.type === 'object') { + for (const prop in data.value) { + if (Object.prototype.hasOwnProperty.call(data.value, prop)) { + valueToString += `${data.value[prop]} `; + } + } + } else { + valueToString = data.value || ''; + } + return valueToString.trim(); +}; + +const renderAttributeTitle = attr => attr.type.content.title || 'No title provided'; + +const CorporateInformation = withStyles(styles)(props => { + const { classes, attributes = [], onEditAttribute, onDeleteAttribute, onAddAttribute } = props; + return ( + + +
+ +
+ + +
+ + + Information provided here will be used for the KYC processes in + the Marketplace. + +
+
+ + + + + + Information + + + Label + + + Last edited + + + Actions + + + + + {attributes.map(attr => ( + + + + {renderAttributeTitle(attr)} + + + + + {renderAttributeValue(attr)} + + + + + {renderLastUpdateDate(attr)} + + + + onEditAttribute(attr)} + > + + + onDeleteAttribute(attr)} + > + + + + + ))} + +
+
+
+
+
+ +
+
+
+ ); +}); + +export { CorporateInformation }; +export default CorporateInformation; diff --git a/src/renderer/corporate/common/corporate-org-chart.jsx b/src/renderer/corporate/common/corporate-org-chart.jsx new file mode 100644 index 000000000..5e687fa55 --- /dev/null +++ b/src/renderer/corporate/common/corporate-org-chart.jsx @@ -0,0 +1,105 @@ +import React from 'react'; +import { Grid, CardHeader, Card, CardContent, withStyles } from '@material-ui/core'; +import { grey, EditTransparentIcon, typography } from 'selfkey-ui'; +import 'react-orgchart/index.css'; +import OrgChart from 'react-orgchart'; + +const styles = theme => ({ + hr: { + backgroundColor: '#303C49', + border: 'none', + boxSizing: 'border-box', + height: '1px', + margin: '5px 16px' + }, + card: {}, + cardHeader: { + whiteSpace: 'normal', + wordBreak: 'break-all' + }, + cardAction: { + padding: '1em 1em 0' + }, + regularText: { + '& span': { + fontWeight: 400 + } + }, + orgChart: { + overflow: 'scroll', + margin: 'auto', + '& .initechNode': { + backgroundColor: '#313D49', + border: `solid 1px ${grey}`, + borderRadius: '3px', + padding: '1em', + display: 'inline-block', + margin: '0 2px', + minWidth: '60px', + fontSize: '12px' + }, + '& .initechNode span': { + display: 'block', + color: `${typography}`, + fontSize: '12px', + marginTop: '0.5em' + }, + '& .orgNodeChildGroup .nodeLineTable .nodeGroupLineVerticalMiddle': { + borderRight: `solid 1px ${grey}` + }, + '& .nodeLineTable .nodeLineBorderTop': { + borderTop: `solid 1px ${grey}` + } + } +}); + +const generateStructFromCap = (name, cap) => { + return { + name: name, + role: 'Entity', + children: cap + }; +}; + +const editAction = onEdit => ( +
+ +
+); + +const treeNode = ({ node }) => ( +
+ {node.name} + {node.role} +
+); + +const CorporateOrgChart = withStyles(styles)(props => { + const { classes, profile, cap = [], onEdit } = props; + return ( + + + + +
+ + + +
+
+
+ ); +}); + +export { CorporateOrgChart }; +export default CorporateOrgChart; diff --git a/src/renderer/corporate/common/corporate-shareholding.jsx b/src/renderer/corporate/common/corporate-shareholding.jsx new file mode 100644 index 000000000..5d07ea142 --- /dev/null +++ b/src/renderer/corporate/common/corporate-shareholding.jsx @@ -0,0 +1,146 @@ +import React from 'react'; +import { Grid, CardHeader, Card, CardContent, withStyles } from '@material-ui/core'; +import { Chart } from 'react-google-charts'; + +const styles = theme => ({ + hr: { + backgroundColor: '#303C49', + border: 'none', + boxSizing: 'border-box', + height: '1px', + margin: '5px 16px' + }, + regularText: { + '& span': { + fontWeight: 400 + } + }, + legend: { + alignSelf: 'flex-end', + marginBottom: '1em', + '& > div': { + display: 'flex', + alignItems: 'center', + marginTop: '0.5em' + }, + '& span': { + marginLeft: '0.5em' + } + }, + coloredBox: { + width: '22px !important', + height: '8px !important', + borderRadius: '8px !important', + position: 'relative' + }, + chartWrap: { + display: 'flex', + '& div.google-visualization-tooltip': { + backgroundColor: '#1F2830', + border: '1px solid #43505B', + boxShadow: 'none', + top: '40px !important', + '& .google-visualization-tooltip-item span': { + fontSize: '13px !important' + }, + '& .google-visualization-tooltip-item-list li:first-child span': { + color: '#93B0C1 !important' + }, + '& .google-visualization-tooltip-item-list li:nth-child(2) span': { + color: '#FFFFFF !important' + } + } + } +}); + +const getColors = () => { + // TODO: generate random colors algorithm to account for unknown number of shareholders + return ['#46dfba', '#46b7df', '#238db4', '#1d7999', '#0e4b61']; +}; + +const chartOptions = { + backgroundColor: 'transparent', + title: '', + chartArea: { left: 15, top: 15, bottom: 15, right: 15 }, + pieHole: 0.7, + pieSliceBorderColor: 'none', + colors: getColors(), + legend: { + position: 'none' + }, + fontSize: 13, + pieSliceText: 'none', + tooltip: { + isHtml: true + }, + animation: { + startup: true + } +}; + +const getChartData = cap => { + const data = [['Content', 'percents']]; + const dataPoints = cap.map(shareholder => [shareholder.name, shareholder.shares]); + return data.concat(dataPoints); +}; + +const selectEvent = { + eventName: 'select', + callback: ({ chartWrapper }) => { + // const selection = chartWrapper.getChart().getSelection(); + } +}; + +const readyEvent = { + eventName: 'ready', + callback: ({ chartWrapper, google }) => { + const chart = chartWrapper.getChart(); + google.visualization.events.addListener(chart, 'onmouseover', e => {}); + google.visualization.events.addListener(chart, 'onmouseout', e => {}); + } +}; + +/* +let pieChartRef = null; +ref={c => { + pieChartRef = c; +}} +*/ + +const CorporateShareholding = withStyles(styles)(props => { + const { classes, cap = [] } = props; + return ( + + +
+ +
+ + + {cap.map((shareholder, index) => ( +
+
+ {shareholder.name} +
+ ))} + +
+ + + ); +}); + +export { CorporateShareholding }; +export default CorporateShareholding; diff --git a/src/renderer/corporate/dashboard/applications-tab.jsx b/src/renderer/corporate/dashboard/applications-tab.jsx new file mode 100644 index 000000000..13a5467be --- /dev/null +++ b/src/renderer/corporate/dashboard/applications-tab.jsx @@ -0,0 +1,9 @@ +import React from 'react'; +import { withStyles } from '@material-ui/core'; + +const styles = theme => ({}); + +const CorporateApplicationsTab = withStyles(styles)(({ classes }) =>
); + +export { CorporateApplicationsTab }; +export default CorporateApplicationsTab; diff --git a/src/renderer/corporate/dashboard/dashboard-container.jsx b/src/renderer/corporate/dashboard/dashboard-container.jsx new file mode 100644 index 000000000..3b2f389f5 --- /dev/null +++ b/src/renderer/corporate/dashboard/dashboard-container.jsx @@ -0,0 +1,172 @@ +import React, { Component } from 'react'; +import { connect } from 'react-redux'; +import { identitySelectors, identityOperations } from 'common/identity'; +import { CorporateDashboardPage } from './dashboard-page'; +import { RegisterDidCardContainer } from '../../did'; +import { + CreateAttributeContainer, + EditAttributeContainer, + DeleteAttributeContainer +} from '../../attributes'; + +// TODO: to be replaced with real data +const dummyMembers = [ + { + id: '1', + name: 'Giacomo Guilizzoni', + type: 'Person', + role: 'Director, Shareholder', + citizenship: 'Italy', + residency: 'Singapore', + shares: '45%' + }, + { + id: '2', + name: 'Marco Botton Ltd', + type: 'Corporate', + role: 'Shareholder', + citizenship: 'Hong Kong', + residency: 'Hong Kong', + shares: '9%' + }, + { + id: '3', + name: 'Big Things Ltd', + type: 'Corporate', + role: 'Shareholder', + citizenship: 'Hong Kong', + residency: 'Hong Kong', + shares: '41%' + }, + { + id: '4', + name: 'John Dafoe', + type: 'Person', + role: 'Director', + citizenship: 'France', + residency: 'France', + shares: '5%' + } +]; + +const dummyCorporateCapTable = [ + { + type: 'Person', + role: 'Director', + name: 'John Doe', + email: 'john.doe@email.com', + citizenship: 'Italy', + residency: 'Singapore', + shares: 0.5, + children: [] + }, + { + type: 'Corporate', + role: 'Shareholder', + name: 'ACME Inc', + email: null, + citizenship: 'Hong Kong', + residency: 'Hong Kong', + shares: 0.09, + children: dummyMembers + }, + { + type: 'Corporate', + role: 'Shareholder', + name: 'Apple Inc', + email: null, + citizenship: 'U.S.A.', + residency: 'U.S.A.', + shares: 0.41, + children: [] + } +]; + +const mapStateToProps = (state, props) => { + return { + identity: identitySelectors.selectCurrentIdentity(state), + profile: identitySelectors.selectCurrentCorporateProfile(state), + applications: [], // marketplace applications, + members: dummyMembers, + cap: dummyCorporateCapTable + }; +}; + +class CorporateDashboardContainer extends Component { + state = { + popup: null + }; + + componentDidUpdate() { + if (this.props.identity.type !== 'corporate') { + this.props.dispatch(identityOperations.navigateToProfileOperation()); + } + } + + handleAttributeDelete = attributeId => + this.props.dispatch(identityOperations.removeIdAttributeOperation(attributeId)); + + handleEditAttribute = attribute => { + this.setState({ popup: 'edit-attribute', editAttribute: attribute }); + }; + handleAddAttribute = () => { + this.setState({ popup: 'create-attribute', isDocument: false }); + }; + handleAddDocument = () => { + this.setState({ popup: 'create-attribute', isDocument: true }); + }; + handleDeleteAttribute = attribute => { + this.setState({ popup: 'delete-attribute', deleteAttribute: attribute }); + }; + handlePopupClose = () => { + this.setState({ popup: null }); + }; + + render() { + const { popup } = this.state; + return ( + + {popup === 'create-attribute' && ( + + )} + {popup === 'edit-attribute' && ( + + )} + {popup === 'delete-attribute' && ( + + )} + + + } + /> + + ); + } +} + +const connectedComponent = connect(mapStateToProps)(CorporateDashboardContainer); +export { connectedComponent as CorporateDashboardContainer }; diff --git a/src/renderer/corporate/dashboard/dashboard-page.jsx b/src/renderer/corporate/dashboard/dashboard-page.jsx new file mode 100644 index 000000000..0acdb21de --- /dev/null +++ b/src/renderer/corporate/dashboard/dashboard-page.jsx @@ -0,0 +1,57 @@ +import React from 'react'; +import { Typography, Grid, withStyles } from '@material-ui/core'; +import { CorporateComponent } from '../common/corporate-component'; +import { CorporateDashboardTabs } from './dashboard-tabs'; + +const styles = theme => ({ + container: { + width: '100%' + }, + title: { + padding: '0' + }, + header: { + marginBottom: '45px' + } +}); +class CorporateDashboardPage extends CorporateComponent { + state = { + tab: 'overview' + }; + + onTabChange = tab => this.setState({ tab }); + + onEditCorporateDetails = () => this.setState({ tab: 'information' }); + + render() { + const { classes } = this.props; + const { tab } = this.state; + return ( + + + + SelfKey Corporate Wallet + + + + + + + ); + } +} + +const styledComponent = withStyles(styles)(CorporateDashboardPage); +export { styledComponent as CorporateDashboardPage }; diff --git a/src/renderer/corporate/dashboard/dashboard-tabs.jsx b/src/renderer/corporate/dashboard/dashboard-tabs.jsx new file mode 100644 index 000000000..cdf060000 --- /dev/null +++ b/src/renderer/corporate/dashboard/dashboard-tabs.jsx @@ -0,0 +1,50 @@ +import React from 'react'; +import { withStyles, Tabs, Tab } from '@material-ui/core'; +import { CorporateOverviewTab } from './overview-tab'; +import { CorporateInformationTab } from './information-tab'; +import { CorporateMembersTab } from './members-tab'; +import { CorporateApplicationsTab } from './applications-tab'; +import { CorporateHistoryTab } from './history-tab'; + +const styles = theme => ({ + dashboardTabs: { + alignItems: 'stretch', + display: 'flex', + flexDirection: 'column', + justifyContent: 'flex-start' + }, + tabs: { + marginBottom: '40px' + } +}); + +export const CorporateDashboardTabs = withStyles(styles)( + ({ classes, tab = 'overview', onTabChange, ...tabProps }) => { + return ( +
+ onTabChange(value)} + > + + + + + + + {tab === 'overview' && } + {tab === 'information' && ( + + )} + {tab === 'members' && } + {tab === 'applications' && ( + + )} + {tab === 'history' && } +
+ ); + } +); + +export default CorporateDashboardTabs; diff --git a/src/renderer/corporate/dashboard/history-tab.jsx b/src/renderer/corporate/dashboard/history-tab.jsx new file mode 100644 index 000000000..31bd0696f --- /dev/null +++ b/src/renderer/corporate/dashboard/history-tab.jsx @@ -0,0 +1,9 @@ +import React from 'react'; +import { withStyles } from '@material-ui/core'; + +const styles = theme => ({}); + +const CorporateHistoryTab = withStyles(styles)(({ classes }) =>
); + +export { CorporateHistoryTab }; +export default CorporateHistoryTab; diff --git a/src/renderer/corporate/dashboard/information-tab.jsx b/src/renderer/corporate/dashboard/information-tab.jsx new file mode 100644 index 000000000..5b8630605 --- /dev/null +++ b/src/renderer/corporate/dashboard/information-tab.jsx @@ -0,0 +1,42 @@ +import React from 'react'; +import { withStyles, Grid } from '@material-ui/core'; +import { CorporateInformation } from '../common/corporate-information'; +import { CorporateDocuments } from '../common/corporate-documents'; + +const styles = theme => ({}); + +const CorporateInformationTab = withStyles(styles)( + ({ + classes, + attributes, + onAddAttribute, + onEditAttribute, + onDeleteAttribute, + documents, + onAddDocument, + onEditDocument, + onDeleteDocument + }) => ( + + + + + + + + + ) +); + +export { CorporateInformationTab }; +export default CorporateInformationTab; diff --git a/src/renderer/corporate/dashboard/members-tab.jsx b/src/renderer/corporate/dashboard/members-tab.jsx new file mode 100644 index 000000000..dcf811ec2 --- /dev/null +++ b/src/renderer/corporate/dashboard/members-tab.jsx @@ -0,0 +1,9 @@ +import React from 'react'; +import { withStyles } from '@material-ui/core'; + +const styles = theme => ({}); + +const CorporateMembersTab = withStyles(styles)(({ classes }) =>
); + +export { CorporateMembersTab }; +export default CorporateMembersTab; diff --git a/src/renderer/corporate/dashboard/overview-tab.jsx b/src/renderer/corporate/dashboard/overview-tab.jsx new file mode 100644 index 000000000..295bcc3be --- /dev/null +++ b/src/renderer/corporate/dashboard/overview-tab.jsx @@ -0,0 +1,67 @@ +import React from 'react'; +import { Grid, withStyles } from '@material-ui/core'; +import { CorporateDetails } from '../common/corporate-details'; +import { CorporateApplicationsSummary } from '../common/corporate-applications'; +import { CorporateCapTable } from '../common/corporate-cap-table'; +import { CorporateShareholding } from '../common/corporate-shareholding'; +import { CorporateOrgChart } from '../common/corporate-org-chart'; + +const styles = theme => ({ + overviewBox: { + alignItems: 'strech', + display: 'flex', + flexDirection: 'column', + justifyContent: 'flex-start', + '& .halfWidgetBox': { + alignItems: 'stretch', + display: 'flex', + flexWrap: 'nowrap', + justifyContent: 'space-between', + margin: '30px 0', + '& .halfWidth': { + width: '100%' + }, + '& .halfWidth:first-child': { + marginRight: 15 + }, + '& .halfWidth:last-child': { + marginLeft: 15 + } + } + } +}); + +const CorporateOverviewTab = withStyles(styles)( + ({ classes, applications, profile, cap, onEditCorporateDetails, didComponent }) => ( +
+
+ {!profile.did && {didComponent}} +
+
+ +
+
+ +
+
+
+ +
+
+
+ +
+
+ +
+
+
+
+ ) +); + +export { CorporateOverviewTab }; +export default CorporateOverviewTab; diff --git a/src/renderer/corporate/index.js b/src/renderer/corporate/index.js new file mode 100644 index 000000000..73d44a67b --- /dev/null +++ b/src/renderer/corporate/index.js @@ -0,0 +1,4 @@ +import { CorporateDashboardContainer } from './dashboard/dashboard-container'; +import { CorporateDashboardPage } from './dashboard/dashboard-page'; + +export { CorporateDashboardContainer, CorporateDashboardPage }; diff --git a/src/renderer/corporate/member/corporate-add-member-container.jsx b/src/renderer/corporate/member/corporate-add-member-container.jsx new file mode 100644 index 000000000..a8e9da62e --- /dev/null +++ b/src/renderer/corporate/member/corporate-add-member-container.jsx @@ -0,0 +1,77 @@ +import React, { Component } from 'react'; +import { CorporateAddMember } from './corporate-add-member'; +import { connect } from 'react-redux'; +import { addressBookSelectors, addressBookOperations } from 'common/address-book'; +import { withStyles } from '@material-ui/core/styles'; +import { push } from 'connected-react-router'; + +const styles = theme => ({ + radioBoxContainer: { + margin: '10px 0 40px' + } +}); + +class CorporateAddMemberContainer extends Component { + state = { + label: '', + address: '' + }; + + componentDidMount() { + this.props.dispatch(addressBookOperations.resetAdd()); + } + + handleSubmit = event => { + event.preventDefault(); + return this.handleSave(this.state.label, this.state.address); + }; + + handleSave = async (label, address) => { + await this.props.dispatch(addressBookOperations.addAddressBookEntry({ label, address })); + this.closeAction(); + }; + + handleLabelChange = event => { + event.preventDefault(); + const label = event.target.value; + this.setState({ + ...this.state, + label + }); + this.props.dispatch(addressBookOperations.validateLabel(label)); + }; + + handleAddressChange = event => { + event.preventDefault(); + const address = event.target.value; + this.setState({ + ...this.state, + address + }); + this.props.dispatch(addressBookOperations.validateAddress(address)); + }; + + closeAction = () => { + this.props.dispatch(push('/main/create-corporate-profile')); + }; + + render() { + return ( + + ); + } +} + +const mapStateToProps = (state, props) => { + return { + labelError: addressBookSelectors.getLabelError(state), + addressError: addressBookSelectors.getAddressError(state) + }; +}; + +const styledComponent = withStyles(styles)(CorporateAddMemberContainer); +export default connect(mapStateToProps)(styledComponent); diff --git a/src/renderer/corporate/member/corporate-add-member.jsx b/src/renderer/corporate/member/corporate-add-member.jsx new file mode 100644 index 000000000..eba440d06 --- /dev/null +++ b/src/renderer/corporate/member/corporate-add-member.jsx @@ -0,0 +1,745 @@ +import React, { Component } from 'react'; +import { + ModalWrap, + ModalCloseButton, + ModalCloseIcon, + ModalHeader, + ModalBody, + StyledButton, + DirectorIcon, + ChartIcon, + ProfileIcon, + CompanyIcon +} from 'selfkey-ui'; +import { Grid, Modal, Typography, Input, Select, MenuItem } from '@material-ui/core'; +import { KeyboardArrowDown } from '@material-ui/icons'; +import { withStyles } from '@material-ui/core/styles'; + +const styles = theme => ({ + errorText: { + height: '19px', + width: '242px', + color: '#FE4B61', + fontFamily: 'Lato', + fontSize: '13px', + lineHeight: '19px' + }, + errorColor: { + color: '#FE4B61 !important', + border: '2px solid #FE4B61 !important', + backgroundColor: 'rgba(255,46,99,0.09) !important' + }, + input: { + height: '46px', + width: '722px', + '&::-webkit-input-placeholder': { + fontSize: '14px', + color: '#93B0C1' + } + }, + inputError: { + borderBottom: '2px solid #FE4B61 !important' + }, + label: { + color: '#93A4AF', + fontSize: '12px', + fontWeight: 'bold', + lineHeight: '15px' + }, + inputBox: { + marginBottom: '35px', + width: '47%' + }, + optional: { + display: 'inline', + fontStyle: 'italic', + marginLeft: '5px', + textTransform: 'lowercase' + }, + shareInput: { + maxWidth: '160px', + marginRight: '10px', + '& input': { + textAlign: 'right' + } + }, + hr: { + backgroundColor: '#303C49', + border: 'none', + boxSizing: 'border-box', + height: '1px', + margin: '40px 0', + width: '100%' + }, + title: { + marginTop: '12px' + }, + icon: { + marginRight: '15px' + }, + radiobox: { + backgroundColor: '#293743', + borderRadius: '4px', + boxSizing: 'border-box', + maxWidth: '280px', + minWidth: '215px', + padding: '25px' + }, + radioBoxContainer: { + margin: '10px 0 40px' + }, + radio: { + margin: '0 15px', + '& input[type="radio"]': { + opacity: 0 + }, + '& input[type="radio"] + label::after': { + content: 'none' + }, + '& label::before': { + content: '', + display: 'inline-block', + height: '16px', + width: '16px', + border: '1px solid' + }, + '& label::after': { + content: '', + display: 'inline-block', + height: '6px', + width: '9px', + borderLeft: '2px solid', + borderBottom: '2px solid', + transform: 'rotate(-45deg)' + }, + '& input[type="radio"] + label': { + '& div': { + border: '2px solid #1D505F', + cursor: 'pointer' + } + }, + '& input[type="radio"]:checked + label': { + '& div': { + border: '2px solid #1CA9BA', + cursor: 'pointer' + } + } + } +}); + +class CorporateAddMemberComponent extends Component { + state = { + error: '', + errorEmail: false, + nickName: '', + firstName: '', + lastName: '', + email: '', + isDisabled: true + }; + + handleEmailChange = event => { + this.setState({ email: event.target.value }, () => { + let valid = this.isValidEmail(this.state.email); + this.setState({ errorEmail: !valid }, () => { + this.isDisabled(); + }); + }); + }; + + render() { + const { classes, labelError, addressError } = this.props; + const hasLabelError = labelError !== '' && labelError !== undefined; + const hasAddressError = addressError !== '' && addressError !== undefined; + + return ( + + + + + + + + + Add Company Member + + + + +
+ + + + + + Select a role + + + + +
+ + +
+
+ + +
+
+
+
+
+ + + + + Type + + + + +
+ + +
+
+ + +
+
+
+
+
+
+ + + + + + + + + First Name + + + + + + + + + + Last Name + + + + + + + + + + + + Citizenship + + + + + + + + + + Residency + + + + + + + + + + + + Email + + + + + {this.state.errorEmail && ( + + {'Email provided is invalid'} + + )} + + + + + + Phone + + (optional) + + + + + + {this.state.errorEmail && ( + + {'Phone number is invalid'} + + )} + + + + + + + + Shares owned + + + + + + + % + + + {this.state.errorEmail && ( + + {'You can use only numbers'} + + )} + + + + + + + + Selfkey DID + + (optional) + + + + + + {this.state.errorEmail && ( + + {'DID is invalid'} + + )} + + + + + + + +
+ + + + + Continue + + + + + Cancel + + + + +
+
+
+
+ ); + } +} + +export const CorporateAddMember = withStyles(styles)(CorporateAddMemberComponent); + +export default CorporateAddMember; diff --git a/src/renderer/corporate/wizard/corporate-wizard-container.jsx b/src/renderer/corporate/wizard/corporate-wizard-container.jsx new file mode 100644 index 000000000..202199ed5 --- /dev/null +++ b/src/renderer/corporate/wizard/corporate-wizard-container.jsx @@ -0,0 +1,211 @@ +import React, { Component } from 'react'; +import _ from 'lodash'; +import { connect } from 'react-redux'; +import { appSelectors } from 'common/app'; +import { CorporateWizard } from './corporate-wizard'; +import { push } from 'connected-react-router'; +import { identityAttributes } from 'common/identity/utils'; +import { identityOperations, identitySelectors } from 'common/identity'; + +const fields = ['jurisdiction', 'taxId', 'entityType', 'email', 'entityName', 'creationDate']; + +class CorporateWizardContainerComponent extends Component { + constructor(props) { + super(props); + const { basicIdentity = {} } = props; + this.state = { + errors: { hasErrors: false }, + jurisdiction: basicIdentity.jurisdiction || '', + taxId: basicIdentity.taxId || null, + entityType: basicIdentity.entityType || '', + email: basicIdentity.email || null, + entityName: basicIdentity.entityName || null, + creationDate: basicIdentity.creationDate || null + }; + } + + componentDidMount() { + if (this.props.identity && this.props.identity.type !== 'corporate') { + this.props.dispatch(identityOperations.navigateToProfileOperation()); + } + } + + componentDidUpdate() { + if (this.props.identity && this.props.identity.type !== 'corporate') { + this.props.dispatch(identityOperations.navigateToProfileOperation()); + } + } + + handleFieldChange = name => evt => { + let value = evt; + + if (evt && evt.target) { + value = evt.target.value; + } + + const stateErrors = { ...this.state.errors }; + delete stateErrors[name]; + const errors = this.validateAllAttributes([{ name, value }]); + + this.setState({ + [name]: value + }); + this.setErrors({ ...stateErrors, ...errors }); + }; + + setErrors(errors) { + const hasErrors = Object.keys(errors).length > 1; + this.setState({ + errors: { ...errors, hasErrors } + }); + } + + validateAllAttributes(attrs) { + const errorText = { + email: 'Email provided is invalid', + jurisdiction: 'Please select a jurisdiction', + entityName: 'Please enter an entity name', + entityType: 'Please select a entity type', + creationDate: 'Please enter company creation date', + taxId: 'Tax id provided is invalid' + }; + if (!attrs) { + attrs = fields.map(name => ({ name, value: this.state[name] })); + } + const errors = attrs.reduce( + (acc, curr) => { + const { name, value } = curr; + const isError = !this.isValidAttribute(name, value); + + if (isError) { + acc[name] = errorText[name]; + acc.hasErrors = true; + } + return acc; + }, + { hasErrors: false } + ); + + return errors; + } + + isValidAttribute(name, value) { + const { basicAttributeTypes } = this.props; + const type = basicAttributeTypes[name]; + if (!type || !type.content) { + throw new Error('Not a basic attribute'); + } + + if (!value) { + return !type.required; + } + + return identityAttributes.validate(type.content, value, []); + } + + handleContinueClick = evt => { + evt && evt.preventDefault(); + + const errors = this.validateAllAttributes(); + + if (errors.hasErrors) { + return this.setErrors(errors); + } + + this.props.dispatch( + identityOperations.createCorporateProfileOperation({ + ..._.pick(this.state, fields), + identityId: this.props.match.params.identityId + }) + ); + }; + + handleCancelClick = evt => { + evt && evt.preventDefault(); + this.props.dispatch(push('/main/dashboard')); + }; + + isDisabled() { + return this.state.errors.hasErrors; + } + + render() { + const companyForm = _.pick( + this.state, + 'errors', + 'jurisdiction', + 'taxId', + 'entityType', + 'email', + 'entityName', + 'creationDate' + ); + return ( + + ); + } +} + +// const dummyMembers = [ +// { +// id: '1', +// name: 'Giacomo Guilizzoni', +// type: 'Person', +// role: 'Director, Shareholder', +// citizenship: 'Italy', +// residency: 'Singapore', +// shares: '45%' +// }, +// { +// id: '2', +// name: 'Marco Botton Ltd', +// type: 'Corporate', +// role: 'Shareholder', +// citizenship: 'Hong Kong', +// residency: 'Hong Kong', +// shares: '9%' +// }, +// { +// id: '3', +// name: 'Big Things Ltd', +// type: 'Corporate', +// role: 'Shareholder', +// citizenship: 'Hong Kong', +// residency: 'Hong Kong', +// shares: '41%' +// }, +// { +// id: '4', +// name: 'John Dafoe', +// type: 'Person', +// role: 'Director', +// citizenship: 'France', +// residency: 'France', +// shares: '5%' +// } +// ]; + +const mapStateToProps = (state, props) => { + return { + basicAttributeTypes: identitySelectors.selectBasicCorporateAttributeTypes(state), + basicIdentity: identitySelectors.selectCorporateProfile( + state, + props.match.params.identityId + ), + walletType: appSelectors.selectWalletType(state), + jurisdictions: identitySelectors.selectCorporateJurisdictions(state), + entityTypes: identitySelectors.selectCorporateLegalEntityTypes(state) + // members: dummyMembers + }; +}; + +export const CorporateWizardContainer = connect(mapStateToProps)(CorporateWizardContainerComponent); + +export default CorporateWizardContainer; diff --git a/src/renderer/corporate/wizard/corporate-wizard.jsx b/src/renderer/corporate/wizard/corporate-wizard.jsx new file mode 100644 index 000000000..ab92ec8c7 --- /dev/null +++ b/src/renderer/corporate/wizard/corporate-wizard.jsx @@ -0,0 +1,428 @@ +import React, { Component } from 'react'; +import { + CardHeader, + Card, + CardContent, + Typography, + Button, + Input, + MenuItem, + Select, + withStyles +} from '@material-ui/core'; +import { KeyboardArrowDown } from '@material-ui/icons'; +import { KeyPicker } from 'selfkey-ui'; + +const styles = theme => ({ + hr: { + backgroundColor: '#303C49', + border: 'none', + boxSizing: 'border-box', + height: '1px', + margin: '5px 30px 10px' + }, + card: { + overflow: 'visible' + }, + regularText: { + padding: '24px 30px', + '& span': { + fontWeight: 400 + } + }, + cancel: { + paddingLeft: '20px' + }, + footer: { + alignItems: 'flex-start', + display: 'flex', + justifyContent: 'flex-start', + paddingTop: '60px' + }, + inputBox: { + marginBottom: '35px', + width: '47%' + }, + lastInputBox: { + marginBottom: '26px', + width: '47%' + }, + keyBox: { + marginBottom: '35px', + marginRight: 'calc(47% - 200px)', + width: '200px', + '& .rdt': { + width: '180px' + } + }, + optional: { + display: 'inline', + fontStyle: 'italic', + marginLeft: '5px', + textTransform: 'lowercase' + }, + select: { + width: '100%' + }, + flexColumn: { + display: 'flex', + flexDirection: 'column' + }, + inputContainer: { + alignItems: 'flex-start', + justify: 'flex-start' + }, + inputWrap: { + display: 'flex', + flexWrap: 'nowrap', + justifyContent: 'space-between', + width: '100%' + }, + cardContent: { + padding: '24px 30px' + }, + wizardTitle: { + marginBottom: '45px' + } +}); + +const InputTitle = withStyles(styles)(({ classes, title, optional = false }) => { + return ( +
+ + {title} + {optional ? ( + + (optional) + + ) : ( + '' + )} + +
+ ); +}); + +const CompanyInformation = withStyles(styles)(props => { + const { + classes, + jurisdictions = [], + entityTypes = [], + errors = {}, + jurisdiction, + taxId, + entityType, + email, + entityName, + creationDate, + onFieldChange = () => {} + } = props; + return ( +
+ + +
+ +
+
+
+
+ + + {errors.jurisdiction && ( + + {errors.jurisdiction} + + )} +
+
+ + + {errors.entityName && ( + + {errors.entityName} + + )} +
+
+
+
+ + + {errors.entityType && ( + + {errors.entityType} + + )} +
+
+ + div': { + width: '200px !important' + } + }} + /> + {errors.creationDate && ( + + {errors.creationDate} + + )} +
+
+
+
+ + + {errors.email && ( + + {errors.email} + + )} +
+
+ + + {errors.taxId && ( + + {errors.taxId} + + )} +
+
+
+
+
+
+
+ ); +}); + +// const MembersList = withStyles(styles)(props => { +// const { classes, members } = props; +// return ( +// +// +// +// +//
+// +// +// +// +// +// +// +// +// Name +// +// +// Type +// +// +// Role +// +// +// +// Citizenship / Incorporation +// +// +// +// +// Residency / Domicile +// +// +// +// +// Shares +// +// +// +// +// Actions +// +// +// +// +// +// {members && +// members.map(entry => { +// return ( +// +// +// +// {entry.name} +// +// +// {entry.type} +// {entry.role} +// +// {entry.citizenship} +// +// {entry.residency} +// +// +// {entry.shares} +// +// +// +// +// { +// this.handleEditMember( +// entry +// ); +// }} +// /> +// +// { +// this.handleDeleteMember( +// entry +// ); +// }} +// > +// +// +// +// +// ); +// })} +// +//
+//
+//
+// +// +// +// +// +//
+//
+//
+//
+//
+// ); +// }); + +class CorporateWizardComponent extends Component { + render() { + const { classes, isDisabled } = this.props; + return ( +
+
+ SelfKey Corporate Wallet Setup +
+
+ + {/* */} +
+
+
+ +
+
+ +
+
+
+ ); + } +} + +export const CorporateWizard = withStyles(styles)(CorporateWizardComponent); + +export default CorporateWizard; diff --git a/src/renderer/crypto-manager/add-token-container.jsx b/src/renderer/crypto-manager/add-token-container.jsx index 7faf1b148..a8367a46c 100644 --- a/src/renderer/crypto-manager/add-token-container.jsx +++ b/src/renderer/crypto-manager/add-token-container.jsx @@ -20,7 +20,8 @@ import { ModalHeader, ModalBody, KeyTooltip, - InfoTooltip + InfoTooltip, + BackButton } from 'selfkey-ui'; const styles = theme => ({ @@ -91,14 +92,6 @@ const styles = theme => ({ cursor: 'pointer', textDecoration: 'none' }, - bold: { - fontWeight: 600 - }, - backButtonContainer: { - left: '15px', - position: 'absolute', - top: '120px' - }, topSpace: { marginTop: '30px' } @@ -242,18 +235,7 @@ class AddTokenContainerComponent extends Component { alignItems="center" spacing={32} > -
- -
+ diff --git a/src/renderer/crypto-manager/crypto-manager-container.jsx b/src/renderer/crypto-manager/crypto-manager-container.jsx index e585662dc..6735b0129 100644 --- a/src/renderer/crypto-manager/crypto-manager-container.jsx +++ b/src/renderer/crypto-manager/crypto-manager-container.jsx @@ -3,29 +3,16 @@ import { Grid, Button, Typography, withStyles, List } from '@material-ui/core'; import { connect } from 'react-redux'; import CryptoPriceTableContainer from './crypto-price-table-container'; import { push } from 'connected-react-router'; -import { MyCryptoLargeIcon, PriceSummary } from 'selfkey-ui'; +import { MyCryptoLargeIcon, PriceSummary, BackButton } from 'selfkey-ui'; import { getLocale } from 'common/locale/selectors'; import { getTokens } from 'common/wallet-tokens/selectors'; import { Popup } from '../common/popup'; import { walletTokensOperations } from 'common/wallet-tokens'; const styles = theme => ({ - back: { - position: 'absolute', - top: '100px', - left: '20px' - }, bottomSpace: { marginBottom: '15px' }, - bold: { - fontWeight: 600 - }, - backButtonContainer: { - left: '15px', - position: 'absolute', - top: '120px' - }, topSpace: { marginTop: '30px' }, @@ -230,20 +217,9 @@ class CryptoManagerContainerComponent extends Component { justify="flex-start" alignItems="center" spacing={32} + style={{ width: '100%', margin: 0 }} > -
- -
- + diff --git a/src/renderer/crypto-manager/crypto-price-table.jsx b/src/renderer/crypto-manager/crypto-price-table.jsx index 91d434570..9e2f74dfa 100644 --- a/src/renderer/crypto-manager/crypto-price-table.jsx +++ b/src/renderer/crypto-manager/crypto-price-table.jsx @@ -42,6 +42,27 @@ export const styles = theme => ({ marginLeft: '499px !important' } } + }, + cryptoPriceTable: { + bodySection: { + maxWidth: '1080px', + width: '100%' + }, + '@media screen and (min-width: 1230px)': { + bodySection: { + maxWidth: '1140px' + } + } + }, + address: { + maxWidth: '270px', + overflow: 'hidden', + textOverflow: 'ellipsis' + }, + '@media screen and (min-width: 1230px)': { + address: { + maxWidth: 'initial' + } } }); @@ -174,8 +195,10 @@ class CryptoPriceTableComponent extends Component { className={classes.summary} /> - - {token.address} + + + {token.address} + {visibilityButton} diff --git a/src/renderer/dashboard/token-box.jsx b/src/renderer/dashboard/token-box.jsx index dad028279..66f09c611 100644 --- a/src/renderer/dashboard/token-box.jsx +++ b/src/renderer/dashboard/token-box.jsx @@ -12,7 +12,7 @@ const styles = theme => ({ padding: 20, maxWidth: 350 }, - publicKey: { + address: { fontSize: 10.5 }, tokenBoxHeader: { @@ -37,7 +37,7 @@ const TokenBox = props => { CryptoCurrencyIconComponent, transferAction, children, - publicKey + address } = props; return ( @@ -69,11 +69,11 @@ const TokenBox = props => { variant="subtitle2" color="secondary" > - {publicKey} + {address} - + @@ -83,7 +83,7 @@ const TokenBox = props => { const mapStateToProps = state => { return { - publicKey: getWallet(state).publicKey + address: getWallet(state).address }; }; diff --git a/src/renderer/did/associate-did-container.js b/src/renderer/did/associate-did-container.js new file mode 100644 index 000000000..5480a72c7 --- /dev/null +++ b/src/renderer/did/associate-did-container.js @@ -0,0 +1,87 @@ +import React, { Component } from 'react'; +import { push } from 'connected-react-router'; +import { connect } from 'react-redux'; +import { identitySelectors } from 'common/identity'; +import { didSelectors, didOperations } from 'common/did'; +import { AssociateDid } from './associate-did'; + +class AssociateDIDContainerComponent extends Component { + state = { + did: '', + searching: false + }; + + componentDidMount() { + this.resetErrors(); + } + + componentDidUpdate(prevProps) { + if (prevProps.associateError !== this.props.associateError) { + if (this.state.searching) { + if (this.props.associateError === 'none') { + this.handleCancelClick(); + } + this.setState({ searching: false }); + } + } + } + + resetErrors = () => { + this.props.dispatch(didOperations.resetAssociateDIDOperation()); + }; + + handleCancelClick = evt => { + evt && evt.preventDefault(); + this.props.dispatch(push(this.props.didOriginUrl)); + }; + + handleFieldChange = async event => { + let value = event.target.value; + await this.resetErrors(); + this.setState({ did: value }); + }; + + associateDID = async () => { + await this.resetErrors(); + let did = this.state.did; + if (did !== '') { + await this.props.dispatch(didOperations.updateDIDOperation(did)); + } else { + this.setState({ searching: false }); + } + }; + + handleAssociateDidClick = () => { + this.setState({ searching: true }, async () => { + await this.associateDID(); + }); + }; + + render() { + const { associateError } = this.props; + const { did, searching } = this.state; + + return ( + + ); + } +} + +const mapStateToProps = (state, props) => { + return { + identity: identitySelectors.selectCurrentIdentity(state), + associateError: didSelectors.selectAssociateError(state), + didOriginUrl: didSelectors.selectOriginUrl(state) + }; +}; + +export const AssociateDIDContainer = connect(mapStateToProps)(AssociateDIDContainerComponent); + +export default AssociateDIDContainer; diff --git a/src/renderer/did/associate-did.jsx b/src/renderer/did/associate-did.jsx new file mode 100644 index 000000000..bda5f3be6 --- /dev/null +++ b/src/renderer/did/associate-did.jsx @@ -0,0 +1,188 @@ +import React from 'react'; +import { + Grid, + Button, + Typography, + withStyles, + Input, + CircularProgress, + Paper +} from '@material-ui/core'; +import { MergeIcon, ModalWrap, ModalHeader, ModalBody, CloseButtonIcon } from 'selfkey-ui'; + +const styles = theme => ({ + icon: { + width: '66px', + height: '71px' + }, + modalPosition: { + position: 'static', + marginTop: '30px' + }, + loading: { + position: 'relative', + marginLeft: '10px', + top: '5px' + }, + searching: { + height: '19px', + width: '242px', + color: '#00C0D9', + fontFamily: 'Lato', + fontSize: '13px', + lineHeight: '19px', + textTransform: 'none', + marginLeft: '10px' + }, + errorText: { + height: '19px', + width: '242px', + color: '#FE4B61', + fontFamily: 'Lato', + fontSize: '13px', + lineHeight: '19px' + }, + errorColor: { + color: '#FE4B61 !important', + border: '2px solid #FE4B61 !important', + backgroundColor: 'rgba(255,46,99,0.09) !important' + }, + input: { + width: '100%', + '&::-webkit-input-placeholder': { + fontSize: '14px', + color: '#93B0C1' + } + }, + bold: { + fontWeight: 600 + }, + closeIcon: { + cursor: 'pointer', + position: 'absolute', + marginLeft: '759px', + marginTop: '-20px' + }, + label: { + marginBottom: '10px' + }, + buttoms: { + marginTop: '30px' + } +}); + +export const AssociateDid = withStyles(styles)(props => { + const { + classes, + searching, + associateError, + did, + onAssociateDidClick, + onCancelClick, + onFieldChange + } = props; + + const isEmpty = did === '' || did === undefined; + const hasAssociateError = associateError !== '' && associateError !== 'none' && did !== ''; + + const didInputClass = `${classes.input} ${ + hasAssociateError && !searching ? classes.errorColor : '' + }`; + + return ( + + + + + + + + + Associate DID with this wallet + + + + + + + + + + + + If you already registered on the SelfKey Network, you can + associate your existing DID number with this wallet. Just + copy/paste it below. + +
+ + DID Number + {searching && ( + + + + + + Please wait. Checking the blockchain for DID{' '} + information. + + + )} + + + {!searching && hasAssociateError && ( + + {associateError} + + )} + + + + + + + + + +
+
+
+
+
+
+ ); +}); diff --git a/src/renderer/selfkey-id/main/components/create-did.jsx b/src/renderer/did/create-did-popup-container.jsx similarity index 69% rename from src/renderer/selfkey-id/main/components/create-did.jsx rename to src/renderer/did/create-did-popup-container.jsx index 2956d6074..cc8b84f46 100644 --- a/src/renderer/selfkey-id/main/components/create-did.jsx +++ b/src/renderer/did/create-did-popup-container.jsx @@ -1,8 +1,8 @@ import React, { Component } from 'react'; import { connect } from 'react-redux'; import config from 'common/config'; -import { Popup } from '../../../common/popup'; -import { CreateDIDContent } from './create-did-content'; + +import { CreateDIDPopup } from './create-did-popup'; import { getLocale } from 'common/locale/selectors'; import { getTokens } from 'common/wallet-tokens/selectors'; import { getFiatCurrency } from 'common/fiatCurrency/selectors'; @@ -10,13 +10,13 @@ import { pricesSelectors } from 'common/prices'; import { ethGasStationInfoSelectors, ethGasStationInfoOperations } from 'common/eth-gas-station'; import { appOperations, appSelectors } from 'common/app'; import { gasSelectors, gasOperations } from 'common/gas'; -import { walletOperations, walletSelectors } from 'common/wallet'; +import { didSelectors, didOperations } from 'common/did'; import EthUnits from 'common/utils/eth-units'; import { push } from 'connected-react-router'; const CRYPTOCURRENCY = config.constants.primaryToken; -class CreateDIDComponent extends Component { +class CreateDIDPopupContainerComponent extends Component { state = { open: true, isConfirmationOpen: false @@ -44,7 +44,7 @@ class CreateDIDComponent extends Component { handleCreateDIDAction = async _ => { await this.props.dispatch(appOperations.setGoBackPath('/main/get-did')); - await this.props.dispatch(walletOperations.createWalletDID()); + await this.props.dispatch(didOperations.createDIDOperation()); if (this.props.walletType === 'ledger' || this.props.walletType === 'trezor') { await this.props.dispatch(appOperations.setGoNextPath('/main/hd-transaction-timer')); } @@ -54,29 +54,24 @@ class CreateDIDComponent extends Component { this.props.dispatch(push(this.props.didOriginUrl)); }; + handleLearnHowClicked = e => { + window.openExternal(e, 'https://help.selfkey.org/'); + }; + render() { const { open } = this.state; const { usdFee, ethFee, cryptoCurrency } = this.getPaymentParameters(); return ( - - - - - + ); } } @@ -91,10 +86,10 @@ const mapStateToProps = (state, props) => { ...getFiatCurrency(state), walletType: appSelectors.selectWalletType(state), gasLimit: gasSelectors.selectGas(state).didGasLimit, - didOriginUrl: walletSelectors.getDidOriginUrl(state) + didOriginUrl: didSelectors.selectOriginUrl(state) }; }; -export const CreateDID = connect(mapStateToProps)(CreateDIDComponent); +export const CreateDIDPopupContainer = connect(mapStateToProps)(CreateDIDPopupContainerComponent); -export default CreateDID; +export default CreateDIDPopupContainer; diff --git a/src/renderer/did/create-did-popup.jsx b/src/renderer/did/create-did-popup.jsx new file mode 100644 index 000000000..14fffe8b6 --- /dev/null +++ b/src/renderer/did/create-did-popup.jsx @@ -0,0 +1,148 @@ +import React, { Component } from 'react'; +import { Grid, withStyles, Typography, Button, IconButton, Divider } from '@material-ui/core'; +import { Popup } from '../common/popup'; +import { KeyTooltip, TooltipArrow, PaymentIcon, InfoTooltip } from 'selfkey-ui'; + +const styles = theme => ({ + footer: { + paddingTop: '40px' + }, + actions: { + '&>button': { + marginRight: '20px', + marginTop: '40px' + } + }, + networkFee: { + fontWeight: 600, + marginBottom: '4px' + }, + textRight: { + textAlign: 'right' + }, + bottomSpace: { + marginBottom: '30px' + }, + link: { + cursor: 'pointer', + color: '#00C0D9', + textDecoration: 'none' + }, + tooltipIcon: { + padding: '0px 0 3px 10px', + '& svg': { + height: '10px !important', + width: '10px !important' + } + }, + divider: { + marginBottom: '20px' + }, + bottomSpace2: { + marginBottom: '20px' + } +}); + +class CreateDIDPopupComponent extends Component { + render() { + const { + classes, + usdNetworkFee, + ethNetworkFee, + tooltipNetworkFee, + onConfirm, + onCancel, + onLearnHowClicked, + open + } = this.props; + + return ( + + + + + + + + + + Decentralised ID Required + + + + + Getting your DID ( + + what’s this? + + ) and registering on the SelfKey Network requires an Ethereum + transaction. This is a one time only transaction. + + + + + + + + Network Transaction Fee + + + + + ${usdNetworkFee.toLocaleString()} + + + {ethNetworkFee.toLocaleString()} ETH + + {tooltipNetworkFee} + + + } + > + + + + + + + + +
+ + +
+
+
+
+
+
+ ); + } +} + +export const CreateDIDPopup = withStyles(styles)(CreateDIDPopupComponent); +export default CreateDIDPopup; diff --git a/src/renderer/selfkey-id/main/components/create-did-processing.jsx b/src/renderer/did/create-did-processing-container.jsx similarity index 51% rename from src/renderer/selfkey-id/main/components/create-did-processing.jsx rename to src/renderer/did/create-did-processing-container.jsx index c0ee84767..3bddf96a9 100644 --- a/src/renderer/selfkey-id/main/components/create-did-processing.jsx +++ b/src/renderer/did/create-did-processing-container.jsx @@ -1,10 +1,10 @@ import React, { Component } from 'react'; import { connect } from 'react-redux'; import { push } from 'connected-react-router'; -import { TransactionProcessingPopup } from '../../../common/transaction-processing-popup'; -import { walletSelectors } from 'common/wallet'; +import { TransactionProcessingPopup } from '../common/transaction-processing-popup'; +import { didSelectors } from 'common/did'; -class CreateDIDProcessingComponent extends Component { +class CreateDIDProcessingContainerComponent extends Component { handleCloseAction = _ => { this.props.dispatch(push(this.props.didOriginUrl)); }; @@ -22,9 +22,11 @@ class CreateDIDProcessingComponent extends Component { } const mapStateToProps = (state, props) => { - return { didOriginUrl: walletSelectors.getDidOriginUrl(state) }; + return { didOriginUrl: didSelectors.selectOriginUrl(state) }; }; -export const CreateDIDProcessing = connect(mapStateToProps)(CreateDIDProcessingComponent); +export const CreateDIDProcessingContainer = connect(mapStateToProps)( + CreateDIDProcessingContainerComponent +); -export default CreateDIDProcessing; +export default CreateDIDProcessingContainer; diff --git a/src/renderer/did/index.js b/src/renderer/did/index.js new file mode 100644 index 000000000..328500d2b --- /dev/null +++ b/src/renderer/did/index.js @@ -0,0 +1,4 @@ +export { AssociateDIDContainer } from './associate-did-container'; +export { RegisterDidCardContainer } from './register-did-card-container'; +export { CreateDIDPopupContainer } from './create-did-popup-container'; +export { CreateDIDProcessingContainer } from './create-did-processing-container'; diff --git a/src/renderer/did/register-did-card-container.js b/src/renderer/did/register-did-card-container.js new file mode 100644 index 000000000..3c238f17b --- /dev/null +++ b/src/renderer/did/register-did-card-container.js @@ -0,0 +1,37 @@ +import React, { Component } from 'react'; +import { connect } from 'react-redux'; +import { RegisterDidCard } from './register-did-card'; +import { didOperations, didSelectors } from 'common/did'; + +const SELFKEY_ID_PATH = '/main/selfkeyId'; + +class RegisterDidCardContainerComponent extends Component { + handleRegisterDidClick = _ => + this.props.dispatch( + didOperations.startCreateDidFlowOperation( + this.props.returnPath ? this.props.returnPath : SELFKEY_ID_PATH + ) + ); + handleAssociateDidClick = _ => + this.props.dispatch( + didOperations.startAssociateDidFlowOperation( + this.props.returnPath ? this.props.returnPath : SELFKEY_ID_PATH + ) + ); + + render() { + return ( + + ); + } +} + +export const RegisterDidCardContainer = connect(state => ({ + pending: didSelectors.isCurrentIdentityPending(state) +}))(RegisterDidCardContainerComponent); + +export default RegisterDidCardContainer; diff --git a/src/renderer/did/register-did-card.jsx b/src/renderer/did/register-did-card.jsx new file mode 100644 index 000000000..5a0df0bad --- /dev/null +++ b/src/renderer/did/register-did-card.jsx @@ -0,0 +1,128 @@ +import React, { Component } from 'react'; +import { + CardContent, + Card, + CardHeader, + Grid, + Typography, + Button, + withStyles +} from '@material-ui/core'; +import { DIDIcon } from 'selfkey-ui'; + +const styles = theme => ({ + hr: { + backgroundColor: '#303C49', + border: 'none', + boxSizing: 'border-box', + height: '1px', + margin: '5px 16px' + }, + info: { + padding: '25px 30px' + }, + regularText: { + '& span': { + fontWeight: 400 + } + }, + didButtons: { + marginTop: '20px' + }, + transaction: { + alignItems: 'center', + display: 'flex' + }, + extraSpace: { + marginRight: '4px' + } +}); + +class RegisterDidCardComponent extends Component { + render() { + const { classes } = this.props; + return ( + + +
+ + + + + + + + + + + Register on the SelfKey Network to get your DID. + + + + + + + Use a DID when accesing different services in the marketplace. + Once created you’ll see it under your profile. + +
+ + Getting a DID requires an Ethereum transaction. This is a one + time only transaction. + + + + + + + + + {this.props.pending && ( + + + Processing transaction..Please wait + + + )} + +
+
+
+
+
+ ); + } +} + +export const RegisterDidCard = withStyles(styles)(RegisterDidCardComponent); + +export default RegisterDidCard; diff --git a/src/renderer/home/loading.jsx b/src/renderer/home/loading.jsx index c5cabafc0..974e37764 100644 --- a/src/renderer/home/loading.jsx +++ b/src/renderer/home/loading.jsx @@ -11,7 +11,7 @@ const styles = theme => ({ backgroundImage: `url(${backgroundImage})`, minHeight: '100vh', textAlign: 'center', - padddingTop: '50px' + paddingTop: '200px' } }); diff --git a/src/renderer/kyc/application/current-application-container.jsx b/src/renderer/kyc/application/current-application-container.jsx index 3afa42c1c..08f3c194c 100644 --- a/src/renderer/kyc/application/current-application-container.jsx +++ b/src/renderer/kyc/application/current-application-container.jsx @@ -2,8 +2,7 @@ import React, { Component } from 'react'; import { connect } from 'react-redux'; import { kycSelectors, kycOperations } from '../../../common/kyc'; import { CurrentApplicationPopup } from './current-application-popup'; -import { CreateAttributePopup } from '../../selfkey-id/main/containers/create-attribute-popup'; -import { EditAttributePopup } from '../../selfkey-id/main/containers/edit-attribute-popup'; +import { CreateAttributeContainer, EditAttributeContainer } from '../../attributes'; import { jsonSchema } from 'common/identity/utils'; import { push } from 'connected-react-router'; import qs from 'query-string'; @@ -122,7 +121,7 @@ class CurrentApplicationComponent extends Component { existingApplicationId={existingApplicationId} /> {this.state.showCreateAttribute && ( - )} {this.state.showEditAttribute && ( - { {!loading && ( - {requirements.map((item, index) => ( - - ))} + {requirements && + requirements.map((item, index) => ( + + ))} )} diff --git a/src/renderer/marketplace/bank-accounts/checkout/checkout-container.jsx b/src/renderer/marketplace/bank-accounts/checkout/checkout-container.jsx index aece67bcc..185519b89 100644 --- a/src/renderer/marketplace/bank-accounts/checkout/checkout-container.jsx +++ b/src/renderer/marketplace/bank-accounts/checkout/checkout-container.jsx @@ -11,7 +11,7 @@ import { getWallet } from 'common/wallet/selectors'; import { ethGasStationInfoSelectors, ethGasStationInfoOperations } from 'common/eth-gas-station'; import { pricesSelectors } from 'common/prices'; import { kycSelectors, kycOperations } from 'common/kyc'; -import { bankAccountsSelectors } from 'common/bank-accounts'; +import { marketplaceSelectors } from 'common/marketplace'; import { PaymentCheckout } from '../../common/payment-checkout'; import { MarketplaceBankAccountsComponent } from '../common/marketplace-bank-accounts-component'; @@ -23,24 +23,20 @@ const VENDOR_NAME = 'Far Horizon Capital Inc'; class BankAccountsCheckoutContainer extends MarketplaceBankAccountsComponent { async componentDidMount() { this.props.dispatch(ethGasStationInfoOperations.loadData()); - - await this.loadRelyingParty({ rp: 'incorporations', authenticated: true }); - + await this.loadRelyingParty({ rp: this.props.vendorId, authenticated: true }); this.checkIfUserCanOpenBankAccount(); - - await this.loadBankAccounts(); } checkIfUserCanOpenBankAccount = async () => { - if (!this.canApply(this.props.accountType.price)) { + if (!this.canApply(this.props.jurisdiction.price)) { this.props.dispatch(push(this.cancelRoute())); } }; getPaymentParameters() { - const { keyRate, ethRate, ethGasStationInfo, cryptoCurrency, accountType } = this.props; + const { keyRate, ethRate, ethGasStationInfo, cryptoCurrency, jurisdiction } = this.props; const gasPrice = ethGasStationInfo.fast; - const price = accountType.price; + const price = jurisdiction.price; const keyAmount = price / keyRate; const gasLimit = FIXED_GAS_LIMIT_PRICE; const ethFee = EthUnits.toEther(gasPrice * gasLimit, 'gwei'); @@ -61,13 +57,13 @@ class BankAccountsCheckoutContainer extends MarketplaceBankAccountsComponent { onBackClick = () => this.props.dispatch(push(this.cancelRoute())); onStartClick = async () => { - const { accountType } = this.props; - const { templateId } = this.props.match.params; - const { region } = accountType; + const { jurisdiction, templateId, vendorId } = this.props; + const { region } = jurisdiction.data; + // TODO: get URLs and vendor name from the RP store this.props.dispatch( kycOperations.startCurrentApplicationOperation( - 'incorporations', + vendorId, templateId, this.payRoute(), this.cancelRoute(), @@ -85,18 +81,24 @@ class BankAccountsCheckoutContainer extends MarketplaceBankAccountsComponent { }; render() { - const { accountType, banks } = this.props; - const countryCode = this.props.match.params.countryCode; + const { jurisdiction, countryCode } = this.props; + const { region, walletDescription, checkoutOptions, accounts } = jurisdiction.data; + + const timeToOpen = Object.keys(accounts).reduce((current, accountId) => { + const account = accounts[accountId]; + return current || account.timeToOpen; + }, ''); + return ( { - const { accountCode, countryCode } = props.match.params; + const { accountCode, vendorId, countryCode, templateId } = props.match.params; const authenticated = true; return { - accountType: bankAccountsSelectors.getTypeByAccountCode(state, accountCode), - banks: bankAccountsSelectors.getDetailsByAccountCode(state, accountCode), - jurisdiction: bankAccountsSelectors.getJurisdictionsByCountryCode(state, countryCode), + countryCode, + templateId, + vendorId, + jurisdiction: marketplaceSelectors.selectBankJurisdictionByAccountCode(state, accountCode), ...getLocale(state), ...getFiatCurrency(state), ...ethGasStationInfoSelectors.getEthGasStationInfo(state), tokens: getTokens(state).splice(1), // remove ETH - publicKey: getWallet(state).publicKey, + address: getWallet(state).address, keyRate: pricesSelectors.getRate(state, 'KEY', 'USD'), ethRate: pricesSelectors.getRate(state, 'ETH', 'USD'), cryptoCurrency: CRYPTOCURRENCY, - rp: kycSelectors.relyingPartySelector(state, 'incorporations'), + rp: kycSelectors.relyingPartySelector(state, vendorId), rpShouldUpdate: kycSelectors.relyingPartyShouldUpdateSelector( state, - 'incorporations', + vendorId, authenticated ) }; diff --git a/src/renderer/marketplace/bank-accounts/checkout/payment-complete-container.jsx b/src/renderer/marketplace/bank-accounts/checkout/payment-complete-container.jsx index b9eb6c9d4..c5b812e5d 100644 --- a/src/renderer/marketplace/bank-accounts/checkout/payment-complete-container.jsx +++ b/src/renderer/marketplace/bank-accounts/checkout/payment-complete-container.jsx @@ -4,7 +4,7 @@ import { push } from 'connected-react-router'; import { withStyles } from '@material-ui/core/styles'; import { getWallet } from 'common/wallet/selectors'; import { kycSelectors, kycOperations } from 'common/kyc'; -import { bankAccountsSelectors } from 'common/bank-accounts'; +import { marketplaceSelectors } from 'common/marketplace'; import { transactionSelectors } from 'common/transaction'; import { MarketplaceBankAccountsComponent } from '../common/marketplace-bank-accounts-component'; import { BankAccountsPaymentComplete } from './payment-complete'; @@ -13,32 +13,32 @@ const styles = theme => ({}); class BankAccountsPaymentCompleteContainer extends MarketplaceBankAccountsComponent { async componentWillMount() { - await this.loadRelyingParty({ rp: 'incorporations', authenticated: true }); + await this.loadRelyingParty({ rp: this.props.vendorId, authenticated: true }); } async componentDidMount() { - const { transaction, accountType } = this.props; + const { transaction, jurisdiction, vendorId } = this.props; this.saveTransactionHash(); this.clearRelyingParty(); this.trackEcommerceTransaction({ transactionHash: transaction.transactionHash, - price: accountType.price, - code: accountType.accountCode, - jurisdiction: accountType.region, - rpName: 'Bank Accounts' + price: jurisdiction.price, + code: jurisdiction.data.accountCode, + jurisdiction: jurisdiction.data.region, + rpName: vendorId }); } saveTransactionHash = async () => { - const { transaction, accountType } = this.props; + const { transaction, jurisdiction, vendorId } = this.props; const application = this.getLastApplication(); if (!this.userHasPaid() && transaction) { await this.props.dispatch( kycOperations.updateRelyingPartyKYCApplicationPayment( - 'incorporations', + vendorId, application.id, transaction.transactionHash ) @@ -48,7 +48,7 @@ class BankAccountsPaymentCompleteContainer extends MarketplaceBankAccountsCompon kycOperations.updateApplicationsOperation({ id: application.id, payments: { - amount: accountType.price, + amount: jurisdiction.price, amountKey: transaction.amount, transactionHash: transaction.transactionHash, date: Date.now(), @@ -73,6 +73,7 @@ class BankAccountsPaymentCompleteContainer extends MarketplaceBankAccountsCompon onContinueClick = () => this.props.dispatch(push(this.getNextRoute())); render() { + // TODO: get vendor email from the RP return ( { - const { accountCode } = props.match.params; + const { accountCode, vendorId, templateId } = props.match.params; const authenticated = true; return { - accountType: bankAccountsSelectors.getTypeByAccountCode(state, accountCode), - banks: bankAccountsSelectors.getDetailsByAccountCode(state, accountCode), + accountCode, + templateId, + vendorId, + jurisdiction: marketplaceSelectors.selectBankJurisdictionByAccountCode(state, accountCode), transaction: transactionSelectors.getTransaction(state), - publicKey: getWallet(state).publicKey, + address: getWallet(state).address, currentApplication: kycSelectors.selectCurrentApplication(state), - rp: kycSelectors.relyingPartySelector(state, 'incorporations'), + rp: kycSelectors.relyingPartySelector(state, vendorId), rpShouldUpdate: kycSelectors.relyingPartyShouldUpdateSelector( state, - 'incorporations', + vendorId, authenticated ) }; diff --git a/src/renderer/marketplace/bank-accounts/checkout/payment-container.jsx b/src/renderer/marketplace/bank-accounts/checkout/payment-container.jsx index 7ca18362f..147ef7474 100644 --- a/src/renderer/marketplace/bank-accounts/checkout/payment-container.jsx +++ b/src/renderer/marketplace/bank-accounts/checkout/payment-container.jsx @@ -6,7 +6,7 @@ import { featureIsEnabled } from 'common/feature-flags'; import { getWallet } from 'common/wallet/selectors'; import { kycSelectors } from 'common/kyc'; import { pricesSelectors } from 'common/prices'; -import { bankAccountsSelectors } from 'common/bank-accounts'; +import { marketplaceSelectors } from 'common/marketplace'; import { ordersOperations } from 'common/marketplace/orders'; import { MarketplaceBankAccountsComponent } from '../common/marketplace-bank-accounts-component'; @@ -15,8 +15,7 @@ const VENDOR_NAME = 'Far Horizon Capital Inc'; class BankAccountsPaymentContainer extends MarketplaceBankAccountsComponent { async componentDidMount() { - await this.loadRelyingParty({ rp: 'incorporations', authenticated: true }); - await this.loadBankAccounts(); + await this.loadRelyingParty({ rp: this.props.vendorId, authenticated: true }); await this.createOrder(); } @@ -25,22 +24,23 @@ class BankAccountsPaymentContainer extends MarketplaceBankAccountsComponent { }; async createOrder() { - const { accountType } = this.props; - const { accountCode } = this.props.match.params; + const { jurisdiction, accountCode, vendorId } = this.props; const application = this.getLastApplication(); - const price = this.priceInKEY(accountType.price); - const walletAddress = accountType.walletAddress; - const vendorDID = accountType.didAddress; + const price = this.priceInKEY(jurisdiction.price); + const walletAddress = jurisdiction.walletAddress; + const vendorDID = jurisdiction.didAddress; + // TODO: get vendor name from RP store + const vendorName = VENDOR_NAME; this.props.dispatch( ordersOperations.startOrderOperation({ + productInfo: `Bank account in ${jurisdiction.data.region}`, applicationId: application.id, amount: price, - vendorId: 'FlagTheory', + vendorId, itemId: accountCode, vendorDID, - productInfo: `Bank account in ${accountType.region}`, - vendorName: VENDOR_NAME, + vendorName, backUrl: this.cancelRoute(), completeUrl: this.paymentCompleteRoute(), vendorWallet: featureIsEnabled('paymentContract') ? '' : walletAddress @@ -56,19 +56,21 @@ class BankAccountsPaymentContainer extends MarketplaceBankAccountsComponent { } const mapStateToProps = (state, props) => { - const { accountCode } = props.match.params; + const { accountCode, templateId, vendorId } = props.match.params; const authenticated = true; return { - accountType: bankAccountsSelectors.getTypeByAccountCode(state, accountCode), - banks: bankAccountsSelectors.getDetailsByAccountCode(state, accountCode), - publicKey: getWallet(state).publicKey, + accountCode, + templateId, + vendorId, + jurisdiction: marketplaceSelectors.selectBankJurisdictionByAccountCode(state, accountCode), + address: getWallet(state).address, keyRate: pricesSelectors.getRate(state, 'KEY', 'USD'), currentApplication: kycSelectors.selectCurrentApplication(state), - rp: kycSelectors.relyingPartySelector(state, 'incorporations'), + rp: kycSelectors.relyingPartySelector(state, vendorId), rpShouldUpdate: kycSelectors.relyingPartyShouldUpdateSelector( state, - 'incorporations', + vendorId, authenticated ) }; diff --git a/src/renderer/marketplace/bank-accounts/common/account-option.jsx b/src/renderer/marketplace/bank-accounts/common/account-option.jsx index 34770e9c2..30f8b38f5 100644 --- a/src/renderer/marketplace/bank-accounts/common/account-option.jsx +++ b/src/renderer/marketplace/bank-accounts/common/account-option.jsx @@ -115,7 +115,7 @@ export const BankingAccountOption = withStyles(styles)( ({ classes, account, - accountType, + jurisdiction, isOpen, title, toggleOpen, @@ -126,7 +126,7 @@ export const BankingAccountOption = withStyles(styles)( const accountOptions = [ { name: 'Type of Account:', - value: accountType.accountType + value: jurisdiction.data.type }, { name: 'Currencies:', @@ -146,7 +146,7 @@ export const BankingAccountOption = withStyles(styles)( }, { name: 'Good for:', - value: accountType.goodFor ? accountType.goodFor.join(', ') : '' + value: account.goodFor ? account.goodFor.join(', ') : '' } ]; const openingOptions = [ diff --git a/src/renderer/marketplace/bank-accounts/common/marketplace-bank-accounts-component.jsx b/src/renderer/marketplace/bank-accounts/common/marketplace-bank-accounts-component.jsx index 5030bc246..11f03596a 100644 --- a/src/renderer/marketplace/bank-accounts/common/marketplace-bank-accounts-component.jsx +++ b/src/renderer/marketplace/bank-accounts/common/marketplace-bank-accounts-component.jsx @@ -1,32 +1,43 @@ import { MarketplaceComponent } from '../../common/marketplace-component'; -import { bankAccountsOperations } from 'common/bank-accounts'; + const MARKETPLACE_BANK_ACCOUNTS_ROOT_PATH = '/main/marketplace-bank-accounts'; export default class MarketplaceBankAccountsComponent extends MarketplaceComponent { + processStartedRoute = () => { + const { accountCode, countryCode, templateId, vendorId } = this.props.match.params; + return `${MARKETPLACE_BANK_ACCOUNTS_ROOT_PATH}/process-started/${accountCode}/${countryCode}/${templateId}/${vendorId}`; + }; + selectBankRoute = () => { - const { countryCode, accountCode, templateId } = this.props.match.params; - return `${MARKETPLACE_BANK_ACCOUNTS_ROOT_PATH}/select-bank/${accountCode}/${countryCode}/${templateId}`; + const { countryCode, accountCode, templateId, vendorId } = this.props.match.params; + return `${MARKETPLACE_BANK_ACCOUNTS_ROOT_PATH}/select-bank/${accountCode}/${countryCode}/${templateId}/${vendorId}`; }; paymentCompleteRoute = () => { - const { countryCode, accountCode, templateId } = this.props.match.params; - return `${MARKETPLACE_BANK_ACCOUNTS_ROOT_PATH}/payment-complete/${accountCode}/${countryCode}/${templateId}`; + const { countryCode, accountCode, templateId, vendorId } = this.props.match.params; + return `${MARKETPLACE_BANK_ACCOUNTS_ROOT_PATH}/payment-complete/${accountCode}/${countryCode}/${templateId}/${vendorId}`; }; payRoute = () => { - const { countryCode, accountCode, templateId } = this.props.match.params; - return `${MARKETPLACE_BANK_ACCOUNTS_ROOT_PATH}/pay/${accountCode}/${countryCode}/${templateId}`; + const { countryCode, accountCode, templateId, vendorId } = this.props.match.params; + return `${MARKETPLACE_BANK_ACCOUNTS_ROOT_PATH}/pay/${accountCode}/${countryCode}/${templateId}/${vendorId}`; }; - cancelRoute = () => { - const { countryCode, accountCode, templateId } = this.props.match.params; - return `${MARKETPLACE_BANK_ACCOUNTS_ROOT_PATH}/details/${accountCode}/${countryCode}/${templateId}`; + checkoutRoute = () => { + const { countryCode, accountCode, templateId, vendorId } = this.props.match.params; + return `${MARKETPLACE_BANK_ACCOUNTS_ROOT_PATH}/checkout/${accountCode}/${countryCode}/${templateId}/${vendorId}`; }; - listRoute = () => { - return MARKETPLACE_BANK_ACCOUNTS_ROOT_PATH; + cancelRoute = () => { + const { countryCode, accountCode, templateId, vendorId } = this.props.match.params; + return this.detailsRoute({ countryCode, accountCode, templateId, vendorId }); }; + detailsRoute = ({ accountCode, countryCode, templateId, vendorId }) => + `${MARKETPLACE_BANK_ACCOUNTS_ROOT_PATH}/details/${accountCode}/${countryCode}/${templateId}/${vendorId}`; + + listRoute = () => MARKETPLACE_BANK_ACCOUNTS_ROOT_PATH; + getApplicationStatus = () => { if (this.props.rp && this.props.rp.authenticated && this.userHasApplied()) { if (this.applicationCompleted()) return 'completed'; @@ -65,12 +76,6 @@ export default class MarketplaceBankAccountsComponent extends MarketplaceCompone const application = this.getLastApplication(); return !!this.getExistingBankPreferenceSelection(application); }; - - loadBankAccounts = async () => { - if (!this.props.accountType) { - await this.props.dispatch(bankAccountsOperations.loadBankAccountsOperation()); - } - }; } export { MarketplaceBankAccountsComponent }; diff --git a/src/renderer/marketplace/bank-accounts/common/option-selection.jsx b/src/renderer/marketplace/bank-accounts/common/option-selection.jsx index 83c490d9c..49067113f 100644 --- a/src/renderer/marketplace/bank-accounts/common/option-selection.jsx +++ b/src/renderer/marketplace/bank-accounts/common/option-selection.jsx @@ -52,11 +52,11 @@ class OptionSelectionComponent extends Component { render() { const { classes, - accountType, + jurisdiction, title, description1, description2, - options, + banks, countryCode, onBackClick, showBankName = true @@ -102,12 +102,12 @@ class OptionSelectionComponent extends Component { alignItems="stretch" spacing={40} > - {options.map((opt, idx) => ( + {Object.keys(banks).map((opt, idx) => ( ({}); -const MARKETPLACE_BANK_ACCOUNTS_ROOT_PATH = '/main/marketplace-bank-accounts'; class BankAccountsDetailContainer extends MarketplaceBankAccountsComponent { state = { @@ -21,38 +22,10 @@ class BankAccountsDetailContainer extends MarketplaceBankAccountsComponent { }; async componentDidMount() { - const { accountType, country } = this.props; - - if (!accountType) { - await this.props.dispatch(bankAccountsOperations.loadBankAccountsOperation()); - } - - await this.loadRelyingParty({ rp: 'incorporations', authenticated: false }); - - if (!country) { - this.props.dispatch( - incorporationsOperations.loadIncorporationsCountryOperation( - this.props.match.params.countryCode - ) - ); - } + await this.loadRelyingParty({ rp: this.props.vendorId, authenticated: false }); } - manageApplicationsRoute = () => { - return `/main/selfkeyIdApplications`; - }; - - payRoute = () => { - const { countryCode, accountCode, templateId } = this.props.match.params; - return `${MARKETPLACE_BANK_ACCOUNTS_ROOT_PATH}/pay/${accountCode}/${countryCode}/${templateId}`; - }; - - checkoutRoute = () => { - const { countryCode, accountCode, templateId } = this.props.match.params; - return `${MARKETPLACE_BANK_ACCOUNTS_ROOT_PATH}/checkout/${accountCode}/${countryCode}/${templateId}`; - }; - - onBackClick = () => this.props.dispatch(push(MARKETPLACE_BANK_ACCOUNTS_ROOT_PATH)); + onBackClick = () => this.props.dispatch(push(this.listRoute())); onTabChange = tab => this.setState({ tab }); @@ -74,28 +47,37 @@ class BankAccountsDetailContainer extends MarketplaceBankAccountsComponent { return null; }; + priceInKEY = priceUSD => { + return new BigNumber(priceUSD).dividedBy(this.props.keyRate); + }; + onApplyClick = () => { - const { rp, wallet } = this.props; + const { rp, identity, vendorId, jurisdiction } = this.props; const selfkeyIdRequiredRoute = '/main/marketplace-selfkey-id-required'; const selfkeyDIDRequiredRoute = '/main/marketplace-selfkey-did-required'; + const transactionNoKeyError = '/main/transaction-no-key-error'; const authenticated = true; - + const keyPrice = this.priceInKEY(jurisdiction.price); + const keyAvailable = new BigNumber(this.props.cryptoValue); // When clicking the start process, // we check if an authenticated kyc-chain session exists // If it doesn't we trigger a new authenticated rp session // and redirect to checkout route // The loading state is used to disable the button while data is being loaded this.setState({ loading: true }, async () => { - if (!wallet.isSetupFinished) { + if (keyPrice.gt(keyAvailable)) { + return this.props.dispatch(push(transactionNoKeyError)); + } + if (!identity.isSetupFinished) { return this.props.dispatch(push(selfkeyIdRequiredRoute)); } - if (!wallet.did) { + if (!identity.did) { return this.props.dispatch(push(selfkeyDIDRequiredRoute)); } if (!rp || !rp.authenticated) { await this.props.dispatch( kycOperations.loadRelyingParty( - 'incorporations', + vendorId, authenticated, this.checkoutRoute(), this.cancelRoute() @@ -107,36 +89,65 @@ class BankAccountsDetailContainer extends MarketplaceBankAccountsComponent { }); }; - buildResumeData = banks => { + buildResumeData = data => { + const isPersonalVisitRequired = accounts => { + return Object.keys(accounts).reduce((required, accountId) => { + const account = accounts[accountId]; + return required && account.personalVisitRequired; + }, true); + }; + + const maxFromCurrencyString = (accounts, field) => { + return Object.keys(accounts).reduce((current, accountId) => { + const account = accounts[accountId]; + const item = Number((account[field] || '0').replace(/[^0-9.-]+/g, '')); + return current > item ? current : item; + }, 0); + }; + + const timeToOpen = (accounts, field = 'timeToOpen') => { + return Object.keys(accounts).reduce((current, accountId) => { + const account = accounts[accountId]; + return current || account[field]; + }, ''); + }; + + const creditCards = (accounts, field = 'cards') => { + return Object.keys(accounts).reduce((current, accountId) => { + const account = accounts[accountId]; + return current || (account[field] ? account[field].join(' ') : false); + }, ''); + }; + return [ [ { name: 'Min. Initial Deposit', - value: banks[0].minInitialDeposit, + value: maxFromCurrencyString(data.accounts, 'minInitialDeposit'), highlighted: true }, { name: 'Min. Monthly Balance', - value: banks[0].minMonthlyBalance, + value: maxFromCurrencyString(data.accounts, 'minMonthlyBalance'), highlighted: true } ], [ { name: 'Personal Visit Required', - value: banks[0].personalVisitRequired ? 'Yes' : 'No', + value: isPersonalVisitRequired(data.accounts) ? 'Yes' : 'No', highlighted: true }, { name: 'Time to open', - value: banks[0].timeToOpen, + value: timeToOpen(data.accounts), highlighted: true } ], [ { name: 'Cards', - value: banks[0].cards.join(' '), + value: creditCards(data.accounts), highlighted: true } ] @@ -144,27 +155,28 @@ class BankAccountsDetailContainer extends MarketplaceBankAccountsComponent { }; render() { - const { accountType, banks, keyRate, jurisdiction, kycRequirements, country } = this.props; - const { price, countryCode, region } = accountType; + const { jurisdiction, keyRate, kycRequirements, country, templateId } = this.props; + const { price } = jurisdiction; + const { region } = jurisdiction.data; + return ( @@ -173,35 +185,34 @@ class BankAccountsDetailContainer extends MarketplaceBankAccountsComponent { } BankAccountsDetailContainer.propTypes = { - accountType: PropTypes.object, banks: PropTypes.object, - jurisdictions: PropTypes.object, isLoading: PropTypes.bool, keyRate: PropTypes.number }; const mapStateToProps = (state, props) => { - const { accountCode, countryCode, templateId } = props.match.params; + const { accountCode, countryCode, templateId, vendorId } = props.match.params; const authenticated = true; + let primaryToken = { + ...props, + cryptoCurrency: config.constants.primaryToken + }; return { - accountType: bankAccountsSelectors.getTypeByAccountCode(state, accountCode), - banks: bankAccountsSelectors.getDetailsByAccountCode(state, accountCode), - jurisdiction: bankAccountsSelectors.getJurisdictionsByCountryCode(state, countryCode), - isLoading: bankAccountsSelectors.getLoading(state), + templateId, + vendorId, + jurisdiction: marketplaceSelectors.selectBankJurisdictionByAccountCode(state, accountCode), + country: marketplaceSelectors.selectCountryByCode(state, countryCode), + isLoading: marketplaceSelectors.isLoading(state), keyRate: pricesSelectors.getRate(state, 'KEY', 'USD'), - rp: kycSelectors.relyingPartySelector(state, 'incorporations'), + rp: kycSelectors.relyingPartySelector(state, vendorId), rpShouldUpdate: kycSelectors.relyingPartyShouldUpdateSelector( state, - 'incorporations', + vendorId, authenticated ), - kycRequirements: kycSelectors.selectRequirementsForTemplate( - state, - 'incorporations', - templateId - ), - wallet: walletSelectors.getWallet(state), - country: incorporationsSelectors.getCountry(state, countryCode) + kycRequirements: kycSelectors.selectRequirementsForTemplate(state, vendorId, templateId), + identity: identitySelectors.selectCurrentIdentity(state), + cryptoValue: getCryptoValue(state, primaryToken) }; }; diff --git a/src/renderer/marketplace/bank-accounts/details/details-country-tab.jsx b/src/renderer/marketplace/bank-accounts/details/details-country-tab.jsx index c6f13e545..20b36e46d 100644 --- a/src/renderer/marketplace/bank-accounts/details/details-country-tab.jsx +++ b/src/renderer/marketplace/bank-accounts/details/details-country-tab.jsx @@ -139,7 +139,7 @@ export const BankingCountryTab = withStyles(styles)(({ classes, country, jurisdi
diff --git a/src/renderer/marketplace/bank-accounts/details/details-description-tab.jsx b/src/renderer/marketplace/bank-accounts/details/details-description-tab.jsx index f1f23f04b..3c282ad6b 100644 --- a/src/renderer/marketplace/bank-accounts/details/details-description-tab.jsx +++ b/src/renderer/marketplace/bank-accounts/details/details-description-tab.jsx @@ -1,6 +1,7 @@ import React from 'react'; import { withStyles } from '@material-ui/core'; import { sanitize } from '../../common'; + const styles = theme => ({ tabContainer: { width: '100%', @@ -35,11 +36,11 @@ const styles = theme => ({ } }); -const BankingDescriptionTab = withStyles(styles)(({ classes, accountType }) => ( +const BankingDescriptionTab = withStyles(styles)(({ classes, jurisdiction }) => (
diff --git a/src/renderer/marketplace/bank-accounts/details/details-page.jsx b/src/renderer/marketplace/bank-accounts/details/details-page.jsx index b26456cd2..25d3f6445 100644 --- a/src/renderer/marketplace/bank-accounts/details/details-page.jsx +++ b/src/renderer/marketplace/bank-accounts/details/details-page.jsx @@ -2,7 +2,7 @@ import React from 'react'; import { withStyles } from '@material-ui/core/styles'; import { Grid, Button, Typography } from '@material-ui/core'; import { ApplicationStatusBar } from '../../../kyc/application/application-status'; -import { MoneyIcon } from 'selfkey-ui'; +import { MoneyIcon, BackButton } from 'selfkey-ui'; import { FlagCountryName, ResumeBox, ProgramPrice, MarketplaceKycRequirements } from '../../common'; import { BankingDetailsPageTabs } from './details-tabs'; @@ -12,13 +12,6 @@ const styles = theme => ({ margin: '50px auto 0', maxWidth: '960px' }, - backButtonContainer: { - left: '15px', - position: 'absolute' - }, - bold: { - fontWeight: 600 - }, title: { padding: '22px 30px', background: '#2A3540', @@ -114,13 +107,7 @@ export const BankingDetailsPage = withStyles(styles)(props => { return ( -
- -
+
(
diff --git a/src/renderer/marketplace/bank-accounts/details/details-types-tab.jsx b/src/renderer/marketplace/bank-accounts/details/details-types-tab.jsx index 4e2d6e752..2e0592680 100644 --- a/src/renderer/marketplace/bank-accounts/details/details-types-tab.jsx +++ b/src/renderer/marketplace/bank-accounts/details/details-types-tab.jsx @@ -46,7 +46,7 @@ class BankingTypesTabComponent extends Component { } }; render() { - const { classes, region, banks = [], accountType } = this.props; + const { classes, region, banks = [], jurisdiction } = this.props; const { option } = this.state; return (
@@ -59,18 +59,18 @@ class BankingTypesTabComponent extends Component { > - We work with {banks.length} different banks in {region}. Each bank has - different eligibility requirements, types of accounts available and - onboarding processes. We invite you to carefully review each banks - requirements and services to better understand if their banking services - meet your needs: + We work with {Object.keys(banks).length} different banks in {region}. + Each bank has different eligibility requirements, types of accounts + available and onboarding processes. We invite you to carefully review + each banks requirements and services to better understand if their + banking services meet your needs: - {banks.map((opt, idx) => ( + {Object.keys(banks).map((opt, idx) => (
diff --git a/src/renderer/marketplace/bank-accounts/list/offers-container.jsx b/src/renderer/marketplace/bank-accounts/list/offers-container.jsx index ca77a4531..e9960616f 100644 --- a/src/renderer/marketplace/bank-accounts/list/offers-container.jsx +++ b/src/renderer/marketplace/bank-accounts/list/offers-container.jsx @@ -1,57 +1,43 @@ -import React, { Component } from 'react'; +import React from 'react'; import PropTypes from 'prop-types'; import { connect } from 'react-redux'; import { push } from 'connected-react-router'; import { pricesSelectors } from 'common/prices'; import { withStyles } from '@material-ui/core/styles'; -import { bankAccountsOperations, bankAccountsSelectors } from 'common/bank-accounts'; import { BankingOffersPage } from './offers-page'; -import NoConnection from 'renderer/no-connection'; +import { marketplaceSelectors } from 'common/marketplace'; +import { MarketplaceBankAccountsComponent } from '../common/marketplace-bank-accounts-component'; const styles = theme => ({}); -const MARKETPLACE_ROOT_PATH = '/main/marketplace-categories'; -const BANK_ACCOUNTS_DETAIL_PATH = '/main/marketplace-bank-accounts/details'; -class BankAccountsTableContainer extends Component { +class BankAccountsTableContainer extends MarketplaceBankAccountsComponent { state = { accountType: 'business' }; - componentDidMount() { - if (!this.props.bankAccounts || !this.props.bankAccounts.length) { - this.props.dispatch(bankAccountsOperations.loadBankAccountsOperation()); - } - } - - onBackClick = () => this.props.dispatch(push(MARKETPLACE_ROOT_PATH)); + onBackClick = () => this.props.dispatch(push(this.marketplaceRootPath())); onAccountTypeChange = accountType => this.setState({ accountType }); - onDetailsClick = bank => + onDetailsClick = jurisdiction => { + const { accountCode, countryCode } = jurisdiction.data; + const { templateId, vendorId } = jurisdiction; this.props.dispatch( - push( - `${BANK_ACCOUNTS_DETAIL_PATH}/${bank.accountCode}/${bank.countryCode}/${ - bank.templateId - }` - ) + push(this.detailsRoute({ accountCode, countryCode, templateId, vendorId })) ); - - activeBank = bank => bank.accountType === this.state.accountType && bank.showWallet === true; + }; render() { - const { isLoading, bankAccounts, keyRate, isError } = this.props; + const { isLoading, keyRate, vendors, inventory } = this.props; const { accountType } = this.state; - if (!isLoading && isError) { - return ; - } - - const data = bankAccounts.filter(this.activeBank); + const data = inventory.filter(bank => bank.data.type === this.state.accountType); return ( { return { - bankAccounts: bankAccountsSelectors.getMainBankAccounts(state), - isLoading: bankAccountsSelectors.getLoading(state), - keyRate: pricesSelectors.getRate(state, 'KEY', 'USD'), - isError: bankAccountsSelectors.getError(state) + vendors: marketplaceSelectors.selectVendorsForCategory(state, 'banking'), + inventory: marketplaceSelectors.selectBanks(state), + isLoading: marketplaceSelectors.isLoading(state), + keyRate: pricesSelectors.getRate(state, 'KEY', 'USD') }; }; diff --git a/src/renderer/marketplace/bank-accounts/list/offers-page.jsx b/src/renderer/marketplace/bank-accounts/list/offers-page.jsx index 4ebc2de9b..410636f79 100644 --- a/src/renderer/marketplace/bank-accounts/list/offers-page.jsx +++ b/src/renderer/marketplace/bank-accounts/list/offers-page.jsx @@ -7,9 +7,14 @@ import { BankIcon } from 'selfkey-ui'; const styles = theme => ({ pageContent: { - width: '1140px', + width: '1080px', margin: '0 auto' }, + '@media screen and (min-width: 1230px)': { + pageContent: { + width: '1140px' + } + }, header: { borderBottom: 'solid 1px #475768', display: 'flex', @@ -27,7 +32,7 @@ const styles = theme => ({ width: '36px' }, backButtonContainer: { - left: '15px', + left: '75px', position: 'absolute' }, tabs: { @@ -39,7 +44,7 @@ const BankingOffersPage = withStyles(styles)( ({ classes, loading, - data, + inventory, keyRate, onDetails, accountType, @@ -93,7 +98,7 @@ const BankingOffersPage = withStyles(styles)( diff --git a/src/renderer/marketplace/bank-accounts/list/offers-table.jsx b/src/renderer/marketplace/bank-accounts/list/offers-table.jsx index 2a36c4c42..639697d15 100644 --- a/src/renderer/marketplace/bank-accounts/list/offers-table.jsx +++ b/src/renderer/marketplace/bank-accounts/list/offers-table.jsx @@ -107,8 +107,63 @@ const styles = theme => ({ } }); +const isPersonalVisitRequired = accounts => { + return Object.keys(accounts).reduce((required, accountId) => { + const account = accounts[accountId]; + return required && account.personalVisitRequired; + }, true); +}; + +const BankingOffersRow = withStyles(styles)(({ classes, bank, onDetails, keyRate }) => { + const data = bank.data; + return ( + + + + + + {data.region} + + +
+ {data.eligibility && + data.eligibility.map((tag, index) => ( + + {tag} + {index !== data.eligibility.length - 1 ? ',' : ''} + + ))} +
+
+ + {data.minDeposit} + + + + {data.goodFor && data.goodFor.map(tag => {tag})} + + + + {isPersonalVisitRequired(data.accounts) ? ( + Yes + ) : ( + No + )} + + + + + + onDetails(bank)}> + Details + + +
+ ); +}); + const BankingOffersTable = withStyles(styles)( - ({ classes, keyRate, data = [], onDetails, className }) => { + ({ classes, accountType, keyRate, inventory = [], onDetails, className }) => { return ( @@ -155,53 +210,14 @@ const BankingOffersTable = withStyles(styles)( - {data.map(bank => ( - - - - - - {bank.region} - - -
- {bank.eligibility && - bank.eligibility.map((tag, index) => ( - - {tag} - {index !== bank.eligibility.length - 1 ? ',' : ''} - - ))} -
-
- - {bank.minDeposit} - - - - {bank.goodFor && - bank.goodFor.map(tag => {tag})} - - - - {bank.personalVisitRequired ? ( - Yes - ) : ( - No - )} - - - - - - onDetails(bank)} - > - Details - - -
+ {inventory.map(bank => ( + ))}
diff --git a/src/renderer/marketplace/bank-accounts/process-started/process-started-container.jsx b/src/renderer/marketplace/bank-accounts/process-started/process-started-container.jsx index dc9dd8a4d..b37b43c3e 100644 --- a/src/renderer/marketplace/bank-accounts/process-started/process-started-container.jsx +++ b/src/renderer/marketplace/bank-accounts/process-started/process-started-container.jsx @@ -8,6 +8,7 @@ import { MarketplaceProcessStarted } from '../../common/marketplace-process-star const styles = theme => ({}); const MARKETPLACE_BANK_ACCOUNTS_ROOT_PATH = `/main/marketplace-bank-accounts`; const SELFKEY_PATH = `/main/selfkeyId`; + // TODO: future improvement load from rp config const VENDOR_EMAIL = `support@flagtheory.com`; diff --git a/src/renderer/marketplace/bank-accounts/select-bank/select-bank-container.jsx b/src/renderer/marketplace/bank-accounts/select-bank/select-bank-container.jsx index 6ef959362..b7643bc1a 100644 --- a/src/renderer/marketplace/bank-accounts/select-bank/select-bank-container.jsx +++ b/src/renderer/marketplace/bank-accounts/select-bank/select-bank-container.jsx @@ -4,31 +4,23 @@ import { push } from 'connected-react-router'; import { withStyles } from '@material-ui/core/styles'; import { getWallet } from 'common/wallet/selectors'; import { kycSelectors, kycOperations } from 'common/kyc'; -import { bankAccountsOperations, bankAccountsSelectors } from 'common/bank-accounts'; +import { marketplaceSelectors } from 'common/marketplace'; import { MarketplaceBankAccountsComponent } from '../common/marketplace-bank-accounts-component'; import { OptionSelection } from '../common/option-selection'; const styles = theme => ({}); -const MARKETPLACE_BANK_ACCOUNTS_ROOT_PATH = '/main/marketplace-bank-accounts'; class BankAccountsSelectBankContainer extends MarketplaceBankAccountsComponent { async componentDidMount() { - await this.loadRelyingParty({ rp: 'incorporations', authenticated: true }); - - if (!this.props.accountType) { - await this.props.dispatch(bankAccountsOperations.loadBankAccountsOperation()); - } + await this.loadRelyingParty({ rp: this.props.vendorId, authenticated: true }); } - getNextRoute = () => { - const { accountCode, countryCode, templateId } = this.props.match.params; - return `${MARKETPLACE_BANK_ACCOUNTS_ROOT_PATH}/process-started/${accountCode}/${countryCode}/${templateId}`; - }; + getNextRoute = () => this.processStartedRoute(); onBackClick = () => this.props.dispatch(push(this.cancelRoute())); onStartClick = async selection => { - const { templateId } = this.props.match.params; + const { templateId, vendorId } = this.props; const application = this.getLastApplication(); let questions = []; @@ -44,7 +36,7 @@ class BankAccountsSelectBankContainer extends MarketplaceBankAccountsComponent { await this.props.dispatch( kycOperations.updateRelyingPartyKYCApplication( - 'incorporations', + vendorId, templateId, application.id, false, @@ -56,21 +48,18 @@ class BankAccountsSelectBankContainer extends MarketplaceBankAccountsComponent { }; render() { - const { countryCode } = this.props.match.params; - const { accountType, banks } = this.props; - const { region } = accountType; - + const { jurisdiction, countryCode } = this.props; return ( { - const { accountCode, countryCode } = props.match.params; + const { accountCode, countryCode, templateId, vendorId } = props.match.params; const authenticated = true; return { - accountType: bankAccountsSelectors.getTypeByAccountCode(state, accountCode), - banks: bankAccountsSelectors.getDetailsByAccountCode(state, accountCode), - jurisdiction: bankAccountsSelectors.getJurisdictionsByCountryCode(state, countryCode), - publicKey: getWallet(state).publicKey, + vendorId, + templateId, + countryCode, + accountCode, + jurisdiction: marketplaceSelectors.selectBankJurisdictionByAccountCode(state, accountCode), + address: getWallet(state).address, currentApplication: kycSelectors.selectCurrentApplication(state), - rp: kycSelectors.relyingPartySelector(state, 'incorporations'), + rp: kycSelectors.relyingPartySelector(state, vendorId), rpShouldUpdate: kycSelectors.relyingPartyShouldUpdateSelector( state, - 'incorporations', + vendorId, authenticated ) }; diff --git a/src/renderer/marketplace/categories/categories-list.jsx b/src/renderer/marketplace/categories/categories-list.jsx index dae256f3a..dfcc336a9 100644 --- a/src/renderer/marketplace/categories/categories-list.jsx +++ b/src/renderer/marketplace/categories/categories-list.jsx @@ -10,10 +10,11 @@ const styles = theme => ({ marginLeft: '20px' }, '& svg': { - marginLeft: '20px' + marginLeft: 0 }, width: '100%', - height: '120px' + height: '40px', + marginBottom: '20px' }, headerIcon: { marginLeft: '30px' @@ -52,7 +53,6 @@ export const MarketplaceCategoriesList = withStyles(styles)(({ classes, children direction="column" justify="space-between" alignItems="stretch" - spacing={24} > @@ -62,11 +62,11 @@ export const MarketplaceCategoriesList = withStyles(styles)(({ classes, children SelfKey Marketplace - +
- + {getItems(items)} diff --git a/src/renderer/marketplace/categories/categories-page.jsx b/src/renderer/marketplace/categories/categories-page.jsx index a874c61f3..26a94a219 100644 --- a/src/renderer/marketplace/categories/categories-page.jsx +++ b/src/renderer/marketplace/categories/categories-page.jsx @@ -1,7 +1,7 @@ import React, { Component } from 'react'; import { connect } from 'react-redux'; import { ethGasStationInfoOperations } from 'common/eth-gas-station'; -import { marketplacesOperations, marketplacesSelectors } from 'common/marketplaces'; +import { marketplacesSelectors } from 'common/marketplaces'; import { MarketplaceCategoriesList } from './categories-list'; import { push } from 'connected-react-router'; import { ordersOperations } from '../../../common/marketplace/orders'; @@ -13,8 +13,6 @@ const mapStateToProps = state => ({ class MarketplaceCategoriesPageComponent extends Component { componentDidMount() { this.props.dispatch(ethGasStationInfoOperations.loadData()); - this.props.dispatch(marketplacesOperations.loadTransactions()); - this.props.dispatch(marketplacesOperations.loadStakes()); this.props.dispatch(ordersOperations.ordersLoadOperation()); } diff --git a/src/renderer/marketplace/categories/category.jsx b/src/renderer/marketplace/categories/category.jsx index 5fd6a7f02..533bf3c02 100644 --- a/src/renderer/marketplace/categories/category.jsx +++ b/src/renderer/marketplace/categories/category.jsx @@ -4,7 +4,7 @@ import { Grid, Button, withStyles, Typography } from '@material-ui/core'; const styles = theme => ({ root: { - width: '360px', + width: '340px', height: '326px', marginTop: '30px', marginBottom: '30px', @@ -24,7 +24,9 @@ const styles = theme => ({ header: { backgroundColor: '#2a3540', - height: '76px' + borderRadius: '3px 3px 0 0', + height: '76px', + width: '338px' }, svgIcon: { @@ -33,7 +35,7 @@ const styles = theme => ({ }, body: { - width: '320px', + width: '300px', textAlign: 'left', margin: '20px', color: '#fff', @@ -49,6 +51,16 @@ const styles = theme => ({ '& button': { fontSize: '10px' } + }, + + '@media screen and (min-width: 1230px)': { + root: { + width: '360px' + }, + + header: { + width: '358px' + } } }); diff --git a/src/renderer/marketplace/common/marketplace-component.jsx b/src/renderer/marketplace/common/marketplace-component.jsx index b29dc3546..3ecd1a78e 100644 --- a/src/renderer/marketplace/common/marketplace-component.jsx +++ b/src/renderer/marketplace/common/marketplace-component.jsx @@ -9,6 +9,10 @@ import { kycOperations } from 'common/kyc'; import ReactPiwik from 'react-piwik'; export default class MarketplaceComponent extends Component { + marketplaceRootPath = () => `/main/marketplace-categories`; + + manageApplicationsRoute = () => `/main/selfkeyIdApplications`; + loadRelyingParty = async ({ rp, authenticated = false }) => { if (this.props.rpShouldUpdate) { await this.props.dispatch(kycOperations.loadRelyingParty(rp, authenticated)); diff --git a/src/renderer/marketplace/exchanges/common/marketplace-exchanges-component.jsx b/src/renderer/marketplace/exchanges/common/marketplace-exchanges-component.jsx new file mode 100644 index 000000000..efd9d1a90 --- /dev/null +++ b/src/renderer/marketplace/exchanges/common/marketplace-exchanges-component.jsx @@ -0,0 +1,13 @@ +import { MarketplaceComponent } from '../../common/marketplace-component'; + +const MARKETPLACE_EXCHANGES_ROOT_PATH = '/main/marketplace-exchanges'; + +export default class MarketplaceExchangesComponent extends MarketplaceComponent { + detailsRoute = vendorId => `${MARKETPLACE_EXCHANGES_ROOT_PATH}/details/${vendorId}`; + + rootPath = () => MARKETPLACE_EXCHANGES_ROOT_PATH; + + manageApplicationsRoute = () => `/main/selfkeyIdApplications`; +} + +export { MarketplaceExchangesComponent }; diff --git a/src/renderer/marketplace/exchanges/exchanges-details-container.jsx b/src/renderer/marketplace/exchanges/exchanges-details-container.jsx new file mode 100644 index 000000000..a18f95b4d --- /dev/null +++ b/src/renderer/marketplace/exchanges/exchanges-details-container.jsx @@ -0,0 +1,70 @@ +import React from 'react'; +import { connect } from 'react-redux'; +import { withStyles } from '@material-ui/core/styles'; +import { marketplacesSelectors } from 'common/marketplaces'; +import { marketplaceSelectors } from 'common/marketplace'; +import { kycSelectors, kycOperations } from 'common/kyc'; +import { push } from 'connected-react-router'; +import { walletSelectors } from 'common/wallet'; +import { ExchangesDetails } from './exchanges-details'; +import { MarketplaceExchangesComponent } from './common/marketplace-exchanges-component'; + +const styles = theme => ({}); + +class ExchangesDetailsContainer extends MarketplaceExchangesComponent { + async componentDidMount() { + if (this.props.relyingPartyShouldUpdate) { + await this.props.dispatch(kycOperations.loadRelyingParty(this.props.item.name)); + } + } + + onBackClick = () => { + this.props.dispatch(push(this.rootPath())); + }; + + render() { + let item = this.props.item; + return ( +
+ +
+ ); + } +} + +const mapStateToProps = (state, props) => { + const id = props.match.params.inventoryId; + const item = marketplaceSelectors.selectInventoryItemById(state, id); + + let rpDetails = marketplaceSelectors.selectRPDetails(state, item.vendorId); + let serviceId = `${rpDetails.serviceOwner}_${rpDetails.serviceId}`; + + let templates = []; + if (rpDetails.relyingPartyConfig && rpDetails.relyingPartyConfig.templates) { + templates = rpDetails.relyingPartyConfig.templates; + } + return { + wallet: walletSelectors.getWallet(state), + item, + hasBalance: marketplaceSelectors.hasBalance(state, item.vendorId), + stake: marketplacesSelectors.stakeSelector(state, serviceId), + pendingTransaction: marketplacesSelectors.pendingTransactionSelector( + state, + item.serviceOwner, + item.serviceId + ), + relyingPartyName: item.vendorId, + templates, + relyingParty: kycSelectors.relyingPartySelector(state, rpDetails.name), + relyingPartyIsActive: kycSelectors.relyingPartyIsActiveSelector(state, rpDetails.name), + relyingPartyShouldUpdate: kycSelectors.relyingPartyShouldUpdateSelector( + state, + rpDetails.name + ) + }; +}; + +const styledComponent = withStyles(styles)(ExchangesDetailsContainer); +const connectedComponent = connect(mapStateToProps)(styledComponent); +export default connectedComponent; +export { connectedComponent as ExchangesDetailsContainer }; diff --git a/src/renderer/marketplace/services/service-details.jsx b/src/renderer/marketplace/exchanges/exchanges-details.jsx similarity index 86% rename from src/renderer/marketplace/services/service-details.jsx rename to src/renderer/marketplace/exchanges/exchanges-details.jsx index 26ebeaa15..3888ba5bc 100644 --- a/src/renderer/marketplace/services/service-details.jsx +++ b/src/renderer/marketplace/exchanges/exchanges-details.jsx @@ -70,6 +70,9 @@ const styles = theme => ({ formGroup: { backgroundColor: 'transparent', + '& h5': { + marginRight: '1em' + }, '& span': { fontSize: '14px', lineHeight: '35px', @@ -143,7 +146,7 @@ const styles = theme => ({ }, backButtonContainer: { - left: '15px', + left: '75px', position: 'absolute', top: '120px' }, @@ -229,7 +232,7 @@ const styles = theme => ({ } }); -class MarketplaceServiceDetailsComponent extends Component { +class ExchangesDetailsComponent extends Component { getLastApplication = () => { const { relyingParty } = this.props; // const { templateId } = this.props.match.params; @@ -418,18 +421,19 @@ class MarketplaceServiceDetailsComponent extends Component { const getColors = () => ['#46dfba', '#46b7df', '#238db4', '#25a788', '#0e4b61']; let random = Math.floor(Math.random() * 4); - const icon = item.logo[0].url ? ( - - ) : ( -
- {item.name.charAt(0)} -
- ); + const icon = + item.data.logo && item.data.logo[0].url ? ( + + ) : ( +
+ {item.name.charAt(0)} +
+ ); return ( @@ -531,43 +535,46 @@ class MarketplaceServiceDetailsComponent extends Component { - Location:{' '} + Location: - {item.location}{' '} + {item.data.location && + item.data.location.map(name => ( + {`${name} `} + ))} Year Launched: - {' '} + - {item.year_launched}{' '} + {item.data.yearLaunched} Coin Pairs: - {' '} + - {item.coin_pairs}{' '} + {item.data.coinPairs} - Maker Fee:{' '} + Maker Fee: - {item.maker_fee}{' '} + {item.data.makerFee} - Taker Fee:{' '} + Taker Fee: - {item.taker_fee}{' '} + {item.data.takerFee} - URL:{' '} + URL: - {item.url}{' '} + {item.data.url} @@ -577,49 +584,58 @@ class MarketplaceServiceDetailsComponent extends Component { FIAT Payment: - {' '} + - {item.fiat_payments}{' '} + {item.data.fiatPayments && + item.data.fiatPayments.map(name => ( + {`${name} `} + ))} FIAT Supported: - {' '} + - {item.fiat_supported - ? item.fiat_supported - .toString() - .replace(/,/g, ' ') - : ''}{' '} + {item.data.fiatSupported && + item.data.fiatSupported.map(name => ( + {`${name} `} + ))} Margin Trading: - {' '} + - {item.margin_trading}{' '} + {item.data.marginTrading} - KYC/AML:{' '} + KYC/AML: - {item.kyc_aml}{' '} + {item.data.kycAml} Excluded Resident: - {' '} + - {item.excluded_residents}{' '} + {item.data.excludedResidents && + item.data.excludedResidents.map( + name => ( + {`${name} `} + ) + )} - Contact:{' '} + Contact: - {item.email}{' '} + {item.data.email} @@ -627,7 +643,7 @@ class MarketplaceServiceDetailsComponent extends Component {
- {templates[0] && ( + {templates && templates[0] && ( ({}); + +class ExchangesListContainer extends MarketplaceExchangesComponent { + onBackClick = () => this.props.dispatch(push(this.marketplaceRootPath())); + + onDetailsClick = id => this.props.dispatch(push(this.detailsRoute(id))); + + render() { + return ( + + ); + } +} + +const mapStateToProps = (state, props) => { + return { + isLoading: marketplaceSelectors.isLoading(state), + items: marketplaceSelectors.selectInventoryForCategory(state, 'exchanges'), + category: { + title: 'Exchanges', + icon: + } + }; +}; + +const styledComponent = withStyles(styles)(ExchangesListContainer); +const connectedComponent = connect(mapStateToProps)(styledComponent); +export default connectedComponent; +export { connectedComponent as ExchangesListContainer }; diff --git a/src/renderer/marketplace/services/services-list-item.jsx b/src/renderer/marketplace/exchanges/exchanges-list-item.jsx similarity index 88% rename from src/renderer/marketplace/services/services-list-item.jsx rename to src/renderer/marketplace/exchanges/exchanges-list-item.jsx index 25a6a6fbf..6e9acfe66 100644 --- a/src/renderer/marketplace/services/services-list-item.jsx +++ b/src/renderer/marketplace/exchanges/exchanges-list-item.jsx @@ -98,8 +98,9 @@ const styles = theme => ({ } }); -export const MarketplaceServicesListItem = withStyles(styles)( +export const ExchangesListItem = withStyles(styles)( ({ + id, classes, children, name, @@ -133,10 +134,19 @@ export const MarketplaceServicesListItem = withStyles(styles)( ); const isNotExcludedResidents = - excludedResidents.length === 0 || excludedResidents[0] === 'None'; + excludedResidents === '-' || + excludedResidents.length === 0 || + excludedResidents[0] === 'None'; - const isFiatSupported = fiatSupported.length !== 0 && fiatSupported[0] !== 'Not Available'; - const isFiatPayments = fiatPayments.length !== 0 && fiatPayments[0] !== 'Not Available'; + const isFiatSupported = + fiatSupported !== '-' && + fiatSupported.length !== 0 && + fiatSupported[0] !== 'Not Available'; + + const isFiatPayments = + fiatPayments !== '-' && + fiatPayments.length !== 0 && + fiatPayments[0] !== 'Not Available'; return ( @@ -197,7 +207,7 @@ export const MarketplaceServicesListItem = withStyles(styles)( variant="text" color={status === 'Inactive' ? 'secondary' : 'primary'} className={classes.button} - onClick={() => (viewAction ? viewAction(name) : '')} + onClick={() => (viewAction ? viewAction(id) : '')} > {getButtonText(status)} @@ -207,4 +217,4 @@ export const MarketplaceServicesListItem = withStyles(styles)( } ); -export default MarketplaceServicesListItem; +export default ExchangesListItem; diff --git a/src/renderer/marketplace/services/services-list.jsx b/src/renderer/marketplace/exchanges/exchanges-list.jsx similarity index 50% rename from src/renderer/marketplace/services/services-list.jsx rename to src/renderer/marketplace/exchanges/exchanges-list.jsx index b9dfed808..7977c5ad4 100644 --- a/src/renderer/marketplace/services/services-list.jsx +++ b/src/renderer/marketplace/exchanges/exchanges-list.jsx @@ -1,8 +1,6 @@ import React from 'react'; - import { Grid, - Button, withStyles, Typography, Table, @@ -10,14 +8,19 @@ import { TableBody, TableCell } from '@material-ui/core'; -import { LargeTableHeadRow } from 'selfkey-ui'; -import { MarketplaceServicesListItem } from './services-list-item'; +import { LargeTableHeadRow, BackButton } from 'selfkey-ui'; +import { ExchangesListItem } from './exchanges-list-item'; +import { PageLoading } from '../common'; const styles = theme => ({ wrapper: { - width: '1140px' + width: '1080px' + }, + '@media screen and (min-width: 1230px)': { + wrapper: { + width: '1140px' + } }, - header: { borderBottom: 'solid 1px #475768', '& h1': { @@ -26,14 +29,12 @@ const styles = theme => ({ width: '100%', height: '120px' }, - headerContent: { marginTop: '50px', display: 'flex', flexDirection: 'row', flexWrap: 'nowrap' }, - content: { marginTop: '30px', margin: 0, @@ -42,7 +43,6 @@ const styles = theme => ({ padding: '0 15px' } }, - button: { color: '#93b0c1', borderColor: '#3b4a5a', @@ -50,26 +50,16 @@ const styles = theme => ({ color: '#48565f' } }, - - bold: { - fontWeight: 600 - }, - backButtonContainer: { - left: '15px', - position: 'absolute', top: '120px' }, - listContent: { margin: 0, width: '100%' }, - icon: { padding: 0 }, - unlockIcon: { marginRight: '10px' } @@ -79,15 +69,15 @@ const getServices = (items, viewAction) => { return items.map(item => { return ( - @@ -96,17 +86,11 @@ const getServices = (items, viewAction) => { }); }; -export const MarketplaceServicesList = withStyles(styles)( - ({ classes, children, category, items, backAction, viewAction }) => ( +export const ExchangesList = withStyles(styles)( + ({ classes, children, category, items, backAction, viewAction, isLoading }) => ( -
- -
+
- - - -   - - Exchange - - - Location - - - Fees - - - - Fiat Supported - - - - - Fiat Payments - - - - - Excluded Residents - - -   - - + {isLoading && } + {!isLoading && ( +
+ + +   + + Exchange + + + Location + + + Fees + + + + Fiat Supported + + + + + Fiat Payments + + + + + Excluded Residents + + +   + + - {getServices(items, viewAction)} -
+ {getServices(items, viewAction)} + + )}
@@ -183,4 +170,4 @@ export const MarketplaceServicesList = withStyles(styles)( ) ); -export default MarketplaceServicesList; +export default ExchangesList; diff --git a/src/renderer/marketplace/exchanges/index.jsx b/src/renderer/marketplace/exchanges/index.jsx new file mode 100644 index 000000000..c507ec471 --- /dev/null +++ b/src/renderer/marketplace/exchanges/index.jsx @@ -0,0 +1,30 @@ +import React, { Component } from 'react'; +import { Route } from 'react-router-dom'; +import { connect } from 'react-redux'; +import { marketplaceOperations } from 'common/marketplace'; +import { ExchangesListContainer } from './exchanges-list-container.jsx'; +import { ExchangesDetailsContainer } from './exchanges-details-container.jsx'; + +class MarketplaceExchangesContainerComponent extends Component { + async componentDidMount() { + await this.props.dispatch(marketplaceOperations.loadMarketplaceOperation()); + } + + render() { + const { path } = this.props.match; + + return ( + + + + + + ); + } +} + +const MarketplaceExchangesContainer = connect()(MarketplaceExchangesContainerComponent); +export { MarketplaceExchangesContainer }; diff --git a/src/renderer/marketplace/incorporation/checkout/incorporations-checkout-container.jsx b/src/renderer/marketplace/incorporation/checkout/incorporations-checkout-container.jsx index 80ed4eb5d..d667192ce 100644 --- a/src/renderer/marketplace/incorporation/checkout/incorporations-checkout-container.jsx +++ b/src/renderer/marketplace/incorporation/checkout/incorporations-checkout-container.jsx @@ -11,19 +11,20 @@ import { getWallet } from 'common/wallet/selectors'; import { ethGasStationInfoSelectors, ethGasStationInfoOperations } from 'common/eth-gas-station'; import { pricesSelectors } from 'common/prices'; import { kycSelectors, kycOperations } from 'common/kyc'; -import { incorporationsSelectors } from 'common/incorporations'; +import { marketplaceSelectors } from 'common/marketplace'; import { PaymentCheckout } from '../../common/payment-checkout'; import { MarketplaceIncorporationsComponent } from '../common/marketplace-incorporations-component'; const styles = theme => ({}); const CRYPTOCURRENCY = config.constants.primaryToken; const FIXED_GAS_LIMIT_PRICE = 21000; +const VENDOR_NAME = 'Far Horizon Capital Inc'; class IncorporationsCheckoutContainer extends MarketplaceIncorporationsComponent { async componentDidMount() { this.props.dispatch(ethGasStationInfoOperations.loadData()); - await this.loadRelyingParty({ rp: 'incorporations', authenticated: true }); + await this.loadRelyingParty({ rp: this.props.vendorId, authenticated: true }); this.checkIfUserCanIncorporate(); } @@ -34,32 +35,6 @@ class IncorporationsCheckoutContainer extends MarketplaceIncorporationsComponent } }; - getProgramOptions = options => { - if (!options) return []; - const strArray = options.split('-'); - - const optionsArray = strArray.map((text, idx) => { - if (!text) return false; - - let price = text.match(/\(.*\)/); - let notes = text.match(/\[.*\]/); - const id = `options-${idx}`; - - price = price ? price[0].replace('(', '').replace(')', '') : ''; - price = price ? parseInt(price) : ''; - notes = notes ? notes[0].replace('[', '').replace(']', '') : ''; - - let description = text - .replace(/\(.*\)/, '') - .replace(/\[.*\]/, '') - .trim(); - - return { price, notes, description, id }; - }); - - return optionsArray.filter(el => el !== false); - }; - getPaymentParameters() { const { keyRate, ethRate, ethGasStationInfo, cryptoCurrency, program } = this.props; const gasPrice = ethGasStationInfo.fast; @@ -84,24 +59,23 @@ class IncorporationsCheckoutContainer extends MarketplaceIncorporationsComponent onBackClick = () => this.props.dispatch(push(this.cancelRoute())); onStartClick = async () => { - const { program } = this.props; - const { templateId } = this.props.match.params; + const { program, vendorId, templateId } = this.props; + const { region } = program.data; + // TODO: get URLs and vendor name from the RP store this.props.dispatch( kycOperations.startCurrentApplicationOperation( - 'incorporations', + vendorId, templateId, this.payRoute(), this.cancelRoute(), - `Incorporate in ${program.Region}`, - `You are about to begin the incorporation process in ${ - program.Region - }. Please double check your + `Incorporate in ${region}`, + `You are about to begin the incorporation process in ${region}. Please double check your required documents are Certified True or Notarized where necessary. Failure to do so will result in delays in the incorporation process. You may also be asked to provide more information by the service provider`, 'conducting KYC', - 'Far Horizon Capital Inc', + VENDOR_NAME, 'https://flagtheory.com/privacy-policy', 'http://flagtheory.com/terms-and-conditions' ) @@ -109,17 +83,16 @@ class IncorporationsCheckoutContainer extends MarketplaceIncorporationsComponent }; render() { - const { program } = this.props; - const countryCode = this.props.match.params.countryCode; + const { program, countryCode } = this.props; return ( { - const { companyCode } = props.match.params; + const { companyCode, countryCode, templateId, vendorId } = props.match.params; const authenticated = true; return { - program: incorporationsSelectors.getIncorporationsDetails(state, companyCode), + countryCode, + templateId, + vendorId, + program: marketplaceSelectors.selectIncorporationByFilter( + state, + c => c.data.companyCode === companyCode + ), ...getLocale(state), ...getFiatCurrency(state), ...ethGasStationInfoSelectors.getEthGasStationInfo(state), tokens: getTokens(state).splice(1), // remove ETH - publicKey: getWallet(state).publicKey, + address: getWallet(state).address, keyRate: pricesSelectors.getRate(state, 'KEY', 'USD'), ethRate: pricesSelectors.getRate(state, 'ETH', 'USD'), cryptoCurrency: CRYPTOCURRENCY, - rp: kycSelectors.relyingPartySelector(state, 'incorporations'), + rp: kycSelectors.relyingPartySelector(state, vendorId), rpShouldUpdate: kycSelectors.relyingPartyShouldUpdateSelector( state, - 'incorporations', + vendorId, authenticated ) }; diff --git a/src/renderer/marketplace/incorporation/checkout/incorporations-payment-complete-container.jsx b/src/renderer/marketplace/incorporation/checkout/incorporations-payment-complete-container.jsx index eb0329763..71bbd641e 100644 --- a/src/renderer/marketplace/incorporation/checkout/incorporations-payment-complete-container.jsx +++ b/src/renderer/marketplace/incorporation/checkout/incorporations-payment-complete-container.jsx @@ -16,11 +16,11 @@ const VENDOR_EMAIL = `support@flagtheory.com`; class IncorporationsPaymentCompleteContainer extends MarketplaceIncorporationsComponent { async componentWillMount() { - await this.loadRelyingParty({ rp: 'incorporations', authenticated: true }); + await this.loadRelyingParty({ rp: this.props.vendorId, authenticated: true }); } async componentDidMount() { - const { transaction, companyCode, program } = this.props; + const { transaction, companyCode, program, vendorId } = this.props; this.saveTransactionHash(); this.clearRelyingParty(); @@ -29,19 +29,19 @@ class IncorporationsPaymentCompleteContainer extends MarketplaceIncorporationsCo transactionHash: transaction.transactionHash, price: program.price, code: companyCode, - jurisdiction: program.Region, - rpName: 'Incorporations' + jurisdiction: program.data.region, + rpName: vendorId }); } saveTransactionHash = async () => { - const { transaction, program } = this.props; + const { transaction, program, vendorId } = this.props; const application = this.getLastApplication(); if (!this.userHasPaid() && transaction) { await this.props.dispatch( kycOperations.updateRelyingPartyKYCApplicationPayment( - 'incorporations', + vendorId, application.id, transaction.transactionHash ) @@ -66,15 +66,14 @@ class IncorporationsPaymentCompleteContainer extends MarketplaceIncorporationsCo } }; - getNextRoute = () => { - return this.selfKeyIdRoute(); - }; + getNextRoute = () => this.selfKeyIdRoute(); onBackClick = () => this.props.dispatch(push(this.cancelRoute())); onContinueClick = () => this.props.dispatch(push(this.getNextRoute())); render() { + // TODO: get vendor email from the RP const body = ( @@ -107,17 +106,19 @@ class IncorporationsPaymentCompleteContainer extends MarketplaceIncorporationsCo } const mapStateToProps = (state, props) => { - const { companyCode } = props.match.params; + const { companyCode, vendorId } = props.match.params; const authenticated = true; return { + companyCode, + vendorId, program: incorporationsSelectors.getIncorporationsDetails(state, companyCode), transaction: transactionSelectors.getTransaction(state), - publicKey: getWallet(state).publicKey, + address: getWallet(state).address, currentApplication: kycSelectors.selectCurrentApplication(state), - rp: kycSelectors.relyingPartySelector(state, 'incorporations'), + rp: kycSelectors.relyingPartySelector(state, vendorId), rpShouldUpdate: kycSelectors.relyingPartyShouldUpdateSelector( state, - 'incorporations', + vendorId, authenticated ) }; diff --git a/src/renderer/marketplace/incorporation/checkout/incorporations-payment-container.jsx b/src/renderer/marketplace/incorporation/checkout/incorporations-payment-container.jsx index 695a6390b..f091dfb0e 100644 --- a/src/renderer/marketplace/incorporation/checkout/incorporations-payment-container.jsx +++ b/src/renderer/marketplace/incorporation/checkout/incorporations-payment-container.jsx @@ -6,17 +6,16 @@ import { featureIsEnabled } from 'common/feature-flags'; import { getWallet } from 'common/wallet/selectors'; import { kycSelectors } from 'common/kyc'; import { pricesSelectors } from 'common/prices'; -import { incorporationsSelectors } from 'common/incorporations'; +import { marketplaceSelectors } from 'common/marketplace'; import { ordersOperations } from 'common/marketplace/orders'; import { MarketplaceIncorporationsComponent } from '../common/marketplace-incorporations-component'; const styles = theme => ({}); -// TODO: future improvement load from rp config const VENDOR_NAME = 'Far Horizon Capital Inc'; class IncorporationsPaymentContainer extends MarketplaceIncorporationsComponent { async componentDidMount() { - await this.loadRelyingParty({ rp: 'incorporations', authenticated: true }); + await this.loadRelyingParty({ rp: this.props.vendorId, authenticated: true }); await this.createOrder(); } @@ -25,22 +24,23 @@ class IncorporationsPaymentContainer extends MarketplaceIncorporationsComponent }; async createOrder() { - const { program } = this.props; - const { companyCode } = this.props.match.params; + const { program, companyCode, vendorId } = this.props; const application = this.getLastApplication(); const price = this.priceInKEY(program.price); const walletAddress = program.walletAddress; const vendorDID = program.didAddress; + // TODO: get vendor name from RP store + const vendorName = VENDOR_NAME; this.props.dispatch( ordersOperations.startOrderOperation({ + productInfo: `Incorporate in ${program.Region}`, applicationId: application.id, amount: price, - vendorId: 'FlagTheory', + vendorId, itemId: companyCode, vendorDID, - productInfo: `Incorporate in ${program.Region}`, - vendorName: VENDOR_NAME, + vendorName, backUrl: this.cancelRoute(), completeUrl: this.paymentCompleteRoute(), vendorWallet: featureIsEnabled('paymentContract') ? '' : walletAddress @@ -56,17 +56,23 @@ class IncorporationsPaymentContainer extends MarketplaceIncorporationsComponent } const mapStateToProps = (state, props) => { - const { companyCode } = props.match.params; + const { companyCode, templateId, vendorId } = props.match.params; const authenticated = true; return { - program: incorporationsSelectors.getIncorporationsDetails(state, companyCode), - publicKey: getWallet(state).publicKey, + companyCode, + templateId, + vendorId, + program: marketplaceSelectors.selectIncorporationByFilter( + state, + c => c.data.companyCode === companyCode + ), + address: getWallet(state).address, keyRate: pricesSelectors.getRate(state, 'KEY', 'USD'), currentApplication: kycSelectors.selectCurrentApplication(state), - rp: kycSelectors.relyingPartySelector(state, 'incorporations'), + rp: kycSelectors.relyingPartySelector(state, vendorId), rpShouldUpdate: kycSelectors.relyingPartyShouldUpdateSelector( state, - 'incorporations', + vendorId, authenticated ) }; diff --git a/src/renderer/marketplace/incorporation/common/marketplace-incorporations-component.jsx b/src/renderer/marketplace/incorporation/common/marketplace-incorporations-component.jsx index b8784e180..4ec2a4f6d 100644 --- a/src/renderer/marketplace/incorporation/common/marketplace-incorporations-component.jsx +++ b/src/renderer/marketplace/incorporation/common/marketplace-incorporations-component.jsx @@ -1,40 +1,36 @@ import { MarketplaceComponent } from '../../common/marketplace-component'; -import { incorporationsOperations } from 'common/incorporations'; const MARKETPLACE_INCORPORATIONS_ROOT_PATH = '/main/marketplace-incorporation'; export default class MarketplaceIncorporationsComponent extends MarketplaceComponent { paymentCompleteRoute = () => { - const { countryCode, companyCode, templateId } = this.props.match.params; - return `${MARKETPLACE_INCORPORATIONS_ROOT_PATH}/payment-complete/${companyCode}/${countryCode}/${templateId}`; + const { countryCode, companyCode, templateId, vendorId } = this.props.match.params; + return `${MARKETPLACE_INCORPORATIONS_ROOT_PATH}/payment-complete/${companyCode}/${countryCode}/${templateId}/${vendorId}`; }; payRoute = () => { - const { countryCode, companyCode, templateId } = this.props.match.params; - return `${MARKETPLACE_INCORPORATIONS_ROOT_PATH}/pay/${companyCode}/${countryCode}/${templateId}`; + const { countryCode, companyCode, templateId, vendorId } = this.props.match.params; + return `${MARKETPLACE_INCORPORATIONS_ROOT_PATH}/pay/${companyCode}/${countryCode}/${templateId}/${vendorId}`; }; checkoutRoute = () => { - const { countryCode, companyCode, templateId } = this.props.match.params; - return `${MARKETPLACE_INCORPORATIONS_ROOT_PATH}/checkout/${companyCode}/${countryCode}/${templateId}`; + const { countryCode, companyCode, templateId, vendorId } = this.props.match.params; + return `${MARKETPLACE_INCORPORATIONS_ROOT_PATH}/checkout/${companyCode}/${countryCode}/${templateId}/${vendorId}`; }; cancelRoute = () => { - const { countryCode, companyCode, templateId } = this.props.match.params; - return `${MARKETPLACE_INCORPORATIONS_ROOT_PATH}/details/${companyCode}/${countryCode}/${templateId}`; + const { companyCode, countryCode, templateId, vendorId } = this.props.match.params; + return this.detailsRoute({ companyCode, countryCode, templateId, vendorId }); }; - listRoute = () => { - return MARKETPLACE_INCORPORATIONS_ROOT_PATH; - }; + detailsRoute = ({ companyCode, countryCode, templateId, vendorId }) => + `${MARKETPLACE_INCORPORATIONS_ROOT_PATH}/details/${companyCode}/${countryCode}/${templateId}/${vendorId}`; - rootPath = () => { - return this.listRoute(); - }; + listRoute = () => MARKETPLACE_INCORPORATIONS_ROOT_PATH; - manageApplicationsRoute = () => { - return `/main/selfkeyIdApplications`; - }; + rootPath = () => this.listRoute(); + + manageApplicationsRoute = () => `/main/selfkeyIdApplications`; getApplicationStatus = () => { if (this.props.rp && this.props.rp.authenticated && this.userHasApplied()) { @@ -47,34 +43,6 @@ export default class MarketplaceIncorporationsComponent extends MarketplaceCompo } return null; }; - - loadIncorporations = async () => { - if (!this.props.program) { - await this.props.dispatch(incorporationsOperations.loadIncorporationsOperation()); - } - }; - - loadTreaties = async () => { - const { treaties } = this.props; - const { countryCode } = this.props.match.params; - - if (!treaties || !treaties.length) { - this.props.dispatch( - await incorporationsOperations.loadIncorporationsTaxTreatiesOperation(countryCode) - ); - } - }; - - loadCountry = async () => { - const { country } = this.props; - const { countryCode } = this.props.match.params; - - if (!country) { - this.props.dispatch( - await incorporationsOperations.loadIncorporationsCountryOperation(countryCode) - ); - } - }; } export { MarketplaceIncorporationsComponent }; diff --git a/src/renderer/marketplace/incorporation/details/incorporations-details-container.jsx b/src/renderer/marketplace/incorporation/details/incorporations-details-container.jsx index 9b1233ffc..769226d4f 100644 --- a/src/renderer/marketplace/incorporation/details/incorporations-details-container.jsx +++ b/src/renderer/marketplace/incorporation/details/incorporations-details-container.jsx @@ -1,14 +1,17 @@ import React from 'react'; import PropTypes from 'prop-types'; +import { BigNumber } from 'bignumber.js'; import { connect } from 'react-redux'; import { push } from 'connected-react-router'; import { MarketplaceIncorporationsComponent } from '../common/marketplace-incorporations-component'; import { pricesSelectors } from 'common/prices'; import { kycSelectors, kycOperations } from 'common/kyc'; -import { walletSelectors } from 'common/wallet'; +import { identitySelectors } from 'common/identity'; import { withStyles } from '@material-ui/core/styles'; -import { incorporationsSelectors, incorporationsOperations } from 'common/incorporations'; +import { marketplaceSelectors } from 'common/marketplace'; import { IncorporationsDetailsPage } from './incorporations-details-page'; +import { getCryptoValue } from '../../../common/price-utils'; +import config from 'common/config'; const styles = theme => ({}); @@ -19,18 +22,7 @@ class IncorporationsDetailsContainer extends MarketplaceIncorporationsComponent }; async componentDidMount() { - const { program } = this.props; - - if (!program) { - this.props.dispatch(incorporationsOperations.loadIncorporationsOperation()); - } - - this.loadRelyingParty({ rp: 'incorporations', authenticated: false }); - - this.loadTreaties(); - - this.loadCountry(); - + this.loadRelyingParty({ rp: this.props.vendorId, authenticated: false }); window.scrollTo(0, 0); } @@ -38,48 +30,48 @@ class IncorporationsDetailsContainer extends MarketplaceIncorporationsComponent onTabChange = tab => this.setState({ tab }); - buildResumeData = tax => { + buildResumeData = data => { return [ [ { name: 'Offshore Tax', - value: tax['Offshore Income Tax Rate'], + value: data.offshoreIncomeTaxRate, highlighted: true }, { name: 'Dividends Received', - value: tax['Dividends Received'], + value: data.dividendsReceived, highlighted: true } ], [ { name: 'Corp Income', - value: tax['Corporate Tax Rate'], + value: data.corporateTaxRate, highlighted: true }, { name: 'Dividends paid', - value: tax['Dividends Withholding Tax Rate'], + value: data.dividendsWithholdingTaxRate, highlighted: true } ], [ { name: 'Capital Gains', - value: tax['Capital Gains Tax Rate'], + value: data.capitalGainsTaxRate, highlighted: true }, { name: 'Royalties paid', - value: tax['Royalties Withholding Tax Rate'], + value: data.royaltiesWithholdingTaxRate, highlighted: true } ], [ { name: 'Interests paid', - value: tax['Interests Withholding Tax Rate'], + value: data.interestsWithholdingTaxRate, highlighted: true } ] @@ -102,28 +94,37 @@ class IncorporationsDetailsContainer extends MarketplaceIncorporationsComponent return null; }; + priceInKEY = priceUSD => { + return new BigNumber(priceUSD).dividedBy(this.props.keyRate); + }; + onApplyClick = () => { - const { rp, wallet } = this.props; + const { rp, identity, vendorId, program } = this.props; const selfkeyIdRequiredRoute = '/main/marketplace-selfkey-id-required'; const selfkeyDIDRequiredRoute = '/main/marketplace-selfkey-did-required'; + const transactionNoKeyError = '/main/transaction-no-key-error'; const authenticated = true; - + const keyPrice = this.priceInKEY(program.price); + const keyAvailable = new BigNumber(this.props.cryptoValue); // When clicking the start process, // we check if an authenticated kyc-chain session exists // If it doesn't we trigger a new authenticated rp session // and redirect to checkout route // The loading state is used to disable the button while data is being loaded this.setState({ loading: true }, async () => { - if (!wallet.isSetupFinished) { + if (keyPrice.gt(keyAvailable)) { + return this.props.dispatch(push(transactionNoKeyError)); + } + if (!identity.isSetupFinished) { return this.props.dispatch(push(selfkeyIdRequiredRoute)); } - if (!wallet.did) { + if (!identity.did) { return this.props.dispatch(push(selfkeyDIDRequiredRoute)); } if (!rp || !rp.authenticated) { await this.props.dispatch( kycOperations.loadRelyingParty( - 'incorporations', + vendorId, authenticated, this.checkoutRoute(), this.cancelRoute() @@ -136,10 +137,16 @@ class IncorporationsDetailsContainer extends MarketplaceIncorporationsComponent }; render() { - const { program, keyRate, kycRequirements, country, treaties } = this.props; - const { templateId } = this.props.match.params; - const countryCode = program['Country code']; - const region = program['Region']; + const { + program, + keyRate, + kycRequirements, + country, + treaties, + templateId, + countryCode + } = this.props; + const region = program.data.region; const price = program.price; return ( { - const { companyCode, countryCode, templateId } = props.match.params; + const { companyCode, countryCode, templateId, vendorId } = props.match.params; const notAuthenticated = false; + let primaryToken = { + ...props, + cryptoCurrency: config.constants.primaryToken + }; return { - program: incorporationsSelectors.getIncorporationsDetails(state, companyCode), - treaties: incorporationsSelectors.getTaxTreaties(state, countryCode), - country: incorporationsSelectors.getCountry(state, countryCode), - isLoading: incorporationsSelectors.getLoading(state), + companyCode, + countryCode, + templateId, + vendorId, + program: marketplaceSelectors.selectIncorporationByFilter( + state, + c => c.data.companyCode === companyCode + ), + treaties: marketplaceSelectors.selectTaxTreatiesByCountryCode(state, countryCode), + country: marketplaceSelectors.selectCountryByCode(state, countryCode), + isLoading: marketplaceSelectors.isLoading(state), keyRate: pricesSelectors.getRate(state, 'KEY', 'USD'), - rp: kycSelectors.relyingPartySelector(state, 'incorporations'), + rp: kycSelectors.relyingPartySelector(state, vendorId), rpShouldUpdate: kycSelectors.relyingPartyShouldUpdateSelector( state, - 'incorporations', + vendorId, notAuthenticated ), - kycRequirements: kycSelectors.selectRequirementsForTemplate( - state, - 'incorporations', - templateId - ), - wallet: walletSelectors.getWallet(state) + kycRequirements: kycSelectors.selectRequirementsForTemplate(state, vendorId, templateId), + identity: identitySelectors.selectCurrentIdentity(state), + cryptoValue: getCryptoValue(state, primaryToken) }; }; diff --git a/src/renderer/marketplace/incorporation/details/incorporations-details-country-tab.jsx b/src/renderer/marketplace/incorporation/details/incorporations-details-country-tab.jsx index fa1642cad..149eb7f8a 100644 --- a/src/renderer/marketplace/incorporation/details/incorporations-details-country-tab.jsx +++ b/src/renderer/marketplace/incorporation/details/incorporations-details-country-tab.jsx @@ -135,11 +135,11 @@ export const IncorporationsCountryTab = withStyles(styles)(({ classes, country, />
- {program && program.translation && ( + {program && (
diff --git a/src/renderer/marketplace/incorporation/details/incorporations-details-description-tab.jsx b/src/renderer/marketplace/incorporation/details/incorporations-details-description-tab.jsx index 87c2a58ea..dcfa28d5d 100644 --- a/src/renderer/marketplace/incorporation/details/incorporations-details-description-tab.jsx +++ b/src/renderer/marketplace/incorporation/details/incorporations-details-description-tab.jsx @@ -40,7 +40,7 @@ const IncorporationsDescriptionTab = withStyles(styles)(({ classes, program }) =
diff --git a/src/renderer/marketplace/incorporation/details/incorporations-details-legal-tab.jsx b/src/renderer/marketplace/incorporation/details/incorporations-details-legal-tab.jsx index 7f5f61241..fd9c95ebc 100644 --- a/src/renderer/marketplace/incorporation/details/incorporations-details-legal-tab.jsx +++ b/src/renderer/marketplace/incorporation/details/incorporations-details-legal-tab.jsx @@ -40,131 +40,131 @@ const styles = theme => ({ const LEGAL_COLUMNS = [ [ { - id: 'Shareholders not disclosed in a public registry', + id: 'shareholdersNotDisclosedInAPublicRegistry', label: 'Shareholders not disclosed', boolean: true }, { - id: 'Directors not disclosed in a public registry', + id: 'directorsNotDisclosedInAPublicRegistry', label: 'Directors not disclosed', boolean: true }, { - id: 'Corporate shareholders permitted', + id: 'corporateShareholdersPermitted', label: 'Corporate shareholders permitted', boolean: true }, { - id: 'Corporate directors permitted', + id: 'corporateDirectorsPermitted', label: 'Corporate directors permitted', boolean: true }, { - id: 'Local director required', + id: 'localDirectorRequired', label: 'Local director required', boolean: true }, { - id: 'Secretary required', + id: 'secretaryRequired', label: 'Secretary required', boolean: true }, { - id: 'Local secretary required', + id: 'localSecretaryRequired', label: 'Local secretary required', boolean: true }, { - id: 'Annual general meetings required', + id: 'annualGeneralMeetingsRequired', label: 'Annual general meetings required', boolean: true } ], [ { - id: 'Redomiciliation permitted', + id: 'redomiciliationPermitted', label: 'Redomiciliation permitted', boolean: true }, { - id: 'Electronic signature', + id: 'electronicSignature', label: 'Electronic signature', boolean: true }, { - id: 'Annual return', + id: 'annualReturn', label: 'Annual return', boolean: true }, { - id: 'Audited accounts', + id: 'auditedAccounts', label: 'Audited accounts', boolean: true }, { - id: 'Audited accounts exemption', + id: 'auditedAccountsExemption', label: 'Audited accounts exemption', boolean: true }, { - id: 'Exchange controls', + id: 'exchangeControls', label: 'Exchange controls', boolean: true } ], [ { - id: 'Legal basis', + id: 'legalBasis', label: 'Legal basis', boolean: false }, { - id: 'Minimum shareholders', + id: 'minimumShareholders', label: 'Minimum shareholders', boolean: false }, { - id: 'Minimum directors', + id: 'minimumDirectors', label: 'Minimum directors', boolean: false }, { - id: 'Minimum members', + id: 'minimumMembers', label: 'Minimum members', boolean: false }, { - id: 'Minimum registered capital', + id: 'minimumRegisteredCapital', label: 'Minimum registered capital', boolean: false }, { - id: 'Minimum issued capital', + id: 'minimumIssuedCapital', label: 'Minimum issued capital', boolean: false }, { - id: 'Minimum paid up capital', + id: 'minimumPaidUpCapital', label: 'Minimum paid up capital', boolean: false }, { - id: 'Capital currency', + id: 'capitalCurrency', label: 'Capital currency', boolean: false }, { - id: 'Foreign-ownership allowed', + id: 'foreignOwnershipAllowed', label: 'Foreign-ownership allowed', boolean: false }, { - id: 'Location of annual general meeting', + id: 'locationOfAnnualGeneralMeeting', label: 'Location of annual general meeting', boolean: false }, { - id: 'AEOI', + id: 'aeoi', label: 'AEOI', boolean: false } @@ -174,37 +174,37 @@ const LEGAL_COLUMNS = [ const LLC_COLUMNS = [ [ { - id: 'Members not disclosed in a public registry', + id: 'membersNotDisclosedInAPublicRegistry', label: 'Members not disclosed', boolean: true }, { - id: 'Managers not disclosed in a public registry', + id: 'managerNotDisclosedInAPublicRegistry', label: 'Managers not disclosed', boolean: true }, { - id: 'Corporate members permitted', + id: 'corporateMembersPermitted', label: 'Corporate members permitted', boolean: true }, { - id: 'Corporate manager permitted', + id: 'corporateManagerPermitted', label: 'Corporate manager permitted', boolean: true }, { - id: 'Local manager required', + id: 'localManagerRequired', label: 'Local manager required', boolean: true }, { - id: 'Registered office or agent required', + id: 'registeredOfficeOrAgentRequired', label: 'Registered office/agent required', boolean: true }, { - id: 'Annual meeting required', + id: 'annualMeetingRequired', label: 'Annual meeting required', boolean: true } @@ -212,7 +212,7 @@ const LLC_COLUMNS = [ ]; const selectColumns = program => { - if (program.details.LLC) { + if (program.data.corpllc) { LEGAL_COLUMNS[0] = LLC_COLUMNS[0]; } return LEGAL_COLUMNS; @@ -220,10 +220,10 @@ const selectColumns = program => { const IncorporationsLegalTab = withStyles(styles)(({ classes, program }) => (
- +
diff --git a/src/renderer/marketplace/incorporation/details/incorporations-details-page.jsx b/src/renderer/marketplace/incorporation/details/incorporations-details-page.jsx index 3a9b43b37..045916ec6 100644 --- a/src/renderer/marketplace/incorporation/details/incorporations-details-page.jsx +++ b/src/renderer/marketplace/incorporation/details/incorporations-details-page.jsx @@ -2,7 +2,7 @@ import React from 'react'; import { withStyles } from '@material-ui/core/styles'; import { Grid, Button, Typography } from '@material-ui/core'; import { ApplicationStatusBar } from '../../../kyc/application/application-status'; -import { CertificateIcon } from 'selfkey-ui'; +import { CertificateIcon, BackButton } from 'selfkey-ui'; import { FlagCountryName, ResumeBox, ProgramPrice, MarketplaceKycRequirements } from '../../common'; import { IncorporationsDetailsTabs } from './incorporations-details-tabs'; @@ -12,13 +12,6 @@ const styles = theme => ({ margin: '50px auto 0', maxWidth: '960px' }, - backButtonContainer: { - left: '15px', - position: 'absolute' - }, - bold: { - fontWeight: 600 - }, title: { padding: '22px 30px', background: '#2A3540', @@ -114,13 +107,7 @@ export const IncorporationsDetailsPage = withStyles(styles)(props => { return ( -
- -
+
({ tabContainer: { width: '100%', @@ -39,7 +40,7 @@ const IncorporationsServicesTab = withStyles(styles)(({ classes, program }) => (
diff --git a/src/renderer/marketplace/incorporation/details/incorporations-details-taxes-tab.jsx b/src/renderer/marketplace/incorporation/details/incorporations-details-taxes-tab.jsx index 6f5e0a5dc..ad08c00f1 100644 --- a/src/renderer/marketplace/incorporation/details/incorporations-details-taxes-tab.jsx +++ b/src/renderer/marketplace/incorporation/details/incorporations-details-taxes-tab.jsx @@ -40,72 +40,72 @@ const styles = theme => ({ const TAX_COLUMNS = [ [ { - id: 'Offshore Income Tax Exemption', + id: 'offshoreIncomeTaxExemption', label: 'Offshore Income Tax Exemption', boolean: true }, { - id: 'Offshore capital gains tax exemption', + id: 'offshoreCapitalGainsTaxExemption', label: 'Offshore capital gains tax exemption', boolean: true }, { - id: 'Offshore dividends tax exemption', + id: 'offshoreDividendsTaxExemption', label: 'Offshore dividends tax exemption', boolean: true }, - { id: 'CFC Rules', label: 'CFC Rules', boolean: true }, - { id: 'Thin Capitalisation Rules', label: 'Thin Capitalisation Rules', boolean: true }, - { id: 'Patent Box', label: 'Patent Box', boolean: true }, - { id: 'Tax Incentives & Credits', label: 'Tax Incentives & Credits', boolean: true }, - { id: 'Property Tax', label: 'Property Tax', boolean: true }, - { id: 'Wealth tax', label: 'Wealth Tax', boolean: true }, - { id: 'Estate inheritance tax', label: 'Estate inheritance tax', boolean: true }, - { id: 'Transfer tax', label: 'Transfer tax', boolean: true }, - { id: 'Capital duties', label: 'Capital Duties', boolean: true } + { id: 'cfcRules', label: 'CFC Rules', boolean: true }, + { id: 'thinCapitalisationRules', label: 'Thin Capitalisation Rules', boolean: true }, + { id: 'patentBox', label: 'Patent Box', boolean: true }, + { id: 'taxIncentivesCredits', label: 'Tax Incentives & Credits', boolean: true }, + { id: 'propertyTax', label: 'Property Tax', boolean: true }, + { id: 'wealthTax', label: 'Wealth Tax', boolean: true }, + { id: 'EstateInheritanceTax', label: 'Estate inheritance tax', boolean: true }, + { id: 'transferTax', label: 'Transfer tax', boolean: true }, + { id: 'capitalDuties', label: 'Capital Duties', boolean: true } ], [ - { id: 'Offshore Income Tax Rate', label: 'Offshore Income Tax Rate', boolean: false }, + { id: 'offshoreIncomeTaxRate', label: 'Offshore Income Tax Rate', boolean: false }, - { id: 'Corporate Tax Rate', label: 'Corporate Tax Rate', boolean: false }, - { id: 'Capital Gains Tax Rate', label: 'Capital Gains Tax Rate', boolean: false }, - { id: 'Dividends Received', label: 'Dividends Received', boolean: false }, + { id: 'corporateTaxRate', label: 'Corporate Tax Rate', boolean: false }, + { id: 'capitalGainsTaxRate', label: 'Capital Gains Tax Rate', boolean: false }, + { id: 'dividendsReceived', label: 'Dividends Received', boolean: false }, { - id: 'Dividends Withholding Tax Rate', + id: 'dividendsWithholdingTaxRate', label: 'Dividends Withholding Tax Rate', boolean: false }, { - id: 'Interests Withholding Tax Rate', + id: 'interestsWithholdingTaxRate', label: 'Interests Withholding Tax Rate', boolean: false }, { - id: 'Royalties Withholding Tax Rate', + id: 'royaltiesWithholdingTaxRate', label: 'Royalties Withholding Tax Rate', boolean: false }, - { id: 'Losses carryback (years)', label: 'Losses carryback (years)', boolean: false }, - { id: 'Losses carryforward (years)', label: 'Losses carryforward (years)', boolean: false } + { id: 'lossesCarrybackYears', label: 'Losses carryback (years)', boolean: false }, + { id: 'lossesCarryforwardYears', label: 'Losses carryforward (years)', boolean: false } ], [ - { id: 'Personal Income Tax Rate', label: 'Personal Income Tax Rate', boolean: false }, - { id: 'VAT Rate', label: 'VAT Rate', boolean: false }, - { id: 'Inventory methods permitted', label: 'Inventory methods permitted', boolean: false }, - { id: 'Tax time (hours)', label: 'Tax time (hours)', boolean: false }, - { id: 'Tax payments per year', label: 'Tax payments per year', boolean: false }, - { id: 'Total Tax Rate', label: 'Total Corporation Tax Burden', boolean: false }, - { id: 'Social Security Employee', label: 'Social Security Employee', boolean: false }, - { id: 'Social Security Employer', label: 'Social Security Employer', boolean: false } + { id: 'personalIncomeTaxRate', label: 'Personal Income Tax Rate', boolean: false }, + { id: 'vatRate', label: 'VAT Rate', boolean: false }, + { id: 'inventoryMethodsPermitted', label: 'Inventory methods permitted', boolean: false }, + { id: 'taxTimeHours', label: 'Tax time (hours)', boolean: false }, + { id: 'taxPaymentsPerYear', label: 'Tax payments per year', boolean: false }, + { id: 'totalTaxRate', label: 'Total Corporation Tax Burden', boolean: false }, + { id: 'socialSecurityEmployee', label: 'Social Security Employee', boolean: false }, + { id: 'socialSecurityEmployer', label: 'Social Security Employer', boolean: false } ] ]; const IncorporationsTaxesTab = withStyles(styles)(({ classes, program }) => (
- +
diff --git a/src/renderer/marketplace/incorporation/index.jsx b/src/renderer/marketplace/incorporation/index.jsx index 8a305b6d4..53d53beb8 100644 --- a/src/renderer/marketplace/incorporation/index.jsx +++ b/src/renderer/marketplace/incorporation/index.jsx @@ -1,8 +1,6 @@ import React, { Component } from 'react'; import { Route } from 'react-router-dom'; import { connect } from 'react-redux'; -import { featureIsEnabled } from 'common/feature-flags'; -import { ordersOperations } from 'common/marketplace/orders'; import { marketplaceOperations } from 'common/marketplace'; import { IncorporationsListContainer } from './list/incorporations-list-container'; import { IncorporationsDetailsContainer } from './details/incorporations-details-container'; @@ -12,12 +10,9 @@ import { IncorporationsPaymentCompleteContainer } from './checkout/incorporation class MarketplaceIncorporationComponent extends Component { async componentDidMount() { - if (featureIsEnabled('scheduler')) { - await this.props.dispatch(marketplaceOperations.loadMarketplaceOperation()); - } else { - await this.props.dispatch(ordersOperations.ordersLoadOperation()); - } + await this.props.dispatch(marketplaceOperations.loadMarketplaceOperation()); } + render() { const { path } = this.props.match; @@ -25,19 +20,19 @@ class MarketplaceIncorporationComponent extends Component {
diff --git a/src/renderer/marketplace/incorporation/list/incorporations-list-container.jsx b/src/renderer/marketplace/incorporation/list/incorporations-list-container.jsx index eb4331435..1169e0c2b 100644 --- a/src/renderer/marketplace/incorporation/list/incorporations-list-container.jsx +++ b/src/renderer/marketplace/incorporation/list/incorporations-list-container.jsx @@ -1,46 +1,30 @@ -import React, { Component } from 'react'; +import React from 'react'; import PropTypes from 'prop-types'; +import { withStyles } from '@material-ui/core/styles'; import { connect } from 'react-redux'; import { push } from 'connected-react-router'; import { pricesSelectors } from 'common/prices'; -import { withStyles } from '@material-ui/core/styles'; -import { incorporationsOperations, incorporationsSelectors } from 'common/incorporations'; +import { marketplaceSelectors } from 'common/marketplace'; import { IncorporationsListPage } from './incorporations-list-page'; -import NoConnection from 'renderer/no-connection'; +import { MarketplaceIncorporationsComponent } from '../common/marketplace-incorporations-component'; const styles = theme => ({}); -const MARKETPLACE_ROOT_PATH = '/main/marketplace-categories'; -const INCORPORATIONS_DETAIL_PATH = '/main/marketplace-incorporation/details'; - -class IncorporationsListContainer extends Component { - componentDidMount() { - if (!this.props.incorporations || !this.props.incorporations.length) { - this.props.dispatch(incorporationsOperations.loadIncorporationsOperation()); - } - } - onBackClick = () => this.props.dispatch(push(MARKETPLACE_ROOT_PATH)); +class IncorporationsListContainer extends MarketplaceIncorporationsComponent { + onBackClick = () => this.props.dispatch(push(this.marketplaceRootPath())); onDetailsClick = jurisdiction => { + const { companyCode, countryCode } = jurisdiction.data; + const { templateId, vendorId } = jurisdiction; this.props.dispatch( - push( - `${INCORPORATIONS_DETAIL_PATH}/${jurisdiction['Company code']}/${ - jurisdiction['Country code'] - }/${jurisdiction.templateId}` - ) + push(this.detailsRoute({ companyCode, countryCode, templateId, vendorId })) ); }; - activeJurisdiction = jurisdiction => jurisdiction.show_in_wallet; - render() { - const { isLoading, incorporations, keyRate, isError } = this.props; - - if (!isLoading && isError) { - return ; - } + const { isLoading, incorporations, keyRate } = this.props; - const data = incorporations.filter(this.activeJurisdiction); + const data = incorporations.filter(jurisdiction => jurisdiction.status === 'active'); return ( { return { - incorporations: incorporationsSelectors.getMainIncorporationsWithTaxes(state), - isLoading: incorporationsSelectors.getLoading(state), - isError: incorporationsSelectors.getError(state), + incorporations: marketplaceSelectors.selectIncorporations(state), + isLoading: marketplaceSelectors.isLoading(state), keyRate: pricesSelectors.getRate(state, 'KEY', 'USD') }; }; diff --git a/src/renderer/marketplace/incorporation/list/incorporations-list-page.jsx b/src/renderer/marketplace/incorporation/list/incorporations-list-page.jsx index b76859ea9..517597264 100644 --- a/src/renderer/marketplace/incorporation/list/incorporations-list-page.jsx +++ b/src/renderer/marketplace/incorporation/list/incorporations-list-page.jsx @@ -6,7 +6,7 @@ import { IncorporationsIcon } from 'selfkey-ui'; const styles = theme => ({ pageContent: { - width: '1140px', + width: '1080px', margin: '0 auto' }, header: { @@ -26,11 +26,16 @@ const styles = theme => ({ width: '36px' }, backButtonContainer: { - left: '15px', + left: '75px', position: 'absolute' }, tabs: { marginBottom: '15px' + }, + '@media screen and (min-width: 1230px)': { + pageContent: { + width: '1140px' + } } }); diff --git a/src/renderer/marketplace/incorporation/list/incorporations-list-table.jsx b/src/renderer/marketplace/incorporation/list/incorporations-list-table.jsx index dddd5e830..fc9d48987 100644 --- a/src/renderer/marketplace/incorporation/list/incorporations-list-table.jsx +++ b/src/renderer/marketplace/incorporation/list/incorporations-list-table.jsx @@ -136,20 +136,22 @@ const IncorporationsListTable = withStyles(styles)( {data.map(inc => ( - + + + {inc.data.region} + + {inc.data.acronym && inc.data.acronym[0]} - {inc.Region} - {inc.Acronym} - {inc.tax['Offshore Income Tax Rate']} + {inc.data.offshoreIncomeTaxRate} - {inc.tax['Corporate Tax Rate']} + {inc.data.corporateTaxRate} - {inc['Good for'] && - inc['Good for'].map(tag => {tag})} + {inc.data.goodFor && + inc.data.goodFor.map(tag => {tag})} diff --git a/src/renderer/marketplace/index.js b/src/renderer/marketplace/index.js index 642d5defb..7410dd555 100644 --- a/src/renderer/marketplace/index.js +++ b/src/renderer/marketplace/index.js @@ -1,6 +1,5 @@ export { MarketplaceCategoriesPage } from './categories/categories-page'; -export { MarketplaceExchangesPage } from './services/exchanges-page'; -export { MarketplaceServiceDetailsPage } from './services/service-details-page'; +export { MarketplaceExchangesContainer } from './exchanges'; export { MarketplaceIncorporationPage } from './incorporation'; export { MarketplaceBankAccountsPage } from './bank-accounts'; export { MarketplaceSelfkeyIdRequired } from './selfkey-id-required'; diff --git a/src/renderer/marketplace/orders/payment-container.jsx b/src/renderer/marketplace/orders/payment-container.jsx index e2aaa6c4a..1b26b563a 100644 --- a/src/renderer/marketplace/orders/payment-container.jsx +++ b/src/renderer/marketplace/orders/payment-container.jsx @@ -2,7 +2,7 @@ import React, { Component } from 'react'; import { connect } from 'react-redux'; import { MarketplacePayment } from './payment'; import { ordersSelectors, ordersOperations } from '../../../common/marketplace/orders'; -import { walletSelectors } from '../../../common/wallet'; +import { identitySelectors } from '../../../common/identity'; import { featureIsEnabled } from 'common/feature-flags'; const LEARN_HOW_URL = 'https://help.selfkey.org'; @@ -34,7 +34,7 @@ class MarketplacePaymentContainer extends Component { priceKey={this.props.order.amount} feeETH={this.props.feeETH} feeUSD={this.props.feeUSD} - did={this.props.wallet.did} + did={this.props.identity.did} vendorName={this.props.order.vendorName} onLearnHowClick={this.handleLearnHowClick} /> @@ -47,7 +47,7 @@ const mapStateToProps = (state, props) => ({ priceUSD: ordersSelectors.getOrderPriceUsd(state, props.match.params.orderId), feeUSD: ordersSelectors.getCurrentPaymentFeeUsd(state), feeETH: ordersSelectors.getCurrentPaymentFeeEth(state), - wallet: walletSelectors.getWallet(state), + identity: identitySelectors.selectCurrentIdentity(state), currentOrder: ordersSelectors.getCurrentOrder(state) }); diff --git a/src/renderer/marketplace/selfkey-did-required-container.jsx b/src/renderer/marketplace/selfkey-did-required-container.jsx index d09e66a4d..32f2621b0 100644 --- a/src/renderer/marketplace/selfkey-did-required-container.jsx +++ b/src/renderer/marketplace/selfkey-did-required-container.jsx @@ -2,21 +2,21 @@ import React, { Component } from 'react'; import { connect } from 'react-redux'; import { push } from 'connected-react-router'; import { MarketplaceDIDRequired } from './selfkey-did-required'; -import { walletOperations } from 'common/wallet'; +import { didOperations } from 'common/did'; const MARKETPLACE_PATH = '/main/marketplace-categories'; class MarketplaceSelfkeyDIDRequiredContainer extends Component { handleConfirm = evt => { evt.preventDefault(); - this.props.dispatch(walletOperations.startCreateDidFlow(MARKETPLACE_PATH)); + this.props.dispatch(didOperations.startCreateDidFlowOperation(MARKETPLACE_PATH)); }; handleClose = () => { this.props.dispatch(push(MARKETPLACE_PATH)); }; handleEnterDID = evt => { evt.preventDefault(); - this.props.dispatch(walletOperations.startAssociateDidFlow(MARKETPLACE_PATH)); + this.props.dispatch(didOperations.startAssociateDidFlowOperation(MARKETPLACE_PATH)); }; render() { return ( diff --git a/src/renderer/marketplace/services/exchanges-page.jsx b/src/renderer/marketplace/services/exchanges-page.jsx deleted file mode 100644 index d90575759..000000000 --- a/src/renderer/marketplace/services/exchanges-page.jsx +++ /dev/null @@ -1,20 +0,0 @@ -import React from 'react'; -import { connect } from 'react-redux'; -import { getExchanges } from 'common/exchanges/selectors'; -import { ExchangeSmallIcon } from 'selfkey-ui'; -import { marketplacesSelectors } from '../../../common/marketplaces'; -import { MarketplaceServicesPage } from './services-page'; - -const mapStateToProps = (state, props) => { - return { - items: getExchanges(state), - category: { - ...marketplacesSelectors.categorySelector(state, 'exchanges'), - icon: - } - }; -}; - -export const MarketplaceExchangesPage = connect(mapStateToProps)(MarketplaceServicesPage); - -export default MarketplaceExchangesPage; diff --git a/src/renderer/marketplace/services/service-details-page.jsx b/src/renderer/marketplace/services/service-details-page.jsx deleted file mode 100644 index 9db62a42b..000000000 --- a/src/renderer/marketplace/services/service-details-page.jsx +++ /dev/null @@ -1,69 +0,0 @@ -import React, { Component } from 'react'; -import { connect } from 'react-redux'; -import { getServiceDetails, hasBalance } from 'common/exchanges/selectors'; -import { marketplacesSelectors } from 'common/marketplaces'; -import { kycSelectors, kycOperations } from 'common/kyc'; -import { Logger } from 'common/logger'; -import { push } from 'connected-react-router'; -import { walletSelectors } from 'common/wallet'; -import { MarketplaceServiceDetails } from './service-details'; - -// eslint-disable-next-line -const log = new Logger('marketplace-item-container'); - -const mapStateToProps = (state, props) => { - const name = props.match.params.name; - let item = getServiceDetails(state, name); - let serviceId = `${item.serviceOwner}_${item.serviceId}`; - let templates = []; - if (item.relying_party_config && item.relying_party_config.templates) { - templates = item.relying_party_config.templates; - } - return { - wallet: walletSelectors.getWallet(state), - item, - hasBalance: hasBalance(state, name), - stake: marketplacesSelectors.stakeSelector(state, serviceId), - pendingTransaction: marketplacesSelectors.pendingTransactionSelector( - state, - item.serviceOwner, - item.serviceId - ), - relyingPartyName: name, - templates, - relyingParty: kycSelectors.relyingPartySelector(state, name), - relyingPartyIsActive: kycSelectors.relyingPartyIsActiveSelector(state, name), - relyingPartyShouldUpdate: kycSelectors.relyingPartyShouldUpdateSelector(state, name) - }; -}; - -class MarketplaceServiceDetailsPageComponent extends Component { - async componentDidMount() { - if (this.props.relyingPartyShouldUpdate) { - await this.props.dispatch(kycOperations.loadRelyingParty(this.props.item.name)); - } - } - - backAction = () => { - this.props.dispatch(push('/main/marketplace-exchanges')); - }; - - render() { - let item = this.props.item; - return ( -
- -
- ); - } -} - -export const MarketplaceServiceDetailsPage = connect(mapStateToProps)( - MarketplaceServiceDetailsPageComponent -); - -export default MarketplaceServiceDetailsPage; diff --git a/src/renderer/marketplace/services/services-page.jsx b/src/renderer/marketplace/services/services-page.jsx deleted file mode 100644 index 45e4b2bcb..000000000 --- a/src/renderer/marketplace/services/services-page.jsx +++ /dev/null @@ -1,19 +0,0 @@ -import React from 'react'; -import { connect } from 'react-redux'; -import { MarketplaceServicesList } from './services-list.jsx'; -import { push } from 'connected-react-router'; - -export const MarketplaceServicesPage = connect()(props => { - const { dispatch } = props; - const backAction = () => { - dispatch(push('/main/marketplace-categories')); - }; - - const viewAction = name => { - dispatch(push(`/main/marketplace-services/${name}`)); - }; - - return ; -}); - -export default MarketplaceServicesPage; diff --git a/src/renderer/selfkey-id/main/components/associate-did.jsx b/src/renderer/selfkey-id/main/components/associate-did.jsx deleted file mode 100644 index 5a19c9caf..000000000 --- a/src/renderer/selfkey-id/main/components/associate-did.jsx +++ /dev/null @@ -1,256 +0,0 @@ -import React, { Component } from 'react'; -import { push } from 'connected-react-router'; -import { connect } from 'react-redux'; -import { walletOperations, walletSelectors } from 'common/wallet'; -import { - Grid, - Button, - Typography, - withStyles, - Input, - CircularProgress, - Paper -} from '@material-ui/core'; -import { MergeIcon, ModalWrap, ModalHeader, ModalBody, CloseButtonIcon } from 'selfkey-ui'; - -const styles = theme => ({ - icon: { - width: '66px', - height: '71px' - }, - modalPosition: { - position: 'static', - marginTop: '30px' - }, - loading: { - position: 'relative', - marginLeft: '10px', - top: '5px' - }, - searching: { - height: '19px', - width: '242px', - color: '#00C0D9', - fontFamily: 'Lato', - fontSize: '13px', - lineHeight: '19px', - textTransform: 'none', - marginLeft: '10px' - }, - errorText: { - height: '19px', - width: '242px', - color: '#FE4B61', - fontFamily: 'Lato', - fontSize: '13px', - lineHeight: '19px' - }, - errorColor: { - color: '#FE4B61 !important', - border: '2px solid #FE4B61 !important', - backgroundColor: 'rgba(255,46,99,0.09) !important' - }, - input: { - width: '100%', - '&::-webkit-input-placeholder': { - fontSize: '14px', - color: '#93B0C1' - } - }, - bold: { - fontWeight: 600 - }, - closeIcon: { - cursor: 'pointer', - position: 'absolute', - marginLeft: '759px', - marginTop: '-20px' - }, - label: { - marginBottom: '10px' - }, - buttoms: { - marginTop: '30px' - } -}); - -class AssociateDIDComponent extends Component { - state = { - did: '', - searching: false - }; - - componentDidMount() { - this.resetErrors(); - } - - componentDidUpdate(prevProps) { - if (prevProps.associateError !== this.props.associateError) { - if (this.state.searching) { - if (this.props.associateError === 'none') { - this.handleBackClick(); - } - this.setState({ searching: false }); - } - } - } - - resetErrors = () => { - this.props.dispatch(walletOperations.resetAssociateDID()); - }; - - handleBackClick = evt => { - evt && evt.preventDefault(); - this.props.dispatch(push(this.props.didOriginUrl)); - }; - - handleFieldChange = async event => { - let value = event.target.value; - await this.resetErrors(); - this.setState({ did: value }); - }; - - associateDID = async () => { - await this.resetErrors(); - let did = this.state.did; - if (did !== '') { - await this.props.dispatch(walletOperations.updateWalletDID(this.props.wallet.id, did)); - } else { - this.setState({ searching: false }); - } - }; - - handleSubmit = () => { - this.setState({ searching: true }, async () => { - await this.associateDID(); - }); - }; - - render() { - const { classes, associateError } = this.props; - const { did, searching } = this.state; - const isEmpty = did === '' || did === undefined; - const hasAssociateError = associateError !== '' && associateError !== 'none' && did !== ''; - const didInputClass = `${classes.input} ${ - hasAssociateError && !searching ? classes.errorColor : '' - }`; - - return ( - - - - - - - - - Associate DID with this wallet - - - - - - - - - - - - If you already registered on the SelfKey Network, you can - associate your existing DID number with this wallet. Just - copy/paste it below. - -
- - DID Number - {searching && ( - - - - - - Please wait. Checking the blockchain for DID{' '} - information. - - - )} - - - {!searching && hasAssociateError && ( - - {associateError} - - )} - - - - - - - - - -
-
-
-
-
-
- ); - } -} - -const mapStateToProps = (state, props) => { - return { - wallet: walletSelectors.getWallet(state), - associateError: walletSelectors.getAssociateError(state), - didOriginUrl: walletSelectors.getDidOriginUrl(state) - }; -}; - -export const AssociateDID = connect(mapStateToProps)(withStyles(styles)(AssociateDIDComponent)); - -export default AssociateDID; diff --git a/src/renderer/selfkey-id/main/components/create-did-content.jsx b/src/renderer/selfkey-id/main/components/create-did-content.jsx deleted file mode 100644 index 0acf514d8..000000000 --- a/src/renderer/selfkey-id/main/components/create-did-content.jsx +++ /dev/null @@ -1,145 +0,0 @@ -import React, { Component } from 'react'; -import { Grid, withStyles, Typography, Button, IconButton, Divider } from '@material-ui/core'; - -import { KeyTooltip, TooltipArrow, PaymentIcon, InfoTooltip } from 'selfkey-ui'; - -const styles = theme => ({ - footer: { - paddingTop: '40px' - }, - actions: { - '&>button': { - marginRight: '20px', - marginTop: '40px' - } - }, - networkFee: { - fontWeight: 600, - marginBottom: '4px' - }, - textRight: { - textAlign: 'right' - }, - bottomSpace: { - marginBottom: '30px' - }, - link: { - cursor: 'pointer', - color: '#00C0D9', - textDecoration: 'none' - }, - tooltipIcon: { - padding: '0px 0 3px 10px', - '& svg': { - height: '10px !important', - width: '10px !important' - } - }, - divider: { - marginBottom: '20px' - }, - bottomSpace2: { - marginBottom: '20px' - } -}); - -class CreateDIDContentComponent extends Component { - render() { - const { - classes, - usdNetworkFee, - ethNetworkFee, - tooltipNetworkFee, - onConfirm, - onCancel, - learnHowURL - } = this.props; - - return ( - - - - - - - - - Decentralised ID Required - - - - - Getting your DID ( - { - window.openExternal(e, learnHowURL); - }} - > - what’s this? - - ) and registering on the SelfKey Network requires an Ethereum - transaction. This is a one time only transaction. - - - - - - - - Network Transaction Fee - - - - - ${usdNetworkFee.toLocaleString()} - - - {ethNetworkFee.toLocaleString()} ETH - - {tooltipNetworkFee} - - - } - > - - - - - - - - -
- - -
-
-
-
-
- ); - } -} - -export const CreateDIDContent = withStyles(styles)(CreateDIDContentComponent); -export default CreateDIDContent; diff --git a/src/renderer/selfkey-id/main/components/delete-attribute.jsx b/src/renderer/selfkey-id/main/components/delete-attribute.jsx deleted file mode 100644 index 72e395d06..000000000 --- a/src/renderer/selfkey-id/main/components/delete-attribute.jsx +++ /dev/null @@ -1,88 +0,0 @@ -import React, { Component } from 'react'; - -import { Input, Typography, withStyles, Button, Grid } from '@material-ui/core'; - -const styles = theme => ({ - text: { - fontFamily: 'Lato, arial, sans-serif', - fontSize: '14px', - color: '#93b0c1', - marginBottom: '10px' - }, - label: { - marginBottom: '20px', - marginTop: '20px' - }, - buttonContainer: { - margin: '20px -12px 0' - } -}); - -class DeleteAttributeComponent extends Component { - state = { typeId: -1, label: '', value: null }; - handleConfirm = evt => { - evt.preventDefault(); - const { attribute } = this.props; - this.props.onConfirm(attribute.id); - this.props.onCancel(); - }; - handleCancel = () => { - this.props.onCancel(); - }; - render() { - const { attribute, classes } = this.props; - const { type, name } = attribute; - - return ( - - - - You are deleting this information and all related history. Once deleted, you{' '} - can not recover the history. - - - Type - - - - Label - - - - - - - - - - - - - - - - ); - } -} - -export const DeleteAttribute = withStyles(styles)(DeleteAttributeComponent); - -export default DeleteAttribute; diff --git a/src/renderer/selfkey-id/main/components/edit-avatar.js b/src/renderer/selfkey-id/main/components/edit-avatar.js index 78a2ec17e..f7b6e0d42 100644 --- a/src/renderer/selfkey-id/main/components/edit-avatar.js +++ b/src/renderer/selfkey-id/main/components/edit-avatar.js @@ -7,13 +7,13 @@ const styles = theme => ({}); class EditAvatarComponent extends Component { constructor(props) { super(props); - const { avatar, walletId } = props; - this.state = { avatar, walletId }; + const { avatar, identityId } = props; + this.state = { avatar, identityId }; } handleSave = evt => { evt.preventDefault(); - const { walletId, avatar } = this.state; - this.props.onSave(avatar, walletId); + const { identityId, avatar } = this.state; + this.props.onSave(avatar, identityId); this.props.onCancel(); }; handleImageChange = evt => { diff --git a/src/renderer/selfkey-id/main/components/hexagon-avatar.jsx b/src/renderer/selfkey-id/main/components/hexagon-avatar.jsx index 032c5a706..4f6489fd3 100644 --- a/src/renderer/selfkey-id/main/components/hexagon-avatar.jsx +++ b/src/renderer/selfkey-id/main/components/hexagon-avatar.jsx @@ -26,21 +26,26 @@ const styles = theme => ({ transform: 'rotate(-60deg)', visibility: 'visible', width: '100%' + }, + smallAvatar: { + borderRadius: '50%' } }); -export const HexagonAvatar = withStyles(styles)(({ classes, src = avatarPlaceholder, onClick }) => ( -
-
-
+export const HexagonAvatar = withStyles(styles)( + ({ classes, smallAvatar = false, src = avatarPlaceholder, onClick, className }) => ( +
+
+
+
-
-)); + ) +); export default HexagonAvatar; diff --git a/src/renderer/selfkey-id/main/components/selfkey-id-applications.jsx b/src/renderer/selfkey-id/main/components/selfkey-id-applications.jsx index 60df9f11d..0b44797f0 100644 --- a/src/renderer/selfkey-id/main/components/selfkey-id-applications.jsx +++ b/src/renderer/selfkey-id/main/components/selfkey-id-applications.jsx @@ -1,5 +1,5 @@ import React, { Component } from 'react'; -import config from 'common/config'; +import classNames from 'classnames'; import { Button, Card, @@ -35,14 +35,7 @@ import { error } from 'selfkey-ui'; import moment from 'moment'; -import classNames from 'classnames'; -import { push } from 'connected-react-router'; -import { connect } from 'react-redux'; -import { walletSelectors } from 'common/wallet'; -import { incorporationsOperations, incorporationsSelectors } from 'common/incorporations'; -import { kycSelectors, kycOperations, kycActions } from 'common/kyc'; import { Popup } from '../../../common/popup'; -import { appSelectors } from 'common/app'; const styles = theme => ({ statusIcon: { @@ -263,277 +256,68 @@ const HeaderIcon = withStyles(styles)(({ status, classes }) => { return icon; }); -const getRpInfo = (rpName, field) => { - return config.relyingPartyInfo[rpName][field]; -}; - -const getRpName = title => { - return title.toLowerCase().startsWith('bank account') ? 'Bank Accounts' : 'Incorporations'; -}; - -const MARKETPLACE_ROOT_PATH = '/main/marketplace-categories'; - class SelfkeyIdApplicationsComponent extends Component { - state = { - loading: false, - applicationId: null, - addingDocuments: false, - rpName: null, - refreshing: false, - showApplicationRefreshModal: false - }; - - async componentDidMount() { - const { rp, afterAuthRoute } = this.props; - const cancelRoute = `/main/selfkeyId`; - const authenticate = true; - - await this.props.dispatch(kycOperations.resetApplications()); - // if relying party not loaded, try again - if (!rp || !rp.authenticated) { - this.setState({ loading: true }, async () => { - await this.props.dispatch(kycOperations.setProcessing(true)); - await this.props.dispatch( - kycOperations.loadRelyingParty( - 'incorporations', - authenticate, - afterAuthRoute, - cancelRoute - ) - ); - }); - } - - // try to load existing kyc_applications data - await this.props.dispatch(kycOperations.loadApplicationsOperation()); - - // this is needed otherwise the rp keeps loading (stuck) - if (!this.props.incorporations || !this.props.incorporations.length) { - await this.props.dispatch(incorporationsOperations.loadIncorporationsOperation()); - } - } - - async componentDidUpdate(prevProps) { - if (prevProps.rp !== this.props.rp) { - if (this.props.rp.authenticated) { - await this.props.dispatch(kycOperations.loadApplicationsOperation()); - } - this.setState({ loading: false }, () => { - if (this.state.refreshing) { - if (this.state.applicationId) { - // try to refresh again after loading relying party - this.handleApplicationRefresh(this.state.applicationId); - } - } - if (this.state.addingDocuments) { - if (this.state.applicationId) { - // try to refresh again after loading relying party - this.handleApplicationAddDocuments( - this.state.applicationId, - this.state.rpName - ); - } - } - }); - } - } - - handleApplicationAddDocuments = (id, rpName) => { - const { rp, afterAuthRoute } = this.props; - const cancelRoute = `/main/selfkeyId`; - const authenticate = true; - - // if relying party not loaded, try again - if (!rp || !rp.authenticated) { - this.setState( - { loading: true, addingDocuments: true, applicationId: id, rpName }, - async () => { - await this.props.dispatch( - kycOperations.loadRelyingParty( - 'incorporations', - authenticate, - afterAuthRoute, - cancelRoute - ) - ); - } - ); - } else { - let self = this; - this.setState( - { - loading: false, - addingDocuments: false, - applicationId: null, - rpName: null - }, - async () => { - // Get current application info from kyc - let currentApplication = self.props.rp.applications.find(app => { - return app.id === id; - }); - // get stored application from local database - let application = this.props.applications.find(app => { - return app.id === id; - }); - const { - template, - vendor, - privacyPolicy, - termsOfService, - attributes - } = currentApplication; - const { rpName, title } = application; - /* eslint-disable camelcase */ - const description = application.sub_title; - /* eslint-enable camelcase */ - const agreement = true; - - // Set application data - await self.props.dispatch( - kycActions.setCurrentApplication( - rpName, - template, - afterAuthRoute, - cancelRoute, - title, - description, - agreement, - vendor, - privacyPolicy, - termsOfService, - attributes - ) - ); - - // Open add documents modal - // (Later on, we will need to improve this to be able to distinguish requirements - // that can be fulfilled by the wallet and ones that need redirect to KYCC.) - // - // await self.props.dispatch( - // kycOperations.loadRelyingParty( - // rpName, - // true, - // `/main/kyc/current-application/${rpName}?applicationId=${id}` - // ) - // ); - - // Redirects to KYCC chain on an external browser window with auto-login - const instanceUrl = self.props.rp.session.ctx.config.rootEndpoint; - const url = `${instanceUrl}/applications/${application.id}?access_token=${ - self.props.rp.session.access_token.jwt - }`; - window.openExternal(null, url); - } - ); - } - }; - - handleApplicationRefresh = id => { - const { rp, afterAuthRoute } = this.props; - const cancelRoute = `/main/selfkeyId`; - const authenticate = true; - - // if relying party not loaded, try again - if (!rp || !rp.authenticated) { - this.setState({ loading: true, refreshing: true, applicationId: id }, async () => { - await this.props.dispatch( - kycOperations.loadRelyingParty( - 'incorporations', - authenticate, - afterAuthRoute, - cancelRoute - ) - ); - }); - } else { - // get stored application from local database - let application = this.props.applications.find(app => { - return app.id === id; - }); - // get current application info from kyc - let kycApplication = this.props.rp.applications.find(app => { - return app.id === id; - }); - - if (application && kycApplication) { - // update stored application - application.currentStatus = kycApplication.currentStatus; - application.currentStatusName = kycApplication.statusName; - application.updatedAt = kycApplication.updatedAt; - } - - // sync of RP applications with local database is done automatically, all done, show modal - this.setState({ - refreshing: false, - applicationId: null, - showApplicationRefreshModal: true - }); - } - }; - renderLoadingScreen = () => ( ); - handleCloseApplicationRefreshModal = evt => { - evt && evt.preventDefault(); - this.setState({ showApplicationRefreshModal: false }); - }; - - renderApplicationRefreshModal() { - const { classes } = this.props; - return ( - ( + + - - - - Application status updated successfully. - - - - - - - + + + Application status updated successfully. + + + + + + - - ); - } - - handleAccessClick = _ => this.props.dispatch(push(MARKETPLACE_ROOT_PATH)); + + + ); render() { - const { classes, isLoading, processing } = this.props; - const { showApplicationRefreshModal } = this.state; - let loading = isLoading || processing || this.state.loading; + const { classes, showApplicationRefreshModal, loading, applications, vendors } = this.props; + + const getRpInfo = (rpName, field) => { + const vendor = vendors.find(v => v.vendorId === rpName); + if (vendor && vendor[field]) { + return vendor[field]; + } else { + return 'N/A'; + } + }; + + const getRpName = application => getRpInfo(application.rpName, 'name'); if (loading) { return this.renderLoadingScreen(); } - if (!loading && this.props.applications && this.props.applications.length === 0) { + if (!loading && applications && applications.length === 0) { return ( @@ -562,7 +346,7 @@ class SelfkeyIdApplicationsComponent extends Component { + */}
@@ -461,7 +480,7 @@ class SelfKeyIdCreateFormComponent extends Component { const mapStateToProps = (state, props) => { return { - wallet: walletSelectors.getWallet(state) + identity: identitySelectors.selectCurrentIdentity(state) }; }; diff --git a/src/renderer/selfkey-id/main/components/selfkey-id-overview.jsx b/src/renderer/selfkey-id/main/components/selfkey-id-overview.jsx index f86253dcc..7033e8586 100644 --- a/src/renderer/selfkey-id/main/components/selfkey-id-overview.jsx +++ b/src/renderer/selfkey-id/main/components/selfkey-id-overview.jsx @@ -1,7 +1,6 @@ import React, { Component } from 'react'; import moment from 'moment'; -import { push } from 'connected-react-router'; -import { walletOperations } from 'common/wallet'; + import { Grid, CardHeader, @@ -29,13 +28,9 @@ import { SmallTableHeadRow, SmallTableRow, SmallTableCell, - FileAudioIcon, - DIDIcon + FileAudioIcon } from 'selfkey-ui'; -import { CreateAttributePopup } from '../containers/create-attribute-popup'; -import { EditAttributePopup } from '../containers/edit-attribute-popup'; -import { DeleteAttributePopup } from '../containers/delete-attribute-popup'; -import { EditAvatarPopup } from '../containers/edit-avatar-popup'; + import { HexagonAvatar } from './hexagon-avatar'; import backgroundImage from '../../../../../static/assets/images/icons/icon-marketplace.png'; @@ -88,54 +83,32 @@ const styles = theme => ({ textOverflow: 'ellipsis', whiteSpace: 'nowrap', maxWidth: '222px' - }, - didButtons: { - marginTop: '20px' - }, - transaction: { - alignItems: 'center', - display: 'flex' - }, - extraSpace: { - marginRight: '4px' } }); -const MARKETPLACE_ROOT_PATH = '/main/marketplace-categories'; -const SELFKEY_ID_PATH = '/main/selfkeyId'; +const SelfkeyIdSubheading = ({ email, did }) => ( + + {email} +
+ {did && ( + + did:selfkey:{did} + + )} +
+); -class SelfkeyIdOverviewComponent extends Component { - state = { - popup: null - }; - componentDidMount() { - this.props.onRef(this); - } - componentWillUnmount() { - this.props.onRef(undefined); +const DocumentExpiryDate = ({ doc }) => { + let date; + if (!doc || !doc.data || !doc.data.value || !doc.data.value.expires) { + date = '-'; + } else { + date = moment(doc.data.value.expires).format('DD MMM YYYY'); } - handleEditAttribute = attribute => { - this.setState({ popup: 'edit-attribute', editAttribute: attribute }); - }; - handleAddAttribute = () => { - this.setState({ popup: 'create-attribute', isDocument: false }); - }; - handleAddDocument = () => { - this.setState({ popup: 'create-attribute', isDocument: true }); - }; - handleDeleteAttribute = attribute => { - this.setState({ popup: 'delete-attribute', deleteAttribute: attribute }); - }; - handlePopupClose = () => { - this.setState({ popup: null }); - }; - handleAvatarClick = () => { - this.setState({ popup: 'edit-avatar' }); - }; - handleAccessClick = _ => this.props.dispatch(push(MARKETPLACE_ROOT_PATH)); - handleGetDid = _ => this.props.dispatch(walletOperations.startCreateDidFlow(SELFKEY_ID_PATH)); - handleEnterDid = _ => - this.props.dispatch(walletOperations.startAssociateDidFlow(SELFKEY_ID_PATH)); + return {date}; +}; + +class SelfkeyIdOverviewComponent extends Component { renderLastUpdateDate({ updatedAt }) { return moment(updatedAt).format('DD MMM YYYY, hh:mm a'); } @@ -180,24 +153,6 @@ class SelfkeyIdOverviewComponent extends Component { ); } - renderExpiryDate(doc) { - if (!doc || !doc.data || !doc.data.value || !doc.data.value.expires) return '-'; - return moment(doc.data.value.expires).format('DD MMM YYYY'); - } - renderSubheading(email, did) { - return ( - <> - {email} -
- {did && ( - - did:selfkey:{did} - - )} - - ); - } - render() { const { classes, @@ -209,41 +164,11 @@ class SelfkeyIdOverviewComponent extends Component { firstName, lastName, middleName, - wallet + identity } = this.props; - const { popup } = this.state; return ( - {popup === 'create-attribute' && ( - - )} - {popup === 'edit-attribute' && ( - - )} - {popup === 'delete-attribute' && ( - - )} - {popup === 'edit-avatar' && ( - - )} @@ -252,11 +177,13 @@ class SelfkeyIdOverviewComponent extends Component { avatar={ } title={`${firstName} ${middleName} ${lastName}`} - subheader={this.renderSubheading(email, wallet.did)} + subheader={ + + } className={classes.cardHeader} /> @@ -268,7 +195,10 @@ class SelfkeyIdOverviewComponent extends Component { Selfkey Marketplace is now launched and operational.
- @@ -278,112 +208,7 @@ class SelfkeyIdOverviewComponent extends Component {
- {!wallet.did && ( - - - -
- - - - - - - - - - - Register on the SelfKey Network to get - your DID. - - - - - - - Use a DID when accesing different services - in the marketplace. Once created you’ll see - it under your profile. - -
- - Getting a DID requires an Ethereum - transaction. This is a one time only - transaction. - - - - - - - - - {wallet.didPending && ( - - - Processing transaction..Please - wait - - - )} - -
-
-
-
-
-
- )} + {this.props.didCard && {this.props.didCard}} { - this.handleEditAttribute( + this.props.onEditAttribute( entry ); }} @@ -613,7 +438,7 @@ class SelfkeyIdOverviewComponent extends Component { { - this.handleEditAttribute( + this.props.onEditAttribute( entry ); }} @@ -622,7 +447,7 @@ class SelfkeyIdOverviewComponent extends Component { { - this.handleDeleteAttribute( + this.props.onDeleteAttribute( entry ); }} @@ -644,7 +469,7 @@ class SelfkeyIdOverviewComponent extends Component { variant="outlined" size="large" color="secondary" - onClick={this.handleAddAttribute} + onClick={this.props.onAddAttribute} className={classes.button} > Add Information @@ -728,9 +553,9 @@ class SelfkeyIdOverviewComponent extends Component { {' '} - {this.renderExpiryDate( - entry - )}{' '} + {' '} @@ -743,7 +568,7 @@ class SelfkeyIdOverviewComponent extends Component { { - this.handleEditAttribute( + this.props.onEditAttribute( entry ); }} @@ -752,7 +577,7 @@ class SelfkeyIdOverviewComponent extends Component { { - this.handleDeleteAttribute( + this.props.onDeleteAttribute( entry ); }} @@ -774,7 +599,7 @@ class SelfkeyIdOverviewComponent extends Component { variant="outlined" size="large" color="secondary" - onClick={this.handleAddDocument} + onClick={this.props.onAddDocument} className={classes.button} > Add Documents diff --git a/src/renderer/selfkey-id/main/components/selfkey-id.jsx b/src/renderer/selfkey-id/main/components/selfkey-id.jsx index 6fa225e1c..e76030603 100644 --- a/src/renderer/selfkey-id/main/components/selfkey-id.jsx +++ b/src/renderer/selfkey-id/main/components/selfkey-id.jsx @@ -1,59 +1,22 @@ import React, { Component } from 'react'; import { Grid, Typography, Tabs, Tab } from '@material-ui/core'; -import { push } from 'connected-react-router'; -import SelfkeyIdOverview from './selfkey-id-overview'; -import SelfkeyIdApplications from './selfkey-id-applications'; -// import SelfkeyIdCompanies from './selfkey-id-companies'; -// import SelfkeyIdHistory from './selfkey-id-history'; class SelfkeyIdComponent extends Component { - state = { - tabValue: 0 - }; - - async componentDidMount() { - const { wallet, dispatch } = this.props; - const tabValue = this.props.tabValue; - if (!wallet.isSetupFinished) { - await dispatch(push('/selfkeyIdCreate')); - } - if (tabValue) { - this.setState({ tabValue: parseInt(tabValue) }); - } else { - this.setState({ tabValue: 0 }); - } - } - - handleChange = (event, tabValue) => { - this.setState({ tabValue }); - }; - render() { - let component = (this.overview = ref)} />; - - if (this.state.tabValue === 1) { - component = ; - } - // } else if (this.state.tabValue === 2) { - // component = ; - // } else if (this.state.tabValue === 3) { - // component = ; - // } - return ( SelfKey Identity Wallet - + {/* */} {/* */} - {component} + {this.props.component} ); } diff --git a/src/renderer/selfkey-id/main/containers/create-attribute-popup.js b/src/renderer/selfkey-id/main/containers/create-attribute-popup.js deleted file mode 100644 index 7ba66dbd8..000000000 --- a/src/renderer/selfkey-id/main/containers/create-attribute-popup.js +++ /dev/null @@ -1,83 +0,0 @@ -import React, { Component } from 'react'; -import { connect } from 'react-redux'; -import { withStyles } from '@material-ui/core'; -import { identitySelectors, identityOperations } from 'common/identity'; -import { Popup } from '../../../common/popup'; -import CreateAttribute from '../components/create-attribute'; - -export const styles = theme => ({ - disableTransparency: { - '& > div:first-of-type': { - background: 'linear-gradient(135deg, rgba(43,53,64,1) 0%, rgba(30,38,46,1) 100%)', - opacity: '1 !important' - } - } -}); - -class CreateAttributePopupComponent extends Component { - handleSave = attribute => { - this.props.dispatch(identityOperations.createIdAttributeOperation(attribute)); - }; - handleCancel = () => { - if (this.props.onClose) return this.props.onClose(); - }; - render() { - let { - classes, - types, - open = true, - text, - subtitle, - uiSchemas, - typeId, - isDocument - } = this.props; - - if (!text) { - if (isDocument) { - text = 'Add Document'; - } else { - text = 'Add Information'; - } - } - - if (!subtitle) { - if (isDocument) { - subtitle = 'Document Type *'; - } else { - subtitle = 'Information Type *'; - } - } - - return ( - - - - ); - } -} - -const mapStateToProps = (state, props) => { - return { - types: identitySelectors.selectIdAttributeTypes(state), - uiSchemas: identitySelectors.selectUiSchemas(state) - }; -}; - -const styledComponent = withStyles(styles)(CreateAttributePopupComponent); -export const CreateAttributePopup = connect(mapStateToProps)(styledComponent); - -export default CreateAttributePopup; diff --git a/src/renderer/selfkey-id/main/containers/edit-avatar-popup.js b/src/renderer/selfkey-id/main/containers/edit-avatar-popup.js index 89c4483c9..6879ecaa1 100644 --- a/src/renderer/selfkey-id/main/containers/edit-avatar-popup.js +++ b/src/renderer/selfkey-id/main/containers/edit-avatar-popup.js @@ -5,21 +5,21 @@ import { Popup } from '../../../common/popup'; import EditAvatar from '../components/edit-avatar'; class EditAvatarPopupComponent extends Component { - handleSave = (avatar, walletId) => { - this.props.dispatch(identityOperations.updateProfilePictureOperation(avatar, walletId)); + handleSave = (avatar, identityId) => { + this.props.dispatch(identityOperations.updateProfilePictureOperation(avatar, identityId)); }; handleCancel = () => { if (this.props.onClose) return this.props.onClose(); }; render() { - const { walletId, avatar, open = true, text = 'Update Profile Picture' } = this.props; + const { identityId, avatar, open = true, text = 'Update Profile Picture' } = this.props; return ( ); diff --git a/src/renderer/selfkey-id/main/containers/selfkey-id-applications.js b/src/renderer/selfkey-id/main/containers/selfkey-id-applications.js new file mode 100644 index 000000000..c191c3055 --- /dev/null +++ b/src/renderer/selfkey-id/main/containers/selfkey-id-applications.js @@ -0,0 +1,158 @@ +import React, { Component } from 'react'; +import { connect } from 'react-redux'; +import { walletSelectors } from 'common/wallet'; +import { kycOperations } from 'common/kyc'; +import { marketplaceSelectors, marketplaceOperations } from 'common/marketplace'; +import { appSelectors } from 'common/app'; +import SelfkeyIdApplications from '../components/selfkey-id-applications'; +import { kycSelectors } from '../../../../common/kyc'; + +class SelfkeyIdApplicationsContainerComponent extends Component { + state = { + showApplicationRefreshModal: false, + loading: true + }; + + async componentDidMount() { + const { vendors } = this.props; + + await this.props.dispatch(kycOperations.resetApplications()); + // load marketplace store + await this.props.dispatch(marketplaceOperations.loadMarketplaceOperation()); + // load existing kyc_applications data + await this.props.dispatch(kycOperations.loadApplicationsOperation()); + if (this.props.wallet.profile === 'local') { + await this.loadRelyingParties(vendors); + } + + setTimeout(() => { + this.setState({ loading: false }); + }, 2000); + } + + async componentDidUpdate(prevProps) { + if ( + prevProps.vendors.length !== this.props.vendors.length && + this.props.wallet.profile === 'local' + ) { + await this.loadRelyingParties(this.props.vendors); + } + } + + async loadRelyingParties(vendors) { + const authenticated = true; + const { afterAuthRoute, cancelRoute } = this.props; + + for (const vendor of vendors) { + await this.props.dispatch( + kycOperations.loadRelyingParty( + vendor.vendorId, + authenticated, + afterAuthRoute, + cancelRoute + ) + ); + } + } + + handleApplicationAdditionalRequirements = application => { + const { rps } = this.props; + + // get current application info from RP + const rp = rps[application.rpName]; + if (!rp) { + console.error(`Can't find RP named ${application.rpName}`); + return false; + } + // Later on, we will need to improve this to be able to distinguish requirements + // that can be fulfilled by the wallet directly and ones that need redirect to KYCC + // onboarding app. + // Redirects to KYCC with auto-login via JWT token + const instanceUrl = rp.session.ctx.config.rootEndpoint; + const url = `${instanceUrl}/applications/${application.id}?access_token=${ + rp.session.access_token.jwt + }`; + window.openExternal(null, url); + }; + + handleApplicationRefresh = application => { + const { rps, wallet, dispatch, afterAuthRoute, cancelRoute } = this.props; + + // get current application info from RP + const rp = rps[application.rpName]; + if (!rp && wallet.profile === 'local') { + console.warning(`Can't find RP named ${application.rpName}`); + return false; + } + + if (wallet.profile !== 'local') { + return dispatch( + kycOperations.refreshRelyingPartyForKycApplication( + application, + afterAuthRoute, + cancelRoute + ) + ); + } + + const kycApplication = rp.applications.find(app => app.id === application.id); + + if (application && kycApplication) { + // update stored application + application.currentStatus = kycApplication.currentStatus; + application.currentStatusName = kycApplication.statusName; + application.updatedAt = kycApplication.updatedAt; + } + + // sync of RP applications with local database is done automatically, all done, show modal + this.setState({ + showApplicationRefreshModal: true + }); + }; + + handleCloseApplicationRefreshModal = evt => { + evt && evt.preventDefault(); + this.setState({ showApplicationRefreshModal: false }); + }; + + render() { + const { rps, vendors, wallet } = this.props; + let loading = this.state.loading; + if (wallet.profile === 'local') { + loading = Object.keys(rps).length === 0 || vendors.length === 0; + } + + return ( + + ); + } +} + +const mapStateToProps = (state, props) => { + const walletType = appSelectors.selectApp(state).walletType; + + return { + wallet: walletSelectors.getWallet(state), + orders: marketplaceSelectors.getAllOrders(state), + vendors: marketplaceSelectors.selectActiveVendors(state), + rps: kycSelectors.relyingPartiesSelector(state), + applications: kycSelectors.selectApplications(state), + afterAuthRoute: + walletType === 'ledger' || walletType === 'trezor' ? `/main/selfkeyIdApplications` : '', + cancelRoute: `/main/selfkeyId`, + walletType + }; +}; + +export const SelfkeyIdApplicationsContainer = connect(mapStateToProps)( + SelfkeyIdApplicationsContainerComponent +); + +export default SelfkeyIdApplicationsContainer; diff --git a/src/renderer/selfkey-id/main/containers/selfkey-id-overview.js b/src/renderer/selfkey-id/main/containers/selfkey-id-overview.js new file mode 100644 index 000000000..0faa86194 --- /dev/null +++ b/src/renderer/selfkey-id/main/containers/selfkey-id-overview.js @@ -0,0 +1,99 @@ +import React, { Component } from 'react'; +import { connect } from 'react-redux'; +import { identityOperations } from 'common/identity'; +import SelfkeyIdOverview from '../components/selfkey-id-overview'; + +import { + CreateAttributeContainer, + EditAttributeContainer, + DeleteAttributeContainer +} from '../../../attributes'; + +import { EditAvatarPopup } from './edit-avatar-popup'; +import { RegisterDidCardContainer } from '../../../did'; + +class SelfkeyIdOverviewContainerComponent extends Component { + state = { + popup: null + }; + + handleAttributeDelete = attributeId => + this.props.dispatch(identityOperations.removeIdAttributeOperation(attributeId)); + + handleEditAttribute = attribute => { + this.setState({ popup: 'edit-attribute', editAttribute: attribute }); + }; + handleAddAttribute = () => { + this.setState({ popup: 'create-attribute', isDocument: false }); + }; + handleAddDocument = () => { + this.setState({ popup: 'create-attribute', isDocument: true }); + }; + handleDeleteAttribute = attribute => { + this.setState({ popup: 'delete-attribute', deleteAttribute: attribute }); + }; + handlePopupClose = () => { + this.setState({ popup: null }); + }; + handleAvatarClick = () => { + this.setState({ popup: 'edit-avatar' }); + }; + + render() { + const { popup } = this.state; + const { profilePicture, identity } = this.props; + return ( + + {popup === 'create-attribute' && ( + + )} + {popup === 'edit-attribute' && ( + + )} + {popup === 'delete-attribute' && ( + + )} + {popup === 'edit-avatar' && ( + + )} + : null} + onGetDid={this.handleGetDid} + onEnterDid={this.handleEnterDid} + onDeleteAttribute={this.handleDeleteAttribute} + onEditAttribute={this.handleEditAttribute} + onAddAttribute={this.handleAddAttribute} + onAddDocument={this.handleAddDocument} + onAvatarClick={this.handleAvatarClick} + {...this.props} + /> + + ); + } +} + +const mapStateToProps = (state, props) => { + return {}; +}; +export const SelfkeyIdOverviewContainer = connect(mapStateToProps)( + SelfkeyIdOverviewContainerComponent +); + +export default SelfkeyIdOverviewContainer; diff --git a/src/renderer/selfkey-id/main/containers/selfkey-id.js b/src/renderer/selfkey-id/main/containers/selfkey-id.js index 5a68dd980..b216af2f3 100644 --- a/src/renderer/selfkey-id/main/containers/selfkey-id.js +++ b/src/renderer/selfkey-id/main/containers/selfkey-id.js @@ -2,12 +2,73 @@ import React, { Component } from 'react'; import { connect } from 'react-redux'; import { identitySelectors, identityOperations } from 'common/identity'; import SelfkeyId from '../components/selfkey-id'; +import SelfkeyIdOverview from './selfkey-id-overview'; +import SelfkeyIdApplications from './selfkey-id-applications'; +import { push } from 'connected-react-router'; + +const MARKETPLACE_ROOT_PATH = '/main/marketplace-categories'; class SelfkeyIdContainerComponent extends Component { - handleAttributeDelete = attributeId => - this.props.dispatch(identityOperations.removeIdAttributeOperation(attributeId)); + state = { + tab: 0 + }; + + async componentDidMount() { + const { identity, dispatch } = this.props; + const tab = this.props.tabValue; + if (this.props.identity.type !== 'individual') { + return this.props.dispatch(identityOperations.navigateToProfileOperation()); + } + if (!identity.isSetupFinished) { + await dispatch(push('/selfkeyIdCreate')); + } + + this.setState({ tab: tab ? parseInt(tab) : 0 }); + } + + handleTabChange = (event, tab) => this.setState({ tab }); + + componentDidUpdate() { + if (this.props.identity.type !== 'individual') { + this.props.dispatch(identityOperations.navigateToProfileOperation()); + } + } + + handleMarketplaceAccessClick = _ => this.props.dispatch(push(MARKETPLACE_ROOT_PATH)); + render() { - return ; + const { tab } = this.state; + let component = ( + + ); + + if (tab === 1) { + component = ( + + ); + } + // } else if (this.state.tabValue === 2) { + // component = ; + // } else if (this.state.tabValue === 3) { + // component = ; + // } + + return ( + + + + ); } } diff --git a/src/renderer/selfkey-id/main/index.js b/src/renderer/selfkey-id/main/index.js index 876b4a582..51b0af413 100644 --- a/src/renderer/selfkey-id/main/index.js +++ b/src/renderer/selfkey-id/main/index.js @@ -1,2 +1 @@ export { SelfkeyIdContainer } from './containers/selfkey-id'; -export { AssociateDID } from './components/associate-did'; diff --git a/src/renderer/transaction/common/transaction-error-box.jsx b/src/renderer/transaction/common/transaction-error-box.jsx index e4c419c08..c5d04630c 100644 --- a/src/renderer/transaction/common/transaction-error-box.jsx +++ b/src/renderer/transaction/common/transaction-error-box.jsx @@ -6,8 +6,8 @@ import Popup from '../../common/popup'; const styles = theme => ({}); export const TransactionErrorBox = withStyles(styles)( - ({ children, publicKey, closeAction, open = true, subtitle }) => ( - + ({ children, address, closeAction, open = true, subtitle }) => ( + @@ -16,16 +16,16 @@ export const TransactionErrorBox = withStyles(styles)( {subtitle} {children} - {publicKey && ( + {address && ( <> Your Address: - {publicKey} + {address} - + diff --git a/src/renderer/transaction/receive/index.jsx b/src/renderer/transaction/receive/index.jsx index 6ec9a12aa..2229ac400 100644 --- a/src/renderer/transaction/receive/index.jsx +++ b/src/renderer/transaction/receive/index.jsx @@ -159,8 +159,8 @@ const getIconForToken = token => { export class ReceiveTransfer extends React.Component { render() { - const { classes, cryptoCurrency, publicKey } = this.props; - let link = `mailto:?body=${publicKey}`; + const { classes, cryptoCurrency, address } = this.props; + let link = `mailto:?body=${address}`; let printDiv = () => { window.print(); @@ -192,7 +192,7 @@ export class ReceiveTransfer extends React.Component {
- +
- {publicKey} + {address}
@@ -235,7 +235,7 @@ export class Transfer extends React.Component { const mapStateToProps = state => { return { - publicKey: getWallet(state).publicKey, + address: getWallet(state).address, transactions: transactionHistorySelectors.selectTransactionHistory(state).transactions }; }; diff --git a/src/renderer/transaction/transaction-declined/components/transaction-declined.jsx b/src/renderer/transaction/transaction-declined/components/transaction-declined.jsx index 070d0c12d..db7a780ea 100644 --- a/src/renderer/transaction/transaction-declined/components/transaction-declined.jsx +++ b/src/renderer/transaction/transaction-declined/components/transaction-declined.jsx @@ -9,10 +9,10 @@ const styles = theme => ({ }); export const TransactionDeclined = withStyles(styles)( - ({ classes, publicKey, closeAction, match }) => { + ({ classes, address, closeAction, match }) => { return ( diff --git a/src/renderer/transaction/transaction-declined/containers/transaction-declined.js b/src/renderer/transaction/transaction-declined/containers/transaction-declined.js index c32e76f9d..f96062d31 100644 --- a/src/renderer/transaction/transaction-declined/containers/transaction-declined.js +++ b/src/renderer/transaction/transaction-declined/containers/transaction-declined.js @@ -23,7 +23,7 @@ class TransactionDeclinedContainer extends Component { const mapStateToProps = state => { return { - publicKey: getWallet(state).publicKey + address: getWallet(state).address }; }; diff --git a/src/renderer/transaction/transaction-error/components/transaction-error.jsx b/src/renderer/transaction/transaction-error/components/transaction-error.jsx index d8840fbc8..150034bc9 100644 --- a/src/renderer/transaction/transaction-error/components/transaction-error.jsx +++ b/src/renderer/transaction/transaction-error/components/transaction-error.jsx @@ -8,20 +8,18 @@ const styles = theme => ({ } }); -export const TransactionError = withStyles(styles)( - ({ classes, message, publicKey, closeAction }) => { - return ( - - - {message} - - - ); - } -); +export const TransactionError = withStyles(styles)(({ classes, message, address, closeAction }) => { + return ( + + + {message} + + + ); +}); export default TransactionError; diff --git a/src/renderer/transaction/transaction-error/containers/transaction-error.js b/src/renderer/transaction/transaction-error/containers/transaction-error.js index daaa44871..1c2db1581 100644 --- a/src/renderer/transaction/transaction-error/containers/transaction-error.js +++ b/src/renderer/transaction/transaction-error/containers/transaction-error.js @@ -23,7 +23,7 @@ class TransactionErrorContainer extends Component { const mapStateToProps = state => { return { - publicKey: getWallet(state).publicKey + address: getWallet(state).address }; }; diff --git a/src/renderer/transaction/transaction-no-gas-error/components/transaction-no-gas-error.jsx b/src/renderer/transaction/transaction-no-gas-error/components/transaction-no-gas-error.jsx index 933b90ca9..394dcd262 100644 --- a/src/renderer/transaction/transaction-no-gas-error/components/transaction-no-gas-error.jsx +++ b/src/renderer/transaction/transaction-no-gas-error/components/transaction-no-gas-error.jsx @@ -19,7 +19,7 @@ const styles = theme => ({ }); export const TransactionNoGasError = withStyles(styles)( - ({ classes, children, publicKey, openLink, closeAction }) => { + ({ classes, children, address, openLink, closeAction }) => { const gasExplanationUrl = 'https://help.selfkey.org/article/87-how-does-gas-impact-transaction-speed'; const handleLinkClick = event => { @@ -30,7 +30,7 @@ export const TransactionNoGasError = withStyles(styles)( openLink(gasExplanationUrl); }; return ( - +
You do not have enough Ethereum (ETH) to pay for the network transaction diff --git a/src/renderer/transaction/transaction-no-gas-error/containers/transaction-no-gas-error.js b/src/renderer/transaction/transaction-no-gas-error/containers/transaction-no-gas-error.js index 78433a88e..f4fccfdf0 100644 --- a/src/renderer/transaction/transaction-no-gas-error/containers/transaction-no-gas-error.js +++ b/src/renderer/transaction/transaction-no-gas-error/containers/transaction-no-gas-error.js @@ -32,7 +32,7 @@ class TransactionNoGasErrorContainer extends Component { const mapStateToProps = state => { return { - publicKey: getWallet(state).publicKey + address: getWallet(state).address }; }; diff --git a/src/renderer/transaction/transaction-no-key-error/components/transaction-no-key-error.jsx b/src/renderer/transaction/transaction-no-key-error/components/transaction-no-key-error.jsx index c3e782453..2fa9c2e46 100644 --- a/src/renderer/transaction/transaction-no-key-error/components/transaction-no-key-error.jsx +++ b/src/renderer/transaction/transaction-no-key-error/components/transaction-no-key-error.jsx @@ -19,14 +19,14 @@ const styles = theme => ({ }); export const TransactionNoKeyError = withStyles(styles)( - ({ classes, children, publicKey, closeAction }) => { + ({ classes, children, address, closeAction }) => { return ( - +
- You do not have enough KEY tokens to pay for the incorporation. Please - transfer some KEY to this address and try again. Your KEY address of this - wallet is listed below. + You do not have enough KEY tokens to pay for this Marketplace Application. + Please transfer some KEY to this address and try again. Your KEY address of + this wallet is listed below.
diff --git a/src/renderer/transaction/transaction-no-key-error/containers/transaction-no-key-error.js b/src/renderer/transaction/transaction-no-key-error/containers/transaction-no-key-error.js index 887a251fa..ec4dffe3f 100644 --- a/src/renderer/transaction/transaction-no-key-error/containers/transaction-no-key-error.js +++ b/src/renderer/transaction/transaction-no-key-error/containers/transaction-no-key-error.js @@ -23,7 +23,7 @@ class TransactionNoKeyErrorContainer extends Component { const mapStateToProps = state => { return { - publicKey: getWallet(state).publicKey + address: getWallet(state).address }; }; diff --git a/src/renderer/transaction/transactions-history/index.jsx b/src/renderer/transaction/transactions-history/index.jsx index 86c0a52f3..d2883b4fd 100644 --- a/src/renderer/transaction/transactions-history/index.jsx +++ b/src/renderer/transaction/transactions-history/index.jsx @@ -238,8 +238,8 @@ class TransactionsHistory extends Component { }; hasSent = transaction => { - const publicKey = this.props.wallet.publicKey || ''; - return transaction.from.toLowerCase() === publicKey.toLowerCase(); + const address = this.props.wallet.address || ''; + return transaction.from.toLowerCase() === address.toLowerCase(); }; renderDate(timestamp) { diff --git a/src/renderer/wallet/create/backup-address.jsx b/src/renderer/wallet/create/backup-address.jsx index b4b8ae773..bd856509a 100644 --- a/src/renderer/wallet/create/backup-address.jsx +++ b/src/renderer/wallet/create/backup-address.jsx @@ -107,25 +107,25 @@ class BackupAddress extends Component { - Your public key is a unique address on the Ethereum - blockchain. Think of it like a bank account number that you - own, used to send and receive Ether or tokens. The ability - to authorize transactions on this address is encrypted by - the password you just created. Download a backup and save - this address in a convenient location. + Your address in Ethereum network. Think of it like a bank + account number that you own, used to send and receive Ether + or tokens. The ability to authorize transactions on this + address is encrypted by the password you just created. + Download a backup and save this address in a convenient + location.
- Your Public Key + Your Address - + } disabled @@ -165,7 +165,7 @@ class BackupAddress extends Component { const mapStateToProps = (state, props) => { return { - publicKey: walletSelectors.getWallet(state).publicKey, + address: walletSelectors.getWallet(state).address, fileDownloaded: createWalletSelectors.selectCreateWallet(state).fileDownloaded }; }; diff --git a/src/renderer/wallet/main/index.jsx b/src/renderer/wallet/main/index.jsx index 08ccd0081..316122db1 100644 --- a/src/renderer/wallet/main/index.jsx +++ b/src/renderer/wallet/main/index.jsx @@ -11,22 +11,26 @@ import { appSelectors } from 'common/app'; import { MarketplaceCategoriesPage, - MarketplaceExchangesPage, + MarketplaceExchangesContainer, MarketplaceIncorporationPage, MarketplaceBankAccountsPage, - MarketplaceServiceDetailsPage, MarketplaceSelfkeyIdRequired, MarketplaceSelfkeyDIDRequiredContainer, MarketplaceOrdersPage } from '../../marketplace'; -import { SelfkeyIdContainer, AssociateDID } from '../../selfkey-id/main'; +import { SelfkeyIdContainer } from '../../selfkey-id/main'; +import { + AssociateDIDContainer, + CreateDIDPopupContainer, + CreateDIDProcessingContainer +} from '../../did'; import Transfer from '../../transaction/send'; import AdvancedTransaction from '../../transaction/send/advanced-transaction'; import ReceiveTransfer from '../../transaction/receive'; import { Grid, withStyles } from '@material-ui/core'; -import Toolbar from './toolbar'; +import Toolbar from './toolbar-container'; import { connect } from 'react-redux'; import TransactionSendProgress from '../../transaction/progress/containers/transaction-send-progress-box'; @@ -46,9 +50,10 @@ import { CurrentApplication, ApplicationInProgress } from '../../kyc'; import md5 from 'md5'; import ReactPiwik from 'react-piwik'; -import CreateDID from '../../selfkey-id/main/components/create-did'; -import CreateDIDProcessing from '../../selfkey-id/main/components/create-did-processing'; import HardwareWalletTransactionTimer from '../../transaction/send/timer'; +import CorporateWizardContainer from '../../corporate/wizard/corporate-wizard-container'; +import CorporateAddMemberContainer from '../../corporate/member/corporate-add-member-container'; +import { CorporateDashboardContainer } from '../../corporate'; const styles = theme => ({ headerSection: { @@ -57,20 +62,26 @@ const styles = theme => ({ width: '100%' }, bodySection: { - maxWidth: '1140px', + maxWidth: '1080px', width: '100%' }, + '@media screen and (min-width: 1230px)': { + bodySection: { + maxWidth: '1140px' + } + }, page: {} }); const contentWrapperStyle = { marginBottom: '60px', - marginTop: '50px' + marginRight: '-55px', + marginTop: '128px' }; class Main extends Component { setMatomoId = () => { - ReactPiwik.push(['setUserId', md5(this.props.publicKey)]); + ReactPiwik.push(['setUserId', md5(this.props.address)]); ReactPiwik.push(['setCustomVariable', 1, 'machineId', window.machineId, 'visit']); ReactPiwik.push(['setCustomVariable', 2, 'walletType', this.props.walletType, 'visit']); ReactPiwik.push(['setCustomVariable', 3, 'walletVersion', window.appVersion, 'visit']); @@ -91,7 +102,10 @@ class Main extends Component { className={classes.page} > - + @@ -109,7 +123,7 @@ class Main extends Component { path={`${match.path}/selfkeyIdApplications`} render={props => } /> - + - - + + + + +
@@ -219,7 +245,7 @@ class Main extends Component { const mapStateToProps = (state, props) => { return { - publicKey: walletSelectors.getWallet(state).publicKey, + address: walletSelectors.getWallet(state).address, walletType: appSelectors.selectWalletType(state) }; }; diff --git a/src/renderer/wallet/main/sidebar-switch-account.jsx b/src/renderer/wallet/main/sidebar-switch-account.jsx new file mode 100644 index 000000000..f47514d39 --- /dev/null +++ b/src/renderer/wallet/main/sidebar-switch-account.jsx @@ -0,0 +1,254 @@ +import React, { Component } from 'react'; +import { + withStyles, + Button, + Drawer, + Grid, + List, + ListItem, + Typography, + Divider +} from '@material-ui/core'; +import Close from '@material-ui/icons/Close'; +import { SelfkeyLogo } from 'selfkey-ui'; +import PersonIcon from 'selfkey-ui/build/lib/icons/person'; +import CorporateIcon from 'selfkey-ui/build/lib/icons/corporate'; + +const styles = theme => ({ + list: { + justifyContent: 'space-between', + margin: 0, + minHeight: '100%', + overflow: 'auto', + width: 300 + }, + listItem: { + alignItems: 'end', + cursor: 'pointer', + display: 'flex', + paddingLeft: 0, + '&:hover': { + '& h6': { + transition: 'all 0.3s' + }, + '& p': { + color: '#ffffff', + transition: 'all 0.3s' + }, + '& svg': { + '& path': { + fill: '#ffffff', + transition: 'all 0.3s' + } + } + } + }, + logoSection: { + marginBottom: '30px', + marginTop: '-30px', + paddingLeft: '16px' + }, + logo: { + width: '38px', + height: '44px' + }, + logoText: { + fontFamily: 'Orbitron, arial, sans-serif', + fontSize: '18px', + letterSpacing: '2.77px', + lineHeight: '22px', + paddingTop: '3px' + }, + closeSection: { + width: '100%' + }, + pointer: { + cursor: 'pointer' + }, + secondaryButtons: { + alignItems: 'flex-end', + display: 'flex', + flexGrow: 2, + width: 'inherit' + }, + inheritWidth: { + width: 'inherit' + }, + inheritHeight: { + height: 'inherit' + }, + version: { + color: '#fff', + fontSize: '10px', + opacity: 0.6, + position: 'absolute', + right: 0, + width: 'auto' + }, + drawer: { + transition: 'all 3s', + '& > div:first-of-type': { + opacity: '1 !important' + } + }, + fullWidth: { + width: '100%' + }, + iconSpace: { + marginRight: '15px' + }, + gridBottomSpace: { + marginBottom: '20px' + }, + nameRole: { + display: 'flex', + flexDirection: 'column', + justifyContent: 'space-around' + } +}); + +const dataIDType = [ + { + name: 'Andrew Jones', + type: 'Personal' + }, + { + name: 'Andrew Jones US', + type: 'Personal' + }, + { + name: 'Google Inc', + type: 'Corporate' + } +]; + +const IDType = withStyles(styles)(({ dataIDType, classes }) => { + return ( + + {dataIDType.map((data, index) => { + return ( +
+ + + + {data.type === 'Personal' ? : } + + + {data.name} + + {data.type} + + + + + +
+ ); + })} +
+ ); +}); + +class SidebarSwitchAccount extends Component { + state = { + open: true + }; + + render() { + const { classes } = this.props; + + const sideList = ( + + + + + + + + + + + + + + + + SELFKEY + + + + + + + + Choose a SelfKey ID + + + + + + + + + + + + + + + + + + + + + + + + V {window.appVersion} + + + + + + ); + + return ( + +
+ {sideList} +
+
+ ); + } +} + +export default withStyles(styles)(SidebarSwitchAccount); diff --git a/src/renderer/wallet/main/sidebar.jsx b/src/renderer/wallet/main/sidebar.jsx index 6c23e0590..28417a61b 100644 --- a/src/renderer/wallet/main/sidebar.jsx +++ b/src/renderer/wallet/main/sidebar.jsx @@ -7,17 +7,30 @@ import { ListItemIcon, Grid, Typography, + // Input, + // MenuItem, + // Select, + // IconButton Divider } from '@material-ui/core'; import { Link } from 'react-router-dom'; -import Close from '@material-ui/icons/Close'; import { DashboardMenuIcon, MarketplaceMenuIcon, SelfkeyIDMenuIcon, AddressBookMenuIcon, - SelfkeyLogo + SelfkeyLogo, + MenuHelpIcon, + SwitchAccountsIcon, + PowerIcon, + // KeyTooltip, + // TooltipArrow, + // MenuAffiliateIcon, + // MenuExportIcon + // InfoTooltip, + primary } from 'selfkey-ui'; +// import { KeyboardArrowDown } from '@material-ui/icons'; const styles = theme => ({ list: { @@ -25,23 +38,23 @@ const styles = theme => ({ margin: 0, minHeight: '100%', overflow: 'auto', - width: 300 + width: '100%' }, logoSection: { marginBottom: '30px', - marginTop: '-30px', - paddingLeft: '16px' + marginTop: '-30px' }, logo: { - width: '38px', - height: '44px' + width: '30px', + height: '34px' }, logoText: { fontFamily: 'Orbitron, arial, sans-serif', - fontSize: '18px', + fontSize: '16px', letterSpacing: '2.77px', lineHeight: '22px', - paddingTop: '3px' + marginLeft: '13px', + marginTop: '3px' }, closeSection: { width: '100%' @@ -49,12 +62,25 @@ const styles = theme => ({ pointer: { cursor: 'pointer' }, + link: { + alignItems: 'center', + display: 'flex', + outline: 'none', + textDecoration: 'none', + '&:focus': { + outline: 'none' + } + }, listItem: { - alignItems: 'end', cursor: 'pointer', display: 'flex', marginBottom: '30px', paddingLeft: '10px', + '& p': { + overflow: 'hidden', + textOverflow: 'ellipsis', + whiteSpace: 'nowrap' + }, '&:hover': { color: '#ffffff', '& p': { @@ -62,6 +88,7 @@ const styles = theme => ({ }, '& svg': { color: '#ffffff', + fill: '#ffffff', stroke: '#ffffff' } } @@ -78,32 +105,86 @@ const styles = theme => ({ inheritHeight: { height: 'inherit' }, - textColor: { - color: '#fff', - opacity: 0.8, - '&:hover': { - opacity: 1 - } - }, version: { color: '#fff', fontSize: '10px', opacity: 0.6, position: 'absolute', - right: 0, width: 'auto' }, + versionWrap: { + paddingLeft: '50px' + }, drawer: { transition: 'all 3s', '& > div:first-of-type': { - opacity: '1 !important' + borderBottom: 'none', + left: 0, + opacity: '1 !important', + right: 'auto' + } + }, + openedDrawer: { + '& > div:first-of-type': { + minWidth: 200, + transition: 'all 0.2s ease-out' + }, + '& .sidebarContainer': { + overflow: 'auto', + transition: 'all 0.2s ease-out', + width: 200 + }, + '& .divider': { + marginBottom: '30px', + marginLeft: 9, + paddingLeft: 0, + transition: 'all 0.2s ease-out', + width: 160 + } + }, + closedDrawer: { + '& > div:first-of-type': { + minWidth: 56, + transition: 'all 0.2s ease-out' + }, + '& .sidebarContainer': { + overflow: 'hidden', + transition: 'all 0.2s ease-out', + width: 56 + }, + '& .divider': { + marginBottom: '30px', + marginLeft: 9, + paddingLeft: 0, + transition: 'all 0.2s ease-out', + width: 16 } + }, + listItemIcon: { + marginRight: '22px' + }, + select: { + width: '160px' + }, + network: { + marginBottom: '30px', + paddingLeft: '20px' + }, + tooltip: { + marginTop: '-2px', + padding: '0 0 0 10px' + }, + customWidth: { + maxWidth: '168px' + }, + tooltipLink: { + color: primary, + textDecoration: 'none' } }); const dashboard = props => ; const marketplace = props => ; -const selfkeyId = props => ; const addressBook = props => ; const switchAccount = props => ; @@ -130,7 +211,7 @@ class Sidebar extends Component { }; render() { - const { classes } = this.props; + const { classes, onProfileNavigate } = this.props; const sideList = ( - - - - - - - - + - + - - SELFKEY - + - - + + + - - + + Dashboard @@ -187,44 +259,116 @@ class Sidebar extends Component { component={marketplace} key="marketplace" > - - + + Marketplace - - + + - SelfKey ID + Address Book + - - + + - Address Book + My Profile + {/* + + + + + Affiliate Program + + */} + - - + + {/* + + Network + + + Modify the network settings to go from Ethereum Mainnet + to Ropsten testnet.{' '} +
+ What is a testnet? + + + + + } + > + + + + + + + */} + { @@ -232,25 +376,46 @@ class Sidebar extends Component { }} key="helpAndSupport" > - + + + + Help & Support + {/* + + + + + Export Wallet + + */} - - Switch Accounts + + + + + Switch Wallet - + + + + Quit - + V {window.appVersion} @@ -265,15 +430,12 @@ class Sidebar extends Component { anchor="right" open={this.state.open} onClose={() => this.toggleDrawer(false)} - className={classes.drawer} + className={`${classes.drawer} ${ + this.state.open ? classes.openedDrawer : classes.closedDrawer + }`} + variant="permanent" > -
this.toggleDrawer(false)} - onKeyDown={() => this.toggleDrawer(false)} - className={classes.inheritHeight} - > +
{sideList}
diff --git a/src/renderer/wallet/main/toolbar-container.jsx b/src/renderer/wallet/main/toolbar-container.jsx new file mode 100644 index 000000000..483081318 --- /dev/null +++ b/src/renderer/wallet/main/toolbar-container.jsx @@ -0,0 +1,80 @@ +import React, { Component } from 'react'; +import Toolbar from './toolbar'; +import config from 'common/config'; +import { connect } from 'react-redux'; +import { identitySelectors, identityOperations } from 'common/identity'; +import { walletSelectors } from 'common/wallet'; +import { push } from 'connected-react-router'; +import { featureIsEnabled } from 'common/feature-flags'; + +class ToolbarContainer extends Component { + state = { + isSidebarOpen: false, + isProfileOpen: false + }; + + toggleDrawer = isSidebarOpen => { + this.setState({ + isSidebarOpen + }); + }; + + closeProfile = isProfileOpen => { + this.setState({ + isProfileOpen: false + }); + }; + + toggleProfile = isProfileOpen => { + this.setState({ + isProfileOpen + }); + }; + + createCorporateProfile = evt => { + this.toggleProfile(!this.state.isProfileOpen); + this.props.dispatch(push('/main/create-corporate-profile')); + }; + + handleProfileSelect = identity => evt => { + evt.preventDefault(); + this.toggleProfile(!this.state.isProfileOpen); + this.props.dispatch(identityOperations.switchProfileOperation(identity)); + }; + + handleProfileNavigate = evt => { + evt.preventDefault(); + this.props.dispatch(identityOperations.navigateToProfileOperation()); + }; + + handleProfileClick = evt => { + evt && evt.stopPropagation(); + this.toggleProfile(!this.state.isProfileOpen); + }; + render() { + const { isProfileOpen, isSidebarOpen } = this.state; + return ( + + ); + } +} + +export default connect(state => ({ + profiles: identitySelectors.selectAllIdentities(state) || [], + selectedProfile: identitySelectors.selectCurrentIdentity(state) || {}, + wallet: walletSelectors.getWallet(state) +}))(ToolbarContainer); diff --git a/src/renderer/wallet/main/toolbar.jsx b/src/renderer/wallet/main/toolbar.jsx index ef0d0ebdb..535cf2932 100644 --- a/src/renderer/wallet/main/toolbar.jsx +++ b/src/renderer/wallet/main/toolbar.jsx @@ -1,18 +1,33 @@ import React, { Component } from 'react'; -import { withStyles, Grid, IconButton } from '@material-ui/core'; -import { SelfkeyLogo, MenuButtonIcon } from 'selfkey-ui'; -import { Link } from 'react-router-dom'; +import { + createStyles, + withStyles, + Button, + Grid, + Typography, + ClickAwayListener +} from '@material-ui/core'; +import { + MenuNewIcon, + DropdownIcon, + SmallRoundCompany, + SmallRoundPerson, + RoundCompany, + RoundPerson +} from 'selfkey-ui'; import PriceBox from '../../price-box'; import Sidebar from './sidebar'; -import config from 'common/config'; +import { HexagonAvatar } from '../../selfkey-id/main/components/hexagon-avatar'; const styles = theme => ({ wrapper: { backgroundColor: '#27333D', boxShadow: - 'inset 0 -1px 0 0 #475768, 1px 0 0 0 rgba(118,128,147,0.2), 2px 0 2px 0 rgba(0,0,0,0.2)' + 'inset 0 -1px 0 0 #475768, 1px 0 0 0 rgba(118,128,147,0.2), 2px 0 2px 0 rgba(0,0,0,0.2)', + padding: '0 2%', + position: 'fixed', + zIndex: 1 }, - logo: { width: '38px', height: '44px', @@ -27,93 +42,378 @@ const styles = theme => ({ '-webkit-transform': 'rotate(90deg)' } }, - link: { outline: 'none', '&:focus': { outline: 'none' } }, - + menuIcon: { + '&:hover': { + cursor: 'pointer' + } + }, + openedDrawer: { + left: '220px' + }, + closedDrawer: { + left: '73px' + }, + flexLink: { + display: 'flex', + textDecoration: 'none' + }, + nameRole: { + display: 'flex', + flexDirection: 'column', + justifyContent: 'space-around', + margin: '0 20px 0 15px', + maxWidth: '118px', + '& .toolbarProfileName': { + maxWidth: '110px', + overflow: 'hidden', + textOverflow: 'ellipsis', + whiteSpace: 'nowrap' + } + }, sepVertContainer: { display: 'flex', - justifyContent: 'space-around' + justifyContent: 'space-around', + marginRight: '20px' }, - sepVert: { background: 'linear-gradient(180deg, rgba(94, 11, 128, 0) 0%, #475768 100%)', height: '59px', marginTop: '16px', width: '1px' }, - - menuButton: { - width: '30px', - height: '30px' + profileContainer: { + left: '-33px', + position: 'fixed', + right: '2%', + top: '63px', + width: '100%', + zIndex: '999', + '@media screen and (min-width: 1480px)': { + left: '-43px' + } + }, + openedProfile: { + transform: 'scaleY(-1)', + '-webkit-transform': 'scaleY(-1)' + }, + closedProfile: { + transform: 'scaleY(1)', + '-webkit-transform': 'scaleY(1)' + }, + profileIcon: { + marginTop: '13px', + paddingRight: '15px' + }, + absolute: { + position: 'absolute' + }, + maxWidth: { + maxWidth: '240px' + }, + toolbarProfile: { + cursor: 'pointer', + width: '222px' + }, + priceBox: { + paddingRight: '10px' + }, + profileAvatar: { + width: '40px', + height: '40px', + margin: 0 } }); -class Toolbar extends Component { - state = { - isSidebarOpen: false - }; +const profileStyle = theme => + createStyles({ + profile: { + minWidth: '208px', + maxWidth: '208px', + float: 'right', + borderRadius: '4px', + backgroundColor: '#1E262E', + border: 'solid 1px #303c49' + }, + profileFooter: { + bottom: '7px', + marginTop: '10px', + padding: '0 15px' + }, + horizontalDivider: { + height: '1px', + backgroundColor: '#303c49' + }, + profilePersonal: { + padding: '20px 0px 4px 6px', + display: 'flex', + flexDirection: 'row', + alignItems: 'center', + justifyContent: 'center' + }, + profileCorporate: { + padding: '20px 15px 14px', + display: 'flex', + flexDirection: 'row', + alignItems: 'center', + justifyContent: 'center' + }, + profileDetail: { + cursor: 'pointer', + padding: '10px 15px 10px 15px', + width: '208px', + '&:hover': { + backgroundColor: '#313D49' + }, + '&:first-child': { + marginTop: '5px' + } + }, + profileName: { + paddingLeft: '15px', + '& h6:first-child': { + marginBottom: '5px' + } + }, + button: { + width: '189px' + }, + smallButton: { + fontSize: '10px', + letterSpacing: '0.4px', + width: '100%' + }, + profileListAvatar: { + width: '28px', + height: '28px', + margin: 0 + } + }); + +const defaultIdentityName = ({ type }, walletName) => + type === 'individual' ? walletName || 'New individual' : 'New company'; - toggleDrawer = isSidebarOpen => { - this.setState({ - isSidebarOpen - }); - }; +const ProfileList = withStyles(profileStyle)( + ({ + classes, + profiles, + wallet, + isOpen, + onProfileSelect, + onClickCorporate, + closeProfile, + selectedProfile, + showCorporate + }) => { + return ( + isOpen && ( + +
+ {profiles && + profiles + .filter(el => el.id !== selectedProfile.id) + .map((el, index) => ( + + + {el.type === 'corporate' ? ( + + ) : el.profilePicture ? ( + + ) : ( + + )} + + + + {el.name || + defaultIdentityName(el, wallet.profileName)} + + + {`${el.type.charAt(0).toUpperCase() + + el.type.slice(1)} Profile`} + + + + ))} + {showCorporate && ( + + +
+ + {/* + + + + */} + + + + + + + )} +
+ + ) + ); + } +); +const Profile = withStyles(styles)( + ({ classes, profile, wallet, isOpen, onProfileClick, onProfileNavigate }) => ( + + + + {profile.type === 'corporate' ? ( + + ) : profile.profilePicture ? ( + + ) : ( + + )} + + + + {profile.name || defaultIdentityName(profile, wallet.profileName)} + + + {profile.type === 'individual' ? 'Personal Profile' : 'Corporate Profile'} + + + + + + + + ) +); + +class Toolbar extends Component { render() { - const { classes } = this.props; + const { + classes, + onToggleMenu, + isSidebarOpen, + isProfileOpen, + closeProfile, + selectedProfile, + onProfileClick, + onProfileNavigate, + onProfileSelect, + profiles, + wallet, + onCreateCorporateProfileClick, + primaryToken, + showCorporate + } = this.props; return (
- + - - - - - - + onToggleMenu(!isSidebarOpen)} + /> + - + - - - + + +
- - - this.toggleDrawer(true)} + + + - + + + +
); } diff --git a/src/renderer/wallet/unlock/existing-address.jsx b/src/renderer/wallet/unlock/existing-address.jsx index 1012c1cea..a72f48aff 100644 --- a/src/renderer/wallet/unlock/existing-address.jsx +++ b/src/renderer/wallet/unlock/existing-address.jsx @@ -121,8 +121,8 @@ class ExistingAddress extends Component { {wallets.map((wallet, index) => ( {wallet.name - ? `${wallet.name} - ${wallet.publicKey}` - : wallet.publicKey} + ? `${wallet.name} - ${wallet.address}` + : wallet.address} ))} diff --git a/stories/attribute.stories.js b/stories/attribute.stories.js new file mode 100644 index 000000000..740a9ccc0 --- /dev/null +++ b/stories/attribute.stories.js @@ -0,0 +1,56 @@ +import React from 'react'; +import { action } from '@storybook/addon-actions'; +import { storiesOf } from '@storybook/react'; +import { CreateAttribute } from '../src/renderer/attributes/create-attribute'; +import { EditAttribute } from '../src/renderer/attributes/edit-attribute'; +import { DeleteAttribute } from '../src/renderer/attributes/delete-attribute'; + +storiesOf('Attributes/CreateAttribute', module).add('default', () => ( + +)); + +storiesOf('Attributes/EditAttribute', module).add('default', () => ( + +)); + +storiesOf('Attributes/DeleteAttribute', module).add('default', () => ( + +)); diff --git a/stories/banking-data.js b/stories/banking-data.js index 4f1111450..5576eeebe 100644 --- a/stories/banking-data.js +++ b/stories/banking-data.js @@ -1,268 +1,361 @@ export const bankingOffers = [ { - id: 1, - countryCode: 'hk', - region: 'Hong Kong', - eligibility: ['Resident Individuals', 'Regional Individuals', 'International Individuals'], - eligibilityExpanded: - 'Resident Individuals, Regional Individuals, International Individuals', - minInitialDeposit: 1000, - minInitialDepositCurrency: 'USD', - goodFor: ['Transactional Banking', 'Multi-currency Cards'], - personalVisitRequired: false, - price: 500, - accountType: 'personal', - currencies: ['USD, SGD, CAD'], - cards: ['Mastercard, Visa'], - timeToOpen: '1 Month', - onlineBanking: ['Internet Home Banking'] - }, - { - id: 2, - countryCode: 'sg', - region: 'Singapore', - eligibility: ['Resident Individuals', 'Regional Individuals', 'International Individuals'], - eligibilityExpanded: - 'Resident Individuals, Regional Individuals, International Individuals', - minInitialDeposit: 500, - minInitialDepositCurrency: 'USD', - goodFor: ['Transactional Banking', 'Credit Cards'], - personalVisitRequired: true, - price: 1500, - accountType: 'personal', - currencies: ['USD, SGD, CAD'], - cards: ['Mastercard, Visa'], - timeToOpen: '1 Month', - onlineBanking: ['Internet Home Banking'] - }, - { - id: 3, - countryCode: 'ky', - region: 'Cayman', - eligibility: ['Resident Individuals', 'Regional Individuals', 'International Individuals'], - eligibilityExpanded: - 'Resident Individuals, Regional Individuals, International Individuals', - minInitialDeposit: 1000, - minInitialDepositCurrency: 'USD', - goodFor: ['Savings', 'Credit Cards', 'Multi-currency Cards'], - personalVisitRequired: false, - price: 800, - accountType: 'personal', - currencies: ['USD, SGD, CAD'], - cards: ['Mastercard, Visa'], - timeToOpen: '1 Month', - onlineBanking: ['Internet Home Banking'] - }, - { - id: 4, - countryCode: 'vg', - region: 'British Virgin Islands', - eligibility: ['Resident Individuals', 'Regional Individuals', 'International Individuals'], - eligibilityExpanded: - 'Resident Individuals, Regional Individuals, International Individuals', - minInitialDeposit: 10000, - minInitialDepositCurrency: 'USD', - goodFor: ['Transactional Banking', 'Multi-currency Cards'], - personalVisitRequired: true, - price: 3500, - accountType: 'personal', - currencies: ['USD, SGD, CAD'], - cards: ['Mastercard, Visa'], - timeToOpen: '1 Month', - onlineBanking: ['Internet Home Banking'] - }, - { - id: 5, - countryCode: 'kn', - region: 'Nevis', - eligibility: ['Resident Individuals', 'Regional Individuals', 'International Individuals'], - eligibilityExpanded: - 'Resident Individuals, Regional Individuals, International Individuals', - minInitialDeposit: 800, - minInitialDepositCurrency: 'USD', - goodFor: ['Transactional Banking', 'Multi-currency Cards'], - personalVisitRequired: false, - price: 200, - accountType: 'personal', - currencies: ['USD, SGD, CAD'], - cards: ['Mastercard, Visa'], - timeToOpen: '1 Month', - onlineBanking: ['Internet Home Banking'] - }, - - { - id: 6, - countryCode: 'hk', - region: 'Hong Kong', - eligibility: ['Resident Individuals', 'Regional Individuals', 'International Individuals'], - eligibilityExpanded: - 'Resident Individuals, Regional Individuals, International Individuals', - minInitialDeposit: 1000, - minInitialDepositCurrency: 'USD', - goodFor: ['Transactional Banking', 'Multi-currency Cards'], - personalVisitRequired: false, - price: 500, - accountType: 'business', - currencies: ['USD, SGD, CAD'], - cards: ['Mastercard, Visa'], - timeToOpen: '1 Month', - onlineBanking: ['Internet Home Banking'] - }, - { - id: 7, - countryCode: 'sg', - region: 'Singapore', - eligibility: ['Resident Individuals', 'Regional Individuals', 'International Individuals'], - minInitialDeposit: 500, - minInitialDepositCurrency: 'USD', - goodFor: ['Transactional Banking', 'Credit Cards'], - personalVisitRequired: true, - price: 1500, - accountType: 'business', - currencies: ['USD, SGD, CAD'], - cards: ['Mastercard, Visa'], - timeToOpen: '1 Month', - onlineBanking: ['Internet Home Banking'] - }, - { - id: 8, - countryCode: 'ky', - region: 'Cayman', - eligibility: ['Resident Individuals', 'Regional Individuals', 'International Individuals'], - eligibilityExpanded: - 'Resident Individuals, Regional Individuals, International Individuals', - minInitialDeposit: 1000, - minInitialDepositCurrency: 'USD', - goodFor: ['Savings', 'Credit Cards', 'Multi-currency Cards'], - personalVisitRequired: false, - price: 800, - accountType: 'business', - currencies: ['USD, SGD, CAD'], - cards: ['Mastercard, Visa'], - timeToOpen: '1 Month', - onlineBanking: ['Internet Home Banking'] - }, - { - id: 9, - countryCode: 'vg', - region: 'British Virgin Islands', - eligibility: ['Resident Individuals', 'Regional Individuals', 'International Individuals'], - eligibilityExpanded: - 'Resident Individuals, Regional Individuals, International Individuals', - minInitialDeposit: 10000, - minInitialDepositCurrency: 'USD', - goodFor: ['Transactional Banking', 'Multi-currency Cards'], - personalVisitRequired: true, - price: 3500, - accountType: 'business', - currencies: ['USD, SGD, CAD'], - cards: ['Mastercard, Visa'], - timeToOpen: '1 Month', - onlineBanking: ['Internet Home Banking'] - }, - { - id: 10, - countryCode: 'kn', - region: 'Nevis', - eligibility: ['Resident Individuals', 'Regional Individuals', 'International Individuals'], - eligibilityExpanded: - 'Resident Individuals, Regional Individuals, International Individuals', - minInitialDeposit: 800, - minInitialDepositCurrency: 'USD', - goodFor: ['Transactional Banking', 'Multi-currency Cards'], - personalVisitRequired: false, - price: 200, - accountType: 'business', - currencies: ['USD, SGD, CAD'], - cards: ['Mastercard, Visa'], - timeToOpen: '1 Month', - onlineBanking: ['Internet Home Banking'] - }, - - { - id: 11, - countryCode: 'hk', - region: 'Hong Kong', - eligibility: ['Resident Individuals', 'Regional Individuals', 'International Individuals'], - eligibilityExpanded: - 'Resident Individuals, Regional Individuals, International Individuals', - minInitialDeposit: 1000, - minInitialDepositCurrency: 'USD', - goodFor: ['Transactional Banking', 'Multi-currency Cards'], - personalVisitRequired: false, - price: 500, - accountType: 'private', - currencies: ['USD, SGD, CAD'], - cards: ['Mastercard, Visa'], - timeToOpen: '1 Month', - onlineBanking: ['Internet Home Banking'] - }, - { - id: 12, - countryCode: 'sg', - region: 'Singapore', - eligibility: ['Resident Individuals', 'Regional Individuals', 'International Individuals'], - eligibilityExpanded: - 'Resident Individuals, Regional Individuals, International Individuals', - minInitialDeposit: 500, - minInitialDepositCurrency: 'USD', - goodFor: ['Transactional Banking', 'Credit Cards'], - personalVisitRequired: true, - price: 1500, - accountType: 'private', - currencies: ['USD, SGD, CAD'], - cards: ['Mastercard, Visa'], - timeToOpen: '1 Month', - onlineBanking: ['Internet Home Banking'] - }, - { - id: 13, - countryCode: 'ky', - region: 'Cayman', - eligibility: ['Resident Individuals', 'Regional Individuals', 'International Individuals'], - minInitialDeposit: 1000, - minInitialDepositCurrency: 'USD', - goodFor: ['Savings', 'Credit Cards', 'Multi-currency Cards'], - personalVisitRequired: false, - price: 800, - accountType: 'private', - onlineBanking: ['Internet Home Banking'] - }, - { - id: 14, - countryCode: 'vg', - region: 'British Virgin Islands', - eligibility: ['Resident Individuals', 'Regional Individuals', 'International Individuals'], - eligibilityExpanded: - 'Resident Individuals, Regional Individuals, International Individuals', - minInitialDeposit: 10000, - minInitialDepositCurrency: 'USD', - goodFor: ['Transactional Banking', 'Multi-currency Cards'], - personalVisitRequired: true, - price: 3500, - accountType: 'private', - currencies: ['USD, SGD, CAD'], - cards: ['Mastercard, Visa'], - timeToOpen: '1 Month', - onlineBanking: ['Internet Home Banking'] + category: 'banking', + createdAt: 1564997439862, + data: { + accounts: { + SG1bG: { + accountCode: 'SG1b', + accountTitle: 'Business Priority Account', + bankCode: 'SG1bG', + bankName: 'RHB Bank', + countryCode: 'SG', + countryName: 'Singapore', + currencies: ['SGD', 'USD'], + details: + 'There are no specific restricted jurisdictions other than those that face international sanctions. A Business connection with Singapore (Supplier or Client or Management) is oftentimes required.\n\nForeign companies engaging in high-risk businesses and/or conducting an activity which is regulated in Singapore (such as Money transmitter or Forex trading) are not eligible. There are no requirements in terms of business turnover or business size.', + eligibility: 'Local and Foreign Companies (Including Offshore Companies)', + minAverageBalanceDescription: 'SGD 20,000.00\nUSD 20,000.00', + minInitialDeposit: 'USD 80,000.00', + minMonthlyBalance: 'USD 20,000.00', + onboarding: + '
    \n
  • We will assist you in filling out the KYC Questionnaires. In addition to your company and identity documents, you will need to provide certain business documentation to support your application such as invoices, letters of intent, contracts, etc.
  • \n\n
  • The Bank’s Relationship Manager will review your documentation. The banker may come back with additional questions or give green-light to your account opening process. This usually takes from 1 to 3 days.
  • \n\n
  • We will arrange your appointment with the Relationship Manager in Singapore. The appointment is usually arranged for the following week subject to the client and bankers availability.
  • \n\n
  • You will need to visit the Bank’s branch and have a 1-hour meeting with the Relationship Manager. You will need to provide original documents and sign the application forms.
  • \n\n
  • After two or three weeks, you will receive an e-mail from the Relationship Manager confirming the account opening and providing your account number. You will need to transfer the initial deposit.
  • \n\n
  • After 5-10 days, you will receive your Internet Banking credentials via courier.
  • \n\n
', + onlineBanking: ['Internet Banking', 'Mobile Banking'], + otherServices: [ + 'Trade Finance', + 'Cheque Book', + 'Fixed Deposits', + 'Wire Transfer Commissions Waived', + 'Preferential Exchange Rates' + ], + personalVisitRequired: true, + showApp: true, + showWallet: true, + templateId: '5d09d11c26f7be563f7e0650', + testTemplateId: '5d09d11c26f7be563f7e0650', + timeToOpen: '3-4 weeks' + }, + SG2bA: { + accountCode: 'SG2b', + accountTitle: 'Personal Account', + bankCode: 'SG2bA', + bankName: 'UOB Bank', + cards: ['Visa Debit (SGD)', 'Mastercard Debit', 'Credit Cards'], + countryCode: 'SG', + countryName: 'Singapore', + currencies: [ + 'Multi-currency', + 'SGD', + 'USD', + 'EUR', + 'AUD', + 'JPY', + 'HKD', + 'CHF', + 'GBP' + ], + eligibility: + 'Individuals with a regional connection (e.g. Southeast Asian business, employment, residency…etc)\nIndividuals willing to invest in bank’s financial and insurance products (e.g. life insurance policy, investment funds…etc.)', + minAverageBalanceDescription: 'SGD 1,000.00', + minInitialDeposit: 'SGD 1,000.00', + minMonthlyBalance: 'SGD 1,000.00', + onboarding: + '
    \n
  • We will assist you in filling out the KYC Questionnaires.
  • \n\n
  • The Bank’s Relationship Manager will review your documentation. The banker may come back with additional questions or give green-light to your account opening process. This usually takes from 1 to 3 days.
  • \n\n
  • We will arrange your appointment with the Relationship Manager in Singapore. The appointment is usually arranged for the following week subject to the client and banker availability.
  • \n\n
  • You will need to visit the Bank’s branch and have a 1-hour meeting with the Relationship Manager. You will need to provide original documents and sign the application forms.
  • \n\n
  • Personal Accounts are opened on the spot, internet banking credentials will be set the same day and you will receive the debit card the same day. You may elect to pick up your SecureToken device after 5 business days or receive it in the mailing address provided.
  • \n\n
', + onlineBanking: ['Internet Banking', 'Mobile Banking', 'Currency Exchange App'], + otherServices: ['Term-deposits', 'Interest-bearing accounts'], + personalVisitRequired: true, + showApp: true, + showWallet: true, + templateId: '5d09d11c26f7be563f7e0650', + testTemplateId: '5d09d11c26f7be563f7e0650', + timeToOpen: '1 week' + }, + SG3bC: { + accountCode: 'SG3b', + accountTitle: 'Wealth Management Account', + bankCode: 'SG3bC', + bankName: 'Citibank Singapore', + cards: ['Debit Card (SGD)', 'Credit Card (USD)'], + countryCode: 'SG', + countryName: 'Singapore', + currencies: ['Multi-currency'], + eligibility: 'International Individuals', + minAverageBalanceDescription: 'USD 200,000.00', + minInitialDeposit: 'USD 200,000.00', + minMonthlyBalance: 'N/A', + onboarding: + '
    \n
  • We will assist you in filling out the KYC Questionnaires. You will need to provide certified copies of your identity documents and proof of address.
  • \n\n
  • The Bank’s Relationship Manager will review your documentation. The banker may come back with additional questions or give green-light to your account opening process. This usually takes from 1 to 3 days.
  • \n\n
  • Once the relationship manager has confirmed that your documents meet the bank’s requirements. You will be required to mail them to Singapore.
  • \n\n
  • Once the bank receives the original certified copies of your documents, the relationship manager will proceed to open your account.
  • \n\n
  • Once your account is opened you will receive your Bank Account details via SMS and a welcome e-mail from the bank. Debit Card and Internet Banking credentials will be sent via courier.
  • \n
', + onlineBanking: ['Internet Banking', 'Mobile Banking'], + otherServices: [ + 'Savings Account', + 'Term-deposits', + 'FOREX', + 'Brokerage Accounts', + 'Investment Services', + 'Dedicated Wealth Planner' + ], + showApp: true, + showWallet: true, + templateId: '5d09d11c26f7be563f7e0650', + testTemplateId: '5d09d11c26f7be563f7e0650', + timeToOpen: '2 weeks' + } + }, + accountCode: 'SG1b', + activeTestPrice: true, + countryCode: 'SG', + eligibility: ['Offshore Companies', 'Resident Companies'], + goodFor: [ + 'Offshore Companies', + 'Transactional Banking', + 'Credit Card Processing', + 'Payment Processors', + 'Private Banking', + 'Trade Finance', + 'Credit Cards' + ], + introText: + '

Singapore is one of the largest financial centers and a top offshore banking destination due to its political and financial stability, its top-notch corporate banking facilities and its broad-range of wealth management services, investment funds, and insurance products.

\n\n

In addition, Singapore is one of the most reputed international financial centers whose banks consistently onboard companies incorporated in tax-neutral jurisdictions.

\n\n

However, banks will want to see a solid and legitimate business backing the company. Offshore companies will need to provide enough supporting business documentation such as business plans, invoices, contracts, letters of intent, etc., to satisfy the bank’s compliance requirements.

\n\n

Singapore banks are ideal for businesses that require strong transactional banking and cash management services. Companies banking in Singapore have access to some of the quickest and most affordable money transfer services worldwide.

\n\n

Import/Export companies will have access to top trade finance services such as Letter of Credit and Bank guarantees.

\n\n

Singaporean banks are considerably risk-averse and are not open for companies engaging in high-risk business activities.

\n\n

For Singaporean e-commerce businesses, a broad range of merchant accounts and credit card processing aggregators are available.

\n\n

An oasis of financial stability together with the most technologically-advanced private banking facilities, excellent customer service and a capital gains tax-free environment makes Singapore the top Asia-Pacific destination for international wealth management services.

', + jurisdiction: { + bankingDescription: + "

Singapore is the third world’s major financial center and a top offshore banking destination due to its political and financial stability, its top-notch corporate banking facilities and its broad-range of private banking services, investment funds and insurance. 

\n

In addition, Singapore is one of the most reputed international financial centers whose banks consistently onboard companies incorporated in tax-neutral jurisdictions.

\n

However, banks will want to see a solid and legit business backing the company. Offshore companies will need to provide enough supporting business documentation such as business plans, invoices, contracts, letters of intent, etc. to satisfy the bank's compliance requirements.

\n

Singapore banks are ideal for businesses that require strong transactional banking and cash management services. Companies banking in Singapore have access to some of the quickest and most affordable money transfer services.

\n

Import/Export companies will have access to top trade finance services such as Letter of Credit and Bank guarantees.

\n

Singaporean banks are considerably risk-averse and are not open for companies engaging in high-risk business activities.

\n

For Singaporean e-commerce businesses, a broad range of merchant accounts and credit card processing aggregators are available.

\n

An oasis of financial stability together with the most technology advanced private banking facilities, an excellent customer service and a capital gains tax-free environment makes Singapore the top Asia-Pacific destination for international wealth management services. 

", + businessAccounts: [ + 'Offshore Company', + 'Regional Company', + 'Resident Company', + 'Nonresident Onshore Company' + ], + countryCode: 'SG', + countryDetails: + '

The Republic of Singapore, also known as Lion City or the Little Red Dot, is an island city-state of Asia, made up of a main island and other sixty-two islets, and founding member of the ASEAN.

\n

It is located to the south of the State of Johor in the peninsula of Malaysia and to the north of the islands Riau of Indonesia, separated of these by Strait of Singapore. Its population is about 5.5 million, of which about 75 percent are Chinese, and the rest are Malay, Indian or Eurasian minorities. This multiculturalism diversity is reflected in the four official languages of the country, English, Chinese, Malay and Tamil. Its official currency is the Singapore Dollar (SGD), which is also accepted as customary tender in Brunei. Alike, the Brunei Dollar (BND) is customarily accepted in Singapore.

\n

Singapore is a unitary multiparty parliamentary republic, with a Westminster system of unicameral parliamentary government.

\n

Singapore is one of the main global cities and one of the hubs of world trade, third-largest oil refining and trading centre, third largest financial center and one of the largest freight port worldwide. Singapore is the third country with the highest per capita income worldwide, in terms of purchasing power parity, as well as being among the first countries on the international lists of education, with one of the highest skilled workforce worldwide, health, political transparency and economic competitiveness.

\n

Its globalized and diversified economy depends especially on international trade, refining imported raw goods to reexport, and an export-oriented manufacturing sector, mainly chemistry, oil refining, being one of the top three export refining centers in the world, mechanical engineering, biotechnology and biomedical sciences. Singapore has one of the seaports that handles the largest annual cargo volume worldwide, both in tonnage and in the number of containers.

\n

The country is also an important international financial hub, leading world’s private banking sector, offering top-notch corporate banking facilities and a broad-range of banking services, investment funds and insurance services, among others. It also has the fourth largest currency exchange and capital market worldwide, behind New York, London and Tokyo.

\n

All supported by an investor and entrepreneurship friendly tax policy. With a territorial tax system, a low tax burden and the availability of several tax breaks and incentives for startups and technological innovation.

\n

Singapore welcomes thousands of foreign investors, expats entrepreneurs and multinational companies’ employees. Singapore’s immigration policy is geared towards attracting foreign talent, with several visa schemes to attract high-skilled foreign employees, entrepreneurs and investors.

', + countryName: 'Singapore', + goodFor: [ + 'Offshore Companies', + 'Transactional Banking', + 'Credit Card Processing', + 'Payment Processors', + 'Private Banking', + 'Trade Finance', + 'Credit Cards' + ], + minDeposit: ['Medium'], + payments: [ + 'PayPal', + 'Amazon Payouts', + 'Merchant Accounts', + 'Stripe', + 'Onshore CC Aggregator', + 'Prepaid / Credit Cards' + ], + personalAccounts: ['Regional'], + remote: ['In-Person'], + showApp: true, + wealthManagement: ['International'] + }, + minDeposit: 'USD 1,000.00', + personalVisitRequired: false, + price: '1750', + priceOptions: '- Corporate Bank Account (1750)', + region: 'Singapore', + shop: 'https://flagtheory.com/product/singaporean-bank-account/', + showApp: true, + showWallet: true, + templateId: '5d09d11c26f7be563f7e0650', + testDidAddress: '0xee10a3335f48e10b444e299cf017d57879109c1e32cec3e31103ceca7718d0ec', + testPrice: '0.25', + testTemplateId: '5d09d11c26f7be563f7e0650', + testWalletAddress: '0x23d233933c86f93b74705cf0d236b39f474249f8', + type: 'business', + walletAddress: '0x6ce3bdd91d3b9f55ec206970e75701043fba751d', + walletDescription: + '

Our banking support service is not just a mere introduction to the bank. We assist you in filling out the business questionnaires appropriately and help you understand and provide business details, commercial information and purpose/use of the bank account that a given bank wants to know in order to approve your account application. Banks want certainty and clarity on how the account will be used. Everything must be watertight. We will work with you to make sure there is minimal ‘back and forth’ and a smooth account opening process.

\n\n

Our banking support services include introductions to payment processors and merchant accounts to better support our e-commerce clients. Whether you just need standard credit card processing or specialized services for high-risk processing, we are happy to help you with introductions that can empower your business.

\n\n

\nBank Account opening requirements are subject to change at the discretion of the bank. There might be additional fees charged by the bank itself. Bank account opening is not guaranteed and is subject to the bank policies and compliance department. There might be restrictions on UBO nationalities, business activities and/or jurisdictions. A refund is guaranteed if the account is not successfully opened, but a 15% administrative fee applies.

' + }, + description: '', + env: 'development', + id: 318, + name: 'Singapore SG1b', + parentSku: null, + price: '0.25', + priceCurrency: 'USD', + sku: 'FT-BNK-SG1b', + status: 'active', + updatedAt: 1565097777686, + vendorId: 'flagtheory_banking' }, { - id: 15, - countryCode: 'kn', - region: 'Nevis', - eligibility: ['Resident Individuals', 'Regional Individuals', 'International Individuals'], - eligibilityExpanded: - 'Resident Individuals, Regional Individuals, International Individuals', - minInitialDeposit: 800, - minInitialDepositCurrency: 'USD', - goodFor: ['Transactional Banking', 'Multi-currency Cards'], - personalVisitRequired: false, - price: 200, - accountType: 'private', - currencies: ['USD, SGD, CAD'], - cards: ['Mastercard, Visa'], - timeToOpen: '1 Month', - onlineBanking: ['Internet Home Banking'] + category: 'banking', + createdAt: 1564997439862, + data: { + accounts: { + HK2bA: { + accountCode: 'HK2b', + accountTitle: 'Personal Savings Account', + bankCode: 'HK2bA', + bankName: 'Bank Of China (Hong Kong)', + cards: ['UnionPay Debit (HKD)', 'UnionPay Debit (CNY)'], + countryCode: 'HK', + countryName: 'Hong Kong', + currencies: ['HKD', 'USD', 'Multi-currency'], + eligibility: 'International Individuals (A connection with HK is a must)', + minAverageBalanceDescription: 'HKD 10,000.00', + minInitialDeposit: 'HKD 10,000.00', + minMonthlyBalance: 'HKD 10,000.00', + onboarding: + '
    \n
  • We will assist you in filling out the KYC Questionnaires.
  • \n
  • The Bank’s Relationship Manager will review your documentation. The banker may come back with additional questions or give green-light to your account opening process. This usually takes 1 week.
  • \n
  • We will arrange your appointment with the Relationship Manager in Hong Kong. The appointment is usually the following week.
  • \n
  • You will need to visit the Bank’s branch to provide original documents, have an interview with the banker and sign application forms.
  • \n
  • The bank account will be opened on the spot. You will receive your account details, internet banking credentials, secure Token device and your debit card the same day.
  • \n
', + onlineBanking: ['Internet Banking', 'Mobile Banking'], + otherServices: ['Term-deposits', 'Investment Services', 'Insurance Products'], + personalVisitRequired: true, + showApp: true, + showWallet: true, + templateId: '5d09d11c26f7be563f7e0650', + testTemplateId: '5d09d11c26f7be563f7e0650', + timeToOpen: '2-3 weeks' + }, + HK2bB: { + accountCode: 'HK2b', + activeTestPrice: true, + countryCode: 'HK', + bankCode: 'HK2bB', + eligibility: ['International Individuals'], + goodFor: ['Offshore Savings'], + introText: + '

Hong Kong is the largest financial hub in Asia and one of the safest and more convenient places to bank. Hong Kong banks are some of the most solvent and liquid banks worldwide.

\n

There are no exchange controls and accounts are available in multiple currencies, in addition to a large variety of investment and insurance products.

\n

Hong Kong banks are ideal for both individuals and businesses that require strong cash management services in various currencies and that have strong investment needs.

\n

Hong Kong is also the gateway to one of the largest and fastest-growing markets worldwide: China. Hong Kong banks offer RMB accounts and payment cards.

\n

Import/Export companies will have access to top trade finance services such as Letter of Credit and Bank guarantees.

\n

Hong Kong online businesses with HK bank accounts also have access to a broad range of merchant accounts and credit card processing aggregators.

\n

Hong Kong banks are also available for companies incorporated in tax-neutral jurisdictions. However, banks will want to see a solid business background, and a relatively low-risk commercial activity to onboard an offshore company.

\n

Offshore companies will need to provide enough supporting business documentation such as business plans, invoices, contracts, letters of intent, etc., to satisfy the bank’s compliance requirements.

\n

All in all, Hong Kong is a perfect banking location for local and international businesses, companies doing business in China and individuals looking for strong wealth management and investment services.

', + jurisdiction: { + businessAccounts: [ + 'Offshore Company', + 'Nonresident Onshore Company', + 'Resident Company', + 'Regional Company' + ], + countryCode: 'HK', + countryDetails: + '

Hong Kong is a Special Administrative Region of the People’s Republic of China (Hong Kong SAR). Its official languages are English and Cantonese.

\n

Although it is part of the People’s Republic of China, the region maintains an independent economic, administrative and judicial system, and even its own currency, system of customs and external borders.  Its official legal tender currency is the Hong Kong Dollar (HKD), pegged to the USD, which is the ninth most traded currency worldwide.

\n

The legislative council is the Hong Kong Parliament, which is formed by 60-members, half elected by universal suffrage in geographical circumscriptions, while the other 30 are elected by groups of representatives from different economic and social sectors.

\n

Its public finances are characterized by its sustainability, with no public net debt, continuous government surplus and ample foreign exchange reserves, all supported by rigorous anti-corruption measures.

\n

Hong Kong’s economy is mainly based on financial services, tourism, wholesale and retail trade, and international trade, especially trade between China and the rest of the world. Hong Kong is one of the world’s major financial hub, ranking eleventh worldwide in volume of banking operations and the Hong Kong Stock Exchange being the second largest capital market in Asia, after the Tokyo Stock Exchange.

', + countryName: 'Hong Kong', + goodFor: [ + 'Transactional Banking', + 'Credit Card Processing', + 'Payment Processors', + 'Private Banking', + 'Trade Finance' + ], + minDeposit: ['Low'], + payments: [ + 'PayPal', + 'Amazon Payouts', + 'Merchant Accounts', + 'Stripe', + 'Onshore CC Aggregator', + 'Prepaid / Credit Cards' + ], + personalAccounts: ['International'], + remote: ['In-Person'], + showApp: true, + wealthManagement: ['International'] + }, + HK1bE: { + accountCode: 'HK1b', + accountTitle: 'Business Account', + bankCode: 'HK1bE', + bankName: 'Bank Of China (Hong Kong)', + cards: [ + 'UnionPay Debit (HKD)', + 'UnionPay Debit (CNY)', + 'Mastercard Credit Card (USD)', + 'Visa Credit (USD)' + ], + countryCode: 'HK', + countryName: 'Hong Kong', + currencies: ['HKD', 'USD', 'Multi-currency'], + details: + '

Any foreign business should have a Hong Kong business address (lease-agreement) in order to open an account. We can provide a Hong Kong business address for HKD 15,000 per annum. A Business connection with the region is required – via suppliers, client or company office, directors’ residency, or any other.

\n

Companies incorporated in tax-neutral jurisdictions (such as BVI, Cayman Islands, etc..) are eligible as long as they have a commercial activity and do business in Asia.

\n

Foreign companies engaging in high-risk businesses and/or conducting an activity which is regulated in Hong Kong (such as Money transmitter or Forex trading) are not eligible.

\n

There are no requirements in terms of business turnover or business size.

', + eligibility: 'Hong Kong Companies', + minAverageBalanceDescription: 'HKD 10,000.00', + minInitialDeposit: 'HKD 10,000.00', + minMonthlyBalance: 'HKD 10,000.00', + onboarding: + '
    \n
  • We will assist you in filling out the KYC and Business Questionnaires. In addition to your company and identity documents, you will need to provide certain business documentation to support your application such as invoices, letters of intent, contracts, etc.
  • \n
  • The Bank’s Relationship Manager will review your documentation. The banker may come back with additional questions or give green-light to your account opening process. This usually takes from 1 to 2 weeks.
  • \n
  • Once your account has been approved. We will arrange your appointment with the Relationship Manager in Hong Kong. The appointment is subject to the availability of the banker, and may be arranged in one or two weeks.
  • \n
  • Account signatories and directors will need to visit the Bank’s branch to provide original documents, have an interview with the banker and sign application forms.
  • \n
  • After 1 month, you will receive an e-mail from the bank confirming the account opening. You will receive your account details, internet banking credentials and ATM card.
  • \n
', + onlineBanking: ['Internet Banking', 'Mobile Banking'], + otherServices: [ + 'Trade Finance', + 'Cheque Book', + 'Payroll Services', + 'Investment Services', + 'Term-deposits' + ], + personalVisitRequired: true, + showApp: true, + showWallet: true, + templateId: '5d09d11c26f7be563f7e0650', + testTemplateId: '5d09d11c26f7be563f7e0650', + timeToOpen: '4-6 weeks' + } + }, + accountCode: 'HK3b', + accountTitle: 'Wealth Management Account', + bankCode: 'HK3bA', + bankName: 'DBS Bank', + cards: [ + 'UnionPay Debit (HKD)', + 'UnionPay Debit (CNY)', + 'Mastercard Credit Card (USD)', + 'Mastercard Credit Card (HKD)', + 'Visa Credit (USD)', + 'Visa Credit (HKD)' + ], + countryCode: 'HK', + countryName: 'Hong Kong', + currencies: ['HKD', 'USD', 'Multi-currency'], + eligibility: 'International Individuals and Companies', + minInitialDeposit: 'HKD 1,000,000.00', + minMonthlyBalance: 'N/A', + onboarding: + '
    \n
  • We will assist you in filling out the KYC Questionnaires.
  • \n
  • The Bank’s Relationship Manager will review your documentation. The banker may come back with additional questions or give green-light to your account opening process. This usually takes 1 week.
  • \n
  • We will arrange your appointment with the Relationship Manager in Hong Kong. The appointment is usually arranged for the following week subject to the client and bankers availability.
  • \n
  • You will need to visit the Bank’s branch and have a 1-hour meeting with the Relationship Manager. You will need to provide original documents and sign the application forms.
  • \n
  • Wealth Management Accounts are opened on the spot, you will receive your cards, and your internet banking credentials will be set the same day.
  • \n
', + onlineBanking: ['Internet Banking', 'Mobile Banking'], + otherServices: [ + 'iWealth', + 'Trading Platform', + 'FOREX', + 'Investment Services', + 'Term-deposits', + 'Dedicated Wealth Planner' + ], + personalVisitRequired: true, + showApp: true, + showWallet: true, + templateId: '5d09d11c26f7be563f7e0650', + testTemplateId: '5d09d11c26f7be563f7e0650', + timeToOpen: '2-3 weeks' + }, + minDeposit: 'HKD 10,000.00', + personalVisitRequired: true, + price: '1150', + priceOptions: '- Personal Bank Account (1150)', + region: 'Hong Kong', + countryCode: 'HK', + shop: 'https://flagtheory.com/product/open-a-bank-account-in-hong-kong/', + showApp: true, + showWallet: true, + templateId: '5d09d11c26f7be563f7e0650', + testDidAddress: '0xee10a3335f48e10b444e299cf017d57879109c1e32cec3e31103ceca7718d0ec', + testPrice: '0.25', + testTemplateId: '5d09d11c26f7be563f7e0650', + testWalletAddress: '0x23d233933c86f93b74705cf0d236b39f474249f8', + type: 'personal', + walletAddress: '0x6ce3bdd91d3b9f55ec206970e75701043fba751d', + walletDescription: + '

Our banking support service is not just a mere introduction to the bank. We assist you in filling out the business questionnaires appropriately and help you understand and provide business details, commercial information and purpose/use of the bank account that a given bank wants to know in order to approve your account application. Banks want certainty and clarity on how the account will be used. Everything must be watertight. We will work with you to make sure there is minimal ‘back and forth’ and a smooth account opening process.

\n\n

Our banking support services include introductions to payment processors and merchant accounts to better support our e-commerce clients. Whether you just need standard credit card processing or specialized services for high-risk processing, we are happy to help you with introductions that can empower your business.

\n\n

\nBank Account opening requirements are subject to change at the discretion of the bank. There might be additional fees charged by the bank itself. Bank account opening is not guaranteed and is subject to the bank policies and compliance department. There might be restrictions on UBO nationalities, business activities and/or jurisdictions. A refund is guaranteed if the account is not successfully opened, but a 15% administrative fee applies.

' + }, + description: '', + env: 'development', + id: 321, + name: 'Hong Kong HK2b', + parentSku: null, + price: '0.25', + priceCurrency: 'USD', + sku: 'FT-BNK-HK2b', + status: 'active', + updatedAt: 1565097777686, + vendorId: 'flagtheory_banking' } ]; @@ -309,20 +402,3 @@ export const country = { currencyCode: 'USD', population: 20100001 }; - -export const translation = { - introText: - '
Banking description here

cool
  • item
  • item
', - countryDetails: - '
Country Details here

cool country details
', - introduction: '
Description here

cool introduction
' -}; - -export const htmlServices = [ - { onboarding: "
Services text

here
" } -]; - -export const accountType = { - accountType: 'business', - goodFor: ['International Companies', 'Offshore Companies', 'e-Commerce'] -}; diff --git a/stories/banking.stories.js b/stories/banking.stories.js index 57c465db0..0cd319226 100644 --- a/stories/banking.stories.js +++ b/stories/banking.stories.js @@ -2,14 +2,7 @@ import React from 'react'; import { action } from '@storybook/addon-actions'; import { linkTo } from '@storybook/addon-links'; import { storiesOf } from '@storybook/react'; -import { - resume, - country, - translation, - bankingOffers, - htmlServices, - accountType -} from './banking-data'; +import { resume, country, bankingOffers } from './banking-data'; import KYCRequirementData from './kyc-requirements-data'; import BankingOffersTable from '../src/renderer/marketplace/bank-accounts/list/offers-table'; import BankingAccountTypeTabs from '../src/renderer/marketplace/bank-accounts/list/account-type-tabs'; @@ -36,7 +29,7 @@ storiesOf('Banking', module)
@@ -44,7 +37,8 @@ storiesOf('Banking', module) .add('OptionSelection', () => (
( ( bank.accountType === 'personal')} + inventory={bankingOffers.filter(bank => bank.data.type === 'personal')} accountType="personal" onAccountTypeChange={linkTo('Banking/OffersPage', accountType => accountType)} onDetails={linkTo('Banking/BankingDetailsPage', 'default')} @@ -116,8 +110,8 @@ storiesOf('Banking/OffersPage', module) .add('corporate', () => ( bank.accountType === 'business')} - accountType="corporate" + inventory={bankingOffers.filter(bank => bank.data.type === 'business')} + accountType="business" onAccountTypeChange={linkTo('Banking/OffersPage', accountType => accountType)} onDetails={linkTo('Banking/BankingDetailsPage', 'default')} onBackClick={action('banking offers page back')} @@ -126,7 +120,7 @@ storiesOf('Banking/OffersPage', module) .add('private', () => ( bank.accountType === 'private')} + inventory={bankingOffers.filter(bank => bank.data.type === 'private')} accountType="private" onAccountTypeChange={linkTo('Banking/OffersPage', accountType => accountType)} onDetails={linkTo('Banking/BankingDetailsPage', 'default')} @@ -158,42 +152,50 @@ storiesOf('Banking/BankingApplicationButton', module) storiesOf('Banking/Tab Content', module) .add('types', () => ( offer.countryCode === 'hk')} - accountType={translation} + banks={bankingOffers[0].data.accounts} + jurisdiction={bankingOffers[0]} region="Hong Kong" /> )) - .add('description', () => ) + .add('description', () => ) .add('country', () => ( )) .add('country loading', () => ) - .add('services', () => ); + .add('services', () => ( + + )); storiesOf('Banking/AccountOptions', module) .add('default', () => ( )) .add('withOptions', () => ( )) .add('open', () => ( @@ -206,15 +208,16 @@ storiesOf('Banking/Tabs Selector', module) .add('types', () => ( offer.countryCode === 'hk')} - region="Hong Kong" + jurisdiction={bankingOffers[0]} + banks={bankingOffers[0].data.accounts} + region="Singapore" onTabChange={linkTo('Banking/Tabs Selector', tab => tab)} /> )) .add('description', () => ( tab)} /> )) @@ -222,7 +225,7 @@ storiesOf('Banking/Tabs Selector', module) tab)} @@ -231,7 +234,8 @@ storiesOf('Banking/Tabs Selector', module) .add('services', () => ( tab)} /> )); @@ -358,7 +362,8 @@ storiesOf('Banking/BankingDetailsPage', module) contact="help@flagtheory.com" resume={resume} canOpenBankAccount - accountType={translation} + banks={bankingOffers[0].data.accounts} + jurisdiction={bankingOffers[0]} onTabChange={linkTo('Banking/BankingDetailsPage', tab => tab)} kycRequirements={KYCRequirementData} onBack={action('banking details back')} @@ -374,7 +379,8 @@ storiesOf('Banking/BankingDetailsPage', module) contact="help@flagtheory.com" resume={resume} canOpenBankAccount - banks={htmlServices} + banks={bankingOffers[0].data.accounts} + jurisdiction={bankingOffers[0]} onTabChange={linkTo('Banking/BankingDetailsPage', tab => tab)} kycRequirements={KYCRequirementData} onBack={action('banking details back')} @@ -391,7 +397,8 @@ storiesOf('Banking/BankingDetailsPage', module) resume={resume} canOpenBankAccount country={country} - jurisdiction={translation} + banks={bankingOffers[0].data.accounts} + jurisdiction={bankingOffers[0]} loadCountryAction={action('load country')} onTabChange={linkTo('Banking/BankingDetailsPage', tab => tab)} kycRequirements={KYCRequirementData} diff --git a/stories/corporate-data.js b/stories/corporate-data.js new file mode 100644 index 000000000..b0963b0ff --- /dev/null +++ b/stories/corporate-data.js @@ -0,0 +1,486 @@ +export const dummyProfile = { + entityName: 'Selfkey, LLC', + jurisdiction: 'United States', + entityType: 'LLC', + creationDate: '08/08/2018', + address: '1, Amazing Loop, Singapore', + did: 'did:selfkey:0x9cb701490ad6112d2880225c1d712f1af8c7dce1a81c44030b321fb31029cd75', + allAttributes: [] +}; +export const dummyIncompleteProfile = { + entityName: 'Selfkey, LLC', + entityType: 'LLC', + creationDate: '08/08/2018', + did: false, + allAttributes: [] +}; + +export const corporateApplications = [ + { + id: 1, + title: 'Incorporation', + rpName: 'Flag Theory', + currentStatusName: 'pending' + }, + { + id: 2, + title: 'Banking', + rpName: 'Flag Theory', + currentStatusName: 'rejected' + }, + { + id: 3, + title: 'Banking', + rpName: 'Bank of China', + currentStatusName: 'approved' + } +]; + +export const dummyMembers = [ + { + id: '1', + name: 'Giacomo Guilizzoni', + type: 'Person', + role: 'Director, Shareholder', + citizenship: 'Italy', + residency: 'Singapore', + shares: '45%' + }, + { + id: '2', + name: 'Marco Botton Ltd', + type: 'Corporate', + role: 'Shareholder', + citizenship: 'Hong Kong', + residency: 'Hong Kong', + shares: '9%' + }, + { + id: '3', + name: 'Big Things Ltd', + type: 'Corporate', + role: 'Shareholder', + citizenship: 'Hong Kong', + residency: 'Hong Kong', + shares: '41%' + }, + { + id: '4', + name: 'John Dafoe', + type: 'Person', + role: 'Director', + citizenship: 'France', + residency: 'France', + shares: '5%' + } +]; + +export const corporateCapTable = [ + { + type: 'Person', + role: 'Director', + name: 'John Doe', + email: 'john.doe@email.com', + citizenship: 'Italy', + residency: 'Singapore', + shares: 0.5, + children: [] + }, + { + type: 'Corporate', + role: 'Shareholder', + name: 'ACME Inc', + email: null, + citizenship: 'Hong Kong', + residency: 'Hong Kong', + shares: 0.09, + children: dummyMembers + }, + { + type: 'Corporate', + role: 'Shareholder', + name: 'Apple Inc', + email: null, + citizenship: 'U.S.A.', + residency: 'U.S.A.', + shares: 0.41, + children: [] + } +]; + +export const entityTypes = [ + 'Company Limited by Shares (LTD)', + 'Limited Liability Company (LLC)', + 'Trust (TST)', + 'Foundation (FND)', + 'Limited Partnership (LLP)', + 'Other' +]; + +export const legalJurisdictions = [ + 'Afghanistan', + 'Albania', + 'Algeria', + 'Andorra', + 'Angola', + 'Anguilla', + 'Antigua and Barbuda', + 'Argentina', + 'Armenia', + 'Aruba', + 'Australia', + 'Austria', + 'Azerbaijan', + 'Bahamas', + 'Bangladesh', + 'Bahrain', + 'Barbados', + 'Belarus', + 'Belgium', + 'Belize', + 'Benin', + 'Bermuda', + 'Bhutan', + 'Bolivia', + 'Bosnia and Herzegovina', + 'Botswana', + 'Brazil', + 'British Virgin Islands', + 'Brunei', + 'Bulgaria', + 'Burkina Faso', + 'Burundi', + 'Cambodia', + 'Cameroon', + 'Canada', + 'Cape Verde', + 'Cayman Islands', + 'Central African Republic', + 'Chile', + "China, People's Republic of Hong Kong", + "China, People's Republic of Macau", + 'Taiwan', + 'Colombia', + 'Congo, Democratic Republic of the', + 'Congo, Republic of the', + 'Cook Islands', + 'Costa Rica', + "Côte d'Ivoire", + 'Croatia', + 'Cuba', + 'Curaçao', + 'Cyprus', + 'Czech Republic', + 'Denmark', + 'Danish Realms - Faroe Islands', + 'Danish Realms - Greenland', + 'Djibouti', + 'Dominica', + 'Dominican Republic', + 'Ecuador', + 'Egypt', + 'El Salvador', + 'Eritrea', + 'Estonia', + 'Ethiopia', + 'Fiji', + 'Finland', + 'France', + 'Gabon', + 'Gambia', + 'Georgia', + 'Germany', + 'Ghana', + 'Gibraltar', + 'Greece', + 'Grenada', + 'Guatemala', + 'Guernsey, Channel Islands', + 'Guinea', + 'Guyana', + 'Haiti', + 'Honduras', + 'Hungary', + 'Iceland', + 'India', + 'Indonesia', + 'Iran', + 'Iraq', + 'Ireland', + 'Isle of Man', + 'Israel', + 'Italy', + 'Jamaica', + 'Japan', + 'Jersey, Channel Islands', + 'Jordan', + 'Kazakhstan', + 'Kenya', + 'Kiribati', + 'Kosovo', + 'Kuwait', + 'Kyrgyzstan', + 'Laos', + 'Latvia', + 'Lebanon', + 'Lesotho', + 'Liberia', + 'Liechtenstein', + 'Lithuania', + 'Luxembourg', + 'Macedonia', + 'Madagascar', + 'Malta', + 'Malawi', + 'Malaysia', + 'Maldives', + 'Mali', + 'Marshall Islands', + 'Mauritania', + 'Mauritius', + 'Mexico', + 'Micronesia, Federated States of', + 'Moldova', + 'Monaco', + 'Mongolia', + 'Montenegro', + 'Montserrat', + 'Morocco', + 'Mozambique', + 'Myanmar', + 'Namibia', + 'Nauru', + 'Nepal', + 'Netherlands', + 'Caribbean Netherlands - Bonaire', + 'Caribbean Netherlands - Sint Eustatius ', + 'Caribbean Netherlands - Saba ', + 'New Zealand', + 'Nicaragua', + 'Niger', + 'Nigeria', + 'Niue', + 'Norway', + 'Oman', + 'Pakistan', + 'Palau', + 'Palestinian territories', + 'Panama', + 'Papua New Guinea', + 'Paraguay', + 'Peru', + 'Philippines', + 'Poland', + 'Portugal', + 'Qatar', + 'Romania', + 'Russian Federation', + 'Rwanda', + 'Saint Kitts and Nevis', + 'Saint Lucia', + 'Saint Vincent and the Grenadines', + 'Samoa', + 'San Marino', + 'São Tomé and Príncipe', + 'Saudi Arabia', + 'Senegal', + 'Serbia', + 'Seychelles', + 'Sierra Leone', + 'Singapore', + 'Slovakia', + 'Slovenia', + 'Solomon Islands', + 'South Africa', + 'South Korea', + 'South Sudan', + 'Spain', + 'Sri Lanka', + 'Sint Maarten', + 'Sudan', + 'Suriname', + 'Swaziland', + 'Sweden', + 'Switzerland', + 'Tajikistan', + 'Tanzania', + 'Thailand', + 'Timor-Leste', + 'Tonga', + 'Togo', + 'Tunisia', + 'Turkey', + 'Turks and Caicos Islands', + 'Trinidad & Tobago', + 'Uganda', + 'Ukraine', + 'United Arab Emirates', + 'United Kingdom', + 'United States - Alabama', + 'United States - Alaska', + 'United States - Arizona', + 'United States - Arkansas', + 'United States - California', + 'United States - Colorado', + 'United States - Connecticut', + 'United States - Delaware', + 'United States - Florida', + 'United States - Georgia', + 'United States - Hawaii', + 'United States - Idaho', + 'United States - Illinois', + 'United States - Indiana', + 'United States - Iowa', + 'United States - Kansas', + 'United States - Kentucky', + 'United States - Louisiana', + 'United States - Maine', + 'United States - Maryland', + 'United States - Massachusetts', + 'United States - Michigan', + 'United States - Minnesota', + 'United States - Mississippi', + 'United States - Missouri', + 'United States - Montana', + 'United States - Nebraska', + 'United States - Nevada', + 'United States - New Hampshire', + 'United States - New Jersey', + 'United States - New Mexico', + 'United States - New York', + 'Uruguay', + 'Uzbekistan', + 'Vanuatu', + 'Venezuela', + 'Vietnam', + 'Yemen', + 'Zambia', + 'Zimbabwe' +]; +export const corporateAttributes = [ + { + createdAt: 1568107330518, + updatedAt: 1568282607094, + name: 'Company Name', + type: { + content: { + $id: 'http://platform.selfkey.org/schema/attribute/company-name.json', + title: 'Company Name', + entityType: ['corporate'] + } + }, + data: { + value: 'ACME Inc' + } + }, + { + createdAt: 1568107330518, + updatedAt: 1568282607094, + name: 'Entity Type', + type: { + content: { + $id: 'http://platform.selfkey.org/schema/attribute/legal-entity-type.json', + title: 'Entity Type', + entityType: ['corporate'] + } + }, + data: { + value: 'LLC' + } + }, + { + createdAt: 1568107330518, + updatedAt: 1568282607094, + name: 'Jurisdiction', + type: { + content: { + $id: 'http://platform.selfkey.org/schema/attribute/legal-jurisdiction.json', + title: 'Legal Jurisdiction', + entityType: ['corporate'] + } + }, + data: { + value: 'Singapore' + } + }, + { + createdAt: 1568107330518, + updatedAt: 1568282607094, + name: 'Incorporation Date', + type: { + content: { + $id: 'http://platform.selfkey.org/schema/attribute/incorporation-date.json', + title: 'Incorporation Date', + entityType: ['corporate'] + } + }, + data: { + value: '17/10/1980' + } + }, + { + createdAt: 1568107330518, + updatedAt: 1568282607094, + name: 'Address', + type: { + content: { + $id: 'http://platform.selfkey.org/schema/attribute/physical-address.json', + title: 'Address', + entityType: ['corporate'] + } + }, + data: { + value: '1, Infinite Loop, California USA' + } + } +]; + +export const corporateDocuments = [ + { + createdAt: 1568107330518, + updatedAt: 1568282607094, + name: 'Certificate of Incorporation', + type: { + content: { + $id: + 'http://platform.selfkey.org/schema/attribute/certificate-of-incorporation.json', + title: 'Certificate of Incorporation', + entityType: ['corporate'] + } + }, + documents: [ + { + name: 'certificate.pdf', + mimeType: 'application/pdf' + } + ], + data: { + value: { + expires: 1568282607094 + } + } + }, + { + createdAt: 1568107330518, + updatedAt: 1568282607094, + name: 'Member Register', + type: { + content: { + $id: 'http://platform.selfkey.org/schema/attribute/member-register.json', + title: 'Member Register', + entityType: ['corporate'] + } + }, + documents: [ + { + name: 'member_register.doc', + mimeType: 'application/msword' + } + ], + data: { + value: { + expires: 1568107330518 + } + } + } +]; diff --git a/stories/corporate.stories.js b/stories/corporate.stories.js new file mode 100644 index 000000000..759c21a0e --- /dev/null +++ b/stories/corporate.stories.js @@ -0,0 +1,208 @@ +import React from 'react'; +import { action } from '@storybook/addon-actions'; +import { linkTo } from '@storybook/addon-links'; +import { storiesOf } from '@storybook/react'; + +import { RegisterDidCard } from '../src/renderer/did/register-did-card'; + +import { CorporateDashboardPage } from '../src/renderer/corporate/dashboard/dashboard-page'; +import { CorporateDashboardTabs } from '../src/renderer/corporate/dashboard/dashboard-tabs'; +import { CorporateDetails } from '../src/renderer/corporate/common/corporate-details'; +import { CorporateApplicationsSummary } from '../src/renderer/corporate/common/corporate-applications'; +import { CorporateCapTable } from '../src/renderer/corporate/common/corporate-cap-table'; +import { CorporateShareholding } from '../src/renderer/corporate/common/corporate-shareholding'; +import { CorporateOrgChart } from '../src/renderer/corporate/common/corporate-org-chart'; +import { CorporateInformation } from '../src/renderer/corporate/common/corporate-information'; +import { CorporateWizard } from '../src/renderer/corporate/wizard/corporate-wizard'; +import { CorporateAddMember } from '../src/renderer/corporate/member/corporate-add-member'; +import { CorporateDocuments } from '../src/renderer/corporate/common/corporate-documents'; + +import { + dummyProfile, + dummyIncompleteProfile, + corporateApplications, + corporateCapTable, + dummyMembers, + entityTypes, + legalJurisdictions, + corporateAttributes, + corporateDocuments +} from './corporate-data'; + +storiesOf('Corporate', module).add('Dashboard', () => ( +
+ +
+)); + +storiesOf('Corporate/Dashboard Tabs', module) + .add('default', () => ( + tab)} + /> + )) + .add('overview', () => ( + tab)} + /> + )) + .add('overview with incomplete profile', () => ( + + } + onTabChange={linkTo('Corporate/Dashboard Tabs', tab => tab)} + /> + )) + .add('information', () => ( + tab)} + attributes={corporateAttributes} + onEditAttribute={action('on edit attribute')} + onDeleteAttribute={action('on delete attribute')} + onAddAttribute={action('on add attribute')} + documents={corporateDocuments} + onAddDocument={action('on add document')} + onEditDocument={action('on edit document')} + onDeleteDocument={action('on delete document')} + /> + )) + .add('members', () => ( + tab)} + /> + )) + .add('applications', () => ( + tab)} + /> + )) + .add('history', () => ( + tab)} + /> + )); + +storiesOf('Corporate/Components', module) + .add('Company', () => ( +
+ +
+ )) + .add('Company with missing attributes', () => ( +
+ +
+ )) + .add('Corporate Applications', () => ( +
+ +
+ )) + .add('Corporate Cap Table', () => ( +
+ +
+ )) + .add('Corporate Shareholding', () => ( +
+ +
+ )) + .add('Corporate Org Chart', () => ( +
+ +
+ )) + .add('Corporate Informations', () => ( +
+ +
+ )) + .add('Corporate Documents', () => ( +
+ +
+ )); + +storiesOf('Corporate/Wizard', module) + .add('default', () => ( + action(`field change ${name}:`)} + /> + )) + .add('field error', () => ( + action(`field change ${name}:`)} + /> + )); + +storiesOf('Corporate', module).add('Add Member', () => ); diff --git a/stories/did.stories.js b/stories/did.stories.js new file mode 100644 index 000000000..3974776ca --- /dev/null +++ b/stories/did.stories.js @@ -0,0 +1,75 @@ +import React from 'react'; +import { action } from '@storybook/addon-actions'; +import { storiesOf } from '@storybook/react'; +import { RegisterDidCard } from '../src/renderer/did/register-did-card'; +import { CreateDIDPopup } from '../src/renderer/did/create-did-popup'; +import { AssociateDid } from '../src/renderer/did/associate-did'; + +storiesOf('DID/RegisterDidCard', module) + .add('default', () => ( + + )) + .add('pending', () => ( + + )); + +storiesOf('DID/CreateDIDPopup', module).add('default', () => ( + +)); + +storiesOf('DID/AssociateDid', module) + .add('default', () => ( + + )) + .add('filled', () => ( + + )) + .add('searching', () => ( + + )) + .add('error', () => ( + + )); diff --git a/stories/selfkey-id.stories.js b/stories/selfkey-id.stories.js new file mode 100644 index 000000000..f92acacb3 --- /dev/null +++ b/stories/selfkey-id.stories.js @@ -0,0 +1,29 @@ +import React from 'react'; +import { storiesOf } from '@storybook/react'; +import SelfkeyIdOverview from '../src/renderer/selfkey-id/main/components/selfkey-id-overview'; +import SelfkeyIdApplications from '../src/renderer/selfkey-id/main/components/selfkey-id-applications'; +import SelfkeyId from '../src/renderer/selfkey-id/main/components/selfkey-id'; +storiesOf('SelfkeyId', module) + .add('SelfkeyId', () => test component} />) + .add('SelfkeyIdApplications', () => ( + + )) + .add('SelfkeyIdOverview', () => ( + + )); diff --git a/stories/sidebar.stories.js b/stories/sidebar.stories.js new file mode 100644 index 000000000..75c61e666 --- /dev/null +++ b/stories/sidebar.stories.js @@ -0,0 +1,68 @@ +import React from 'react'; +import { storiesOf } from '@storybook/react'; +import SidebarSwitchAccount from '../src/renderer/wallet/main/sidebar-switch-account'; +import { action } from '@storybook/addon-actions'; +import Toolbar from '../src/renderer/wallet/main/toolbar'; + +const profiles = [ + { + id: 1, + name: 'James Bond', + type: 'individual' + }, + { + id: 2, + name: 'Acme Corp', + type: 'corporate' + }, + { + id: 3, + name: 'Standard United Bank', + type: 'corporate' + } +]; + +storiesOf('Sidebars/Toolbar', module) + .add('default', () => ( + () => action(`profile switch ${identity.id}`)} + onCreateCorporateProfileClick={action('onCreateCorporateProfileClick')} + /> + )) + .add('SidebarOpen', () => ( + () => action(`profile switch ${identity.id}`)} + onCreateCorporateProfileClick={action('onCreateCorporateProfileClick')} + /> + )) + .add('ProfileOpen', () => ( + () => action(`profile switch ${identity.id}`)} + onCreateCorporateProfileClick={action('onCreateCorporateProfileClick')} + /> + )); + +storiesOf('Sidebars', module).add('CORP Sidebar Switch Account', () => ( + +)); diff --git a/test/e2e/address-book/common-steps.js b/test/e2e/address-book/common-steps.js index 99187d96f..083fe0d55 100644 --- a/test/e2e/address-book/common-steps.js +++ b/test/e2e/address-book/common-steps.js @@ -2,7 +2,7 @@ const tools = require('../../utils/tools.js'); const data = require('../../data/data.json'); const delay = require('delay'); -let publicKey; +let address; let privateKey; export const givenUserHasOpenedAddressBookScreen = given => { @@ -22,7 +22,7 @@ export const givenUserHasOpenedAddressBookScreen = given => { .then(() => delay(2000)) .then(() => tools.app.client.getValue('#publicKey')) .then(pubKey => { - publicKey = pubKey; + address = pubKey; return tools.regStep(tools.app, '#keystoreNext'); }) .then(() => tools.app.client.getValue('#privateKey')) @@ -88,5 +88,5 @@ export const whenUserClicksOnAddAddressButton = when => { }; export const getPublicKey = () => { - return publicKey; + return address; }; diff --git a/test/e2e/marketplace/bank-accounts/common-step.js b/test/e2e/marketplace/bank-accounts/common-step.js index 4343a3415..5f57ad3bd 100644 --- a/test/e2e/marketplace/bank-accounts/common-step.js +++ b/test/e2e/marketplace/bank-accounts/common-step.js @@ -2,7 +2,7 @@ const tools = require('../../../utils/tools.js'); const data = require('../../../data/data.json'); const delay = require('delay'); -let publicKey; +let address; let privateKey; export const givenUserHasOpenedTheMarketplaceScreen = given => { @@ -22,7 +22,7 @@ export const givenUserHasOpenedTheMarketplaceScreen = given => { .then(() => delay(2000)) .then(() => tools.app.client.getValue('#publicKey')) .then(pubKey => { - publicKey = pubKey; + address = pubKey; return tools.regStep(tools.app, '#keystoreNext'); }) .then(() => tools.app.client.getValue('#privateKey')) @@ -62,7 +62,7 @@ export const givenUserHasOpenedTheBankAccountsScreen = given => { .then(() => delay(2000)) .then(() => tools.app.client.getValue('#publicKey')) .then(pubKey => { - publicKey = pubKey; + address = pubKey; return tools.regStep(tools.app, '#keystoreNext'); }) .then(() => tools.app.client.getValue('#privateKey')) @@ -97,7 +97,7 @@ export const givenUserHasOpenedTheJurisdictionDetailedScreen = given => { .then(() => delay(2000)) .then(() => tools.app.client.getValue('#publicKey')) .then(pubKey => { - publicKey = pubKey; + address = pubKey; return tools.regStep(tools.app, '#keystoreNext'); }) .then(() => tools.app.client.getValue('#privateKey')) @@ -119,7 +119,7 @@ export const givenUserHasOpenedTheJurisdictionDetailedScreen = given => { }; export const getPublicKey = () => { - return publicKey; + return address; }; export const getPrivateKey = () => { diff --git a/yarn.lock b/yarn.lock index 7e8c0f8de..590f97b55 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1014,6 +1014,16 @@ resolve "^1.8.1" semver "^5.5.1" +"@babel/plugin-transform-runtime@^7.6.2": + version "7.6.2" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.6.2.tgz#2669f67c1fae0ae8d8bf696e4263ad52cb98b6f8" + integrity sha512-cqULw/QB4yl73cS5Y0TZlQSjDvNkzDbu0FurTZyHlJpWE5T3PCMdnyV+xXoH1opr1ldyHODe3QAX3OMAii5NxA== + dependencies: + "@babel/helper-module-imports" "^7.0.0" + "@babel/helper-plugin-utils" "^7.0.0" + resolve "^1.8.1" + semver "^5.5.1" + "@babel/plugin-transform-shorthand-properties@^7.0.0", "@babel/plugin-transform-shorthand-properties@^7.2.0": version "7.2.0" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.2.0.tgz#6333aee2f8d6ee7e28615457298934a3b46198f0" @@ -2694,6 +2704,13 @@ dependencies: "@types/node" "*" +"@types/bunyan@*": + version "1.8.6" + resolved "https://registry.yarnpkg.com/@types/bunyan/-/bunyan-1.8.6.tgz#6527641cca30bedec5feb9ab527b7803b8000582" + integrity sha512-YiozPOOsS6bIuz31ilYqR5SlLif4TBWsousN2aCWLi5233nZSX19tFbcQUPdR7xJ8ypPyxkCGNxg0CIV5n9qxQ== + dependencies: + "@types/node" "*" + "@types/classnames@^2.2.7": version "2.2.7" resolved "https://registry.yarnpkg.com/@types/classnames/-/classnames-2.2.7.tgz#fb68cc9be8487e6ea5b13700e759bfbab7e0fefd" @@ -2796,6 +2813,14 @@ "@types/prop-types" "*" csstype "^2.2.0" +"@types/restify@^4.3.6": + version "4.3.6" + resolved "https://registry.yarnpkg.com/@types/restify/-/restify-4.3.6.tgz#5da5889b65c34c33937a67686bab591325dde806" + integrity sha512-4l4f0EXnleXQttlhRCXtTuJ8UelsKiAKIK2AAEd2epBHu41aEbM0U2z6E5tUrNwlbxz7qaNBISduGMeg+G3PaA== + dependencies: + "@types/bunyan" "*" + "@types/node" "*" + "@types/semver@^5.5.0": version "5.5.0" resolved "https://registry.yarnpkg.com/@types/semver/-/semver-5.5.0.tgz#146c2a29ee7d3bae4bf2fcb274636e264c813c45" @@ -2838,6 +2863,14 @@ resolved "https://registry.yarnpkg.com/@types/webpack-env/-/webpack-env-1.13.9.tgz#a67287861c928ebf4159a908d1fb1a2a34d4097a" integrity sha512-p8zp5xqkly3g4cCmo2mKOHI9+Z/kObmDj0BmjbDDJQlgDTiEGTbm17MEwTAusV6XceCy+bNw9q/ZHXHyKo3zkg== +"@types/xml2js@0.4.3": + version "0.4.3" + resolved "https://registry.yarnpkg.com/@types/xml2js/-/xml2js-0.4.3.tgz#2f41bfc74d5a4022511721f872ed395a210ad3b7" + integrity sha512-Pv2HGRE4gWLs31In7nsyXEH4uVVsd0HNV9i2dyASvtDIlOtSTr1eczPLDpdEuyv5LWH5LT20GIXwPjkshKWI1g== + dependencies: + "@types/events" "*" + "@types/node" "*" + "@types/yargs@^12.0.2", "@types/yargs@^12.0.9": version "12.0.10" resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-12.0.10.tgz#17a8ec65cd8e88f51b418ceb271af18d3137df67" @@ -3230,16 +3263,16 @@ acorn-walk@^6.0.1: resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-6.1.1.tgz#d363b66f5fac5f018ff9c3a1e7b6f8e310cc3913" integrity sha512-OtUw6JUTgxA2QoqqmrmQ7F2NYqiBPi/L2jqHyFtllhOUvXYQXf0Z1CYUinIfyT4bTCGmrA7gX9FvHA81uzCoVw== +acorn@6.1.1, acorn@^6.0.1, acorn@^6.0.2, acorn@^6.0.4, acorn@^6.0.5, acorn@^6.0.7: + version "6.1.1" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.1.1.tgz#7d25ae05bb8ad1f9b699108e1094ecd7884adc1f" + integrity sha512-jPTiwtOxaHNaAPg/dmrJ/beuzLRnXtB0kQPQ8JpotKJgTB6rX6c8mlf315941pyjBSaPg8NHXS9fhP4u17DpGA== + acorn@^5.0.0, acorn@^5.5.3, acorn@^5.6.2: version "5.7.3" resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279" integrity sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw== -acorn@^6.0.1, acorn@^6.0.2, acorn@^6.0.4, acorn@^6.0.5, acorn@^6.0.7: - version "6.1.1" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.1.1.tgz#7d25ae05bb8ad1f9b699108e1094ecd7884adc1f" - integrity sha512-jPTiwtOxaHNaAPg/dmrJ/beuzLRnXtB0kQPQ8JpotKJgTB6rX6c8mlf315941pyjBSaPg8NHXS9fhP4u17DpGA== - address@1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/address/-/address-1.0.3.tgz#b5f50631f8d6cec8bd20c963963afb55e06cbce9" @@ -3328,6 +3361,16 @@ ajv@^5.2.3: fast-json-stable-stringify "^2.0.0" json-schema-traverse "^0.3.0" +ajv@^6.7.0: + version "6.10.2" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.2.tgz#d3cea04d6b017b2894ad69040fec8b623eb4bd52" + integrity sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw== + dependencies: + fast-deep-equal "^2.0.1" + fast-json-stable-stringify "^2.0.0" + json-schema-traverse "^0.4.1" + uri-js "^4.2.2" + alphanum-sort@^1.0.1, alphanum-sort@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3" @@ -3364,16 +3407,16 @@ ansi-colors@^3.0.0: resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.4.tgz#e3a3da4bfbae6c86a9c285625de124a234026fbf" integrity sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA== +ansi-escapes@3.2.0, ansi-escapes@^3.0.0, ansi-escapes@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b" + integrity sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ== + ansi-escapes@^1.1.0: version "1.4.0" resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-1.4.0.tgz#d3a8a83b319aa67793662b13e761c7911422306e" integrity sha1-06ioOzGapneTZisT52HHkRQiMG4= -ansi-escapes@^3.0.0, ansi-escapes@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b" - integrity sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ== - ansi-escapes@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.1.0.tgz#62a9e5fa78e99c5bb588b1796855f5d729231b53" @@ -3443,30 +3486,35 @@ anymatch@^2.0.0: micromatch "^3.1.4" normalize-path "^2.1.1" -app-builder-bin@2.5.1: - version "2.5.1" - resolved "https://registry.yarnpkg.com/app-builder-bin/-/app-builder-bin-2.5.1.tgz#a5bcff31e4572d8a179bd88a1335bad8e5d62d81" - integrity sha512-Hm+eyyfQCs5N5avLAw3w9Cf1S5TX/t6ecAfHusbzCDh/rLKLKYso2vwDWH4OQZ8uWLnuJwaAUDf3PstRcn0H+A== +app-builder-bin@2.6.0: + version "2.6.0" + resolved "https://registry.yarnpkg.com/app-builder-bin/-/app-builder-bin-2.6.0.tgz#b4e5d5ee5bcf264818ab9830b95338f9f419de5d" + integrity sha512-7HphDMS2U9MwAA6R7lSU6MASFR/D+VJDb5hQ4Fn2coOMyaRn71QDWPdG0TPnDr88F2I7bsTuHYud28S/yN2lZw== + +app-builder-bin@2.6.3: + version "2.6.3" + resolved "https://registry.yarnpkg.com/app-builder-bin/-/app-builder-bin-2.6.3.tgz#428557e8fd517ef6272b3d85593ebb288c2aed90" + integrity sha512-JL8C41e6yGIchFsHP/q15aGNedAaUakLhkV6ER0Yxafx08sRnlDnlkAkEIKjX7edg/4i7swpGa6CBv1zX9GgCA== -app-builder-lib@20.36.2, app-builder-lib@~20.36.0: - version "20.36.2" - resolved "https://registry.yarnpkg.com/app-builder-lib/-/app-builder-lib-20.36.2.tgz#9bc2fb3191eb81afe9af2bc35e9384d3bf7b6f01" - integrity sha512-5FxLnWI13t0LLmh2QjmPx3KW/xhj67su7UxdCzQgULsUmYurdPx8yAOb9YxoX+RpR08inqt+H3GBOJlqSSrVgg== +app-builder-lib@20.38.3: + version "20.38.3" + resolved "https://registry.yarnpkg.com/app-builder-lib/-/app-builder-lib-20.38.3.tgz#3998cbe07cad6eb45918eba43aa6313bf6cc15c2" + integrity sha512-xZTzWgH2pDUfic9KAv17julgp4/HVD451AzYdyFcwGTrDvLjoZee2Ua6/Els88GKbH3QIkpntJEn5gCwdc4O9A== dependencies: "7zip-bin" "~4.1.0" - app-builder-bin "2.5.1" + app-builder-bin "2.6.0" async-exit-hook "^2.0.1" bluebird-lst "^1.0.6" - builder-util "9.3.0" - builder-util-runtime "8.0.2" + builder-util "9.6.0" + builder-util-runtime "8.1.0" chromium-pickle-js "^0.2.0" debug "^4.1.0" ejs "^2.6.1" electron-osx-sign "0.4.11" - electron-publish "20.36.0" + electron-publish "20.38.3" fs-extra-p "^7.0.0" hosted-git-info "^2.7.1" - is-ci "^1.2.1" + is-ci "^2.0.0" isbinaryfile "^3.0.3" js-yaml "^3.12.0" lazy-val "^1.0.3" @@ -3476,7 +3524,37 @@ app-builder-lib@20.36.2, app-builder-lib@~20.36.0: read-config-file "3.2.0" sanitize-filename "^1.6.1" semver "^5.6.0" - temp-file "^3.2.0" + temp-file "^3.3.2" + +app-builder-lib@~20.38.3: + version "20.38.5" + resolved "https://registry.yarnpkg.com/app-builder-lib/-/app-builder-lib-20.38.5.tgz#bdfbbc35e10571c6cf1f62daae95991d27686a03" + integrity sha512-vVgM9d9twwlhr+8vNAJOAD9dyVBRk7reuVa1BE1OmvaHb1M+fS8KpvcDKVdBqX9KDHy7zSc57mnIcHgax4/XMA== + dependencies: + "7zip-bin" "~4.1.0" + app-builder-bin "2.6.3" + async-exit-hook "^2.0.1" + bluebird-lst "^1.0.6" + builder-util "9.6.2" + builder-util-runtime "8.1.1" + chromium-pickle-js "^0.2.0" + debug "^4.1.1" + ejs "^2.6.1" + electron-osx-sign "0.4.11" + electron-publish "20.38.5" + fs-extra-p "^7.0.0" + hosted-git-info "^2.7.1" + is-ci "^2.0.0" + isbinaryfile "^4.0.0" + js-yaml "^3.12.1" + lazy-val "^1.0.3" + minimatch "^3.0.4" + normalize-package-data "^2.4.0" + plist "^3.0.1" + read-config-file "3.2.1" + sanitize-filename "^1.6.1" + semver "^5.6.0" + temp-file "^3.3.2" app-root-dir@^1.0.2: version "1.0.2" @@ -5549,35 +5627,53 @@ bufferview@~1: resolved "https://registry.yarnpkg.com/bufferview/-/bufferview-1.0.1.tgz#7afd74a45f937fa422a1d338c08bbfdc76cd725d" integrity sha1-ev10pF+Tf6QiodM4wIu/3HbNcl0= -builder-util-runtime@8.0.2, builder-util-runtime@~8.0.2: - version "8.0.2" - resolved "https://registry.yarnpkg.com/builder-util-runtime/-/builder-util-runtime-8.0.2.tgz#9d638a266ca3aa25ced1cff4df74c8fd97dd78cf" - integrity sha512-46AjyMQ1/yBvGnXWmqNGlg8te7jCPCs7TJ0zDC2+4vV/t5iZp2dR1H9UfVpcBxlvBq3dlAOmwb9fz1d9xZN1+Q== +builder-util-runtime@8.1.0: + version "8.1.0" + resolved "https://registry.yarnpkg.com/builder-util-runtime/-/builder-util-runtime-8.1.0.tgz#dd7fca995d48ceee7580b4851ca057566c94601e" + integrity sha512-s1mlJ28mv+56Iebh6c9aXjVe11O3Z0cDTwAGeB0PCcUzHA37fDxGgS8ZGoYNMZP+rBHj21d/od1wuYofTVLaQg== dependencies: bluebird-lst "^1.0.6" debug "^4.1.0" fs-extra-p "^7.0.0" sax "^1.2.4" -builder-util-runtime@^8.0.1: - version "8.2.0" - resolved "https://registry.yarnpkg.com/builder-util-runtime/-/builder-util-runtime-8.2.0.tgz#e64c311b4f3643c8ccd8b8e5ba5bfb10801a6826" - integrity sha512-2Q3YrxANTrDs2NjSG5mbNGLPuUhPnSNYF9w5i4jWfHcNfQ3TgRrGXq4UfnkCiZVX8Axp4eAOSscaLLScKp/XLg== +builder-util-runtime@8.1.1: + version "8.1.1" + resolved "https://registry.yarnpkg.com/builder-util-runtime/-/builder-util-runtime-8.1.1.tgz#f2f6fc43e33d26892bd491667fc746ad69bccc50" + integrity sha512-+ieS4PMB33vVE2S3ZNWBEQJ1zKmAs/agrBdh7XadE1lKLjrH4aXYuOh9OOGdxqIRldhlhNBaF+yKMMEFOdNVig== dependencies: - bluebird-lst "^1.0.7" + bluebird-lst "^1.0.6" debug "^4.1.1" - fs-extra-p "^7.0.1" + fs-extra-p "^7.0.0" sax "^1.2.4" -builder-util@9.3.0, builder-util@~9.3.0: - version "9.3.0" - resolved "https://registry.yarnpkg.com/builder-util/-/builder-util-9.3.0.tgz#1c94c3bd1c9095840d46a59cdf9514852a47ce8a" - integrity sha512-K+kj5vWj4Mk3jOm6kVT9ZwNcECLHe449vdMxYuZpCnn7CSxRm+TeZm9P9ZFCQUID5Hww/Sy4NMFo+VVJh6+Ptw== +builder-util-runtime@^8.0.2, builder-util-runtime@^8.1.0, builder-util-runtime@^8.1.1: + version "8.3.0" + resolved "https://registry.yarnpkg.com/builder-util-runtime/-/builder-util-runtime-8.3.0.tgz#f5fac9139af6facf42a21fbe4d3aebed88fda33e" + integrity sha512-CSOdsYqf4RXIHh1HANPbrZHlZ9JQJXSuDDloblZPcWQVN62inyYoTQuSmY3KrgefME2Sv3Kn2MxHvbGQHRf8Iw== + dependencies: + debug "^4.1.1" + sax "^1.2.4" + +builder-util-runtime@~8.0.2: + version "8.0.2" + resolved "https://registry.yarnpkg.com/builder-util-runtime/-/builder-util-runtime-8.0.2.tgz#9d638a266ca3aa25ced1cff4df74c8fd97dd78cf" + integrity sha512-46AjyMQ1/yBvGnXWmqNGlg8te7jCPCs7TJ0zDC2+4vV/t5iZp2dR1H9UfVpcBxlvBq3dlAOmwb9fz1d9xZN1+Q== + dependencies: + bluebird-lst "^1.0.6" + debug "^4.1.0" + fs-extra-p "^7.0.0" + sax "^1.2.4" + +builder-util@9.6.0: + version "9.6.0" + resolved "https://registry.yarnpkg.com/builder-util/-/builder-util-9.6.0.tgz#ffcc0f713d0f4dfa6bcda2aee83b8fcb1f16f5b6" + integrity sha512-6T4E3aNVndTZ2oCt+22S0wxt47d094MxrADi6S012QumXlDNfSsyu1ffbGN9w0HG+4aubpLzf9apKgMP1yl4Kw== dependencies: "7zip-bin" "~4.1.0" - app-builder-bin "2.5.1" + app-builder-bin "2.6.0" bluebird-lst "^1.0.6" - builder-util-runtime "^8.0.1" + builder-util-runtime "^8.0.2" chalk "^2.4.1" debug "^4.1.0" fs-extra-p "^7.0.0" @@ -5585,7 +5681,25 @@ builder-util@9.3.0, builder-util@~9.3.0: js-yaml "^3.12.0" source-map-support "^0.5.9" stat-mode "^0.2.2" - temp-file "^3.2.0" + temp-file "^3.3.2" + +builder-util@9.6.2, builder-util@~9.6.0, builder-util@~9.6.2: + version "9.6.2" + resolved "https://registry.yarnpkg.com/builder-util/-/builder-util-9.6.2.tgz#3366aefea1b5ce292840be727a094e96fa25802f" + integrity sha512-cWl/0/Q851lesMmXp1IjreeAX1QAWA9e+iU2IT61oh+CvMYJnDwao2m9ZCHammdw2zllrwWu4fOC3gvsb/yOCw== + dependencies: + "7zip-bin" "~4.1.0" + app-builder-bin "2.6.3" + bluebird-lst "^1.0.6" + builder-util-runtime "^8.1.1" + chalk "^2.4.2" + debug "^4.1.1" + fs-extra-p "^7.0.0" + is-ci "^2.0.0" + js-yaml "^3.12.1" + source-map-support "^0.5.10" + stat-mode "^0.2.2" + temp-file "^3.3.2" builtin-modules@^1.1.1: version "1.1.1" @@ -7717,14 +7831,14 @@ discontinuous-range@1.0.0: resolved "https://registry.yarnpkg.com/discontinuous-range/-/discontinuous-range-1.0.0.tgz#e38331f0844bba49b9a9cb71c771585aab1bc65a" integrity sha1-44Mx8IRLukm5qctxx3FYWqsbxlo= -dmg-builder@6.4.0: - version "6.4.0" - resolved "https://registry.yarnpkg.com/dmg-builder/-/dmg-builder-6.4.0.tgz#a95a9cb951d8535acc14bde7b1cd3412ccf43c34" - integrity sha512-q84fMrMm9mXh2qH0Sb3+o0gCvfeJRBI+46y+CpQystqgRyB+3bZB11WqCf5d8+qsENhzpi786jR82xbHG1Vvag== +dmg-builder@6.5.3: + version "6.5.3" + resolved "https://registry.yarnpkg.com/dmg-builder/-/dmg-builder-6.5.3.tgz#95afe3deab33fd874f68d299bc71b481e94f5312" + integrity sha512-ZNl4GFBg6rdFplnuoK56iftxh/qgM7rXJUxgl21eK4WsjxgQwtQ0REZo+pDSL4OzVeyOO8MMNWSNQcCsBLiDyA== dependencies: - app-builder-lib "~20.36.0" + app-builder-lib "~20.38.3" bluebird-lst "^1.0.6" - builder-util "~9.3.0" + builder-util "~9.6.0" fs-extra-p "^7.0.0" iconv-lite "^0.4.24" js-yaml "^3.12.0" @@ -7899,6 +8013,17 @@ dotenv@^6.0.0, dotenv@^6.1.0, dotenv@^6.2.0: resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-6.2.0.tgz#941c0410535d942c8becf28d3f357dbd9d476064" integrity sha512-HygQCKUBSFl8wKQZBSemMywRWcEDNidvNbjGVyZu3nbZ8qq9ubiPoGLMdRDpfSrpkkm9BXYFkpKxxFX38o/76w== +dotnet-deps-parser@4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/dotnet-deps-parser/-/dotnet-deps-parser-4.5.0.tgz#53ef53a058dec156fcdf9008b880ecc9675ddde0" + integrity sha512-t6rBxcWVZSDNhhWdsbq9ozaCzfPXV79FiyES1JLNEoA7nYF+zDC2VZvFZSnH8ilU3bghJXxZPH+EcKYvfw8g/g== + dependencies: + "@types/xml2js" "0.4.3" + lodash "^4.17.11" + source-map-support "^0.5.7" + tslib "^1.9.3" + xml2js "0.4.19" + drbg.js@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/drbg.js/-/drbg.js-1.0.1.tgz#3e36b6c42b37043823cdbc332d58f31e2445480b" @@ -8016,24 +8141,24 @@ ejs@~2.5.6: resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.5.9.tgz#7ba254582a560d267437109a68354112475b0ce5" integrity sha512-GJCAeDBKfREgkBtgrYSf9hQy9kTb3helv0zGdzqhM7iAkW8FA/ZF97VQDbwFiwIT8MQLLOe5VlPZOEvZAqtUAQ== -electron-builder@20.36.2: - version "20.36.2" - resolved "https://registry.yarnpkg.com/electron-builder/-/electron-builder-20.36.2.tgz#9fefef8c5f08ced5c2085d8331c2ad3c545daef8" - integrity sha512-xPJNt3ZBn5IYlp3pCP0Rvi00JYAKdTeOSLWFrkST1xqWfRZxXrI4uisVD9HQjzRN8hBHhTgTfXtb9uhWPha9eA== +electron-builder@20.38.3: + version "20.38.3" + resolved "https://registry.yarnpkg.com/electron-builder/-/electron-builder-20.38.3.tgz#32eaa08575b5036e4dafc78adef25ff5a7370004" + integrity sha512-KVM90FtSmryi6JT+YEOTJPsB34ZPdrJn2X18Rt8uatSQPj4vVCSwT834cyvF79idRea8yRVoMcm69XtH9VNPjg== dependencies: - app-builder-lib "20.36.2" + app-builder-lib "20.38.3" bluebird-lst "^1.0.6" - builder-util "9.3.0" - builder-util-runtime "8.0.2" + builder-util "9.6.0" + builder-util-runtime "8.1.0" chalk "^2.4.1" - dmg-builder "6.4.0" + dmg-builder "6.5.3" fs-extra-p "^7.0.0" - is-ci "^1.2.1" + is-ci "^2.0.0" lazy-val "^1.0.3" read-config-file "3.2.0" sanitize-filename "^1.6.1" update-notifier "^2.5.0" - yargs "^12.0.2" + yargs "^12.0.5" electron-chromedriver@6.0.0-beta.3: version "6.0.0-beta.3" @@ -8122,9 +8247,9 @@ electron-osx-sign@0.4.11: minimist "^1.2.0" plist "^3.0.1" -"electron-pdf-window@https://github.com/SelfKeyFoundation/electron-pdf-window.git#15ef0b0": +"electron-pdf-window@https://github.com/SelfKeyFoundation/electron-pdf-window.git#289c1aeb35e9e1da30ab8eabe52428dc87cc1220": version "1.0.13" - resolved "https://github.com/SelfKeyFoundation/electron-pdf-window.git#15ef0b0e718cd98d69df53c3bdacab9c7f5cc847" + resolved "https://github.com/SelfKeyFoundation/electron-pdf-window.git#289c1aeb35e9e1da30ab8eabe52428dc87cc1220" dependencies: deep-extend "^0.6.0" file-type "^10.9.0" @@ -8132,18 +8257,31 @@ electron-osx-sign@0.4.11: is-electron-renderer "^2.0.1" read-chunk "^3.1.0" -electron-publish@20.36.0: - version "20.36.0" - resolved "https://registry.yarnpkg.com/electron-publish/-/electron-publish-20.36.0.tgz#419fe994938af2b158ac4677f72839ad229e05e8" - integrity sha512-LjJ4KoApSLtKyGWotv0B+PoTzpLEdHHXzDF9HLxatPlfoZCmrOexqm7Qiv1ODuYWPac7Zpf2OHitJp8WIOcZRQ== +electron-publish@20.38.3: + version "20.38.3" + resolved "https://registry.yarnpkg.com/electron-publish/-/electron-publish-20.38.3.tgz#7c162904f728ba2bbf2640bc3620b65ce1061ce3" + integrity sha512-Qomq253NT5DfjUZgFSx6p+gheU5YhM6zZ67fTtBZvwyk0v8HwxNXfa8fZT7h+1c3BwEmjusTbmjZRNW/XZBXFA== dependencies: bluebird-lst "^1.0.6" - builder-util "~9.3.0" - builder-util-runtime "^8.0.1" + builder-util "~9.6.0" + builder-util-runtime "^8.1.0" chalk "^2.4.1" fs-extra-p "^7.0.0" lazy-val "^1.0.3" - mime "^2.3.1" + mime "^2.4.0" + +electron-publish@20.38.5: + version "20.38.5" + resolved "https://registry.yarnpkg.com/electron-publish/-/electron-publish-20.38.5.tgz#c6ed7ea12bc80796b1f36489995f4651f730b1df" + integrity sha512-EhdPm6t0nKDfa0r3KjV1kSFcz03VrzgJRv7v5nHkkpQZB6OSmDNlHq7k66NBwQhPK3i4CK+uvehljZAP28vbCA== + dependencies: + bluebird-lst "^1.0.6" + builder-util "~9.6.2" + builder-util-runtime "^8.1.1" + chalk "^2.4.2" + fs-extra-p "^7.0.0" + lazy-val "^1.0.3" + mime "^2.4.0" electron-redux@1.3.1: version "1.3.1" @@ -10044,6 +10182,15 @@ fs-extra@^4.0.1: jsonfile "^4.0.0" universalify "^0.1.0" +fs-extra@^8.1.0: + version "8.1.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0" + integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g== + dependencies: + graceful-fs "^4.2.0" + jsonfile "^4.0.0" + universalify "^0.1.0" + fs-minipass@^1.2.5: version "1.2.5" resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.5.tgz#06c277218454ec288df77ada54a03b8702aacb9d" @@ -10582,7 +10729,7 @@ got@^9.6.0: to-readable-stream "^1.0.0" url-parse-lax "^3.0.0" -graceful-fs@^4.0.0: +graceful-fs@^4.0.0, graceful-fs@^4.2.0: version "4.2.2" resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.2.tgz#6f0952605d0140c1cfdb138ed005775b92d67b02" integrity sha512-IItsdsea19BoLC7ELy13q1iJFNmd7ofZH5+X/pJr90/nRoPEX0DJo1dHDbgtYWOhJhcCgMDTOw84RZ72q6lB+Q== @@ -12077,6 +12224,11 @@ isbinaryfile@^3.0.2, isbinaryfile@^3.0.3: dependencies: buffer-alloc "^1.2.0" +isbinaryfile@^4.0.0: + version "4.0.2" + resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-4.0.2.tgz#bfc45642da645681c610cca831022e30af426488" + integrity sha512-C3FSxJdNrEr2F4z6uFtNzECDM5hXk+46fxaa+cwBe5/XrWSmzdG8DDgyjfX6/NRdBB21q2JXuRAzPCUs+fclnQ== + isexe@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" @@ -14023,17 +14175,17 @@ lodash.uniq@^4.5.0: resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= -lodash@4.17.11, "lodash@4.6.1 || ^4.16.1", lodash@^4.0.0, lodash@^4.15.0, lodash@^4.16.4, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.5.1, lodash@^4.7.0, lodash@^4.8.0, lodash@~4.17.10: +lodash@4.17.11: version "4.17.11" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d" integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg== -lodash@4.17.12: - version "4.17.12" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.12.tgz#a712c74fdc31f7ecb20fe44f157d802d208097ef" - integrity sha512-+CiwtLnsJhX03p20mwXuvhoebatoh5B3tt+VvYlrPgZC1g36y+RRbkufX95Xa+X4I59aWEacDFYwnJZiyBh9gA== +lodash@4.17.13: + version "4.17.13" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.13.tgz#0bdc3a6adc873d2f4e0c4bac285df91b64fc7b93" + integrity sha512-vm3/XWXfWtRua0FkUyEHBZy8kCPjErNBT9fJx8Zvs+U6zjqPbTUOpkaoum3O5uiA8sm+yNMHXfYkTUHFoMxFNA== -lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.7.14: +"lodash@4.6.1 || ^4.16.1", lodash@^4.0.0, lodash@^4.15.0, lodash@^4.16.4, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.5.1, lodash@^4.7.0, lodash@^4.7.14, lodash@^4.8.0, lodash@~4.17.10: version "4.17.15" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== @@ -17512,6 +17664,11 @@ react-onclickoutside@^6.5.0: resolved "https://registry.yarnpkg.com/react-onclickoutside/-/react-onclickoutside-6.8.0.tgz#9f91b5b3ed59f4d9e43fd71620dc200773a4d569" integrity sha512-5Q4Rn7QLEoh7WIe66KFvYIpWJ49GeHoygP1/EtJyZjXKgrWH19Tf0Ty3lWyQzrEEDyLOwUvvmBFSE3dcDdvagA== +react-orgchart@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/react-orgchart/-/react-orgchart-1.0.5.tgz#49da6714ed12926315c79744cd7f8bed18f1e915" + integrity sha1-SdpnFO0SkmMVx5dEzX+L7Rjx6RU= + react-piwik@1.6.0: version "1.6.0" resolved "https://registry.yarnpkg.com/react-piwik/-/react-piwik-1.6.0.tgz#3b9eee55167d953824867791cd5288593d652d66" @@ -17690,6 +17847,21 @@ read-config-file@3.2.0: json5 "^2.1.0" lazy-val "^1.0.3" +read-config-file@3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/read-config-file/-/read-config-file-3.2.1.tgz#112dc8636121fa71fd524e1a8a5b4470ef7a2732" + integrity sha512-yW4hZZXdNN+Paij5JVAiTv1lUsAN5QRBU5NqotQqwYdVkUczSmDzm66VLu0eojiZt2zFeYptTFDAYlalDGuHdA== + dependencies: + ajv "^6.7.0" + ajv-keywords "^3.2.0" + bluebird-lst "^1.0.6" + dotenv "^6.2.0" + dotenv-expand "^4.2.0" + fs-extra-p "^7.0.0" + js-yaml "^3.12.1" + json5 "^2.1.0" + lazy-val "^1.0.3" + read-config-file@^3.2.0: version "3.2.2" resolved "https://registry.yarnpkg.com/read-config-file/-/read-config-file-3.2.2.tgz#57bbff7dd97caf237d0d625bd541c6d0efb4d067" @@ -18852,9 +19024,9 @@ select@^1.1.2: react-truncate "2.4.0" reset-jss "1.0.0" -"selfkey-ui@https://github.com/SelfKeyFoundation/selfkey-ui.git#c5cfa0773a30dbdae0f676d4c52e90b50009d840": +"selfkey-ui@https://github.com/SelfKeyFoundation/selfkey-ui.git#fee59787132eafe315352b9d21e95cc7b448a422": version "1.0.0" - resolved "https://github.com/SelfKeyFoundation/selfkey-ui.git#c5cfa0773a30dbdae0f676d4c52e90b50009d840" + resolved "https://github.com/SelfKeyFoundation/selfkey-ui.git#fee59787132eafe315352b9d21e95cc7b448a422" dependencies: "@material-ui/core" "3.9.2" "@material-ui/icons" "3.0.2" @@ -18881,6 +19053,7 @@ select@^1.1.2: react-jss "8.6.1" react-truncate "2.4.0" reset-jss "1.0.0" + snyk "^1.193.2" selfkey.js@1.0.24: version "1.0.24" @@ -19411,6 +19584,19 @@ snyk-nuget-plugin@1.11.3: tslib "^1.9.3" xml2js "^0.4.17" +snyk-nuget-plugin@1.12.0: + version "1.12.0" + resolved "https://registry.yarnpkg.com/snyk-nuget-plugin/-/snyk-nuget-plugin-1.12.0.tgz#de851a7cba80a5676257ca03c1c84020ae9aca8c" + integrity sha512-p11pQQAFr9GBRxxqD3oPasRpYkv6N/eDDQwdjhFBOsgPF+hZf8pIr8ZfrnnCT7XaQ0XeF7Fmj9K0blqEjUV2/g== + dependencies: + debug "^3.1.0" + dotnet-deps-parser "4.5.0" + jszip "^3.1.5" + lodash "^4.17.14" + snyk-paket-parser "1.5.0" + tslib "^1.9.3" + xml2js "^0.4.17" + snyk-paket-parser@1.5.0: version "1.5.0" resolved "https://registry.yarnpkg.com/snyk-paket-parser/-/snyk-paket-parser-1.5.0.tgz#a0e96888d9d304b1ae6203a0369971575f099548" @@ -19555,6 +19741,54 @@ snyk@1.216.0: update-notifier "^2.5.0" uuid "^3.3.2" +snyk@^1.193.2: + version "1.217.3" + resolved "https://registry.yarnpkg.com/snyk/-/snyk-1.217.3.tgz#9a363986e3c5c9fb8769e744159c9e416a794595" + integrity sha512-VVTIEuKqw6O5Cj/ypps3TC/MShc2cM5P6ilMhf5xg6IETMvAFt04svNiE84oMWRedPPTVKhDBhTAOaAWx2qCAA== + dependencies: + "@snyk/dep-graph" "1.12.0" + "@snyk/gemfile" "1.2.0" + "@types/agent-base" "^4.2.0" + "@types/restify" "^4.3.6" + abbrev "^1.1.1" + ansi-escapes "3.2.0" + chalk "^2.4.2" + configstore "^3.1.2" + debug "^3.1.0" + diff "^4.0.1" + git-url-parse "11.1.2" + glob "^7.1.3" + inquirer "^6.2.2" + lodash "^4.17.14" + needle "^2.2.4" + opn "^5.5.0" + os-name "^3.0.0" + proxy-agent "^3.1.0" + proxy-from-env "^1.0.0" + semver "^6.0.0" + snyk-config "^2.2.1" + snyk-docker-plugin "1.29.1" + snyk-go-plugin "1.11.0" + snyk-gradle-plugin "^3.0.2" + snyk-module "1.9.1" + snyk-mvn-plugin "2.4.0" + snyk-nodejs-lockfile-parser "1.16.0" + snyk-nuget-plugin "1.12.0" + snyk-php-plugin "1.6.4" + snyk-policy "1.13.5" + snyk-python-plugin "^1.13.0" + snyk-resolve "1.0.1" + snyk-resolve-deps "4.3.0" + snyk-sbt-plugin "2.6.1" + snyk-tree "^1.0.0" + snyk-try-require "1.3.1" + source-map-support "^0.5.11" + strip-ansi "^5.2.0" + tempfile "^2.0.0" + then-fs "^2.0.0" + update-notifier "^2.5.0" + uuid "^3.3.2" + socket.io-client@2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/socket.io-client/-/socket.io-client-2.2.0.tgz#84e73ee3c43d5020ccc1a258faeeb9aec2723af7" @@ -19672,6 +19906,14 @@ source-map-support@^0.4.15: dependencies: source-map "^0.5.6" +source-map-support@^0.5.10: + version "0.5.13" + resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.13.tgz#31b24a9c2e73c2de85066c0feb7d44767ed52932" + integrity sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w== + dependencies: + buffer-from "^1.0.0" + source-map "^0.6.0" + source-map-support@^0.5.6, source-map-support@^0.5.7, source-map-support@^0.5.9, source-map-support@~0.5.10: version "0.5.11" resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.11.tgz#efac2ce0800355d026326a0ca23e162aeac9a4e2" @@ -20450,14 +20692,13 @@ temp-dir@^1.0.0: resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-1.0.0.tgz#0a7c0ea26d3a39afa7e0ebea9c1fc0bc4daa011d" integrity sha1-CnwOom06Oa+n4OvqnB/AvE2qAR0= -temp-file@^3.2.0: - version "3.3.2" - resolved "https://registry.yarnpkg.com/temp-file/-/temp-file-3.3.2.tgz#69b6daf1bbe23231d0a5d03844e3d96f3f531aaa" - integrity sha512-FGKccAW0Mux9hC/2bdUIe4bJRv4OyVo4RpVcuplFird1V/YoplIFbnPZjfzbJSf/qNvRZIRB9/4n/RkI0GziuQ== +temp-file@^3.3.2: + version "3.3.4" + resolved "https://registry.yarnpkg.com/temp-file/-/temp-file-3.3.4.tgz#73af868cd7cb7400a44e4bb03e653b2280ce2878" + integrity sha512-qSZ5W5q54iyGnP8cNl49RE0jTJc5CrzNocux5APD5yIxcgonoMuMSbsZfaZy8rTGCYo0Xz6ySVv3adagZ8gffg== dependencies: async-exit-hook "^2.0.1" - bluebird-lst "^1.0.6" - fs-extra-p "^7.0.0" + fs-extra "^8.1.0" tempfile@^2.0.0: version "2.0.0" @@ -22362,7 +22603,7 @@ xml-name-validator@^3.0.0: resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a" integrity sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw== -xml2js@^0.4.17: +xml2js@0.4.19, xml2js@^0.4.17: version "0.4.19" resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.4.19.tgz#686c20f213209e94abf0d1bcf1efaa291c7827a7" integrity sha512-esZnJZJOiJR9wWKMyuvSE1y6Dq5LCuJanqhxslH2bxM6duahNZ+HMpCLhBQGZkbX6xRf8x1Y2eJlgt2q3qo49Q==