UNPKG

washington-state-sales-tax

Version:

This is a very simple library to calculate sales tax rates for Washington State, in the United States. It doesn't do anything else.

1,611 lines (1,610 loc) 783 kB
/** * WA sales tax rates Jan 1 2020 - Jan 01 2022 * * These rates must be updated each quarter. Pull Requests appreciated :) * * INSTRUCTIONS FOR UPDATING: * * 1. Download updated Location codes and rates tables: https://dor.wa.gov/taxes-rates/sales-and-use-tax-rates/downloadable-database * 2. Convert to CSV (Excel, Numbers, libreOffice, others) * 3. Find -> Replace ` (City)` with `` (in a text editor) * 4. Convert CSV to Keyed JSON: http://www.convertcsv.com/csv-to-json.htm * New Header Row one: location,locationCode,stateTaxRate,localTaxRate,rta,totalTaxRate,effectiveDate,expirationDate * * Assumed Column names: county, locationCode, localTaxRate, stateTaxRate, totalTaxRate * * ARRAY OF ITEMS MUST BE SORTED BY EXPIRES, ASCENDING - THE FIRST ITEM WHICH HAS NOT EXPIRED WILL BE USED. */ module.exports = [ { "expires": "2024-01-01T07:00:00.000Z", "ADAMS COUNTY": { "locationCode": 100, "stateTaxRate": 0.065, "localTaxRate": 0.015, "rta": 0, "totalTaxRate": 0.08, "effectiveDate": "20231001", "expirationDate": "20231231" }, "HATTON": { "locationCode": 101, "stateTaxRate": 0.065, "localTaxRate": 0.015, "rta": 0, "totalTaxRate": 0.08, "effectiveDate": "20231001", "expirationDate": "20231231" }, "LIND": { "locationCode": 102, "stateTaxRate": 0.065, "localTaxRate": 0.015, "rta": 0, "totalTaxRate": 0.08, "effectiveDate": "20231001", "expirationDate": "20231231" }, "OTHELLO": { "locationCode": 103, "stateTaxRate": 0.065, "localTaxRate": 0.017, "rta": 0, "totalTaxRate": 0.082, "effectiveDate": "20231001", "expirationDate": "20231231" }, "RITZVILLE": { "locationCode": 104, "stateTaxRate": 0.065, "localTaxRate": 0.015, "rta": 0, "totalTaxRate": 0.08, "effectiveDate": "20231001", "expirationDate": "20231231" }, "WASHTUCNA": { "locationCode": 105, "stateTaxRate": 0.065, "localTaxRate": 0.015, "rta": 0, "totalTaxRate": 0.08, "effectiveDate": "20231001", "expirationDate": "20231231" }, "ASOTIN COUNTY": { "locationCode": 200, "stateTaxRate": 0.065, "localTaxRate": 0.015, "rta": 0, "totalTaxRate": 0.08, "effectiveDate": "20231001", "expirationDate": "20231231" }, "ASOTIN": { "locationCode": 201, "stateTaxRate": 0.065, "localTaxRate": 0.015, "rta": 0, "totalTaxRate": 0.08, "effectiveDate": "20231001", "expirationDate": "20231231" }, "CLARKSTON": { "locationCode": 202, "stateTaxRate": 0.065, "localTaxRate": 0.017, "rta": 0, "totalTaxRate": 0.082, "effectiveDate": "20231001", "expirationDate": "20231231" }, "BENTON COUNTY": { "locationCode": 300, "stateTaxRate": 0.065, "localTaxRate": 0.016, "rta": 0, "totalTaxRate": 0.081, "effectiveDate": "20231001", "expirationDate": "20231231" }, "BENTON": { "locationCode": 301, "stateTaxRate": 0.065, "localTaxRate": 0.022, "rta": 0, "totalTaxRate": 0.087, "effectiveDate": "20231001", "expirationDate": "20231231" }, "KENNEWICK": { "locationCode": 302, "stateTaxRate": 0.065, "localTaxRate": 0.022, "rta": 0, "totalTaxRate": 0.087, "effectiveDate": "20231001", "expirationDate": "20231231" }, "PROSSER": { "locationCode": 303, "stateTaxRate": 0.065, "localTaxRate": 0.022, "rta": 0, "totalTaxRate": 0.087, "effectiveDate": "20231001", "expirationDate": "20231231" }, "RICHLAND": { "locationCode": 304, "stateTaxRate": 0.065, "localTaxRate": 0.022, "rta": 0, "totalTaxRate": 0.087, "effectiveDate": "20231001", "expirationDate": "20231231" }, "WEST RICHLAND": { "locationCode": 305, "stateTaxRate": 0.065, "localTaxRate": 0.022, "rta": 0, "totalTaxRate": 0.087, "effectiveDate": "20231001", "expirationDate": "20231231" }, "BENTON-PTBA": { "locationCode": 333, "stateTaxRate": 0.065, "localTaxRate": 0.022, "rta": 0, "totalTaxRate": 0.087, "effectiveDate": "20231001", "expirationDate": "20231231" }, "CHELAN COUNTY": { "locationCode": 400, "stateTaxRate": 0.065, "localTaxRate": 0.018, "rta": 0, "totalTaxRate": 0.083, "effectiveDate": "20231001", "expirationDate": "20231231" }, "CASHMERE": { "locationCode": 401, "stateTaxRate": 0.065, "localTaxRate": 0.018, "rta": 0, "totalTaxRate": 0.083, "effectiveDate": "20231001", "expirationDate": "20231231" }, "CHELAN": { "locationCode": 402, "stateTaxRate": 0.065, "localTaxRate": 0.018, "rta": 0, "totalTaxRate": 0.083, "effectiveDate": "20231001", "expirationDate": "20231231" }, "ENTIAT": { "locationCode": 403, "stateTaxRate": 0.065, "localTaxRate": 0.018, "rta": 0, "totalTaxRate": 0.083, "effectiveDate": "20231001", "expirationDate": "20231231" }, "LEAVENWORTH": { "locationCode": 404, "stateTaxRate": 0.065, "localTaxRate": 0.02, "rta": 0, "totalTaxRate": 0.085, "effectiveDate": "20231001", "expirationDate": "20231231" }, "WENATCHEE": { "locationCode": 405, "stateTaxRate": 0.065, "localTaxRate": 0.022, "rta": 0, "totalTaxRate": 0.087, "effectiveDate": "20231001", "expirationDate": "20231231" }, "CLALLAM COUNTY": { "locationCode": 500, "stateTaxRate": 0.065, "localTaxRate": 0.021, "rta": 0, "totalTaxRate": 0.086, "effectiveDate": "20231001", "expirationDate": "20231231" }, "FORKS": { "locationCode": 501, "stateTaxRate": 0.065, "localTaxRate": 0.021, "rta": 0, "totalTaxRate": 0.086, "effectiveDate": "20231001", "expirationDate": "20231231" }, "PORT ANGELES": { "locationCode": 502, "stateTaxRate": 0.065, "localTaxRate": 0.023, "rta": 0, "totalTaxRate": 0.088, "effectiveDate": "20231001", "expirationDate": "20231231" }, "SEQUIM": { "locationCode": 503, "stateTaxRate": 0.065, "localTaxRate": 0.024, "rta": 0, "totalTaxRate": 0.089, "effectiveDate": "20231001", "expirationDate": "20231231" }, "CLARK COUNTY": { "locationCode": 600, "stateTaxRate": 0.065, "localTaxRate": 0.013, "rta": 0, "totalTaxRate": 0.078, "effectiveDate": "20231001", "expirationDate": "20231231" }, "BATTLE GROUND": { "locationCode": 601, "stateTaxRate": 0.065, "localTaxRate": 0.021, "rta": 0, "totalTaxRate": 0.086, "effectiveDate": "20231001", "expirationDate": "20231231" }, "CAMAS": { "locationCode": 602, "stateTaxRate": 0.065, "localTaxRate": 0.02, "rta": 0, "totalTaxRate": 0.085, "effectiveDate": "20231001", "expirationDate": "20231231" }, "LA CENTER": { "locationCode": 603, "stateTaxRate": 0.065, "localTaxRate": 0.02, "rta": 0, "totalTaxRate": 0.085, "effectiveDate": "20231001", "expirationDate": "20231231" }, "RIDGEFIELD": { "locationCode": 604, "stateTaxRate": 0.065, "localTaxRate": 0.022, "rta": 0, "totalTaxRate": 0.087, "effectiveDate": "20231001", "expirationDate": "20231231" }, "VANCOUVER": { "locationCode": 605, "stateTaxRate": 0.065, "localTaxRate": 0.022, "rta": 0, "totalTaxRate": 0.087, "effectiveDate": "20231001", "expirationDate": "20231231" }, "WASHOUGAL": { "locationCode": 606, "stateTaxRate": 0.065, "localTaxRate": 0.02, "rta": 0, "totalTaxRate": 0.085, "effectiveDate": "20231001", "expirationDate": "20231231" }, "YACOLT": { "locationCode": 607, "stateTaxRate": 0.065, "localTaxRate": 0.02, "rta": 0, "totalTaxRate": 0.085, "effectiveDate": "20231001", "expirationDate": "20231231" }, "COWLITZ TRIBE - CLARK COUNTY": { "locationCode": 609, "stateTaxRate": 0.065, "localTaxRate": 0.013, "rta": 0, "totalTaxRate": 0.078, "effectiveDate": "20231001", "expirationDate": "20231231" }, "COWLITZ TRIBE - LA CENTER": { "locationCode": 611, "stateTaxRate": 0.065, "localTaxRate": 0.02, "rta": 0, "totalTaxRate": 0.085, "effectiveDate": "20231001", "expirationDate": "20231231" }, "CLARK-PTBA": { "locationCode": 666, "stateTaxRate": 0.065, "localTaxRate": 0.02, "rta": 0, "totalTaxRate": 0.085, "effectiveDate": "20231001", "expirationDate": "20231231" }, "COLUMBIA COUNTY": { "locationCode": 700, "stateTaxRate": 0.065, "localTaxRate": 0.017, "rta": 0, "totalTaxRate": 0.082, "effectiveDate": "20231001", "expirationDate": "20231231" }, "DAYTON": { "locationCode": 701, "stateTaxRate": 0.065, "localTaxRate": 0.019, "rta": 0, "totalTaxRate": 0.084, "effectiveDate": "20231001", "expirationDate": "20231231" }, "STARBUCK": { "locationCode": 702, "stateTaxRate": 0.065, "localTaxRate": 0.017, "rta": 0, "totalTaxRate": 0.082, "effectiveDate": "20231001", "expirationDate": "20231231" }, "COWLITZ COUNTY": { "locationCode": 800, "stateTaxRate": 0.065, "localTaxRate": 0.013, "rta": 0, "totalTaxRate": 0.078, "effectiveDate": "20231001", "expirationDate": "20231231" }, "CASTLE ROCK": { "locationCode": 801, "stateTaxRate": 0.065, "localTaxRate": 0.015, "rta": 0, "totalTaxRate": 0.08, "effectiveDate": "20231001", "expirationDate": "20231231" }, "KALAMA": { "locationCode": 802, "stateTaxRate": 0.065, "localTaxRate": 0.016, "rta": 0, "totalTaxRate": 0.081, "effectiveDate": "20231001", "expirationDate": "20231231" }, "KELSO": { "locationCode": 803, "stateTaxRate": 0.065, "localTaxRate": 0.017, "rta": 0, "totalTaxRate": 0.082, "effectiveDate": "20231001", "expirationDate": "20231231" }, "LONGVIEW": { "locationCode": 804, "stateTaxRate": 0.065, "localTaxRate": 0.017, "rta": 0, "totalTaxRate": 0.082, "effectiveDate": "20231001", "expirationDate": "20231231" }, "WOODLAND": { "locationCode": 805, "stateTaxRate": 0.065, "localTaxRate": 0.015, "rta": 0, "totalTaxRate": 0.08, "effectiveDate": "20231001", "expirationDate": "20231231" }, "DOUGLAS COUNTY": { "locationCode": 900, "stateTaxRate": 0.065, "localTaxRate": 0.013, "rta": 0, "totalTaxRate": 0.078, "effectiveDate": "20231001", "expirationDate": "20231231" }, "BRIDGEPORT": { "locationCode": 901, "stateTaxRate": 0.065, "localTaxRate": 0.013, "rta": 0, "totalTaxRate": 0.078, "effectiveDate": "20231001", "expirationDate": "20231231" }, "EAST WENATCHEE": { "locationCode": 902, "stateTaxRate": 0.065, "localTaxRate": 0.02, "rta": 0, "totalTaxRate": 0.085, "effectiveDate": "20231001", "expirationDate": "20231231" }, "MANSFIELD": { "locationCode": 903, "stateTaxRate": 0.065, "localTaxRate": 0.012, "rta": 0, "totalTaxRate": 0.077, "effectiveDate": "20231001", "expirationDate": "20231231" }, "ROCK ISLAND": { "locationCode": 904, "stateTaxRate": 0.065, "localTaxRate": 0.018, "rta": 0, "totalTaxRate": 0.083, "effectiveDate": "20231001", "expirationDate": "20231231" }, "WATERVILLE": { "locationCode": 905, "stateTaxRate": 0.065, "localTaxRate": 0.018, "rta": 0, "totalTaxRate": 0.083, "effectiveDate": "20231001", "expirationDate": "20231231" }, "DOUGLAS-PTBA": { "locationCode": 909, "stateTaxRate": 0.065, "localTaxRate": 0.018, "rta": 0, "totalTaxRate": 0.083, "effectiveDate": "20231001", "expirationDate": "20231231" }, "FERRY COUNTY": { "locationCode": 1000, "stateTaxRate": 0.065, "localTaxRate": 0.015, "rta": 0, "totalTaxRate": 0.08, "effectiveDate": "20231001", "expirationDate": "20231231" }, "REPUBLIC": { "locationCode": 1001, "stateTaxRate": 0.065, "localTaxRate": 0.015, "rta": 0, "totalTaxRate": 0.08, "effectiveDate": "20231001", "expirationDate": "20231231" }, "FRANKLIN COUNTY": { "locationCode": 1100, "stateTaxRate": 0.065, "localTaxRate": 0.016, "rta": 0, "totalTaxRate": 0.081, "effectiveDate": "20231001", "expirationDate": "20231231" }, "CONNELL": { "locationCode": 1101, "stateTaxRate": 0.065, "localTaxRate": 0.018, "rta": 0, "totalTaxRate": 0.083, "effectiveDate": "20231001", "expirationDate": "20231231" }, "KAHLOTUS": { "locationCode": 1102, "stateTaxRate": 0.065, "localTaxRate": 0.016, "rta": 0, "totalTaxRate": 0.081, "effectiveDate": "20231001", "expirationDate": "20231231" }, "MESA": { "locationCode": 1103, "stateTaxRate": 0.065, "localTaxRate": 0.016, "rta": 0, "totalTaxRate": 0.081, "effectiveDate": "20231001", "expirationDate": "20231231" }, "PASCO": { "locationCode": 1104, "stateTaxRate": 0.065, "localTaxRate": 0.024, "rta": 0, "totalTaxRate": 0.089, "effectiveDate": "20231001", "expirationDate": "20231231" }, "FRANKLIN-PTBA": { "locationCode": 1111, "stateTaxRate": 0.065, "localTaxRate": 0.022, "rta": 0, "totalTaxRate": 0.087, "effectiveDate": "20231001", "expirationDate": "20231231" }, "GARFIELD COUNTY": { "locationCode": 1200, "stateTaxRate": 0.065, "localTaxRate": 0.016, "rta": 0, "totalTaxRate": 0.081, "effectiveDate": "20231001", "expirationDate": "20231231" }, "POMEROY": { "locationCode": 1201, "stateTaxRate": 0.065, "localTaxRate": 0.016, "rta": 0, "totalTaxRate": 0.081, "effectiveDate": "20231001", "expirationDate": "20231231" }, "GRANT COUNTY": { "locationCode": 1300, "stateTaxRate": 0.065, "localTaxRate": 0.017, "rta": 0, "totalTaxRate": 0.082, "effectiveDate": "20231001", "expirationDate": "20231231" }, "COULEE": { "locationCode": 1301, "stateTaxRate": 0.065, "localTaxRate": 0.017, "rta": 0, "totalTaxRate": 0.082, "effectiveDate": "20231001", "expirationDate": "20231231" }, "ELECTRIC": { "locationCode": 1302, "stateTaxRate": 0.065, "localTaxRate": 0.017, "rta": 0, "totalTaxRate": 0.082, "effectiveDate": "20231001", "expirationDate": "20231231" }, "EPHRATA": { "locationCode": 1303, "stateTaxRate": 0.065, "localTaxRate": 0.019, "rta": 0, "totalTaxRate": 0.084, "effectiveDate": "20231001", "expirationDate": "20231231" }, "GEORGE": { "locationCode": 1304, "stateTaxRate": 0.065, "localTaxRate": 0.019, "rta": 0, "totalTaxRate": 0.084, "effectiveDate": "20231001", "expirationDate": "20231231" }, "GRAND COULEE": { "locationCode": 1305, "stateTaxRate": 0.065, "localTaxRate": 0.019, "rta": 0, "totalTaxRate": 0.084, "effectiveDate": "20231001", "expirationDate": "20231231" }, "HARTLINE": { "locationCode": 1306, "stateTaxRate": 0.065, "localTaxRate": 0.017, "rta": 0, "totalTaxRate": 0.082, "effectiveDate": "20231001", "expirationDate": "20231231" }, "KRUPP": { "locationCode": 1307, "stateTaxRate": 0.065, "localTaxRate": 0.017, "rta": 0, "totalTaxRate": 0.082, "effectiveDate": "20231001", "expirationDate": "20231231" }, "MATTAWA": { "locationCode": 1308, "stateTaxRate": 0.065, "localTaxRate": 0.019, "rta": 0, "totalTaxRate": 0.084, "effectiveDate": "20231001", "expirationDate": "20231231" }, "MOSES LAKE": { "locationCode": 1309, "stateTaxRate": 0.065, "localTaxRate": 0.019, "rta": 0, "totalTaxRate": 0.084, "effectiveDate": "20231001", "expirationDate": "20231231" }, "QUINCY": { "locationCode": 1310, "stateTaxRate": 0.065, "localTaxRate": 0.017, "rta": 0, "totalTaxRate": 0.082, "effectiveDate": "20231001", "expirationDate": "20231231" }, "ROYAL": { "locationCode": 1311, "stateTaxRate": 0.065, "localTaxRate": 0.017, "rta": 0, "totalTaxRate": 0.082, "effectiveDate": "20231001", "expirationDate": "20231231" }, "SOAP LAKE": { "locationCode": 1312, "stateTaxRate": 0.065, "localTaxRate": 0.019, "rta": 0, "totalTaxRate": 0.084, "effectiveDate": "20231001", "expirationDate": "20231231" }, "WARDEN": { "locationCode": 1313, "stateTaxRate": 0.065, "localTaxRate": 0.017, "rta": 0, "totalTaxRate": 0.082, "effectiveDate": "20231001", "expirationDate": "20231231" }, "WILSON CREEK": { "locationCode": 1315, "stateTaxRate": 0.065, "localTaxRate": 0.017, "rta": 0, "totalTaxRate": 0.082, "effectiveDate": "20231001", "expirationDate": "20231231" }, "GRAYS HARBOR COUNTY": { "locationCode": 1400, "stateTaxRate": 0.065, "localTaxRate": 0.024, "rta": 0, "totalTaxRate": 0.089, "effectiveDate": "20231001", "expirationDate": "20231231" }, "ABERDEEN": { "locationCode": 1401, "stateTaxRate": 0.065, "localTaxRate": 0.0258, "rta": 0, "totalTaxRate": 0.0908, "effectiveDate": "20231001", "expirationDate": "20231231" }, "COSMOPOLIS": { "locationCode": 1402, "stateTaxRate": 0.065, "localTaxRate": 0.024, "rta": 0, "totalTaxRate": 0.089, "effectiveDate": "20231001", "expirationDate": "20231231" }, "ELMA": { "locationCode": 1403, "stateTaxRate": 0.065, "localTaxRate": 0.024, "rta": 0, "totalTaxRate": 0.089, "effectiveDate": "20231001", "expirationDate": "20231231" }, "HOQUIAM": { "locationCode": 1404, "stateTaxRate": 0.065, "localTaxRate": 0.024, "rta": 0, "totalTaxRate": 0.089, "effectiveDate": "20231001", "expirationDate": "20231231" }, "MCCLEARY": { "locationCode": 1405, "stateTaxRate": 0.065, "localTaxRate": 0.024, "rta": 0, "totalTaxRate": 0.089, "effectiveDate": "20231001", "expirationDate": "20231231" }, "MONTESANO": { "locationCode": 1406, "stateTaxRate": 0.065, "localTaxRate": 0.024, "rta": 0, "totalTaxRate": 0.089, "effectiveDate": "20231001", "expirationDate": "20231231" }, "OAKVILLE": { "locationCode": 1407, "stateTaxRate": 0.065, "localTaxRate": 0.024, "rta": 0, "totalTaxRate": 0.089, "effectiveDate": "20231001", "expirationDate": "20231231" }, "WESTPORT": { "locationCode": 1408, "stateTaxRate": 0.065, "localTaxRate": 0.024, "rta": 0, "totalTaxRate": 0.089, "effectiveDate": "20231001", "expirationDate": "20231231" }, "OCEAN SHORES": { "locationCode": 1409, "stateTaxRate": 0.065, "localTaxRate": 0.026, "rta": 0, "totalTaxRate": 0.091, "effectiveDate": "20231001", "expirationDate": "20231231" }, "CHEHALIS TRIBES - GRAYS HARBOR COUNTY": { "locationCode": 1411, "stateTaxRate": 0.065, "localTaxRate": 0.024, "rta": 0, "totalTaxRate": 0.089, "effectiveDate": "20231001", "expirationDate": "20231231" }, "CHEHALIS TRIBES - OAKVILLE": { "locationCode": 1413, "stateTaxRate": 0.065, "localTaxRate": 0.024, "rta": 0, "totalTaxRate": 0.089, "effectiveDate": "20231001", "expirationDate": "20231231" }, "ISLAND COUNTY": { "locationCode": 1500, "stateTaxRate": 0.065, "localTaxRate": 0.023, "rta": 0, "totalTaxRate": 0.088, "effectiveDate": "20231001", "expirationDate": "20231231" }, "COUPEVILLE": { "locationCode": 1501, "stateTaxRate": 0.065, "localTaxRate": 0.023, "rta": 0, "totalTaxRate": 0.088, "effectiveDate": "20231001", "expirationDate": "20231231" }, "LANGLEY": { "locationCode": 1502, "stateTaxRate": 0.065, "localTaxRate": 0.023, "rta": 0, "totalTaxRate": 0.088, "effectiveDate": "20231001", "expirationDate": "20231231" }, "OAK HARBOR": { "locationCode": 1503, "stateTaxRate": 0.065, "localTaxRate": 0.025, "rta": 0, "totalTaxRate": 0.09, "effectiveDate": "20231001", "expirationDate": "20231231" }, "JEFFERSON COUNTY": { "locationCode": 1600, "stateTaxRate": 0.065, "localTaxRate": 0.026, "rta": 0, "totalTaxRate": 0.091, "effectiveDate": "20231001", "expirationDate": "20231231" }, "PORT TOWNSEND": { "locationCode": 1601, "stateTaxRate": 0.065, "localTaxRate": 0.026, "rta": 0, "totalTaxRate": 0.091, "effectiveDate": "20231001", "expirationDate": "20231231" }, "SUQUAMISH TRIBE - JEFFERSON COUNTY": { "locationCode": 1603, "stateTaxRate": 0.065, "localTaxRate": 0.026, "rta": 0, "totalTaxRate": 0.091, "effectiveDate": "20231001", "expirationDate": "20231231" }, "KING COUNTY RTA": { "locationCode": 1700, "stateTaxRate": 0.065, "localTaxRate": 0.036, "rta": 0, "totalTaxRate": 0.101, "effectiveDate": "20231001", "expirationDate": "20231231" }, "ALGONA": { "locationCode": 1701, "stateTaxRate": 0.065, "localTaxRate": 0.036, "rta": 0, "totalTaxRate": 0.101, "effectiveDate": "20231001", "expirationDate": "20231231" }, "AUBURN/KING RTA": { "locationCode": 1702, "stateTaxRate": 0.065, "localTaxRate": 0.037, "rta": 0, "totalTaxRate": 0.102, "effectiveDate": "20231001", "expirationDate": "20231231" }, "BEAUX ARTS VILLAGE": { "locationCode": 1703, "stateTaxRate": 0.065, "localTaxRate": 0.036, "rta": 0, "totalTaxRate": 0.101, "effectiveDate": "20231001", "expirationDate": "20231231" }, "BELLEVUE RTA": { "locationCode": 1704, "stateTaxRate": 0.065, "localTaxRate": 0.036, "rta": 0, "totalTaxRate": 0.101, "effectiveDate": "20231001", "expirationDate": "20231231" }, "BLACK DIAMOND": { "locationCode": 1705, "stateTaxRate": 0.065, "localTaxRate": 0.022, "rta": 0, "totalTaxRate": 0.087, "effectiveDate": "20231001", "expirationDate": "20231231" }, "BOTHELL/KING": { "locationCode": 1706, "stateTaxRate": 0.065, "localTaxRate": 0.036, "rta": 0, "totalTaxRate": 0.101, "effectiveDate": "20231001", "expirationDate": "20231231" }, "CARNATION": { "locationCode": 1707, "stateTaxRate": 0.065, "localTaxRate": 0.022, "rta": 0, "totalTaxRate": 0.087, "effectiveDate": "20231001", "expirationDate": "20231231" }, "CLYDE HILL": { "locationCode": 1708, "stateTaxRate": 0.065, "localTaxRate": 0.036, "rta": 0, "totalTaxRate": 0.101, "effectiveDate": "20231001", "expirationDate": "20231231" }, "DES MOINES": { "locationCode": 1709, "stateTaxRate": 0.065, "localTaxRate": 0.036, "rta": 0, "totalTaxRate": 0.101, "effectiveDate": "20231001", "expirationDate": "20231231" }, "DUVALL": { "locationCode": 1710, "stateTaxRate": 0.065, "localTaxRate": 0.024, "rta": 0, "totalTaxRate": 0.089, "effectiveDate": "20231001", "expirationDate": "20231231" }, "ENUMCLAW": { "locationCode": 1711, "stateTaxRate": 0.065, "localTaxRate": 0.023, "rta": 0, "totalTaxRate": 0.088, "effectiveDate": "20231001", "expirationDate": "20231231" }, "COVINGTON": { "locationCode": 1712, "stateTaxRate": 0.065, "localTaxRate": 0.023, "rta": 0, "totalTaxRate": 0.088, "effectiveDate": "20231001", "expirationDate": "20231231" }, "HUNTS POINT": { "locationCode": 1713, "stateTaxRate": 0.065, "localTaxRate": 0.036, "rta": 0, "totalTaxRate": 0.101, "effectiveDate": "20231001", "expirationDate": "20231231" }, "ISSAQUAH RTA": { "locationCode": 1714, "stateTaxRate": 0.065, "localTaxRate": 0.036, "rta": 0, "totalTaxRate": 0.101, "effectiveDate": "20231001", "expirationDate": "20231231" }, "KENT RTA": { "locationCode": 1715, "stateTaxRate": 0.065, "localTaxRate": 0.036, "rta": 0, "totalTaxRate": 0.101, "effectiveDate": "20231001", "expirationDate": "20231231" }, "KIRKLAND": { "locationCode": 1716, "stateTaxRate": 0.065, "localTaxRate": 0.037, "rta": 0, "totalTaxRate": 0.102, "effectiveDate": "20231001", "expirationDate": "20231231" }, "LAKE FOREST PARK": { "locationCode": 1717, "stateTaxRate": 0.065, "localTaxRate": 0.037, "rta": 0, "totalTaxRate": 0.102, "effectiveDate": "20231001", "expirationDate": "20231231" }, "MEDINA": { "locationCode": 1718, "stateTaxRate": 0.065, "localTaxRate": 0.036, "rta": 0, "totalTaxRate": 0.101, "effectiveDate": "20231001", "expirationDate": "20231231" }, "MERCER ISLAND": { "locationCode": 1719, "stateTaxRate": 0.065, "localTaxRate": 0.036, "rta": 0, "totalTaxRate": 0.101, "effectiveDate": "20231001", "expirationDate": "20231231" }, "MAPLE VALLEY": { "locationCode": 1720, "stateTaxRate": 0.065, "localTaxRate": 0.022, "rta": 0, "totalTaxRate": 0.087, "effectiveDate": "20231001", "expirationDate": "20231231" }, "NORMANDY PARK": { "locationCode": 1721, "stateTaxRate": 0.065, "localTaxRate": 0.036, "rta": 0, "totalTaxRate": 0.101, "effectiveDate": "20231001", "expirationDate": "20231231" }, "NORTH BEND": { "locationCode": 1722, "stateTaxRate": 0.065, "localTaxRate": 0.025, "rta": 0, "totalTaxRate": 0.09, "effectiveDate": "20231001", "expirationDate": "20231231" }, "PACIFIC/KING": { "locationCode": 1723, "stateTaxRate": 0.065, "localTaxRate": 0.037, "rta": 0, "totalTaxRate": 0.102, "effectiveDate": "20231001", "expirationDate": "20231231" }, "REDMOND RTA": { "locationCode": 1724, "stateTaxRate": 0.065, "localTaxRate": 0.036, "rta": 0, "totalTaxRate": 0.101, "effectiveDate": "20231001", "expirationDate": "20231231" }, "RENTON RTA": { "locationCode": 1725, "stateTaxRate": 0.065, "localTaxRate": 0.036, "rta": 0, "totalTaxRate": 0.101, "effectiveDate": "20231001", "expirationDate": "20231231" }, "SEATTLE": { "locationCode": 1726, "stateTaxRate": 0.065, "localTaxRate": 0.0375, "rta": 0, "totalTaxRate": 0.1025, "effectiveDate": "20231001", "expirationDate": "20231231" }, "SKYKOMISH": { "locationCode": 1727, "stateTaxRate": 0.065, "localTaxRate": 0.022, "rta": 0, "totalTaxRate": 0.087, "effectiveDate": "20231001", "expirationDate": "20231231" }, "SNOQUALMIE": { "locationCode": 1728, "stateTaxRate": 0.065, "localTaxRate": 0.024, "rta": 0, "totalTaxRate": 0.089, "effectiveDate": "20231001", "expirationDate": "20231231" }, "TUKWILA": { "locationCode": 1729, "stateTaxRate": 0.065, "localTaxRate": 0.036, "rta": 0, "totalTaxRate": 0.101, "effectiveDate": "20231001", "expirationDate": "20231231" }, "YARROW POINT": { "locationCode": 1730, "stateTaxRate": 0.065, "localTaxRate": 0.036, "rta": 0, "totalTaxRate": 0.101, "effectiveDate": "20231001", "expirationDate": "20231231" }, "MILTON/KING": { "locationCode": 1731, "stateTaxRate": 0.065, "localTaxRate": 0.036, "rta": 0, "totalTaxRate": 0.101, "effectiveDate": "20231001", "expirationDate": "20231231" }, "FEDERAL WAY": { "locationCode": 1732, "stateTaxRate": 0.065, "localTaxRate": 0.036, "rta": 0, "totalTaxRate": 0.101, "effectiveDate": "20231001", "expirationDate": "20231231" }, "SEATAC": { "locationCode": 1733, "stateTaxRate": 0.065, "localTaxRate": 0.036, "rta": 0, "totalTaxRate": 0.101, "effectiveDate": "20231001", "expirationDate": "20231231" }, "BURIEN": { "locationCode": 1734, "stateTaxRate": 0.065, "localTaxRate": 0.036, "rta": 0, "totalTaxRate": 0.101, "effectiveDate": "20231001", "expirationDate": "20231231" }, "WOODINVILLE RTA": { "locationCode": 1735, "stateTaxRate": 0.065, "localTaxRate": 0.036, "rta": 0, "totalTaxRate": 0.101, "effectiveDate": "20231001", "expirationDate": "20231231" }, "NEWCASTLE": { "locationCode": 1736, "stateTaxRate": 0.065, "localTaxRate": 0.036, "rta": 0, "totalTaxRate": 0.101, "effectiveDate": "20231001", "expirationDate": "20231231" }, "SHORELINE": { "locationCode": 1737, "stateTaxRate": 0.065, "localTaxRate": 0.038, "rta": 0, "totalTaxRate": 0.103, "effectiveDate": "20231001", "expirationDate": "20231231" }, "KENMORE": { "locationCode": 1738, "stateTaxRate": 0.065, "localTaxRate": 0.036, "rta": 0, "totalTaxRate": 0.101, "effectiveDate": "20231001", "expirationDate": "20231231" }, "SAMMAMISH RTA": { "locationCode": 1739, "stateTaxRate": 0.065, "localTaxRate": 0.036, "rta": 0, "totalTaxRate": 0.101, "effectiveDate": "20231001", "expirationDate": "20231231" }, "PUYALLUP TRIBE - FEDERAL WAY": { "locationCode": 1741, "stateTaxRate": 0.065, "localTaxRate": 0.036, "rta": 0, "totalTaxRate": 0.101, "effectiveDate": "20231001", "expirationDate": "20231231" }, "KITSAP COUNTY": { "locationCode": 1800, "stateTaxRate": 0.065, "localTaxRate": 0.027, "rta": 0, "totalTaxRate": 0.092, "effectiveDate": "20231001", "expirationDate": "20231231" }, "BREMERTON": { "locationCode": 1801, "stateTaxRate": 0.065, "localTaxRate": 0.027, "rta": 0, "totalTaxRate": 0.092, "effectiveDate": "20231001", "expirationDate": "20231231" }, "PORT ORCHARD": { "locationCode": 1802, "stateTaxRate": 0.065, "localTaxRate": 0.028, "rta": 0, "totalTaxRate": 0.093, "effectiveDate": "20231001", "expirationDate": "20231231" }, "POULSBO": { "locationCode": 1803, "stateTaxRate": 0.065, "localTaxRate": 0.028, "rta": 0, "totalTaxRate": 0.093, "effectiveDate": "20231001", "expirationDate": "20231231" }, "BAINBRIDGE ISLAND": { "locationCode": 1804, "stateTaxRate": 0.065, "localTaxRate": 0.027, "rta": 0, "totalTaxRate": 0.092, "effectiveDate": "20231001", "expirationDate": "20231231" }, "SUQUAMISH TRIBE - KITSAP COUNTY": { "locationCode": 1805, "stateTaxRate": 0.065, "localTaxRate": 0.027, "rta": 0, "totalTaxRate": 0.092, "effectiveDate": "20231001", "expirationDate": "20231231" }, "SUQUAMISH TRIBE - BREMERTON": { "locationCode": 1807, "stateTaxRate": 0.065, "localTaxRate": 0.027, "rta": 0, "totalTaxRate": 0.092, "effectiveDate": "20231001", "expirationDate": "20231231" }, "KITTITAS COUNTY": { "locationCode": 1900, "stateTaxRate": 0.065, "localTaxRate": 0.016, "rta": 0, "totalTaxRate": 0.081, "effectiveDate": "20231001", "expirationDate": "20231231" }, "CLE ELUM": { "locationCode": 1901, "stateTaxRate": 0.065, "localTaxRate": 0.016, "rta": 0, "totalTaxRate": 0.081, "effectiveDate": "20231001", "expirationDate": "20231231" }, "ELLENSBURG": { "locationCode": 1902, "stateTaxRate": 0.065, "localTaxRate": 0.019, "rta": 0, "totalTaxRate": 0.084, "effectiveDate": "20231001", "expirationDate": "20231231" }, "KITTITAS": { "locationCode": 1903, "stateTaxRate": 0.065, "localTaxRate": 0.016, "rta": 0, "totalTaxRate": 0.081, "effectiveDate": "20231001", "expirationDate": "20231231" }, "ROSLYN": { "locationCode": 1904, "stateTaxRate": 0.065, "localTaxRate": 0.016, "rta": 0, "totalTaxRate": 0.081, "effectiveDate": "20231001", "expirationDate": "20231231" }, "SOUTH CLE ELUM": { "locationCode": 1905, "stateTaxRate": 0.065, "localTaxRate": 0.016, "rta": 0, "totalTaxRate": 0.081, "effectiveDate": "20231001", "expirationDate": "20231231" }, "KLICKITAT COUNTY": { "locationCode": 2000, "stateTaxRate": 0.065, "localTaxRate": 0.01, "rta": 0, "totalTaxRate": 0.075, "effectiveDate": "20231001", "expirationDate": "20231231" }, "BINGEN": { "locationCode": 2001, "stateTaxRate": 0.065, "localTaxRate": 0.01, "rta": 0, "totalTaxRate": 0.075, "effectiveDate": "20231001", "expirationDate": "20231231" }, "GOLDENDALE": { "locationCode": 2002, "stateTaxRate": 0.065, "localTaxRate": 0.01, "rta": 0, "totalTaxRate": 0.075, "effectiveDate": "20231001", "expirationDate": "20231231" }, "WHITE SALMON": { "locationCode": 2003, "stateTaxRate": 0.065, "localTaxRate": 0.011, "rta": 0, "totalTaxRate": 0.076, "effectiveDate": "20231001", "expirationDate": "20231231" }, "LEWIS COUNTY": { "locationCode": 2100, "stateTaxRate": 0.065, "localTaxRate": 0.013, "rta": 0, "totalTaxRate": 0.078, "effectiveDate": "20231001", "expirationDate": "20231231" }, "CENTRALIA": { "locationCode": 2101, "stateTaxRate": 0.065, "localTaxRate": 0.017, "rta": 0, "totalTaxRate": 0.082, "effectiveDate": "20231001", "expirationDate": "20231231" }, "CHEHALIS": { "locationCode": 2102, "stateTaxRate": 0.065, "localTaxRate": 0.017, "rta": 0, "totalTaxRate": 0.082, "effectiveDate": "20231001", "expirationDate": "20231231" }, "MORTON": { "locationCode": 2103, "stateTaxRate": 0.065, "localTaxRate": 0.013, "rta": 0, "totalTaxRate": 0.078, "effectiveDate": "20231001", "expirationDate": "20231231" }, "MOSSYROCK": { "locationCode": 2104, "stateTaxRate": 0.065, "localTaxRate": 0.013, "rta": 0, "totalTaxRate": 0.078, "effectiveDate": "20231001", "expirationDate": "20231231" }, "NAPAVINE": { "locationCode": 2105, "stateTaxRate": 0.065, "localTaxRate": 0.014, "rta": 0, "totalTaxRate": 0.079, "effectiveDate": "20231001", "expirationDate": "20231231" }, "PE ELL": { "locationCode": 2106, "stateTaxRate": 0.065, "localTaxRate": 0.013, "rta": 0, "totalTaxRate": 0.078, "effectiveDate": "20231001", "expirationDate": "20231231" }, "TOLEDO": { "locationCode": 2107, "stateTaxRate": 0.065, "localTaxRate": 0.013, "rta": 0, "totalTaxRate": 0.078, "effectiveDate": "20231001", "expirationDate": "20231231" }, "VADER": { "locationCode": 2108, "stateTaxRate": 0.065, "localTaxRate": 0.013, "rta": 0, "totalTaxRate": 0.078, "effectiveDate": "20231001", "expirationDate": "20231231" }, "WINLOCK": { "locationCode": 2109, "stateTaxRate": 0.065, "localTaxRate": 0.013, "rta": 0, "totalTaxRate": 0.078, "effectiveDate": "20231001", "expirationDate": "20231231" }, "CHEHALIS TRIBES - LEWIS COUNTY": { "locationCode": 2111, "stateTaxRate": 0.065, "localTaxRate": 0.013, "rta": 0, "totalTaxRate": 0.078, "effectiveDate": "20231001", "expirationDate": "20231231" }, "LINCOLN COUNTY": { "locationCode": 2200, "stateTaxRate": 0.065, "localTaxRate": 0.015, "rta": 0, "totalTaxRate": 0.08, "effectiveDate": "20231001", "expirationDate": "20231231" }, "ALMIRA": { "locationCode": 2201, "stateTaxRate": 0.065, "localTaxRate": 0.015, "rta": 0, "totalTaxRate": 0.08, "effectiveDate": "20231001", "expirationDate": "20231231" }, "CRESTON": { "locationCode": 2202, "stateTaxRate": 0.065, "localTaxRate": 0.015, "rta": 0, "totalTaxRate": 0.08, "effectiveDate": "20231001", "expirationDate": "20231231" }, "DAVENPORT": { "locationCode": 2203, "stateTaxRate": 0.065, "localTaxRate": 0.015, "rta": 0, "totalTaxRate": 0.08, "effectiveDate": "20231001", "expirationDate": "20231231" }, "HARRINGTON": { "locationCode": 2204, "stateTaxRate": 0.065, "localTaxRate": 0.015, "rta": 0, "totalTaxRate": 0.08, "effectiveDate": "20231001", "expirationDate": "20231231" }, "ODESSA": { "locationCode": 2205, "stateTaxRate": 0.065, "localTaxRate": 0.015, "rta": 0, "totalTaxRate": 0.08, "effectiveDate": "20231001", "expirationDate": "20231231" }, "REARDAN": { "locationCode": 2206, "stateTaxRate": 0.065, "localTaxRate": 0.015, "rta": 0, "totalTaxRate": 0.08, "effectiveDate": "20231001", "expirationDate": "20231231" }, "SPRAGUE": { "locationCode": 2207, "stateTaxRate": 0.065, "localTaxRate": 0.015, "rta": 0, "totalTaxRate": 0.08, "effectiveDate": "20231001", "expirationDate": "20231231" }, "WILBUR": { "locationCode": 2208, "stateTaxRate": 0.065, "localTaxRate": 0.015, "rta": 0, "totalTaxRate": 0.08, "effectiveDate": "20231001", "expirationDate": "20231231" }, "MASON COUNTY": { "locationCode": 2300, "stateTaxRate": 0.065, "localTaxRate": 0.02, "rta": 0, "totalTaxRate": 0.085, "effectiveDate": "20231001", "expirationDate": "20231231" }, "SHELTON": { "locationCode": 2301, "stateTaxRate": 0.065, "localTaxRate": 0.023, "rta": 0, "totalTaxR