{
    "abacusReferenceVatRates": {
        "items": [
            {
                "referenceVatRateId": "1",
                "countryOfTaxPolicy": "GBR",
                "countryOfTaxResidence": "GBR",
                "transactionType": null,
                "taxRate": "20.00",
                "vatType": "supplier",
                "effectiveDate": "2002-05-10",
                "isSbaSigned": true,
                "isTaxApplicable": true,
                "isVatRegisteredInCountryOfTaxPolicy": true,
                "__typename": "AbacusReferenceVatRate"
            },
            {
                "referenceVatRateId": "6",
                "countryOfTaxPolicy": "GBR",
                "countryOfTaxResidence": null,
                "transactionType": "SP,RF",
                "taxRate": null,
                "vatType": "client",
                "effectiveDate": "2002-05-10",
                "isSbaSigned": null,
                "isTaxApplicable": null,
                "isVatRegisteredInCountryOfTaxPolicy": true,
                "__typename": "AbacusReferenceVatRate"
            }
        ],
        "totalCount": 2,
        "__typename": "AbacusReferenceVatRatesList"
    }
}
